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 |
---|---|
|
HoldableObject.hold(Hold aoHold)
Associates this
HoldableObject object with the specified Hold object.
|
|
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 |
---|---|
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.
|
|
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.
|