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 |
---|---|
|
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.
|
|
RecordType
Represents a non-hierarchical grouping of records.
|
Modifier and Type | Method and Description |
---|---|
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.
|
|
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.
|
|
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.
|
|
DispositionSchedule.createPhase(com.filenet.wcm.api.Properties aoProps,com.filenet.wcm.api.Permissions aoACL)
Deprecated. Use the
createPhaseWithAlternateRetention
method instead.
|
|
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.
|
|
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.
|
|
ClassificationScheme.getPatternValue()
Returns the
Pattern object that is associated with this
ClassificationScheme object.
|
|
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 |
---|---|
|
DisposableObject.executeInterimTransfer(RMCustomObject aoIntTransLoc)
Performs an interim transfer action on this object.
|
|
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.
|
|
DisposableObject.executeInterimTransferWithTransferAPI(RMCustomObject aoIntTransLoc,java.lang.String mappingGUID,boolean bSkipDisp)
This method performs interim transfer action on the current instance of DisposableObject.
|
|
ClassificationScheme.setPatternValue(RMCustomObject aoPattern)
Updates the Pattern property for this
ClassificationScheme object to the
specified value.
|