com.filenet.rm.api
Interface RMType
- public interface RMType
Field Summary
Modifier and Type | Field and Description |
---|---|
|
CTR_C4OBJECT_BASE
Specifies that the entity is a DoD Chapter 4 object.
|
|
CTR_CONTAINER_BASE
Specifies that the entity is a folder.
|
|
CTR_CUSTOMOBJECT_BASE
Specifies that the entity is a custom object.
|
|
CTR_IMPL_BASE
Specifies that the entity is a setup; that is, the entity represents the
PRO, DOD or Base standard.
|
|
CTR_IMPL_RMAUDIT_BASE
Specifies that the entity is a specific audit.
|
|
CTR_LINK_BASE
Specifies that the entity is a link.
|
|
CTR_OBJECTSTORE_BASE
Specifies that the entity is an enabled object store.
|
|
CTR_RECORD_BASE
Specifies that the entity is a record.
|
|
RM_TYPE_ACTION
Specifies that the entity is an action.
|
|
RM_TYPE_ALTERNATERETENTION
Specifies that the entity is an alternate retention within a phase.
|
|
RM_TYPE_AUDITCONFIG
Specifies that the entity represents an audit metadata configuration
for a DoD classified document.
|
|
RM_TYPE_CLASSIFICATIONGUIDE
Specifies that the entity is a security classification guide (SCG)
as defined by the DoD Chapter 4 data model.
|
|
RM_TYPE_CLASSIFICATIONSCHEME
Specifies that the entity is a classification scheme.
|
|
RM_TYPE_CONNECTORREGISTRATION
Specifies that the entity is a connector registration.
|
|
RM_TYPE_DISPOSALPHASE
Specifies that the entity is a disposal phase.
|
|
RM_TYPE_DISPOSALSCHEDULE
Specifies that the entity is a disposition schedule.
|
|
RM_TYPE_DISPOSALTRIGGER
Specifies that the entity is a disposal trigger.
|
|
RM_TYPE_ELECTRONICRECORD
Specifies that the entity is an electronic record.
|
|
RM_TYPE_ELECTRONICRECORDFOLDER
Specifies that the entity is an electronic record folder.
|
|
RM_TYPE_EMAILRECORD
Specifies that the entity is an e-mail record.
|
|
RM_TYPE_EXTRACTLINK
Specifies that the entity is an extract link.
|
|
RM_TYPE_FPOS
Specifies that the entity is a File Plan Object Stores (FPOS).
|
|
RM_TYPE_GUIDESECTION
Specifies that the entity is a security classification guide section
as defined by the DoD Chapter 4 data model.
|
|
RM_TYPE_GUIDETOPIC
Specifies that the entity is a security classification guide topic
as defined by the DoD Chapter 4 data model.
|
|
RM_TYPE_HOLD
Specifies that the entity is a hold.
|
|
RM_TYPE_HYBRIDRECORDFOLDER
Specifies that the entity is a hybrid record folder.
|
|
RM_TYPE_IMPLEMENTATAION_BASE
Specifies that the entity is implemented using the Base model.
|
|
RM_TYPE_IMPLEMENTATAION_DOD
Specifies that the entity is implemented using the DoD model.
|
|
RM_TYPE_IMPLEMENTATAION_PRO
Deprecated.
|
|
RM_TYPE_IMPLEMENTATION_DODCLASSIFIED
Specifies that the entity is implemented using the DoD Classified model.
|
|
RM_TYPE_LOCATION
Specifies that the entity is a location.
|
|
RM_TYPE_MARKER
Specifies that the entity is a marker.
|
|
RM_TYPE_PATTERN
Specifies that the entity is a pattern.
|
|
RM_TYPE_PATTERNLEVEL
Specifies that the entity is a pattern level.
|
|
RM_TYPE_PATTERNSEQUENCES
Specifies that the entity is a pattern sequence.
|
|
RM_TYPE_PDFRECORD
Constant value for representing pdf record
|
|
RM_TYPE_PHASE
Specifies that the entity is a phase.
|
|
RM_TYPE_PHASEEXCEPTION
Specifies that the entity is a phase exception.
|
|
RM_TYPE_PHYSICALCONTAINER
Specifies that the entity is a physical container
|
|
RM_TYPE_PHYSICALRECORDFOLDER
Specifies that the entity is a physical record folder.
|
|
RM_TYPE_PREVIOUSPROTECTIVEMARKING
Specifies that the entity is a previous protective marking.
|
|
RM_TYPE_RECEIPTLINK
Specifies that the entity is a receipt link.
|
|
RM_TYPE_RECORD
Specifies that the entity is a record.
|
|
RM_TYPE_RECORDCATEGORY
Specifies that the entity is a record category.
|
|
RM_TYPE_RECORDCOPYLINK
Specifies that the entity is a record copy link.
|
|
RM_TYPE_RECORDFOLDER
Specifies that the entity is a record folder.
|
|
RM_TYPE_RECORDHOLDLINK
Specifies that the entity is a record hold link.
|
|
RM_TYPE_RECORDSEEALSOLINK
Specifies that the entity is a record see-also link.
|
|
RM_TYPE_RECORDTYPE
Specifies that the entity is a record type.
|
|
RM_TYPE_REFERENCE
Specifies that the entity is a reference.
|
|
RM_TYPE_RELATION
Specifies that the entity is a relation.
|
|
RM_TYPE_REPORT
Specifies that the entity is a report.
|
|
RM_TYPE_RESERVATION
Specifies that the entity is a reservation.
|
|
RM_TYPE_RMAUDIT
Specifies that the entity is an Audit event.
|
|
RM_TYPE_RMFOLDERHOLDLINK
Specifies that the entity is a folder hold link.
|
|
RM_TYPE_RMLINK
Specifies that the entity is a Records Manager link.
|
|
RM_TYPE_RMLOG
Specifies that the entity is a Records Manager log.
|
|
RM_TYPE_RMSYSTEM
Specifies that the entity is a Records Manager system custom object.
|
|
RM_TYPE_ROS
Specifies that the entity is a Records Object Store (ROS).
|
|
RM_TYPE_SUPERCEDELINK
Specifies that the entity is a supersede link.
|
|
RM_TYPE_SYSTEMCONFIGURATION
Specifies that the entity is a system configuration.
|
|
RM_TYPE_TRANSCRIPT
Specifies that the entity is a transcript.
|
|
RM_TYPE_TRANSFERMAPPING
For internal use only.
|
|
RM_TYPE_VOLUME
Specifies that the entity is a volume.
|
Field Detail
CTR_CONTAINER_BASE
- static final int CTR_CONTAINER_BASE
Specifies that the entity is a folder.
See Also:
CTR_CUSTOMOBJECT_BASE
- static final int CTR_CUSTOMOBJECT_BASE
Specifies that the entity is a custom object.
See Also:
CTR_RECORD_BASE
- static final int CTR_RECORD_BASE
Specifies that the entity is a record.
See Also:
CTR_LINK_BASE
- static final int CTR_LINK_BASE
Specifies that the entity is a link.
See Also:
CTR_OBJECTSTORE_BASE
- static final int CTR_OBJECTSTORE_BASE
Specifies that the entity is an enabled object store.
See Also:
CTR_IMPL_BASE
- static final int CTR_IMPL_BASE
Specifies that the entity is a setup; that is, the entity represents the
PRO, DOD or Base standard.
See Also:
CTR_IMPL_RMAUDIT_BASE
- static final int CTR_IMPL_RMAUDIT_BASE
Specifies that the entity is a specific audit.
See Also:
CTR_C4OBJECT_BASE
- static final int CTR_C4OBJECT_BASE
Specifies that the entity is a DoD Chapter 4 object.
See Also:
RM_TYPE_CLASSIFICATIONSCHEME
- static final int RM_TYPE_CLASSIFICATIONSCHEME
Specifies that the entity is a classification scheme.
See Also:
RM_TYPE_RECORDCATEGORY
- static final int RM_TYPE_RECORDCATEGORY
Specifies that the entity is a record category.
See Also:
RM_TYPE_RECORDFOLDER
- static final int RM_TYPE_RECORDFOLDER
Specifies that the entity is a record folder.
See Also:
RM_TYPE_VOLUME
- static final int RM_TYPE_VOLUME
Specifies that the entity is a volume.
See Also:
RM_TYPE_ELECTRONICRECORDFOLDER
- static final int RM_TYPE_ELECTRONICRECORDFOLDER
Specifies that the entity is an electronic record folder.
See Also:
RM_TYPE_PHYSICALCONTAINER
- static final int RM_TYPE_PHYSICALCONTAINER
Specifies that the entity is a physical container
See Also:
RM_TYPE_HYBRIDRECORDFOLDER
- static final int RM_TYPE_HYBRIDRECORDFOLDER
Specifies that the entity is a hybrid record folder.
See Also:
RM_TYPE_PHYSICALRECORDFOLDER
- static final int RM_TYPE_PHYSICALRECORDFOLDER
Specifies that the entity is a physical record folder.
See Also:
RM_TYPE_ACTION
- static final int RM_TYPE_ACTION
Specifies that the entity is an action.
See Also:
RM_TYPE_DISPOSALSCHEDULE
- static final int RM_TYPE_DISPOSALSCHEDULE
Specifies that the entity is a disposition schedule.
See Also:
RM_TYPE_DISPOSALPHASE
- static final int RM_TYPE_DISPOSALPHASE
Specifies that the entity is a disposal phase.
See Also:
RM_TYPE_DISPOSALTRIGGER
- static final int RM_TYPE_DISPOSALTRIGGER
Specifies that the entity is a disposal trigger.
See Also:
RM_TYPE_PATTERN
- static final int RM_TYPE_PATTERN
Specifies that the entity is a pattern.
See Also:
RM_TYPE_PATTERNLEVEL
- static final int RM_TYPE_PATTERNLEVEL
Specifies that the entity is a pattern level.
See Also:
RM_TYPE_PREVIOUSPROTECTIVEMARKING
- static final int RM_TYPE_PREVIOUSPROTECTIVEMARKING
Specifies that the entity is a previous protective marking.
See Also:
RM_TYPE_REPORT
- static final int RM_TYPE_REPORT
Specifies that the entity is a report.
See Also:
RM_TYPE_RESERVATION
- static final int RM_TYPE_RESERVATION
Specifies that the entity is a reservation.
See Also:
RM_TYPE_PHASE
- static final int RM_TYPE_PHASE
Specifies that the entity is a phase.
See Also:
RM_TYPE_PHASEEXCEPTION
- static final int RM_TYPE_PHASEEXCEPTION
Specifies that the entity is a phase exception.
See Also:
RM_TYPE_SYSTEMCONFIGURATION
- static final int RM_TYPE_SYSTEMCONFIGURATION
Specifies that the entity is a system configuration.
See Also:
RM_TYPE_CONNECTORREGISTRATION
- static final int RM_TYPE_CONNECTORREGISTRATION
Specifies that the entity is a connector registration.
See Also:
RM_TYPE_RECORDTYPE
- static final int RM_TYPE_RECORDTYPE
Specifies that the entity is a record type.
See Also:
RM_TYPE_LOCATION
- static final int RM_TYPE_LOCATION
Specifies that the entity is a location.
See Also:
RM_TYPE_HOLD
- static final int RM_TYPE_HOLD
Specifies that the entity is a hold.
See Also:
RM_TYPE_PATTERNSEQUENCES
- static final int RM_TYPE_PATTERNSEQUENCES
Specifies that the entity is a pattern sequence.
See Also:
RM_TYPE_RMSYSTEM
- static final int RM_TYPE_RMSYSTEM
Specifies that the entity is a Records Manager system custom object.
See Also:
RM_TYPE_RECORD
- static final int RM_TYPE_RECORD
Specifies that the entity is a record.
See Also:
RM_TYPE_ELECTRONICRECORD
- static final int RM_TYPE_ELECTRONICRECORD
Specifies that the entity is an electronic record.
See Also:
RM_TYPE_EMAILRECORD
- static final int RM_TYPE_EMAILRECORD
Specifies that the entity is an e-mail record.
See Also:
RM_TYPE_MARKER
- static final int RM_TYPE_MARKER
Specifies that the entity is a marker.
See Also:
RM_TYPE_TRANSCRIPT
- static final int RM_TYPE_TRANSCRIPT
Specifies that the entity is a transcript.
See Also:
RM_TYPE_PDFRECORD
- static final int RM_TYPE_PDFRECORD
Constant value for representing pdf record
See Also:
RM_TYPE_RELATION
- static final int RM_TYPE_RELATION
Specifies that the entity is a relation.
See Also:
RM_TYPE_EXTRACTLINK
- static final int RM_TYPE_EXTRACTLINK
Specifies that the entity is an extract link.
See Also:
RM_TYPE_RECORDCOPYLINK
- static final int RM_TYPE_RECORDCOPYLINK
Specifies that the entity is a record copy link.
See Also:
RM_TYPE_RECORDSEEALSOLINK
- static final int RM_TYPE_RECORDSEEALSOLINK
Specifies that the entity is a record see-also link.
See Also:
RM_TYPE_REFERENCE
- static final int RM_TYPE_REFERENCE
Specifies that the entity is a reference.
See Also:
RM_TYPE_SUPERCEDELINK
- static final int RM_TYPE_SUPERCEDELINK
Specifies that the entity is a supersede link.
See Also:
RM_TYPE_RECORDHOLDLINK
- static final int RM_TYPE_RECORDHOLDLINK
Specifies that the entity is a record hold link.
See Also:
RM_TYPE_RMFOLDERHOLDLINK
- static final int RM_TYPE_RMFOLDERHOLDLINK
Specifies that the entity is a folder hold link.
See Also:
RM_TYPE_RMLINK
- static final int RM_TYPE_RMLINK
Specifies that the entity is a Records Manager link.
See Also:
RM_TYPE_RECEIPTLINK
- static final int RM_TYPE_RECEIPTLINK
Specifies that the entity is a receipt link.
See Also:
RM_TYPE_ROS
- static final int RM_TYPE_ROS
Specifies that the entity is a Records Object Store (ROS).
See Also:
RM_TYPE_FPOS
- static final int RM_TYPE_FPOS
Specifies that the entity is a File Plan Object Stores (FPOS).
See Also:
RM_TYPE_IMPLEMENTATAION_DOD
- static final int RM_TYPE_IMPLEMENTATAION_DOD
Specifies that the entity is implemented using the DoD model.
See Also:
RM_TYPE_IMPLEMENTATAION_PRO
- static final int RM_TYPE_IMPLEMENTATAION_PRO
Deprecated.
Specifies that the entity is implemented using the PRO model.
See Also:
RM_TYPE_IMPLEMENTATAION_BASE
- static final int RM_TYPE_IMPLEMENTATAION_BASE
Specifies that the entity is implemented using the Base model.
See Also:
RM_TYPE_IMPLEMENTATION_DODCLASSIFIED
- static final int RM_TYPE_IMPLEMENTATION_DODCLASSIFIED
Specifies that the entity is implemented using the DoD Classified model.
See Also:
RM_TYPE_RMAUDIT
- static final int RM_TYPE_RMAUDIT
Specifies that the entity is an Audit event.
See Also:
RM_TYPE_ALTERNATERETENTION
- static final int RM_TYPE_ALTERNATERETENTION
Specifies that the entity is an alternate retention within a phase.
See Also:
RM_TYPE_RMLOG
- static final int RM_TYPE_RMLOG
Specifies that the entity is a Records Manager log.
See Also:
RM_TYPE_CLASSIFICATIONGUIDE
- static final int RM_TYPE_CLASSIFICATIONGUIDE
Specifies that the entity is a security classification guide (SCG)
as defined by the DoD Chapter 4 data model.
See Also:
RM_TYPE_GUIDESECTION
- static final int RM_TYPE_GUIDESECTION
Specifies that the entity is a security classification guide section
as defined by the DoD Chapter 4 data model.
See Also:
RM_TYPE_GUIDETOPIC
- static final int RM_TYPE_GUIDETOPIC
Specifies that the entity is a security classification guide topic
as defined by the DoD Chapter 4 data model.
See Also:
RM_TYPE_AUDITCONFIG
- static final int RM_TYPE_AUDITCONFIG
Specifies that the entity represents an audit metadata configuration
for a DoD classified document.
See Also:
RM_TYPE_TRANSFERMAPPING
- static final int RM_TYPE_TRANSFERMAPPING
For internal use only. Specifies that the entity is a transfer mapping.
See Also: