com.filenet.rm.api
Uses of Interface RMRecordContainer
Packages that use RMRecordContainer
Package | Description |
---|---|
com.filenet.rm.api | |
com.filenet.rm.api.util |
Uses of RMRecordContainer in com.filenet.rm.api
Modifier and Type | Interface and Description |
---|---|
|
RecordCategory
Represents a container that categorizes a set of related records within a file plan.
|
|
RecordFolder
Represents a container that is used to manage related records according to
specified retention and disposition schedules and events.
|
|
Volume
Represents a logical sub-division of a record folder into smaller, easier-to-manage units.
|
Modifier and Type | Method and Description |
---|---|
|
RecordInfo.copy(RMRecordContainer aoDestination,com.filenet.wcm.api.Properties aoRecordProps)
Creates a copy of this
RecordInfo object in the specified RMRecordContainer
object within the same file plan.
|
|
RecordInfo.deleteFromParent(boolean abSave,java.lang.String asReasonForDelete,RMRecordContainer aoParent)
Called by the specified
RMRecordContainer object to delete this RecordInfo
object in response to the destroy operation being invoked on that
RMRecordContainer object.
|
|
RecordInfo.destroyFromParent(boolean abSave,RMRecordContainer aoParent)
Called by the specified
RMRecordContainer object to delete this RecordInfo
object in response to the destroy operation being invoked in a workflow on that
RMRecordContainer object.
|
|
RecordInfo.file(RMRecordContainer aoDestination)
Files this
RecordInfo object in the specified RMRecordContainer object
within the same file plan.
|
|
RecordInfo.move(RMRecordContainer aoSource,RMRecordContainer aoDestination,java.lang.String asReasonForMove)
Moves this
RecordInfo object from one RMRecordContainer
object to another in the same file plan.
|
Uses of RMRecordContainer in com.filenet.rm.api.util
Modifier and Type | Method and Description |
---|---|
|
RMUtil._batchFile(com.filenet.wcm.api.BaseObjects aoBaseObjects,RMRecordContainer aoRecordContainer)
|
|
RMUtil._getPropertyDescriptionXML(com.filenet.wcm.api.ClassDescription aoClassDescription,java.lang.String asFilterType,RMRecordContainer aoContainer)
Returns a XML string of the property descriptions filtered out by the type of property descriptions
The xml string also includes the Record Pattern associated with the aoContainer.
|
|
RMUtil._validateDestination(RMRecordContainer aoDestination,RecordInfo loRecord)
|
RMUtil.batchFile(com.filenet.wcm.api.BaseObjects aoBaseObjects,RMRecordContainer aoRecordContainer)
|
|
RMBulkOperationsUtil.copy(RMObjectStore aoRMOS,java.lang.String[] asArrObjectIDs,RMRecordContainer aoDestination,com.filenet.wcm.api.Properties aoCopyProps)
Performs the copy operation on all RecordInfo Objects whose Ids are specified in
asArrObjectIDs input parameter.
|
|
RMBulkOperationsUtil.copy(RMObjectStore aoRMOS,java.lang.String[] asArrObjectIDs,RMRecordContainer aoDestination,java.lang.String copyOfPrefix)
Performs the copy operation on all RecordInfo Objects whose Ids are specified in
asArrObjectIDs input parameter.
|
|
RMBulkOperationsUtil.file(RMObjectStore aoRMOS,java.lang.String[] asArrObjectIDs,RMRecordContainer aoDestination)
Performs the file operations on all RecordInfo Objects whose Ids are specified in
asArrObjectIDs input parameter.
|
|
|
RMUtil.getPropertyDescriptionXML(com.filenet.wcm.api.ClassDescription aoClassDescription,java.lang.String asFilterType,RMRecordContainer aoContainer)
Deprecated. Use
RMUtil._getPropertyDescriptionXML(ClassDescription aoClassDescription,
String asFilterType,
RMRecordContainer aoContainer
) instead of this method.
|
RMBulkOperationsUtil.move(RMObjectStore aoRMOS,java.lang.String[] asArrObjectIDs,RMRecordContainer aoSource,RMFolder aoDestination,java.lang.String asReasonForMove,DispositionSchedule aoDispositionSchedule)
Performs the move operation on all RM entities whose Ids are specified in
the asArrObjectIDs input parameter.
|
|
|
RMUtil.validateDestination(RMRecordContainer aoDestination,RecordInfo loRecord)
|