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 |
---|---|
HoldableObject.getAssociatedHolds()
Returns the
Hold objects that are associated with this
HoldableObject object.
|
Uses of Holds in com.filenet.rm.api.util
Modifier and Type | Method and Description |
---|---|
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.
|
|
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.
|