com.filenet.rm.api
Uses of Interface RMFolders
Packages that use RMFolders
Package | Description |
---|---|
com.filenet.rm.api |
Uses of RMFolders in com.filenet.rm.api
Modifier and Type | Interface and Description |
---|---|
|
ClassificationSchemes
Represents a collection of
ClassificationScheme objects.
|
|
RecordCategories
Represents collection of
RecordCategory objects.
|
|
RecordFolders
Represents a collection of
RecordFolder objects.
|
|
Volumes
Represents a collection of
Volume objects.
|
Modifier and Type | Method and Description |
---|---|
ClosableObject.getClosedParents(boolean abFirstParentOnly)
Returns a collection containing either the first closed parent of this object or
all closed parents of this object.
|
|
ActivableObject.getInActiveParents(boolean abFirstParentOnly)
Returns a collection of containing either the first inactive parent of this container object
or all inactive parents.
|
|
HoldableObject.getParentsOnHold(boolean abFirstParentOnly)
Returns the parents of this
HoldableObject object that are
on hold.
|