JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.groiss.dms
Interface FolderItemRelation
public interface
FolderItemRelation
This interface represents the relation between a DMSFolder and the DMSObjects of this folder.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
DMSFolder
getFolder
()
Returns the folder of this relation object.
DMSObject
getItem
()
Returns the item of this relation object.
Method Details
getFolder
DMSFolder
getFolder
()
Returns the folder of this relation object.
getItem
DMSObject
getItem
()
Returns the item of this relation object.