com.filenet.rm.api
Uses of Interface DisposableObject
Packages that use DisposableObject
Package | Description |
---|---|
com.filenet.rm.api | |
com.filenet.rm.api.util |
Uses of DisposableObject 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.
|
|
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.
|
|
Volume
Represents a logical sub-division of a record folder into smaller, easier-to-manage units.
|
Modifier and Type | Method and Description |
---|---|
|
DispositionSchedule.recalculateCutOff(DisposableObject aoRMObject)
Recalculates and updates the pre-cutoff data based on the schedule associated with a specified
DisposableObject object or its parent.
|
|
DispositionSchedule.updateCurrentPhaseDataOnEntity(DisposableObject aoDisposableObject)
Recalculates the phase data for the specified
DisposableObject object to
to cater conditions such as modification of to the phase or the object.
|
|
DispositionSchedule.updatePhaseDataOnEntity(DisposableObject aoDisposableObject)
Recalculates the phase data for the specified
DisposableObject object to
reflect modifications to the phase or the object.
|
Uses of DisposableObject in com.filenet.rm.api.util
Modifier and Type | Method and Description |
---|---|
|
RMUtil._getCurrentPhaseExecutionDate(DisposableObject aoRMObject)
Calculates the current phase executution date for an entity
|
|
RMUtil._validateDisposition(DisposableObject aoDisposableObject)
Validates whether the entity passed as input parameter can be disposed or
not.
|
|
RMUtil.getCurrentPhaseExecutionDate(DisposableObject aoRMObject)
Deprecated. Use
RMUtil._getCurrentPhaseExecutionDate(DisposableObject aoRMObject) instead of this method.
|
|
RMUtil.validateDisposition(DisposableObject aoDisposableObject)
Deprecated. Use
RMUtil._validateDisposition(DisposableObject aoDisposableObject) instead of this method.
|