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 |
---|---|
|
ActivableObject
Defines the behavior of any Records Manager container object that can be activated or inactivated.
|
|
ClassificationScheme
Represents a file plan that enables a hierarchical grouping of various types of folders such as
record categories and record folders.
|
|
ClosableObject
Defines the behavior of a Records Manager container object that can be closed.
|
|
DisposableObject
Represents a Records Manager object that can be disposed of using the automated
disposal process.
|
|
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.
|
|
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.
|
|
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.
|
|
HoldableObject
Represents a Records Manager object that can be placed on hold, such as a
record category, record folder, or volume.
|
|
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.
|
|
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.
|
|
RecordType
Represents a non-hierarchical grouping of records.
|
|
RMCustomObject
Represents the base object for all RM custom objects.
|
|
RMFolder
Represents the base interface for all container objects in the Records Manager Java API.
|
|
RMObjectStore
Represents a Records Manager object store that can hold
multiple file plans.
|
|
RMRecord
Serves as the base interface for
RecordInfo objects, which represent
records.
|
|
RMRecordCategoryContainer
Defines the behavior of any
RMFolder object that can contain a record category in the file plan
hierarchy.
|
|
RMRecordContainer
Represents the base interface for the interfaces that can contain records:
RecordCategory ,
RecordFolder , and Volume .
|
|
RMRecordFolderContainer
Represents the base class for a container that can hold
RecordFolder objects.
|
|
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.
|
|
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.
|
|
Volume
Represents a logical sub-division of a record folder into smaller, easier-to-manage units.
|
Modifier and Type | Method and Description |
---|---|
RMObjectStore.getObject(java.lang.String asRMObjectId)
Returns the specified
RMObject object.
|
Modifier and Type | Method and Description |
---|---|
|
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 |
---|---|
|
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.
|
|
RMUtil._getActingDisposalSchedule(RMObject aoRMObject)
Returns the entity with which a disposal schedule is associated or cut-off data is inherited.
|
|
RMUtil.auditEvent(RMObject aoRMObject,java.lang.String asReason,java.lang.String asActionType,java.lang.String asDescription,java.lang.String asLastReviewedBy,int aiEventStatus)
Deprecated. Use
RMUtil._auditEvent(RMObject aoRMObject, String asReason, String asActionType, String asDescription, String asLastReviewedBy, int aiEventStatus) instead of this method.
|
RMUtil.getActingDisposalSchedule(RMObject aoRMObject)
Deprecated. Use
RMUtil._getActingDisposalSchedule(RMObject aoRMObject) instead of this method.
|
|
|
RMUtil.tranferPhaseWithoutAction(RMObjectStore aoRMObjectStore,RMObject aoObject)
This method is used to transfer the phase (having no Current Phase Action )to the next phase.
|