com.filenet.rm.api

Uses of Interface Holds

Packages that use Holds

Package Description
com.filenet.rm.api
com.filenet.rm.api.util

Uses of Holds in com.filenet.rm.api

Modifier and Type Method and Description
  1. Holds
HoldableObject.getAssociatedHolds()
Returns the Holdobjects that are associated with this HoldableObject object.

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

Modifier and Type Method and Description
  1. RMBulkOperationResults
RMBulkOperationsUtil.hold(RMObjectStore aoRMOS,java.lang.String[] asArrObjectIDs,Holds aoHolds)
Performs the hold operation on all the RM entities whose Ids are specified in the asArrObjectIDs input parameter.
  1. RMBulkOperationResults
RMBulkOperationsUtil.unHold(RMObjectStore aoRMOS,java.lang.String[] asArrObjectIDs,Holds aoHolds)
Performs the unHold operation on all RM entities whose Ids are specified in the asArrObjectIDs input parameter.