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
  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
Volume
Represents a logical sub-division of a record folder into smaller, easier-to-manage units.
Modifier and Type Method and Description
  1. void
DispositionSchedule.recalculateCutOff(DisposableObject aoRMObject)
Recalculates and updates the pre-cutoff data based on the schedule associated with a specified DisposableObject object or its parent.
  1. void
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.
  1. void
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
  1. static
  2. java.util.Date
RMUtil._getCurrentPhaseExecutionDate(DisposableObject aoRMObject)
Calculates the current phase executution date for an entity
  1. static
  2. void
RMUtil._validateDisposition(DisposableObject aoDisposableObject)
Validates whether the entity passed as input parameter can be disposed or not.
  1. java.util.Date
RMUtil.getCurrentPhaseExecutionDate(DisposableObject aoRMObject)
  1. void
RMUtil.validateDisposition(DisposableObject aoDisposableObject)