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
  1. interface
ClassificationSchemes
Represents a collection of ClassificationScheme objects.
  1. interface
HoldableObjects
Represents a collection of HoldableObject objects.
  1. interface
RecordCategories
Represents collection of RecordCategory objects.
  1. interface
RecordFolders
Represents a collection of RecordFolder objects.
  1. interface
RecordInfos
Represents a collection of RecordInfo objects.
  1. interface
RMFolders
ARepresents a collection of RMFolder objects.
  1. interface
Volumes
Represents a collection of Volume objects.
Modifier and Type Method and Description
  1. RMObjects
HoldableObject.getAllChildsOnHold()
Returns the children of this HoldableObject object that are on hold.
  1. RMObjects
RMObjectStore.getRMObjects()
Creates an empty RMObjects collection that can contain any type of RMObject object.

Uses of RMObjects in com.filenet.rm.api.util

Modifier and Type Method and Description
  1. static
  2. RMObjects
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
  1. RMBulkOperationResults
RMBulkOperationsUtil.hold(RMObjectStore aoRMOS,java.lang.String[] asArrObjectIDs,RMObjects aoHolds)
  1. RMBulkOperationResults
RMBulkOperationsUtil.unHold(RMObjectStore aoRMOS,java.lang.String[] asArrObjectIDs,RMObjects aoHolds)
Deprecated. Use instead of this method.