com.filenet.rm.api

Uses of Interface Hold

Packages that use Hold

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

Uses of Hold in com.filenet.rm.api

Modifier and Type Method and Description
  1. void
HoldableObject.hold(Hold aoHold)
Associates this HoldableObject object with the specified Hold object.
  1. void
HoldableObject.unHold(Hold aoHold)
Dissociates this HoldableObject object from the specified Hold object.

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

Modifier and Type Method and Description
  1. RMBulkOperationResults
RMBulkOperationsUtil.hold(RMObjectStore aoRMOS,java.lang.String[] asArrObjectIDs,Hold aoHold)
Performs hold operation on all RM entities whose Ids are specified in the asArrObjectIDs input parameter.
  1. RMBulkOperationResults
RMBulkOperationsUtil.unHold(RMObjectStore aoRMOS,java.lang.String[] asArrObjectIDs,Hold aoHold)
Performs the unHold operation on all RM entities whose Ids are specified in input parameter asArrObjectIDs.The Hold object that is specified is disassociated from each RM object.