com.filenet.rm.api

Uses of Interface RMCustomObject

Packages that use RMCustomObject

Package Description
com.filenet.rm.api

Uses of RMCustomObject in com.filenet.rm.api

Modifier and Type Interface and Description
  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
RecordType
Represents a non-hierarchical grouping of records.
Modifier and Type Method and Description
  1. RMCustomObject
RMObjectStore.createLocation(com.filenet.wcm.api.Properties aoProperties,com.filenet.wcm.api.Permissions aoAcls,java.lang.String Guid)
Creates a Location object in the specified folder.
  1. RMCustomObject
RMObjectStore.createPattern(com.filenet.wcm.api.Properties aoProperties,com.filenet.wcm.api.Permissions aoPermissions)
Creates a Pattern object that specifies a naming pattern for file plans in the object store.
  1. RMCustomObject
RMObjectStore.createPatternLevel(com.filenet.wcm.api.Properties aoProperties,com.filenet.wcm.api.Permissions aoPermissions,java.lang.String asPatternGUID)
Creates a PatternLevel object to be associated with the specified Pattern object in this object store.
  1. RMCustomObject
DispositionSchedule.createPhase(com.filenet.wcm.api.Properties aoProps,com.filenet.wcm.api.Permissions aoACL)
Deprecated. Use the createPhaseWithAlternateRetention method instead.
  1. RMCustomObject
DispositionSchedule.createPhaseWithAlternateRetention(com.filenet.wcm.api.Properties aoProps,com.filenet.wcm.api.Permissions aoACLS,com.filenet.wcm.api.Properties[] aoArrAltcreatePhaseWithAlternateRetentionernateRetentionProps)
Creates a Phase object using the specified properties and permissions, and adds the new object as the last entry in the Phase collection associated with this DipositionSchedule object.
  1. RMCustomObject
RMObjectStore.createRMCustomObject(int aiCustomClassType,com.filenet.wcm.api.Properties aoProps,com.filenet.wcm.api.Permissions aoACL)
Constructs an RMCustomObject object of the specified type and places the new object in this object store.
  1. RMCustomObject
ClassificationScheme.getPatternValue()
Returns the Pattern object that is associated with this ClassificationScheme object.
  1. RMCustomObject
RMObjectStore.getRMCustomObjectInterface(com.filenet.wcm.api.CustomObject aoCustomObject)
Constructs an RMCustomObject object based on the specified CustomObject object and places the new object in this object store.
Modifier and Type Method and Description
  1. void
DisposableObject.executeInterimTransfer(RMCustomObject aoIntTransLoc)
Performs an interim transfer action on this object.
  1. void
DisposableObject.executeInterimTransferWithTransferAPI(RMCustomObject aoIntTransLoc,java.util.Map transferSourceContext,java.lang.String mappingGUID,boolean bSkipDisp)
This method performs interim transfer action on the current instance of DisposableObject.
  1. void
DisposableObject.executeInterimTransferWithTransferAPI(RMCustomObject aoIntTransLoc,java.lang.String mappingGUID,boolean bSkipDisp)
This method performs interim transfer action on the current instance of DisposableObject.
  1. void
ClassificationScheme.setPatternValue(RMCustomObject aoPattern)
Updates the Pattern property for this ClassificationScheme object to the specified value.