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
  1. interface
RecordCategory
Represents a container that categorizes a set of related records within a file plan.
  1. interface
RecordFolder
Represents a container that is used to manage related records according to specified retention and disposition schedules and events.
  1. interface
Volume
Represents a logical sub-division of a record folder into smaller, easier-to-manage units.
Modifier and Type Method and Description
  1. void
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.
  1. void
RecordInfo.deleteFromParent(boolean abSave,java.lang.String asReasonForDelete,RMRecordContainer aoParent)
Called by the specified RMRecordContainerobject to delete this RecordInfo object in response to the destroy operation being invoked on that RMRecordContainer object.
  1. void
RecordInfo.destroyFromParent(boolean abSave,RMRecordContainer aoParent)
Called by the specified RMRecordContainerobject to delete this RecordInfo object in response to the destroy operation being invoked in a workflow on that RMRecordContainer object.
  1. void
RecordInfo.file(RMRecordContainer aoDestination)
Files this RecordInfo object in the specified RMRecordContainer object within the same file plan.
  1. void
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
  1. static
  2. RMBulkOperationResults
RMUtil._batchFile(com.filenet.wcm.api.BaseObjects aoBaseObjects,RMRecordContainer aoRecordContainer)
  1. static
  2. java.lang.String
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.
  1. static
  2. void
RMUtil._validateDestination(RMRecordContainer aoDestination,RecordInfo loRecord)
  1. RMBulkOperationResults
RMUtil.batchFile(com.filenet.wcm.api.BaseObjects aoBaseObjects,RMRecordContainer aoRecordContainer)
  1. RMBulkOperationResults
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.
  1. RMBulkOperationResults
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.
  1. RMBulkOperationResults
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.
  1. java.lang.String
RMUtil.getPropertyDescriptionXML(com.filenet.wcm.api.ClassDescription aoClassDescription,java.lang.String asFilterType,RMRecordContainer aoContainer)
  1. RMBulkOperationResults
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.
  1. void
RMUtil.validateDestination(RMRecordContainer aoDestination,RecordInfo loRecord)