com.filenet.rm.api
Uses of Interface RMObjects
Packages that use RMObjects
Package | Description |
---|---|
com.filenet.rm.api | |
com.filenet.rm.api.util |
Uses of RMObjects in com.filenet.rm.api
Modifier and Type | Interface and Description |
---|---|
|
ClassificationSchemes
Represents a collection of
ClassificationScheme objects.
|
|
HoldableObjects
Represents a collection of
HoldableObject objects.
|
|
RecordCategories
Represents collection of
RecordCategory objects.
|
|
RecordFolders
Represents a collection of
RecordFolder objects.
|
|
RecordInfos
Represents a collection of
RecordInfo objects.
|
|
RMFolders
ARepresents a collection of
RMFolder objects.
|
|
Volumes
Represents a collection of
Volume objects.
|
Modifier and Type | Method and Description |
---|---|
HoldableObject.getAllChildsOnHold()
Returns the children of this
HoldableObject object that are
on hold.
|
|
RMObjectStore.getRMObjects()
|
Uses of RMObjects in com.filenet.rm.api.util
Modifier and Type | Method and Description |
---|---|
|
RMUtil.getRMObjects(RMObjectStore aoObjectStore,java.lang.String asFrom,java.lang.String asWhereClause)
Returns a collection of RMObjects that match the given criteria.
|
Modifier and Type | Method and Description |
---|---|
RMBulkOperationsUtil.hold(RMObjectStore aoRMOS,java.lang.String[] asArrObjectIDs,RMObjects aoHolds)
Deprecated. Use
RMBulkOperationsUtil.hold(RMObjectStore aoRMOS,
String[] asArrObjectIDs,
Holds aoHolds) instead of this method.
|
|
RMBulkOperationsUtil.unHold(RMObjectStore aoRMOS,java.lang.String[] asArrObjectIDs,RMObjects aoHolds)
Deprecated. Use instead of this method.
|