com.filenet.rm.api

Uses of Interface RMObject

Packages that use RMObject

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

Uses of RMObject in com.filenet.rm.api

Modifier and Type Interface and Description
  1. interface
ActivableObject
Defines the behavior of any Records Manager container object that can be activated or inactivated.
  1. interface
ClassificationScheme
Represents a file plan that enables a hierarchical grouping of various types of folders such as record categories and record folders.
  1. interface
ClosableObject
Defines the behavior of a Records Manager container object that can be closed.
  1. interface
DisposableObject
Represents a Records Manager object that can be disposed of using the automated disposal process.
  1. interface
DispositionAllocatableObject
Defines the behavior of a Records Manager object that can be be associated with a DispositionSchedule object to define the disposition process for the Records Manager object and its children.
  1. interface
DispositionSchedule
Represents a set instructions that are allocated to a Records Manager object to indicate how long that object is to be retained for business purposes.
  1. interface
Hold
Represents a disposition hold that suspends the normal disposition schedule for one or more objects to ensure their availability beyond the approved retention period.
  1. interface
HoldableObject
Represents a Records Manager object that can be placed on hold, such as a record category, record folder, or volume.
  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
RecordInfo
Represents a a logical entity that serves as an official record for any type of document pertaining to business operations, or of having material value.
  1. interface
RecordType
Represents a non-hierarchical grouping of records.
  1. interface
RMCustomObject
Represents the base object for all RM custom objects.
  1. interface
RMFolder
Represents the base interface for all container objects in the Records Manager Java API.
  1. interface
RMObjectStore
Represents a Records Manager object store that can hold multiple file plans.
  1. interface
RMRecord
Serves as the base interface for RecordInfo objects, which represent records.
  1. interface
RMRecordCategoryContainer
Defines the behavior of any RMFolder object that can contain a record category in the file plan hierarchy.
  1. interface
RMRecordContainer
Represents the base interface for the interfaces that can contain records: RecordCategory, RecordFolder, and Volume.
  1. interface
RMRecordFolderContainer
Represents the base class for a container that can hold RecordFolder objects.
  1. interface
RMStoredSearch
Represents a predefined search query to retrieve Records Manager objects, including record categories, folders, volumes, records, and custom objects, from one or more object stores.
  1. interface
VitalableObject
Represents a Records Manager object that can be marked as vital to indicate that the object is required for meeting operational responsibilities during an enterprise-wide emergency.
  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. RMObject
RMObjectStore.getObject(java.lang.String asRMObjectId)
Returns the specified RMObject object.
Modifier and Type Method and Description
  1. void
DispositionSchedule.triggerNextPhase(RMObject aoRMObject)
Sets the subsequent phase data on the specified RMObject object according to the schedule object that is associated with the RMObject object or its parent.

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

Modifier and Type Method and Description
  1. static
  2. void
RMUtil._auditEvent(RMObject aoRMObject,java.lang.String asReason,java.lang.String asActionType,java.lang.String asDescription,java.lang.String asLastReviewedBy,int aiEventStatus)
Audits the event based upon the value of Action type.
  1. static
  2. DispositionAllocatableObject
RMUtil._getActingDisposalSchedule(RMObject aoRMObject)
Returns the entity with which a disposal schedule is associated or cut-off data is inherited.
  1. void
RMUtil.auditEvent(RMObject aoRMObject,java.lang.String asReason,java.lang.String asActionType,java.lang.String asDescription,java.lang.String asLastReviewedBy,int aiEventStatus)
  1. DispositionAllocatableObject
RMUtil.getActingDisposalSchedule(RMObject aoRMObject)
Deprecated. Use RMUtil._getActingDisposalSchedule(RMObject aoRMObject) instead of this method.
  1. static
  2. void
RMUtil.tranferPhaseWithoutAction(RMObjectStore aoRMObjectStore,RMObject aoObject)
This method is used to transfer the phase (having no Current Phase Action )to the next phase.