com.filenet.rm.api

Interface RMProperty

All Superinterfaces:
com.filenet.wcm.api.Property, java.io.Serializable

  1. public interface RMProperty
  2. extends com.filenet.wcm.api.Property
Contains a constant for the name of each property in the Records Manager Jsva API. Each property is associated with one or more values.

Use the constants defined by the RMProperty interface to supply the property name to methods. For example, the following calls to the getProperty method use the RMProperty constants to access the properties for a record:

     com.filenet.wcm.api.Properties loProps = ObjectFactory.getProperties();
     Property loDate = ObjectFactory.getProperty(RMProperty.DATE_RECEIVED);
     Property loMedia = ObjectFactory.getProperty(RMProperty.MEDIATYPE);
     Property loFormat = ObjectFactory.getProperty(RMProperty.FORMAT);
     Property loPubDate = ObjectFactory.getProperty(RMProperty.PUBLICATIONDATE);
     Property loAuthor = ObjectFactory.getProperty(RMProperty.AUTHOR);
     Property loOrgn = ObjectFactory.getProperty(RMProperty.ORIGINATING_Organization);
     Property loSubjTitle = ObjectFactory.getProperty(RMProperty.SUBJECT);
     Property lsTitle = ObjectFactory.getProperty(Property.DOCUMENT_TITLE);
 

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
ACCESSIONTO
Identifies the user or location to which the object has been transferred or is to be transferred.
  1. static
  2. java.lang.String
ACTION_NAME
Specifies a name for the disposal action that is to be taken on the object after the cutoff date is reached or retention period in the disposal phase completes.
  1. static
  2. java.lang.String
ACTION_TYPE
Indicates the type of action that can be performed on the object after the cutoff date occurs.
  1. static
  2. java.lang.String
ACTIVE
Indicates whether a RecordHold object is active or inactive.
  1. static
  2. java.lang.String
ADDRESSEE
Specifies for an e-mail record the "To" address field, which represents the recipient of the e-mail.
  1. static
  2. java.lang.String
AGGREGATION
Specifies the type of object that is to be created in a file plan.
  1. static
  2. java.lang.String
ALIAS
Specifies an alias or alternate name for a record.
  1. static
  2. java.lang.String
ALLOCATED_TO
Represents the value of the Allocatedto parameter.
  1. static
  2. java.lang.String
ALLOW_NORMAL_FOLDER
Represents the value of AllowNormalFolder.
  1. static
  2. java.lang.String
ALLOWED_RM_CONTAINEES
Represents the value of AllowedRMContainees for an RM object and specifies the type of RM containees that can come within an RM entity.
  1. static
  2. java.lang.String
ALLOWED_RM_TYPES
Represents the value of AllowedRMTypes for an RM object and specifies the types of RM entities that can come within this RM entity.
  1. static
  2. java.lang.String
ALTERNATE_RETENTION_NUMBER
Represents the number of intelligent retention associated with phase
  1. static
  2. java.lang.String
ALTERNATE_RETENTIONS
Represents the property AlternateRetentions associated with Phase class.
  1. static
  2. java.lang.String
ANIMATION_ENABLED
Represents the value of the AnimationEnabled parameter.
  1. static
  2. java.lang.String
APPLICATIONID
Represents the value of the ApplicationID parameter.
  1. static
  2. java.lang.String
APPLIED_FOR
Represents the association between a pattern level and the objects with which it is associated.
  1. static
  2. java.lang.String
APPLY_TO_NAME_OR_ID
Property associated with the pattern.It denotes whether the pattern is to be applied on Name or Id of the entity.
  1. static
  2. java.lang.String
APPROVEDBY
Property associated with several objects.
  1. static
  2. java.lang.String
ASSOCIATED_FOLDERS
Identifies the record folders that are associated with a Hold object.
  1. static
  2. java.lang.String
ASSOCIATED_PHASE
Represents the property AssociatedPhase on the class DisposalSchedule.
  1. static
  2. java.lang.String
ASSOCIATED_PHASE_ID
Represents the value of AssociatedPhaseId for an RM object.
  1. static
  2. java.lang.String
ASSOCIATED_RECORD_CATEGORIES
Specifies the record categories that are associated with a DispositionSchedule object.
  1. static
  2. java.lang.String
ASSOCIATED_RECORD_FOLDERS
Specifies the record folders that are associated with a DispositionSchedule object.
  1. static
  2. java.lang.String
ASSOCIATED_RECORD_PTR
Identifies the records that are associated with a RecordType object.
  1. static
  2. java.lang.String
ASSOCIATED_RECORD_TYPES
Specifies the record types that are associated with a DispositionSchedule object.
  1. static
  2. java.lang.String
ASSOCIATED_RECORDS
Identifies the records that are associated with a Hold object.
  1. static
  2. java.lang.String
ASSOCIATED_RECORDTYPE
Identifies the RecordType object that is associated with a record.
  1. static
  2. java.lang.String
AUDIT_ACTION_TYPE
Represents the value of AuditActionType for an RM Audit object and specifies the type of action that has been audited.
  1. static
  2. java.lang.String
AUTHOR
Specifies for an e-mail record the "From" address field, which represents the author of the e-mail.
  1. static
  2. java.lang.String
AUTHORISING_STATUTE
Specifies the agency or organization that defines the laws for regulating the retention and maintenance of an object.
  1. static
  2. java.lang.String
AUTHORIZED_BY
  1. static
  2. java.lang.String
AUTHORIZED_ON
  1. static
  2. java.lang.String
BARCODE
Represents the barcode of physical container, marker, physical record folder, or location.
  1. static
  2. java.lang.String
BCCADDRESS
Specifies for an e-mail record the "BCCAddress" address field, which represents a blind carbon copy (BCC) recipient of the e-mail.
  1. static
  2. java.lang.String
CALENDAR_DATE
Represents the value of CalendarDate for a DisposalSchedule object.
  1. static
  2. java.lang.String
CAN_DECLARE
Indicates whether a document can be declared as a record.
  1. static
  2. java.lang.String
CAPTION
Property associated with the Digital Photograph Record Object.
  1. static
  2. java.lang.String
CAPTURE_DATE
Property associated with the Web Record Object.
  1. static
  2. java.lang.String
CAPTURE_METHOD
Property associated with the Web Record Object.
  1. static
  2. java.lang.String
CHARGE_OUT_STATUS
Indicates the charged-out status of the object.
  1. static
  2. java.lang.String
CHARGE_OUT_TO
Identifies the user who has charged out the object.
  1. static
  2. java.lang.String
CLASSIFICATION_SCHEME_NAME
Specifies the name of a a ClassificationScheme object.
  1. static
  2. java.lang.String
CLASSIFICATIONSCHEMESROOTPTR
Provides a pointer to the ClassificationSchemeRoot object that is used by the system configuration object.
  1. static
  2. java.lang.String
CLASSIFIEDBY
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
CLASSIFIEDON
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
CLASSIFYING_AGENCY
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
CLOSED_BY
Identifies the user who closed the object.
  1. static
  2. java.lang.String
CODE
Property associated with several objects.
  1. static
  2. java.lang.String
COLOR_PROFILE
Property associated with the Digital Photograph Record Object.
  1. static
  2. java.lang.String
COMPRESSION
Property associated with the Digital Photograph Record Object.
  1. static
  2. java.lang.String
CONDITION_XML
Represents the property ConditionXML on the class AlternateRetention and Disposal Trigger.
  1. static
  2. java.lang.String
CONTACT
Property associated with the Web Record Object.
  1. static
  2. java.lang.String
CONTAINER_TYPE
Represents the value of ContainerType for an RM object, the type of container.
  1. static
  2. java.lang.String
CONTENT_MANAGEMENT_SYSTEM
Property associated with the Web Record Object.
  1. static
  2. java.lang.String
COPYRIGHT
Property associated with the Digital Photograph Record Object.
  1. static
  2. java.lang.String
CREATING_APPLICATION
Property associated with the PDF Record Object.
  1. static
  2. java.lang.String
CURRENT_ACTION_TYPE
Indicates the type of action that is associated with the current phase of the object.
  1. static
  2. java.lang.String
CURRENT_CLASSIFICATION
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
CURRENT_PHASE_ACTION
Represents the value of CurrentPhaseAction for an RM object and specifies the action of the current phase that is associated.
  1. static
  2. java.lang.String
CURRENT_PHASE_DECISION_DATE
Represents the value of CurrentPhaseDecisionDate.
  1. static
  2. java.lang.String
CURRENT_PHASE_EXECUTION_DATE
Specifies the date when the action associated with a particular phase is to be performed on the object.
  1. static
  2. java.lang.String
CURRENT_PHASE_EXECUTION_STATUS
Indicates the current phase execution status that is to be used by the workflow for the object.
  1. static
  2. java.lang.String
CURRENT_PHASE_EXPORTDESTINATION
Represents the value of CurrentPhaseExportDestination.
  1. static
  2. java.lang.String
CURRENT_PHASE_EXPORTFORMAT
Represents the value of CurrentPhaseExportFormat for an RM object, the XSL format that should be applied to export XML.
  1. static
  2. java.lang.String
CURRENT_PHASE_ID
Represents the value of CurrentPhaseId for an RM object and specifies the ID of the current phase that is associated.
  1. static
  2. java.lang.String
CURRENT_PHASE_REVIEW_COMMENTS
Represents the comments provided by the reviewer for the current disposition phase of the object.
  1. static
  2. java.lang.String
CURRENT_PHASE_REVIEW_DECISION
Represents the value of CurrentPhaseReviewDecision.
  1. static
  2. java.lang.String
CUT_OFF_INHERITED_FROM
Represents the value of CutoffInheritedFrom for an RM Entity and specifies GUID of the parent from which cut off is inherited.
  1. static
  2. java.lang.String
CUTOFF_ACTION
Specifies the cutoff action that triggers the disposition process of the object.
  1. static
  2. java.lang.String
CUTOFF_BASE
Represents the property CutOffBase on the class Disposal Schedule.
  1. static
  2. java.lang.String
CUTOFF_DATE
Specifies the cutoff date that was set by the disposal sweep for the object.
  1. static
  2. java.lang.String
CUTOFF_DISPOSAL_TRIGGER
Soecifies the disposal trigger that is executed when the cutoff of the object is reached.
  1. static
  2. java.lang.String
CUTOFF_OFFSET_DAYS
Specifies for a DispositionSchedule object the number of days after an event occurs that the retention period should begin.
  1. static
  2. java.lang.String
CUTOFF_OFFSET_MONTHS
Specifies for a DispositionSchedule object the number of months after an event occurs that the retention period should begin.
  1. static
  2. java.lang.String
CUTOFF_OFFSET_YEARS
Specifies for a DispositionSchedule object the number of years after an event occurs that the retention period should begin.
  1. static
  2. java.lang.String
CUTOFF_REVIEW_COMMENTS
Represents the comments provided by the reviewer for the cutoff review of the object.
  1. static
  2. java.lang.String
CYCLE_DAYS
Represents the number of days for which the iteration of an event is to reoccur for a DisposalTrigger object.
  1. static
  2. java.lang.String
CYCLE_MONTHS
Represents the number of months for which the iteration of an event is to reoccur for a DisposalTrigger object.
  1. static
  2. java.lang.String
CYCLE_YEARS
Represents the number of years for which the iteration of an event is to reoccur for a DisposalTrigger object.
  1. static
  2. java.lang.String
DATE_CLOSED
Specifies the date that a record category, an electronic category, or a physical folder was closed.
  1. static
  2. java.lang.String
DATE_DECLARED
Specifies the date that a document was declared as record.
  1. static
  2. java.lang.String
DATE_ISSUED
Property associated with several objects.
  1. static
  2. java.lang.String
DATE_LAST_DECLARATION
Specifies the date that the latest record was declared in a record container.
  1. static
  2. java.lang.String
DATE_OF_LAST_FOI_DISCLOSABILITY_REVIEW
Specifies the date that the latest Freedom of Information (FOI) disclosability review was performed on the object.
  1. static
  2. java.lang.String
DATE_OF_LAST_REVIEW
Specifies the date that the latest review was performed on the object.
  1. static
  2. java.lang.String
DATE_OPENED
Specifies the date that the folder was first opened.
  1. static
  2. java.lang.String
DATE_RECEIVED
Specifies for an e-mail record the date on which the e-mail was received.
  1. static
  2. java.lang.String
DATETIME
Specifies the date of a time-based event, including an event for which the date is predefined, for a disposition trigger.
  1. static
  2. java.lang.String
DECLARED_BY
Identifies the user who declared the document as a record.
  1. static
  2. java.lang.String
DECLASSIFIEDBY
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
DECLASSIFIEDON
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
DECLASSIFY_REMARKS
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
DECLASSIFYON_DATE
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
DECLASSIFYON_EVENTS
Property associated with the Record Info Object.
  1. static
  2. int
DEFAULT_RECORD_VERSION
  1. static
  2. java.lang.String
DEFAULT_VALUE
Represents the value of DefaultValue.
  1. static
  2. java.lang.String
DEFAULT_WORKFLOW
Specifies the default workflow that is to be launched for the disposition action that is associated with the object.
  1. static
  2. java.lang.String
DELETIONNOTALLOWED
Represents the value of DeletionNotAllowed.
  1. static
  2. java.lang.String
DERIVEDFROM
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
DESCRIPTION
Property associated with ClassificationGuide object.
  1. static
  2. java.lang.String
DESCRIPTOR
Represents the value of Descriptor.
  1. static
  2. java.lang.String
DISCLOSABILITY_TO_DPA_DATA_SUBJECT
Specifies the details of the Freedom of Information (FOI) Release details.
  1. static
  2. java.lang.String
DISPOSAL_AUTHORIZED_BY
Specifies the user who authorizes the disposal of the object.
  1. static
  2. java.lang.String
DISPOSAL_INSTRUCTION
Specifies the instructions provided for disposal of an entity..
  1. static
  2. java.lang.String
DISPOSAL_PHASES
Represents the disposal phases that are associated with a disposition schedule.
  1. static
  2. java.lang.String
DISPOSAL_SCHEDULE
Identifies the disposition schedule that is associated with the object.
  1. static
  2. java.lang.String
DISPOSAL_SCHEDULE_ALLOCATIONDATE
Specifies the date on which the disposition schedule was associated with the object.
  1. static
  2. java.lang.String
DISPOSAL_SCHEDULE_INHERITEDFROM
Identifies the RMFolder or RecordType object from which the object inherited its disposition schedule.
  1. static
  2. java.lang.String
DISPOSAL_SCHEDULE_NAME
Specifies the name of a disposition schedule.
  1. static
  2. java.lang.String
DISPOSAL_SCHEDULE_PTR
Identifies the disposition schedule that is associated with the Phase object.
  1. static
  2. java.lang.String
DISPOSAL_TRIGGER_NAME
Specifies the name of the DisposalTrigger object.
  1. static
  2. java.lang.String
DISPOSITION_AUTHORITY
Specifies the agency or organization that defines the laws for regulating the retention and maintenance of the object.
  1. static
  2. java.lang.String
DOCUMENT_LINK
Identifies the Document objects that are represented by a record.
  1. static
  2. java.lang.String
DOCUMENT_SECURITY_SETTINGS
Property associated with the PDF Record Object.
  1. static
  2. java.lang.String
DOCUMENT_TITLE
Specifies the title of a Document object.
  1. static
  2. java.lang.String
DOCURI
Specifies the URL of a Document object that is to be declared as a record.
  1. static
  2. java.lang.String
DOWNGRADE_INSTRUCTIONS
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
DOWNGRADE_REMARKS
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
DOWNGRADEDBY
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
DOWNGRADEDON
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
DOWNGRADEON_DATE
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
DOWNGRADEON_EVENTS
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
DPA_DATA_SUBJECT_ACCESS_EXEMPTION
Specifies the details of the Data Protection Act (DPA) Data Subject Access Exemption for the object.
  1. static
  2. java.lang.String
DPAEXEMPTCATEGORY
Specifies the details of the Data Protection Act (DPA) Exempt Category for the object.
  1. static
  2. java.lang.String
EFFECTIVE_DATE_MODIFIED
Specifies the date on which the metadata of the object was modified.
  1. static
  2. java.lang.String
EIR_DISCLOSABILITY_INDICATOR
Represents the Environmental Information Regulation (EIR) Disclosability Indicator for the object.
  1. static
  2. java.lang.String
EIR_EXEMPTION
Represents the value of Environmental Information Regulation (EIR) Exemption for the object.
  1. static
  2. java.lang.String
EMAILNOTIFICATIONUSERS
Represents the value of EmailNotificationUsers.
  1. static
  2. java.lang.String
ENTITY_RECORDCATEGORY
Represents the entity of class RecordCategory.
  1. static
  2. java.lang.String
ENTITY_RECORDFOLDER
Represents the entity of class RecordFolder.
  1. static
  2. java.lang.String
ENTITY_RECORDINFO
Represents the entity of class RecordInfo.
  1. static
  2. java.lang.String
ENTITY_VOLUME
Represents the entity of class Volume.
  1. static
  2. java.lang.String
ERROR_CODE
Represents the Error code associated with the RMException.
  1. static
  2. java.lang.String
ERROR_MESSAGE
Represents the Error Message associated with the RMException.
  1. static
  2. java.lang.String
ERROR_TYPE
Represents the Error type associated with the RMException.
  1. static
  2. java.lang.String
EVENT_TYPE
Represents the value of EventType for a DisposalTrigegr object and specifies which event will be fired when the DisposalTrigger will be executed.
  1. static
  2. java.lang.String
EXCEPTIONS
Represents the value of Exceptions.
  1. static
  2. java.lang.String
EXEMPTIONS
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
EXIF_INFORMATION
Property associated with the Digital Photograph Record Object.
  1. static
  2. java.lang.String
EXPORT_DATE
Represents the value of ExportDate.
  1. static
  2. java.lang.String
EXPORT_DESTINATION
Represents the value of ExportDestination for a DisposalPhase and Phase object, specifies the export destination.
  1. static
  2. java.lang.String
EXPORT_FORMAT
Represents the value of ExportFormat for a DisposalPhase and Phase object, specifies the export format.
  1. static
  2. java.lang.String
EXTERNAL_EVENT_OCCURANCE_DATE
Represents the value of ExternalEventOccuranceDate for a RM object and specifies the date of occurance of external event.
  1. static
  2. java.lang.String
EXTRACTSTATUS
Represents the value of ExtractStatus.
  1. static
  2. java.lang.String
FILE_NAME
Property associated with the Web Record Object.
  1. static
  2. java.lang.String
FOI_DISCLOSABILITY_INDICATOR
Represents the value of FOIDisclosabilityIndicator.
  1. static
  2. java.lang.String
FOI_EXEMPTION
Represents the value of FOIExemption.
  1. static
  2. java.lang.String
FOI_RELEASE_DATE
Represents the value of FOIReleaseDate.
  1. static
  2. java.lang.String
FOLDER_TYPE
Represents the value of FolderType.
  1. static
  2. java.lang.String
FOLDER_UNIQUE_IDENTIFIER
Represents the value of Folder Unique Identifier
  1. static
  2. java.lang.String
FORMAT
Represents the value of Format for a RecordInfo object and specifies the format of RecordInfo.
  1. static
  2. java.lang.String
FROOZEN
Represents the value of IsFrozenVersion for an RM Record and specifies whether the version is frozen.
  1. static
  2. java.lang.String
GUIDE_ID
Property associated with several objects.
  1. static
  2. java.lang.String
GUIDE_NAME
Property associated with several objects.
  1. static
  2. java.lang.String
HAS_DEFAULT_DECLASSIFICATION_DATE
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
HOLD_NAME
Represents the value of HoldName for a RecordHold object and specifies the name of the RecordHold.
  1. static
  2. java.lang.String
HOLD_REASON
Represents the value of HoldReason for a RM object and specifies the reason for putting the RMObejct on hold.
  1. static
  2. java.lang.String
HOLD_TYPE
Represents the value of HoldType for a RecordHold object and specifies the type of RecordHold.
  1. static
  2. java.lang.String
HOLDS
Represents the value of Holds for a RM object and specifies the Holds collection, that is, all the Hold obejcts with which RMObject is associated.
  1. static
  2. java.lang.String
HOME_LOCATION
Represents the value of HomeLocation for a physical object and specifies the home location.
  1. static
  2. java.lang.String
IMAGE_BIT_DEPTH
Property associated with the Digital Photograph and Scanned Record Objects.
  1. static
  2. java.lang.String
IMAGE_RESOLUTION
Property associated with the Scanned Record Object.
  1. static
  2. java.lang.String
IMAGE_SIZE
Property associated with the Digital Photograph Record Object.
  1. static
  2. java.lang.String
IMAGE_SOURCE
Property associated with the Digital Photograph Record Object.
  1. static
  2. java.lang.String
IMPLEMENTING_CLASS_NAME
Represents the value of ImplementingClassName for a ConnectorRegistration object, specifies the name of the class implementing the RMConnector interface.
  1. static
  2. java.lang.String
INACTIVE
Represents the value of Inactive for a RMObject object and specifies whether the given RMObject is inactive.
  1. static
  2. java.lang.String
INCREMENTED_BY
Represents the value of IncrementedBy for a PatternLevel object and specifies the value by which an increment will be made while generating the entity name in accordance with the Pattern applied.
  1. static
  2. java.lang.String
INITIAL_CLASSIFICATION
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
INTEGERTEST
Represents the value of IntegerTest.
  1. static
  2. java.lang.String
INTELLIGENTNAME
Represents the value of IntelligentName.
  1. static
  2. java.lang.String
IS_DELETED
Represents the value of IsDeleted for a RM object and specifies whether the given RMObject has been logically deleted.
  1. static
  2. java.lang.String
IS_DYNAMIC_HOLD
Property associated with the RecordHoldLink and RMFolderHoldLink.This property represents whether a Hold has been applied manually or dynamically.
  1. static
  2. java.lang.String
IS_EXTRACT
Represents the value of isExtract for an RM Record and specifies whether the version is extract.
  1. static
  2. java.lang.String
IS_FINAL_PHASE_COMPLETED
Represents the value of IsFinalPhaseCompleted for a RM object and specifies whether the final phase has been completed.
  1. static
  2. java.lang.String
IS_FISCALYEAR
Represents the value of IsFiscalYear.
  1. static
  2. java.lang.String
IS_FREEZED
Represents the value of IsFreezed.
  1. static
  2. java.lang.String
IS_PERMANENTRECORD
Represents the value of IsPermanentRecord for a RM object such as a RecordCategory or a RecordFolder and specifies whether this RMObject represents a permanent record.
  1. static
  2. java.lang.String
IS_REOPEN
Represents the value of IsReOpen for a RM object and specifies whether the container entity has been reopened.
  1. static
  2. java.lang.String
IS_SCREENINGREQUIRED
Represents the value of IsScreeningRequired for a RM object and specifies whether screening is required when the entity is launched as a workflow item.
  1. static
  2. java.lang.String
IS_SYSTEM_ROLE
Represents the value of IsSystemRole.
  1. static
  2. java.lang.String
IS_VITAL_RECORD
Represents the value of IsVitalRecord for a RM object and specifies whether the entity has been declared has vital.
  1. static
  2. java.lang.String
ISDISCRIPTORFUNCTIONING
Represents the value of IsDiscriptorFunctioning.
  1. static
  2. java.lang.String
ISSUEDBY
Property associated with several objects.
  1. static
  2. java.lang.String
LANGUAGE
Represents the value of Language for a RecordInfo object.
  1. static
  2. java.lang.String
LAST_HOLD_SWEEP_DATE
Property associated with the Hold.This property represents the last date when hold sweep was launched.
  1. static
  2. java.lang.String
LAST_PATTERN_INDEX
Represents the value of LastPatternIndex for a RM Object such as a RecordCategory or a RecordFolder and specifies last value for digit part of pattern string that was used in pattern name generation.
  1. static
  2. java.lang.String
LAST_RETRIVAL_OF_RECORD
Represents the value of LastRetrievalofRecord for a RecordInfo and specifies when was this RecordInfo last retrieved.
  1. static
  2. java.lang.String
LAST_REVIEWED_BY
Represents the value of LastReviewedBy for an RM object and specifies the reviewer who revied it last.
  1. static
  2. java.lang.String
LAST_SWEEP_DATE
Represents the value of LastSweepDate for a RM object and specifies last execution date of sweep on the entity .
  1. static
  2. java.lang.String
LASTFOIDISCLOSABILITYREVIEWDATE
Represents the value of LastFOIDisclosabilityReviewDate.
  1. static
  2. java.lang.String
LASTRUNDATE
Represents the value of LastRunDate for a RM Report object and specifies when was the report run last time.
  1. static
  2. java.lang.String
LEVEL
Represents the value of level specifies the level at which a defined pattern will be applicable.
  1. static
  2. java.lang.String
LEVEL_NUMBER
Represents the value of LevelNumber for a PatternLevel object and specifies the level number of fileplan at which it applies.
  1. static
  2. java.lang.String
LINKED_To
Represents the value of LinkedTo for a Pattern object and specifies the ClassificationScheme object to which this Pattern is associated.
  1. static
  2. java.lang.String
LINKNAME
Represents the value of LinkName for a Link object and specifies the name of Link.
  1. static
  2. java.lang.String
LOCATION
Represents the value of Location for a RM object and specifies a custom object that is associated.
  1. static
  2. java.lang.String
LOCATION_NAME
Represents the value of LocationName for a RM custom object and specifies name of the entity.
  1. static
  2. java.lang.String
LOOKUPIDLIST
Represents the value of LookupIDList.
  1. static
  2. java.lang.String
MAJOR_VERSION
Represents the value of MajorVersionNumber for an RM Record and specifies major version number.
  1. static
  2. java.lang.String
MANDATE_DATA_PROTECTION_EXEMPT_CATEGORY
Represents the value of MandateDataProtectionExemptCategory.
  1. static
  2. java.lang.String
MARKER_TYPE
Represents the value of MarkerType for a Marker object and specifies the type of marker.
  1. static
  2. java.lang.String
MAX_DECLASSIFICATION_OFFSET
Property associated with System Configuration.
  1. static
  2. java.lang.String
MEDIATYPE
Represents the value of MediaType for a RecordInfo object.
  1. static
  2. java.lang.String
METADATA
Represents the value of PropertyName for a SystemConfiguration object and specifies name of the property.
  1. static
  2. java.lang.String
METADATAVALUE
Represents the value of PropertyValue for a SystemConfiguration object.
  1. static
  2. java.lang.String
METHOD_OF_DESTRUCTION
methodofdestruction is one of the property RecordFolder except ElectronicRecordFolder
  1. static
  2. java.lang.String
MINOR_VERSION
Represents the value of MinorVersionNumber for an RM Record and specifies minor version number.
  1. static
  2. java.lang.String
NARA_INDICATOR
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
NEXT_RECORD_VERSION
  1. static
  2. java.lang.String
OIID
Represents the value of OIID.
  1. static
  2. java.lang.String
ON_HOLD
  1. static
  2. java.lang.String
OPERATOR
Represents the value of Operator.
  1. static
  2. java.lang.String
ORIGINATING_Organization
Represents the value of OriginatingOrganization for a RecordInfo object.
  1. static
  2. java.lang.String
OTHER_ADDRESSEE
Represents the value of CarbonCopy for a RecordInfo object.
  1. static
  2. java.lang.String
PART_NAME
Represents the value of PartName.
  1. static
  2. java.lang.String
PATTERN
Represents the value of Pattern for an RMCustomObject.
  1. static
  2. java.lang.String
PATTERN_NAME
Represents the value of PatternName for a Pattern object.
  1. static
  2. java.lang.String
PATTERN_STRING
Represents the value of PatternString for a Pattern Level object and specifies the pattern String definition.
  1. static
  2. java.lang.String
PATTERNPTR
Represents the value of PatternPtr for a Pattern Level object and specifies the pattern with which this level is associated.
  1. static
  2. java.lang.String
PDF_VERSION
Property associated with the PDF Record Object.
  1. static
  2. java.lang.String
PERMANENT_RECORD_INDICATOR
Represents the value of IsPermanentRecord for an RM object such as a RecordCategory or RecordFolder and specifies whether this RMObject represents a permanent record.
  1. static
  2. java.lang.String
PERSONAL_DATA_ACQUISITION_PURPOSE
Represents the value of PersonalDataAcquisitionPurpose.
  1. static
  2. java.lang.String
PHASE
Deprecated. Repressent a phase object on phase exception class.
  1. static
  2. java.lang.String
PHASE_ACTION
Specifies the type of action that is associated with a phase in a disposition schedule.
  1. static
  2. java.lang.String
PHASE_DECISION_DATE
Represents the value of PhaseDecisionDate for an RM custom object of type disposal phase and specifies decision date of the phase.
  1. static
  2. java.lang.String
PHASE_EFFECTIVE_DATE_MODIFIED
Represents the value of PhaseEffectiveDateModified.
  1. static
  2. java.lang.String
PHASE_EXECUTION_DATE
Represents the value of PhaseExecutionDate for an RM custom object of type disposal phase and specifies execution date of the phase.
  1. static
  2. java.lang.String
PHASE_ID
Represents the value of PhaseID for an RM custom object of type phase.
  1. static
  2. java.lang.String
PHASE_NAME
Represents the value of PhaseName for an RM custom object of type phase and specifies name of the phase.
  1. static
  2. java.lang.String
PHASE_NUMBER
Represents the value of PhaseNumber for an RM custom object of type phase and specifies number of the phase.
  1. static
  2. java.lang.String
PHASE_PTR
Represents the value of AccessionTo for a Phase Exception object.
  1. static
  2. java.lang.String
PHASE_STATUS
Represents the value of PhaseStatus for an RM custom object of type phase.
  1. static
  2. java.lang.String
PHASES
Represents the value of Phases for an RM custom object of type disposal schedule and specifies phases associated with the schedule.
  1. static
  2. java.lang.String
PHOTOGRAPHER
Property associated with the Digital Photograph Record Object.
  1. static
  2. java.lang.String
PREVENT_RMENTITY_DELETION
Represents the value of PreventRMEntityDeletion for an RM object and specifies the security.
  1. static
  2. java.lang.String
PREVIOUS_RECORD_VERSION
The following properties are used for versioing records for JITC Cert.
  1. static
  2. java.lang.String
PRODUCING_APPLICATION
Property associated with the PDF Record Object.
  1. static
  2. java.lang.String
PRODUCING_APPLICATION_VERSION
Property associated with the PDF Record Object.
  1. static
  2. java.lang.String
PROPERTY_NAME
Represents the value of PropertyName
  1. static
  2. java.lang.String
PROPERTY_VALUE
Represents the value of PropertyValue
  1. static
  2. java.lang.String
PROPERTYDATATYPE
Represents the value of PropertyDataType for an RM system configuration object and specifies the datatype of property.
  1. static
  2. java.lang.String
PROPERTYKEY
Property added for the custom object RMSystem
  1. static
  2. java.lang.String
PROPERTYVALUE
Property associated with System Configuration.
  1. static
  2. java.lang.String
PUBLICATIONDATE
Represents the value of SentOn for an RM Record specifies publication date of the record.
  1. static
  2. java.lang.String
PUBLISHING_Enabled
Represents the value of SentOn for an RM Record specifies whether publication is enabled for a record.
  1. static
  2. java.lang.String
REASON
Represents the value of Reason.
  1. static
  2. java.lang.String
REASON_FOR_ACTION
Represents the value of ReasonForAction for an RM Audit object and specifies the reason for this audit action.
  1. static
  2. java.lang.String
REASON_FOR_CHANGE
Represents the value of ReasonForChange for an RM object specifies reason for which the object is changed.
  1. static
  2. java.lang.String
REASON_FOR_CLOSE
Represents the value of ReasonForClose for an RM object specifies reason for which the object is closed.
  1. static
  2. java.lang.String
REASON_FOR_FREEZE
Represents the value of ReasonForFreeze for an RM object specifies reason for which the object is freezed.
  1. static
  2. java.lang.String
REASON_FOR_INACTIVATE
Represents the value of ReasonForInactivate for an RM object specifies reason for which the object is inactivated.
  1. static
  2. java.lang.String
REASON_FOR_LAUNCH
The following properties are used for the launching the transfer workflows from the UI
  1. static
  2. java.lang.String
Reason_FOR_OUTCOME_OF_LAST_REVIEW
Represents the value of ReasonforOutcomeofLastReview for an RM object such as a RecordCategory or a RecordFolder.
  1. static
  2. java.lang.String
REASON_FOR_RECLASSIFICATION
Represents the value of ReasonForReclassification for an RM object specifies reason for which the object is re-classified into another hierarchy.
  1. static
  2. java.lang.String
REASONS_FOR_SECURITY_CLASSIFICATION
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
RECALCULATE_PHASE_RETENTION
Represents a symbolic name for RMSysem property name used by sweep to check for the alternate retention condition on any entity.
  1. static
  2. java.lang.String
RECEIPT_STATUS
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
RECEIPTOF
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
RECEIPTS
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
RECORD_CATEGORY_DESCRIPTION
Represents the value of RecordCategoryDescription for an RM category specifies description for the Record Category.
  1. static
  2. java.lang.String
RECORD_CATEGORY_IDENTIFIER
Represents the value of RecordCategoryIdentifier for an RM category specifies unique identifier for the Record Category.
  1. static
  2. java.lang.String
RECORD_CATEGORY_NAME
Represents the value of RecordCategoryName for an RM category specifies name for the Record Category.
  1. static
  2. java.lang.String
RECORD_FOLDER_IDENTIFIER
Represents the value of RecordFolderIdentifier for an RM Folder specifies name for the Record Folder.
  1. static
  2. java.lang.String
RECORD_FOLDER_NAME
Represents the value of RecordFolderName for an RM Folder specifies name for the Record Folder.
  1. static
  2. java.lang.String
RECORD_LINK
Represents the value of RecordInformation for a Document object and specifies the RecordInfo with which the Document is associated.
  1. static
  2. java.lang.String
RECORD_PATTERN
Represents the value of RecordPattern for a RecordCategory and a RecordFolder and specifies the value of pattern definition String.
  1. static
  2. java.lang.String
RECORD_TYPE
Represents the value of RecordType for an RM Record and specifies record type associated with the record.
  1. static
  2. java.lang.String
RECORD_VERSION
  1. static
  2. java.lang.String
RECORDHOLDER
Represents the value of RecordHolder.
  1. static
  2. java.lang.String
RECORDINFOPTR
Represents the value of RecordInfoPtr for a Disposal phase object.
  1. static
  2. java.lang.String
RECORDTYPE_DISPOSAL_PHASES
Represents the value of RecordTypeDisposalPhases for a Property object and specifies a bitmask combining bit values for the security access rights being granted or denied
  1. static
  2. java.lang.String
RECORDTYPE_NAME
Represents the value of RecordTypeName for a RecordType object and specifies the name of RecordType.
  1. static
  2. java.lang.String
REMARKS
Property associated with several objects.
  1. static
  2. java.lang.String
REOPENED_BY
Represents the value of ReopenedBy for an RM object such as a RecordCategory or a RecordFolder, specifies the user who reopened the RM container object.
  1. static
  2. java.lang.String
REOPENED_DATE
Represents the value of ReOpenedDate for an RM object such as a RecordCategory or a RecordFolder, specifies the date when RM container object was reopened.
  1. static
  2. java.lang.String
REPORTNAME
Represents the value of ReportName for an RM Report object and specifies the name of Report.
  1. static
  2. java.lang.String
REPOSITORY_NAME
Represents the value of RepositoryName for an RM Connector Registration object and specifies the repository name where Document is stored.
  1. static
  2. java.lang.String
REPOSITORY_TYPE
Represents the value of RepositoryType for an RM Connector Registration object and specifies the repository type where Document is stored.
  1. static
  2. java.lang.String
REQUEST_DECLASSIFICATION_DATE_UPDATE
Property associated with System Configuration.
  1. static
  2. java.lang.String
RETAIN_METADATA
Represents the value of RetainMetadata for a ClassificationScheme object and specifies whether RM object will be hard deleted or logically deleted or user input will be considered.
  1. static
  2. java.lang.String
RETENTION_BASE
Represents the property RetentionBase on the class AlternateRetention.
  1. static
  2. java.lang.String
RETENTION_PERIOD_DAYS
Represents the value of RetentionPeriodDays for a Phase object.
  1. static
  2. java.lang.String
RETENTION_PERIOD_MONTHS
Represents the value of RetentionPeriodMonths for a Phase object.
  1. static
  2. java.lang.String
RETENTION_PERIOD_YEARS
Represents the value of RetentionPeriodYears for a Phase object.
  1. static
  2. java.lang.String
RETURN_DATE
Represents the value of ReturnDate.
  1. static
  2. java.lang.String
REVIEW_COMMENTS
Represents the value of ReviewComments for a Disposal Phase object.
  1. static
  2. java.lang.String
REVIEW_DATE
Represents the value of ReviewDate for a Disposal phase and RecordInfo object.
  1. static
  2. java.lang.String
REVIEW_DECISION
Represents the value of ReviewDecision for a Disposal phase object.
  1. static
  2. java.lang.String
REVIEW_REMARKS
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
REVIEWEDBY
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
REVIEWEDON
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
REVIEWER
Represents the value of Reviewer for an RM object such as a RecordCategory or a RecordFolder.
  1. static
  2. java.lang.String
REVIEWER_DETAILS
Represents the value of ReviewerDetails for a Disposal phase object.
  1. static
  2. java.lang.String
RM_CONNECTOR_PROPERTY_REGISTRATIONID
Represents the connector registration id.
  1. static
  2. java.lang.String
RM_CONNECTOR_REGISTRATION_PATH
Represents the path for the connector registration
  1. static
  2. java.lang.String
RM_CONNECTOR_ROOT_URL
Represents the value of RM_CONNECTOR_ROOT_URL for a Connector URL and specifies Connector root element name.
  1. static
  2. java.lang.String
RM_CONNECTOR_SEARCH_ROOT_URL
Represents a constant for search URL.
  1. static
  2. java.lang.String
RM_CONNECTOR_URL_DOCUMENTID
Represents the value of RM_CONNECTOR_URL_DOCUMENTID for a Connector URL and specifies document Id assciated to URL.
  1. static
  2. java.lang.String
RM_CONNECTOR_URL_PASSWORD
Represents the value of RM_CONNECTOR_URL_PASSWORD for a Connector URL and specifies password used.
  1. static
  2. java.lang.String
RM_CONNECTOR_URL_REGISTRATIONID
Represents the value of RM_CONNECTOR_URL_REGISTRATIONID for a Connector URL and specifies registration Id used.
  1. static
  2. java.lang.String
RM_CONNECTOR_URL_USERID
Represents the value of RM_CONNECTOR_URL_USERID for a Connector URL and specifies user Id used.
  1. static
  2. java.lang.String
RM_CONNECTOR_URL_VERSION
Represents the value of RM_CONNECTOR_URL_VERSION for a Connector URL and specifies connector versions.
  1. static
  2. java.lang.String
RM_CONNECTOR_URL_VERSION_DELIMITER
Represents the value of RM_CONNECTOR_URL_VERSION_DELIMITER for a Connector URL and specifies the delimiter to be used.
  1. static
  2. java.lang.String
RM_RECORD_URL
Represents the constant for record URL.
  1. static
  2. java.lang.String
RM_RECORD_URL_RECORDID
Represents the constant for record id for the record URL.
  1. static
  2. java.lang.String
RM_REPOSITORY_TYPE_CE
Represents the constant for CE Respository type.
  1. static
  2. java.lang.String
RM_REPOSITORY_TYPE_CS
Represents the constant for CS Respository type.
  1. static
  2. java.lang.String
RM_REPOSITORY_TYPE_IS
Represents the constant for IS Respository type.
  1. static
  2. java.lang.String
RM_SYSTEM_CONFIGURATION_FREEZE_DECLARE_DOCUMENT
  1. static
  2. java.lang.String
RMENTITY_DESCRIPTION
Represents the value of RMEntityDescription for an RM object.
  1. static
  2. java.lang.String
RMENTITY_TYPE
Represents the value of RMEntityType for an RM object and specifies the type of RM entity such as a RecordFolder or a RecordCategory.
  1. static
  2. java.lang.String
RMEVENTACTION
Property added for the custom object RMSystem
  1. static
  2. java.lang.String
RMFOLDERPTR
Represents the value of RMFolderPtr for a Disposal phase object.
  1. static
  2. java.lang.String
ROLE_NAME
Represents the value of Role Name.
  1. static
  2. java.lang.String
ROLE_TYPE
Represents the value of RoleType.
  1. static
  2. java.lang.String
SCANNED_IMAGE_FORMAT_AND_VERSION
Property associated with the Scanned Record Object.
  1. static
  2. java.lang.String
SCENARIO_DEFINITION_DOCID
Represents the value of ScenarioDefinitionDocID.
  1. static
  2. java.lang.String
SCENARIO_DESCRIPTION
Represents the value of ScenarioDescription.
  1. static
  2. java.lang.String
SEARCHINGOBJECTTYPES
Represents the value of SearchingObjectTypes.
  1. static
  2. java.lang.String
SECURITY_CATEGORY
Represents the value of Security Category for an RM object and specifies the security.
  1. static
  2. java.lang.String
SECURITY_FOLDER
Represents the property that defines a record's security parent.
  1. static
  2. java.lang.String
SERVER_NAME
Represents the value of ServerName for an RM Connector Registration object and specifies the server name where Document is stored.
  1. static
  2. java.lang.String
SIMULATION_DESCRIPTION
Represents the value of SimulationDescription.
  1. static
  2. java.lang.String
SIMULATIONGUID
Represents the value of SimulationGUID.
  1. static
  2. java.lang.String
SKIP_DISPOSITION_VALIDATION
  1. static
  2. int
STRONG_LINK_TYPE
Represents a constant for any strongly link object.
  1. static
  2. java.lang.String
SUBJECT
Represents the value of EmailSubject for a RecordInfo object.
  1. static
  2. java.lang.String
SUPERCEDED_BY
Represents the value of SupercededBy for a RecordInfo object.
  1. static
  2. java.lang.String
SUPERCEDED_DATE
Represents the value of SupercededDate for a RecordInfo object.
  1. static
  2. java.lang.String
SUPERCEDED_RECORD
Represents the value of SupercededRecord for a RecordInfo object.
  1. static
  2. java.lang.String
SUPERCEDING_RECORDS
Represents the value of SupercedingRecords.
  1. static
  2. java.lang.String
SUPPLEMENTAL_MARKING
Represents the value of SupplementalMarking.
  1. static
  2. java.lang.String
SUPPLEMENTAL_MARKING_STRING_LIST
String representation of the actual supplemental marking list
  1. static
  2. java.lang.String
SWEEP_AUDIT_XML
Property associated with the RecordHold Object.This property used to log the Entites Placed on Hold and Entites Removed from Hold.
  1. static
  2. java.lang.String
SWEEP_STATE
Property associated with the Hold.This property is used to identify the RM entities to be removed (which have been put dynamically) from the hold in the next run of Hold Sweep.
  1. static
  2. java.lang.String
SWEEPLOCK
Represents the value of SweepLock.
  1. static
  2. java.lang.String
SYSTEM_CONFIGURATION
Represents the value of SystemConfiguration for a ClassificationScheme object and specifies the system configuration objects that are associated with it.
  1. static
  2. java.lang.String
TOPIC
Property associated with several objects.
  1. static
  2. java.lang.String
UNIQUE_RECORD_INDENTIFIER
Represents the value of UniqueRecordIdentifier for a RecordInfo object.
  1. static
  2. java.lang.String
UPGRADE_REASONS
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
UPGRADE_REMARKS
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
UPGRADEDBY
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
UPGRADEDON
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
UPGRADEON_DATE
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
UPGRADEON_EVENTS
Property associated with the Record Info Object.
  1. static
  2. java.lang.String
URI
Represents the value of URI.
  1. static
  2. java.lang.String
USES_LONG_COLUMN
Represents the value of UsesLongColumn which identifies the Long String
  1. static
  2. java.lang.String
VITAL_RECORD_DECLARE_DATE
Represents the value of VitalRecordDeclareDate for an RM object and specifies when was it declared as vital.
  1. static
  2. java.lang.String
VITAL_RECORD_DESCRIPTION
Represents the value of VitalRecordDescription for an RM object and specifies the description of vital.
  1. static
  2. java.lang.String
VITAL_RECORD_DISPOSALTRIGGER
Represents the value of VitalRecordDisposalTrigger for an RM object and specifies the Disposal Trigger that is associated with the vital.
  1. static
  2. java.lang.String
VITAL_RECORD_NEXT_REVIEW_DATE
Represents the value of VitalRecordNextReviewDate for an RM object.
  1. static
  2. java.lang.String
VITAL_RECORD_REVIEW_ACTION
Represents the value of VitalRecordReviewAction for an RM object and specifies the action associated with vital.
  1. static
  2. java.lang.String
Vital_RECORD_REVIEW_COMMENTS
Represents the value of VitalRecordReviewComments for an RM object and specifies the comments fro vital review.
  1. static
  2. java.lang.String
VITAL_RECORD_REVIEWDATE
Represents the value of VitalRecordReviewDate for an RM object and specifies the date when it is next due for review.
  1. static
  2. java.lang.String
VITAL_SWEEP_DATE
Represents the value of VitalSweepDate for an RM object.
  1. static
  2. java.lang.String
VITAL_WORKFLOW_STATUS
Represents the value of VitalWorkflowStatus for an RM object and specifies the status of vital workflow.
  1. static
  2. java.lang.String
VOLUME_NAME
Represents the value of VolumeName for a Volume object and specifies the name of the Volume.
  1. static
  2. java.lang.String
WEB_PLATFORM
Property associated with the Web Record Object.
  1. static
  2. java.lang.String
WEB_SITE_NAME
Property associated with the Web Record Object.
  1. static
  2. java.lang.String
WEB_SITE_URL
Property associated with the Web Record Object.
Fields inherited from interface com.filenet.wcm.api.Property
ACCESS, ACCESS_MASK, ACCESS_TYPE, ACTIVE_MARKINGS, ADDON_TYPE, ALL_REALMS, ALLOWS_FOREIGN_OBJECT, ALLOWS_INSTANCES, ANNOTATED_CONTENT_ELEMENT, ANNOTATED_OBJECT, ANNOTATIONS, APPLICATION_NAME, ASSOCIATED_PROPERTY_ID, AUDIT_FAILURE, AUDIT_LEVEL, AUDIT_SUCCESS, AUDITED_EVENTS, AUTHENTICATION_PROVIDER_STRING, CAN_BE_DEMOTED, CARDINALITY, CBR_ENGINE_TYPE, CHOICE_INTEGER_VALUE, CHOICE_LIST, CHOICE_LISTS, CHOICE_STRING_VALUE, CHOICE_TYPE, CHOICE_VALUES, CLASS_DESCRIPTION, CLASS_DESCRIPTIONS, CLASSIFICATION_STATUS, COMPUTERS, CONTAINED_DOCUMENTS, CONTAINEES, CONTAINERS, CONTAINMENT_NAME, CONTENT_ACCESS_RECORDING_LEVEL, CONTENT_ELEMENTS, CONTENT_ELEMENTS_PRESENT, CONTENT_INDEX_FILE_STORE, CONTENT_LOCATION, CONTENT_RETENTION_DATE, CONTENT_SIZE, CONTENT_TYPE, COUNT, CREATOR, CURRENT_STATE, CURRENT_VERSION, CUSTOM_TEMPLATE_CONTENT, CUSTOM_TEMPLATE_NAME, DATA_TYPE, DATABASE_CONNECTION_STRING, DATABASE_NAME, DATABASE_SERVER_NAME, DATABASE_TYPE, DATE_CONTENT_LAST_ACCESSED, DATE_CREATED, DATE_LAST_MODIFIED, DEFAULT_INSTANCE_OWNER, DEFAULT_INSTANCE_PERMISSIONS, DEFAULT_QUERY_BATCH_SIZE, DEFAULT_QUERY_ROW_LIMIT, DEFAULT_QUERY_TIME_LIMIT, DEFAULT_RESERVATION_TYPE, DELETION_ACTION, DEPENDENT_DOCUMENTS, DESCRIPTIVE_TEXT, DESTINATION_DOCUMENTS, DISPLAY_NAME, DISTINGUISHED_NAME, DOCUMENT_CLASSIFICATION_ACTIONS, DOCUMENT_LIFECYCLE_ACTIONS, DOCUMENT_LIFECYCLE_POLICIES, DOCUMENT_LIFECYCLE_POLICY, DOCUMENT_STATES, DOMAIN, ELEMENT_SEQUENCE_NUMBER, ENABLE_MANUAL_LAUNCH, ENTRY_TEMPLATE_ID, ENTRY_TEMPLATE_LAUNCHED_WORKFLOW_NUMBER, ENTRY_TEMPLATE_OBJECT_STORE_NAME, ENUM_BATCH_SIZE, ERROR_CATEGORY, ERROR_DESCRIPTION, EVENT_ACTION, EVENT_ACTIONS, EVENT_CLASS_ID, EVENT_STATUS, EXPRESSION, FILE_STORES, FILTER_EXPRESSION, FILTERED_PROPERTY_ID, FOLDER_NAME, FOLDERS_FILED_IN, GCD_PROVIDER_STRING, GRANTEE_NAME, GRANTEE_TYPE, GROUPS, HAS_CHOICES, HAS_HIERARCHY, HAS_INCLUDE_SUBCLASSES, HAS_PROPER_SUBCLASS_PROPERTIES, HEAD, ID, IDS, IMMEDIATE_SUBCLASS_DESCRIPTIONS, INCLUDE_SUBCLASSES_REQUESTED, INHERIT_PARENT_PERMISSIONS, INHERITABLE_DEPTH, INPUT_DOCUMENT, INPUT_FORMATS, INSTALLED_ADDONS, INSTANCE_TYPE, IS_CURRENT_VERSION, IS_DIRTY, IS_ENABLED, IS_FROZEN_VERSION, IS_HIDDEN, IS_HIDDEN_CONTAINER, IS_HIERARCHICAL, IS_IN_EXCEPTION_STATE, IS_INDEXING_PAUSED, IS_NAME_PROPERTY, IS_ORDER_PRESERVING, IS_ORDERABLE, IS_PERSISTENT, IS_READ_ONLY, IS_RESERVED, IS_SEARCHABLE, IS_SECURABLE, IS_SELECTABLE, IS_SYNCHRONOUS, IS_SYSTEM_GENERATED, IS_SYSTEM_OWNED, IS_VALUE_REQUIRED, IS_VALUE_SET, IS_VERSIONING_ENABLED, ISOLATED_REGION, ISOLATED_REGION_NUMBER, LABEL, LAST_MODIFIER, LIFECYCLE_OPERATION, LOCAL_DOMAIN, LOCALE_NAME, LOCALE_NAMES, LOCK_OWNER, LOCK_TIMEOUT, LOCK_TOKEN, LOOKUP_ID_LIST, LOOKUP_LIST, MAJOR_VERSION_NUMBER, MARKING_SET, MARKING_SETS, MARKINGS, MAX_QUERY_ROW_LIMIT, MAX_QUERY_TIME_LIMIT, MAXIMUM_ELEMENTS, MAXIMUM_FOLDER_CACHE_ENTRIES, MAXIMUM_LENGTH_BINARY, MAXIMUM_LENGTH_STRING, MAXIMUM_SECURITY_CACHE_ENTRIES, MIME_TYPE, MINIMUM_ELEMENTS, MINOR_VERSION_NUMBER, MODIFIED_PROPERTIES, NAME, OBJECT_STORE, OBJECT_STORE_ID, OBJECT_STORES, OBJECT_TYPE, OPTIMIZATION_HINT, OPTIONS, OUTPUT_FOLDER, OUTPUT_FORMAT, OWNER, OWNER_DOCUMENT, PARENT, PATH_NAME, PENDING_OPERATION, PERMISSION_DESCRIPTIONS, PERMISSION_SOURCE, PERMISSIONS, POST_IMPORT_SCRIPT, PRE_IMPORT_SCRIPT, PREDECESSORS, PRESERVE_DIRECT_PERMISSIONS, PRIORITY, PROG_ID, PROPER_SUBCLASS_PROPERTY_DESCRIPTIONS, PROPERTIES, PROPERTY_DEFAULT_BINARY, PROPERTY_DEFAULT_BOOLEAN, PROPERTY_DEFAULT_DATETIME, PROPERTY_DEFAULT_FLOAT64, PROPERTY_DEFAULT_ID, PROPERTY_DEFAULT_INTEGER32, PROPERTY_DEFAULT_OBJECT, PROPERTY_DEFAULT_STRING, PROPERTY_DESCRIPTION, PROPERTY_DESCRIPTIONS, PROPERTY_LOOKUP_NAME, PROPERTY_MAP, PROPERTY_MAXIMUM_DATE_TIME, PROPERTY_MAXIMUM_FLOAT64, PROPERTY_MAXIMUM_INTEGER32, PROPERTY_MINIMUM_DATE_TIME, PROPERTY_MINIMUM_FLOAT64, PROPERTY_MINIMUM_INTEGER32, PROPERTY_SELECTION_BINARY, PROPERTY_SELECTIONS_BOOLEAN, PROPERTY_SELECTIONS_DATE_TIME, PROPERTY_SELECTIONS_FLOAT64, PROPERTY_SELECTIONS_ID, PROPERTY_SELECTIONS_INTEGER32, PROPERTY_SELECTIONS_OBJECT, PROPERTY_SELECTIONS_STRING, PROPERTY_TEMPLATES, PROVIDER_ID, PUBLICATION_DOCUMENT, PUBLICATION_INFO, PUBLISH_TEMPLATE, PUBLISHING_PLUGIN_SERVER, QUERY_OPERATOR_DESCRIPTIONS, QUERY_TEXT, REFLECTIVE_PROPERTY_ID, RELEASED_VERSION, REQUIRED_CLASS, REQUIRES_UNIQUE_ELEMENTS, RESERVATION, RESERVATION_TYPE, RETRIEVAL_NAME, RETRY_NUMBER, ROOT_CLASS_DEFINITIONS, ROOT_FOLDER, SCRIPT_TEXT, SCRIPT_TYPE, SEARCH_TYPE, SEARCHING_OBJECT_STORES, SEARCHING_OBJECT_TYPE, SECURITY_PARENT, SECURITY_POLICIES, SECURITY_POLICY, SECURITY_TEMPLATES, SETTABILITY, SHORT_NAME, SOURCE_CLASSID, SOURCE_DOCUMENT, SOURCE_OBJECT, SOURCE_OBJECT_ID, STATE_NAME, STATUS, STATUS_DESCRIPTION, STORAGE_LOCATION, STORAGE_POLICIES, STORAGE_POLICY, STORAGE_REPOSITORY_TYPE, STYLE_TEMPLATE, SUB_FOLDERS, SUBSCRIBED_EVENTS, SUBSCRIPTION_TARGET, SUBSCRIPTIONS, SUPERCLASS_DESCRIPTION, SUPERCLASS_PROPERTY_COUNT, SYMBOLIC_NAME, SYSTEM_TYPE, TABLE_DEFINITIONS, TAIL, TARGET_DOCUMENT, THIS_COMPUTER, TITLE, TOP_FOLDERS, TRANSFORMATION_ENGINE, TRANSFORMATION_INSTRUCTIONS, TRANSFORMATION_OPTIONS, TYPE_BINARY, TYPE_BOOLEAN, TYPE_DATE, TYPE_DOUBLE, TYPE_GUID, TYPE_ID, TYPE_INTEGER, TYPE_OBJECT, TYPE_STRING, TYPE_UNSPECIFIED, USER_STRING, USERS, VALUE, VERSION_SERIES, VERSION_SERIES_ID, VERSION_STATUS, VERSIONS, VWVERSION, WORKFLOW_DEFINITION, WORKFLOW_DEFINITIONS, WORKFLOW_SOURCE_SUBSCRIPTIONS, WORKFLOW_SUBSCRIPTIONS, XML_MANIFEST, XML_PROPERTY_MAPPING_SCRIPTS

Method Summary

Methods inherited from interface com.filenet.wcm.api.Property
getBinaryValue, getBooleanValue, getDateValue, getDoubleValue, getIntValue, getLabel, getName, getStringValue, getType, getValue, getValueObject, getValuesValue, hasNullValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue

Field Detail

ACCESSIONTO

  1. static final java.lang.String ACCESSIONTO
Identifies the user or location to which the object has been transferred or is to be transferred.
See Also:

PHASE_ACTION

  1. static final java.lang.String PHASE_ACTION
Specifies the type of action that is associated with a phase in a disposition schedule. Examples of phase actions include export, transfer, interim transfer, destroy, and vital review.
See Also:

ACTION_NAME

  1. static final java.lang.String ACTION_NAME
Specifies a name for the disposal action that is to be taken on the object after the cutoff date is reached or retention period in the disposal phase completes.
See Also:

ACTION_TYPE

  1. static final java.lang.String ACTION_TYPE
Indicates the type of action that can be performed on the object after the cutoff date occurs. This property is a controlled value list (CVL) that can have the following values:
  • Review
  • Export
  • Transfer
  • Destroy
  • Interim Transfer
  • Cutoff
  • Vital Review
  • Custom Action
See Also:

ACTIVE

  1. static final java.lang.String ACTIVE
Indicates whether a RecordHold object is active or inactive. This property is a boolean value that is set to true if the object is active.
See Also:

ADDRESSEE

  1. static final java.lang.String ADDRESSEE
Specifies for an e-mail record the "To" address field, which represents the recipient of the e-mail.
See Also:

AGGREGATION

  1. static final java.lang.String AGGREGATION
Specifies the type of object that is to be created in a file plan.
See Also:

ALIAS

  1. static final java.lang.String ALIAS
Specifies an alias or alternate name for a record.
See Also:

ALLOCATED_TO

  1. static final java.lang.String ALLOCATED_TO
Represents the value of the Allocatedto parameter.
See Also:

ANIMATION_ENABLED

  1. static final java.lang.String ANIMATION_ENABLED
Represents the value of the AnimationEnabled parameter.
See Also:

APPLICATIONID

  1. static final java.lang.String APPLICATIONID
Represents the value of the ApplicationID parameter.
See Also:

APPLIED_FOR

  1. static final java.lang.String APPLIED_FOR
Represents the association between a pattern level and the objects with which it is associated.
See Also:

ASSOCIATED_FOLDERS

  1. static final java.lang.String ASSOCIATED_FOLDERS
Identifies the record folders that are associated with a Hold object.
See Also:

ASSOCIATED_RECORDS

  1. static final java.lang.String ASSOCIATED_RECORDS
Identifies the records that are associated with a Hold object.
See Also:

ASSOCIATED_RECORD_PTR

  1. static final java.lang.String ASSOCIATED_RECORD_PTR
Identifies the records that are associated with a RecordType object.
See Also:

ASSOCIATED_RECORDTYPE

  1. static final java.lang.String ASSOCIATED_RECORDTYPE
Identifies the RecordType object that is associated with a record.
See Also:

DEFAULT_WORKFLOW

  1. static final java.lang.String DEFAULT_WORKFLOW
Specifies the default workflow that is to be launched for the disposition action that is associated with the object.
See Also:

AUTHOR

  1. static final java.lang.String AUTHOR
Specifies for an e-mail record the "From" address field, which represents the author of the e-mail.
See Also:

AUTHORISING_STATUTE

  1. static final java.lang.String AUTHORISING_STATUTE
Specifies the agency or organization that defines the laws for regulating the retention and maintenance of an object.
See Also:

BARCODE

  1. static final java.lang.String BARCODE
Represents the barcode of physical container, marker, physical record folder, or location.
See Also:

BCCADDRESS

  1. static final java.lang.String BCCADDRESS
Specifies for an e-mail record the "BCCAddress" address field, which represents a blind carbon copy (BCC) recipient of the e-mail.
See Also:

CAN_DECLARE

  1. static final java.lang.String CAN_DECLARE
Indicates whether a document can be declared as a record. By default, this property is set to false. The System Administrator must manually set this property to true for document classes for which records declaration is to be supported
See Also:

CHARGE_OUT_TO

  1. static final java.lang.String CHARGE_OUT_TO
Identifies the user who has charged out the object.
See Also:

CHARGE_OUT_STATUS

  1. static final java.lang.String CHARGE_OUT_STATUS
Indicates the charged-out status of the object.

This property has an int value that indicates the status as follows:

Value Status
0
Not Charged Out
1
Charged Out
2
Lost
3
Parent Charged Out

See Also:

CLASSIFICATION_SCHEME_NAME

  1. static final java.lang.String CLASSIFICATION_SCHEME_NAME
Specifies the name of a a ClassificationScheme object.
See Also:

CLASSIFICATIONSCHEMESROOTPTR

  1. static final java.lang.String CLASSIFICATIONSCHEMESROOTPTR
Provides a pointer to the ClassificationSchemeRoot object that is used by the system configuration object.
See Also:

CLOSED_BY

  1. static final java.lang.String CLOSED_BY
Identifies the user who closed the object.
See Also:

CURRENT_ACTION_TYPE

  1. static final java.lang.String CURRENT_ACTION_TYPE
Indicates the type of action that is associated with the current phase of the object.

This property has an int value that indicates the action as follows:

Value Action
1
Review
2
Transfer
3
Export
4
Destroy
5
InterimTransfer
6
Cutoff
7
Vital Review

See Also:

CURRENT_PHASE_EXECUTION_DATE

  1. static final java.lang.String CURRENT_PHASE_EXECUTION_DATE
Specifies the date when the action associated with a particular phase is to be performed on the object.
See Also:

CURRENT_PHASE_EXECUTION_STATUS

  1. static final java.lang.String CURRENT_PHASE_EXECUTION_STATUS
Indicates the current phase execution status that is to be used by the workflow for the object.

The property has an int value that represents the status as follows:

Value Status
1
The export function is Completed
2
The export function is Ongoing
3
The export function is Not Started

See Also:

CURRENT_PHASE_REVIEW_COMMENTS

  1. static final java.lang.String CURRENT_PHASE_REVIEW_COMMENTS
Represents the comments provided by the reviewer for the current disposition phase of the object.
See Also:

CUTOFF_DATE

  1. static final java.lang.String CUTOFF_DATE
Specifies the cutoff date that was set by the disposal sweep for the object.
See Also:

CUTOFF_ACTION

  1. static final java.lang.String CUTOFF_ACTION
Specifies the cutoff action that triggers the disposition process of the object.
See Also:

CUTOFF_DISPOSAL_TRIGGER

  1. static final java.lang.String CUTOFF_DISPOSAL_TRIGGER
Soecifies the disposal trigger that is executed when the cutoff of the object is reached.
See Also:

CUTOFF_OFFSET_DAYS

  1. static final java.lang.String CUTOFF_OFFSET_DAYS
Specifies for a DispositionSchedule object the number of days after an event occurs that the retention period should begin.
See Also:

CUTOFF_OFFSET_MONTHS

  1. static final java.lang.String CUTOFF_OFFSET_MONTHS
Specifies for a DispositionSchedule object the number of months after an event occurs that the retention period should begin.
See Also:

CUTOFF_OFFSET_YEARS

  1. static final java.lang.String CUTOFF_OFFSET_YEARS
Specifies for a DispositionSchedule object the number of years after an event occurs that the retention period should begin.
See Also:

ASSOCIATED_RECORD_TYPES

  1. static final java.lang.String ASSOCIATED_RECORD_TYPES
Specifies the record types that are associated with a DispositionSchedule object.
See Also:

ASSOCIATED_RECORD_CATEGORIES

  1. static final java.lang.String ASSOCIATED_RECORD_CATEGORIES
Specifies the record categories that are associated with a DispositionSchedule object.
See Also:

ASSOCIATED_RECORD_FOLDERS

  1. static final java.lang.String ASSOCIATED_RECORD_FOLDERS
Specifies the record folders that are associated with a DispositionSchedule object.
See Also:

CUTOFF_REVIEW_COMMENTS

  1. static final java.lang.String CUTOFF_REVIEW_COMMENTS
Represents the comments provided by the reviewer for the cutoff review of the object.
See Also:

CYCLE_DAYS

  1. static final java.lang.String CYCLE_DAYS
Represents the number of days for which the iteration of an event is to reoccur for a DisposalTrigger object.
See Also:

CYCLE_MONTHS

  1. static final java.lang.String CYCLE_MONTHS
Represents the number of months for which the iteration of an event is to reoccur for a DisposalTrigger object.
See Also:

CYCLE_YEARS

  1. static final java.lang.String CYCLE_YEARS
Represents the number of years for which the iteration of an event is to reoccur for a DisposalTrigger object.
See Also:

DATE_CLOSED

  1. static final java.lang.String DATE_CLOSED
Specifies the date that a record category, an electronic category, or a physical folder was closed. By default, the system date and time of the user closing the entity are used for this property.
See Also:

DATE_DECLARED

  1. static final java.lang.String DATE_DECLARED
Specifies the date that a document was declared as record. By default, the system date and time of the user declaring the record are used for this property.
See Also:

DATE_OF_LAST_FOI_DISCLOSABILITY_REVIEW

  1. static final java.lang.String DATE_OF_LAST_FOI_DISCLOSABILITY_REVIEW
Specifies the date that the latest Freedom of Information (FOI) disclosability review was performed on the object.
See Also:

DATE_OF_LAST_REVIEW

  1. static final java.lang.String DATE_OF_LAST_REVIEW
Specifies the date that the latest review was performed on the object.
See Also:

DATE_OPENED

  1. static final java.lang.String DATE_OPENED
Specifies the date that the folder was first opened. By default, the system date and time of the user opening the object are used for this property.
See Also:

DATE_LAST_DECLARATION

  1. static final java.lang.String DATE_LAST_DECLARATION
Specifies the date that the latest record was declared in a record container.
See Also:

DATE_RECEIVED

  1. static final java.lang.String DATE_RECEIVED
Specifies for an e-mail record the date on which the e-mail was received.
See Also:

DATETIME

  1. static final java.lang.String DATETIME
Specifies the date of a time-based event, including an event for which the date is predefined, for a disposition trigger.
See Also:

DECLARED_BY

  1. static final java.lang.String DECLARED_BY
Identifies the user who declared the document as a record. The property value is obtained from the username of the user who is logged into the RM application (or Workplace if the user is declaring the record using Workplace).
See Also:

DELETIONNOTALLOWED

  1. static final java.lang.String DELETIONNOTALLOWED
Represents the value of DeletionNotAllowed.
See Also:

DESCRIPTOR

  1. static final java.lang.String DESCRIPTOR
Represents the value of Descriptor.
See Also:

DEFAULT_VALUE

  1. static final java.lang.String DEFAULT_VALUE
Represents the value of DefaultValue.
See Also:

DISCLOSABILITY_TO_DPA_DATA_SUBJECT

  1. static final java.lang.String DISCLOSABILITY_TO_DPA_DATA_SUBJECT
Specifies the details of the Freedom of Information (FOI) Release details. the value of DisclosabilityToDPADataSubject.
See Also:

DISPOSITION_AUTHORITY

  1. static final java.lang.String DISPOSITION_AUTHORITY
Specifies the agency or organization that defines the laws for regulating the retention and maintenance of the object.
See Also:

DISPOSAL_AUTHORIZED_BY

  1. static final java.lang.String DISPOSAL_AUTHORIZED_BY
Specifies the user who authorizes the disposal of the object.
See Also:

DISPOSAL_PHASES

  1. static final java.lang.String DISPOSAL_PHASES
Represents the disposal phases that are associated with a disposition schedule.
See Also:

DISPOSAL_SCHEDULE

  1. static final java.lang.String DISPOSAL_SCHEDULE
Identifies the disposition schedule that is associated with the object.
See Also:

DISPOSAL_SCHEDULE_NAME

  1. static final java.lang.String DISPOSAL_SCHEDULE_NAME
Specifies the name of a disposition schedule. This name can be used to associate the disposition schedule with an object.
See Also:

DISPOSAL_SCHEDULE_ALLOCATIONDATE

  1. static final java.lang.String DISPOSAL_SCHEDULE_ALLOCATIONDATE
Specifies the date on which the disposition schedule was associated with the object.
See Also:

DISPOSAL_SCHEDULE_INHERITEDFROM

  1. static final java.lang.String DISPOSAL_SCHEDULE_INHERITEDFROM
Identifies the RMFolder or RecordType object from which the object inherited its disposition schedule.
See Also:

DISPOSAL_SCHEDULE_PTR

  1. static final java.lang.String DISPOSAL_SCHEDULE_PTR
Identifies the disposition schedule that is associated with the Phase object.
See Also:

DISPOSAL_TRIGGER_NAME

  1. static final java.lang.String DISPOSAL_TRIGGER_NAME
Specifies the name of the DisposalTrigger object.
See Also:

DISPOSAL_INSTRUCTION

  1. static final java.lang.String DISPOSAL_INSTRUCTION
Specifies the instructions provided for disposal of an entity..
See Also:

  1. static final java.lang.String DOCUMENT_LINK
Identifies the Document objects that are represented by a record.
See Also:

DOCUMENT_TITLE

  1. static final java.lang.String DOCUMENT_TITLE
Specifies the title of a Document object.
See Also:

DOCURI

  1. static final java.lang.String DOCURI
Specifies the URL of a Document object that is to be declared as a record. The URL, which is in XML format, combines the Document ID and the Registration ID to provide a unique identifier that is used to locate the document in an object store.
See Also:

DPA_DATA_SUBJECT_ACCESS_EXEMPTION

  1. static final java.lang.String DPA_DATA_SUBJECT_ACCESS_EXEMPTION
Specifies the details of the Data Protection Act (DPA) Data Subject Access Exemption for the object.
See Also:

DPAEXEMPTCATEGORY

  1. static final java.lang.String DPAEXEMPTCATEGORY
Specifies the details of the Data Protection Act (DPA) Exempt Category for the object.
See Also:

EFFECTIVE_DATE_MODIFIED

  1. static final java.lang.String EFFECTIVE_DATE_MODIFIED
Specifies the date on which the metadata of the object was modified.
See Also:

EIR_DISCLOSABILITY_INDICATOR

  1. static final java.lang.String EIR_DISCLOSABILITY_INDICATOR
Represents the Environmental Information Regulation (EIR) Disclosability Indicator for the object.
See Also:

EIR_EXEMPTION

  1. static final java.lang.String EIR_EXEMPTION
Represents the value of Environmental Information Regulation (EIR) Exemption for the object.
See Also:

EMAILNOTIFICATIONUSERS

  1. static final java.lang.String EMAILNOTIFICATIONUSERS
Represents the value of EmailNotificationUsers.
See Also:

EVENT_TYPE

  1. static final java.lang.String EVENT_TYPE
Represents the value of EventType for a DisposalTrigegr object and specifies which event will be fired when the DisposalTrigger will be executed. Specifies the type of event that triggers the action associated with a phase. The EventType property can have the following possible values: 1: Indicates the predefined date event 2: Indicates an external event 3: Indicates a metadata event 4: Indicates a cyclic event

The property has an int value that represents the type of event as follows:

Value Event Type
1
The export function is Completed
2
The export function is Ongoing
3
The export function is Not Started

See Also:

EXCEPTIONS

  1. static final java.lang.String EXCEPTIONS
Represents the value of Exceptions.
See Also:

EXPORT_DATE

  1. static final java.lang.String EXPORT_DATE
Represents the value of ExportDate.
See Also:

EXPORT_DESTINATION

  1. static final java.lang.String EXPORT_DESTINATION
Represents the value of ExportDestination for a DisposalPhase and Phase object, specifies the export destination.
See Also:

EXPORT_FORMAT

  1. static final java.lang.String EXPORT_FORMAT
Represents the value of ExportFormat for a DisposalPhase and Phase object, specifies the export format.
See Also:

EXTERNAL_EVENT_OCCURANCE_DATE

  1. static final java.lang.String EXTERNAL_EVENT_OCCURANCE_DATE
Represents the value of ExternalEventOccuranceDate for a RM object and specifies the date of occurance of external event.
See Also:

EXTRACTSTATUS

  1. static final java.lang.String EXTRACTSTATUS
Represents the value of ExtractStatus.
See Also:

FOI_DISCLOSABILITY_INDICATOR

  1. static final java.lang.String FOI_DISCLOSABILITY_INDICATOR
Represents the value of FOIDisclosabilityIndicator.
See Also:

FOI_EXEMPTION

  1. static final java.lang.String FOI_EXEMPTION
Represents the value of FOIExemption.
See Also:

FOI_RELEASE_DATE

  1. static final java.lang.String FOI_RELEASE_DATE
Represents the value of FOIReleaseDate.
See Also:

FOLDER_TYPE

  1. static final java.lang.String FOLDER_TYPE
Represents the value of FolderType.
See Also:

FOLDER_UNIQUE_IDENTIFIER

  1. static final java.lang.String FOLDER_UNIQUE_IDENTIFIER
Represents the value of Folder Unique Identifier
See Also:

FORMAT

  1. static final java.lang.String FORMAT
Represents the value of Format for a RecordInfo object and specifies the format of RecordInfo.
See Also:

HOLD_NAME

  1. static final java.lang.String HOLD_NAME
Represents the value of HoldName for a RecordHold object and specifies the name of the RecordHold.
See Also:

HOLD_REASON

  1. static final java.lang.String HOLD_REASON
Represents the value of HoldReason for a RM object and specifies the reason for putting the RMObejct on hold.
See Also:

HOLDS

  1. static final java.lang.String HOLDS
Represents the value of Holds for a RM object and specifies the Holds collection, that is, all the Hold obejcts with which RMObject is associated.
See Also:

HOLD_TYPE

  1. static final java.lang.String HOLD_TYPE
Represents the value of HoldType for a RecordHold object and specifies the type of RecordHold.
See Also:

HOME_LOCATION

  1. static final java.lang.String HOME_LOCATION
Represents the value of HomeLocation for a physical object and specifies the home location.
See Also:

ON_HOLD

  1. static final java.lang.String ON_HOLD
See Also:

IMPLEMENTING_CLASS_NAME

  1. static final java.lang.String IMPLEMENTING_CLASS_NAME
Represents the value of ImplementingClassName for a ConnectorRegistration object, specifies the name of the class implementing the RMConnector interface.
See Also:

INACTIVE

  1. static final java.lang.String INACTIVE
Represents the value of Inactive for a RMObject object and specifies whether the given RMObject is inactive.
See Also:

ALTERNATE_RETENTION_NUMBER

  1. static final java.lang.String ALTERNATE_RETENTION_NUMBER
Represents the number of intelligent retention associated with phase
See Also:

INCREMENTED_BY

  1. static final java.lang.String INCREMENTED_BY
Represents the value of IncrementedBy for a PatternLevel object and specifies the value by which an increment will be made while generating the entity name in accordance with the Pattern applied.
See Also:

INTEGERTEST

  1. static final java.lang.String INTEGERTEST
Represents the value of IntegerTest.
See Also:

INTELLIGENTNAME

  1. static final java.lang.String INTELLIGENTNAME
Represents the value of IntelligentName.
See Also:

IS_SYSTEM_ROLE

  1. static final java.lang.String IS_SYSTEM_ROLE
Represents the value of IsSystemRole.
See Also:

IS_DELETED

  1. static final java.lang.String IS_DELETED
Represents the value of IsDeleted for a RM object and specifies whether the given RMObject has been logically deleted.
See Also:

ISDISCRIPTORFUNCTIONING

  1. static final java.lang.String ISDISCRIPTORFUNCTIONING
Represents the value of IsDiscriptorFunctioning.
See Also:

IS_FINAL_PHASE_COMPLETED

  1. static final java.lang.String IS_FINAL_PHASE_COMPLETED
Represents the value of IsFinalPhaseCompleted for a RM object and specifies whether the final phase has been completed.
See Also:

IS_FISCALYEAR

  1. static final java.lang.String IS_FISCALYEAR
Represents the value of IsFiscalYear.
See Also:

IS_FREEZED

  1. static final java.lang.String IS_FREEZED
Represents the value of IsFreezed.
See Also:

IS_PERMANENTRECORD

  1. static final java.lang.String IS_PERMANENTRECORD
Represents the value of IsPermanentRecord for a RM object such as a RecordCategory or a RecordFolder and specifies whether this RMObject represents a permanent record.
See Also:

IS_REOPEN

  1. static final java.lang.String IS_REOPEN
Represents the value of IsReOpen for a RM object and specifies whether the container entity has been reopened.
See Also:

IS_SCREENINGREQUIRED

  1. static final java.lang.String IS_SCREENINGREQUIRED
Represents the value of IsScreeningRequired for a RM object and specifies whether screening is required when the entity is launched as a workflow item.
See Also:

IS_VITAL_RECORD

  1. static final java.lang.String IS_VITAL_RECORD
Represents the value of IsVitalRecord for a RM object and specifies whether the entity has been declared has vital.
See Also:

LANGUAGE

  1. static final java.lang.String LANGUAGE
Represents the value of Language for a RecordInfo object.
See Also:

LASTFOIDISCLOSABILITYREVIEWDATE

  1. static final java.lang.String LASTFOIDISCLOSABILITYREVIEWDATE
Represents the value of LastFOIDisclosabilityReviewDate.
See Also:

LAST_PATTERN_INDEX

  1. static final java.lang.String LAST_PATTERN_INDEX
Represents the value of LastPatternIndex for a RM Object such as a RecordCategory or a RecordFolder and specifies last value for digit part of pattern string that was used in pattern name generation.
See Also:

LASTRUNDATE

  1. static final java.lang.String LASTRUNDATE
Represents the value of LastRunDate for a RM Report object and specifies when was the report run last time.
See Also:

LAST_SWEEP_DATE

  1. static final java.lang.String LAST_SWEEP_DATE
Represents the value of LastSweepDate for a RM object and specifies last execution date of sweep on the entity .
See Also:

LEVEL

  1. static final java.lang.String LEVEL
Represents the value of level specifies the level at which a defined pattern will be applicable.
See Also:

LEVEL_NUMBER

  1. static final java.lang.String LEVEL_NUMBER
Represents the value of LevelNumber for a PatternLevel object and specifies the level number of fileplan at which it applies.
See Also:

LINKED_To

  1. static final java.lang.String LINKED_To
Represents the value of LinkedTo for a Pattern object and specifies the ClassificationScheme object to which this Pattern is associated.
See Also:

LINKNAME

  1. static final java.lang.String LINKNAME
Represents the value of LinkName for a Link object and specifies the name of Link.
See Also:

LOCATION

  1. static final java.lang.String LOCATION
Represents the value of Location for a RM object and specifies a custom object that is associated.
See Also:

LOCATION_NAME

  1. static final java.lang.String LOCATION_NAME
Represents the value of LocationName for a RM custom object and specifies name of the entity.
See Also:

LOOKUPIDLIST

  1. static final java.lang.String LOOKUPIDLIST
Represents the value of LookupIDList.
See Also:

MANDATE_DATA_PROTECTION_EXEMPT_CATEGORY

  1. static final java.lang.String MANDATE_DATA_PROTECTION_EXEMPT_CATEGORY
Represents the value of MandateDataProtectionExemptCategory.
See Also:

MARKER_TYPE

  1. static final java.lang.String MARKER_TYPE
Represents the value of MarkerType for a Marker object and specifies the type of marker.
See Also:

MEDIATYPE

  1. static final java.lang.String MEDIATYPE
Represents the value of MediaType for a RecordInfo object.
See Also:

METADATA

  1. static final java.lang.String METADATA
Represents the value of PropertyName for a SystemConfiguration object and specifies name of the property.
See Also:

METADATAVALUE

  1. static final java.lang.String METADATAVALUE
Represents the value of PropertyValue for a SystemConfiguration object.
See Also:

OPERATOR

  1. static final java.lang.String OPERATOR
Represents the value of Operator.
See Also:

OIID

  1. static final java.lang.String OIID
Represents the value of OIID.
See Also:

ORIGINATING_Organization

  1. static final java.lang.String ORIGINATING_Organization
Represents the value of OriginatingOrganization for a RecordInfo object.
See Also:

OTHER_ADDRESSEE

  1. static final java.lang.String OTHER_ADDRESSEE
Represents the value of CarbonCopy for a RecordInfo object.
See Also:

PATTERN

  1. static final java.lang.String PATTERN
Represents the value of Pattern for an RMCustomObject.
See Also:

PATTERN_NAME

  1. static final java.lang.String PATTERN_NAME
Represents the value of PatternName for a Pattern object.
See Also:

PATTERNPTR

  1. static final java.lang.String PATTERNPTR
Represents the value of PatternPtr for a Pattern Level object and specifies the pattern with which this level is associated.
See Also:

PATTERN_STRING

  1. static final java.lang.String PATTERN_STRING
Represents the value of PatternString for a Pattern Level object and specifies the pattern String definition.
See Also:

PERMANENT_RECORD_INDICATOR

  1. static final java.lang.String PERMANENT_RECORD_INDICATOR
Represents the value of IsPermanentRecord for an RM object such as a RecordCategory or RecordFolder and specifies whether this RMObject represents a permanent record.
See Also:

PERSONAL_DATA_ACQUISITION_PURPOSE

  1. static final java.lang.String PERSONAL_DATA_ACQUISITION_PURPOSE
Represents the value of PersonalDataAcquisitionPurpose.
See Also:

PHASE_ID

  1. static final java.lang.String PHASE_ID
Represents the value of PhaseID for an RM custom object of type phase.
See Also:

PHASE_NAME

  1. static final java.lang.String PHASE_NAME
Represents the value of PhaseName for an RM custom object of type phase and specifies name of the phase.
See Also:

PHASE_NUMBER

  1. static final java.lang.String PHASE_NUMBER
Represents the value of PhaseNumber for an RM custom object of type phase and specifies number of the phase.
See Also:

PHASE_STATUS

  1. static final java.lang.String PHASE_STATUS
Represents the value of PhaseStatus for an RM custom object of type phase.
See Also:

PHASE_EXECUTION_DATE

  1. static final java.lang.String PHASE_EXECUTION_DATE
Represents the value of PhaseExecutionDate for an RM custom object of type disposal phase and specifies execution date of the phase.
See Also:

PHASE_DECISION_DATE

  1. static final java.lang.String PHASE_DECISION_DATE
Represents the value of PhaseDecisionDate for an RM custom object of type disposal phase and specifies decision date of the phase.
See Also:

PHASE_PTR

  1. static final java.lang.String PHASE_PTR
Represents the value of AccessionTo for a Phase Exception object.
See Also:

PHASES

  1. static final java.lang.String PHASES
Represents the value of Phases for an RM custom object of type disposal schedule and specifies phases associated with the schedule.
See Also:

PROPERTYDATATYPE

  1. static final java.lang.String PROPERTYDATATYPE
Represents the value of PropertyDataType for an RM system configuration object and specifies the datatype of property.
See Also:

PROPERTY_NAME

  1. static final java.lang.String PROPERTY_NAME
Represents the value of PropertyName
See Also:

PROPERTY_VALUE

  1. static final java.lang.String PROPERTY_VALUE
Represents the value of PropertyValue
See Also:

PUBLICATIONDATE

  1. static final java.lang.String PUBLICATIONDATE
Represents the value of SentOn for an RM Record specifies publication date of the record.
See Also:

PUBLISHING_Enabled

  1. static final java.lang.String PUBLISHING_Enabled
Represents the value of SentOn for an RM Record specifies whether publication is enabled for a record.
See Also:

REASON

  1. static final java.lang.String REASON
Represents the value of Reason.
See Also:

REASON_FOR_CHANGE

  1. static final java.lang.String REASON_FOR_CHANGE
Represents the value of ReasonForChange for an RM object specifies reason for which the object is changed.
See Also:

REASON_FOR_FREEZE

  1. static final java.lang.String REASON_FOR_FREEZE
Represents the value of ReasonForFreeze for an RM object specifies reason for which the object is freezed.
See Also:

REASON_FOR_INACTIVATE

  1. static final java.lang.String REASON_FOR_INACTIVATE
Represents the value of ReasonForInactivate for an RM object specifies reason for which the object is inactivated.
See Also:

Reason_FOR_OUTCOME_OF_LAST_REVIEW

  1. static final java.lang.String Reason_FOR_OUTCOME_OF_LAST_REVIEW
Represents the value of ReasonforOutcomeofLastReview for an RM object such as a RecordCategory or a RecordFolder.
See Also:

REASON_FOR_RECLASSIFICATION

  1. static final java.lang.String REASON_FOR_RECLASSIFICATION
Represents the value of ReasonForReclassification for an RM object specifies reason for which the object is re-classified into another hierarchy.
See Also:

REASON_FOR_CLOSE

  1. static final java.lang.String REASON_FOR_CLOSE
Represents the value of ReasonForClose for an RM object specifies reason for which the object is closed.
See Also:

RECORD_CATEGORY_IDENTIFIER

  1. static final java.lang.String RECORD_CATEGORY_IDENTIFIER
Represents the value of RecordCategoryIdentifier for an RM category specifies unique identifier for the Record Category.
See Also:

RECORD_CATEGORY_DESCRIPTION

  1. static final java.lang.String RECORD_CATEGORY_DESCRIPTION
Represents the value of RecordCategoryDescription for an RM category specifies description for the Record Category.
See Also:

RECORD_CATEGORY_NAME

  1. static final java.lang.String RECORD_CATEGORY_NAME
Represents the value of RecordCategoryName for an RM category specifies name for the Record Category.
See Also:

RECORD_FOLDER_IDENTIFIER

  1. static final java.lang.String RECORD_FOLDER_IDENTIFIER
Represents the value of RecordFolderIdentifier for an RM Folder specifies name for the Record Folder.
See Also:

RECORD_FOLDER_NAME

  1. static final java.lang.String RECORD_FOLDER_NAME
Represents the value of RecordFolderName for an RM Folder specifies name for the Record Folder.
See Also:

RECORDHOLDER

  1. static final java.lang.String RECORDHOLDER
Represents the value of RecordHolder.
See Also:

  1. static final java.lang.String RECORD_LINK
Represents the value of RecordInformation for a Document object and specifies the RecordInfo with which the Document is associated.
See Also:

RECORDTYPE_DISPOSAL_PHASES

  1. static final java.lang.String RECORDTYPE_DISPOSAL_PHASES
Represents the value of RecordTypeDisposalPhases for a Property object and specifies a bitmask combining bit values for the security access rights being granted or denied
See Also:

RECORDINFOPTR

  1. static final java.lang.String RECORDINFOPTR
Represents the value of RecordInfoPtr for a Disposal phase object.
See Also:

RECORD_PATTERN

  1. static final java.lang.String RECORD_PATTERN
Represents the value of RecordPattern for a RecordCategory and a RecordFolder and specifies the value of pattern definition String.
See Also:

RECORDTYPE_NAME

  1. static final java.lang.String RECORDTYPE_NAME
Represents the value of RecordTypeName for a RecordType object and specifies the name of RecordType.
See Also:

REOPENED_BY

  1. static final java.lang.String REOPENED_BY
Represents the value of ReopenedBy for an RM object such as a RecordCategory or a RecordFolder, specifies the user who reopened the RM container object.
See Also:

REOPENED_DATE

  1. static final java.lang.String REOPENED_DATE
Represents the value of ReOpenedDate for an RM object such as a RecordCategory or a RecordFolder, specifies the date when RM container object was reopened.
See Also:

REPORTNAME

  1. static final java.lang.String REPORTNAME
Represents the value of ReportName for an RM Report object and specifies the name of Report.
See Also:

REPOSITORY_NAME

  1. static final java.lang.String REPOSITORY_NAME
Represents the value of RepositoryName for an RM Connector Registration object and specifies the repository name where Document is stored.
See Also:

REPOSITORY_TYPE

  1. static final java.lang.String REPOSITORY_TYPE
Represents the value of RepositoryType for an RM Connector Registration object and specifies the repository type where Document is stored.
See Also:

RETAIN_METADATA

  1. static final java.lang.String RETAIN_METADATA
Represents the value of RetainMetadata for a ClassificationScheme object and specifies whether RM object will be hard deleted or logically deleted or user input will be considered.
See Also:

RETENTION_PERIOD_DAYS

  1. static final java.lang.String RETENTION_PERIOD_DAYS
Represents the value of RetentionPeriodDays for a Phase object.
See Also:

RETENTION_PERIOD_MONTHS

  1. static final java.lang.String RETENTION_PERIOD_MONTHS
Represents the value of RetentionPeriodMonths for a Phase object.
See Also:

RETENTION_PERIOD_YEARS

  1. static final java.lang.String RETENTION_PERIOD_YEARS
Represents the value of RetentionPeriodYears for a Phase object.
See Also:

RETURN_DATE

  1. static final java.lang.String RETURN_DATE
Represents the value of ReturnDate.
See Also:

REVIEW_COMMENTS

  1. static final java.lang.String REVIEW_COMMENTS
Represents the value of ReviewComments for a Disposal Phase object.
See Also:

REVIEW_DATE

  1. static final java.lang.String REVIEW_DATE
Represents the value of ReviewDate for a Disposal phase and RecordInfo object.
See Also:

REVIEW_DECISION

  1. static final java.lang.String REVIEW_DECISION
Represents the value of ReviewDecision for a Disposal phase object.
See Also:

REVIEWER

  1. static final java.lang.String REVIEWER
Represents the value of Reviewer for an RM object such as a RecordCategory or a RecordFolder.
See Also:

REVIEWER_DETAILS

  1. static final java.lang.String REVIEWER_DETAILS
Represents the value of ReviewerDetails for a Disposal phase object.
See Also:

RMENTITY_TYPE

  1. static final java.lang.String RMENTITY_TYPE
Represents the value of RMEntityType for an RM object and specifies the type of RM entity such as a RecordFolder or a RecordCategory.
See Also:

RMFOLDERPTR

  1. static final java.lang.String RMFOLDERPTR
Represents the value of RMFolderPtr for a Disposal phase object.
See Also:

ROLE_NAME

  1. static final java.lang.String ROLE_NAME
Represents the value of Role Name.
See Also:

ROLE_TYPE

  1. static final java.lang.String ROLE_TYPE
Represents the value of RoleType.
See Also:

SCENARIO_DEFINITION_DOCID

  1. static final java.lang.String SCENARIO_DEFINITION_DOCID
Represents the value of ScenarioDefinitionDocID.
See Also:

SCENARIO_DESCRIPTION

  1. static final java.lang.String SCENARIO_DESCRIPTION
Represents the value of ScenarioDescription.
See Also:

SEARCHINGOBJECTTYPES

  1. static final java.lang.String SEARCHINGOBJECTTYPES
Represents the value of SearchingObjectTypes.
See Also:

SECURITY_CATEGORY

  1. static final java.lang.String SECURITY_CATEGORY
Represents the value of Security Category for an RM object and specifies the security.
See Also:

SECURITY_FOLDER

  1. static final java.lang.String SECURITY_FOLDER
Represents the property that defines a record's security parent.
See Also:

SERVER_NAME

  1. static final java.lang.String SERVER_NAME
Represents the value of ServerName for an RM Connector Registration object and specifies the server name where Document is stored.
See Also:

SIMULATION_DESCRIPTION

  1. static final java.lang.String SIMULATION_DESCRIPTION
Represents the value of SimulationDescription.
See Also:

SIMULATIONGUID

  1. static final java.lang.String SIMULATIONGUID
Represents the value of SimulationGUID.
See Also:

SUBJECT

  1. static final java.lang.String SUBJECT
Represents the value of EmailSubject for a RecordInfo object.
See Also:

SUPERCEDED_BY

  1. static final java.lang.String SUPERCEDED_BY
Represents the value of SupercededBy for a RecordInfo object.
See Also:

SUPERCEDED_DATE

  1. static final java.lang.String SUPERCEDED_DATE
Represents the value of SupercededDate for a RecordInfo object.
See Also:

SUPERCEDED_RECORD

  1. static final java.lang.String SUPERCEDED_RECORD
Represents the value of SupercededRecord for a RecordInfo object.
See Also:

SUPPLEMENTAL_MARKING

  1. static final java.lang.String SUPPLEMENTAL_MARKING
Represents the value of SupplementalMarking.
See Also:

SUPPLEMENTAL_MARKING_STRING_LIST

  1. static final java.lang.String SUPPLEMENTAL_MARKING_STRING_LIST
String representation of the actual supplemental marking list
See Also:

SWEEPLOCK

  1. static final java.lang.String SWEEPLOCK
Represents the value of SweepLock.
See Also:

SYSTEM_CONFIGURATION

  1. static final java.lang.String SYSTEM_CONFIGURATION
Represents the value of SystemConfiguration for a ClassificationScheme object and specifies the system configuration objects that are associated with it.
See Also:

UNIQUE_RECORD_INDENTIFIER

  1. static final java.lang.String UNIQUE_RECORD_INDENTIFIER
Represents the value of UniqueRecordIdentifier for a RecordInfo object.
See Also:

URI

  1. static final java.lang.String URI
Represents the value of URI.
See Also:

USES_LONG_COLUMN

  1. static final java.lang.String USES_LONG_COLUMN
Represents the value of UsesLongColumn which identifies the Long String
See Also:

VITAL_RECORD_DECLARE_DATE

  1. static final java.lang.String VITAL_RECORD_DECLARE_DATE
Represents the value of VitalRecordDeclareDate for an RM object and specifies when was it declared as vital.
See Also:

VITAL_RECORD_DESCRIPTION

  1. static final java.lang.String VITAL_RECORD_DESCRIPTION
Represents the value of VitalRecordDescription for an RM object and specifies the description of vital.
See Also:

VITAL_RECORD_NEXT_REVIEW_DATE

  1. static final java.lang.String VITAL_RECORD_NEXT_REVIEW_DATE
Represents the value of VitalRecordNextReviewDate for an RM object.
See Also:

VITAL_RECORD_REVIEW_ACTION

  1. static final java.lang.String VITAL_RECORD_REVIEW_ACTION
Represents the value of VitalRecordReviewAction for an RM object and specifies the action associated with vital.
See Also:

Vital_RECORD_REVIEW_COMMENTS

  1. static final java.lang.String Vital_RECORD_REVIEW_COMMENTS
Represents the value of VitalRecordReviewComments for an RM object and specifies the comments fro vital review.
See Also:

VITAL_WORKFLOW_STATUS

  1. static final java.lang.String VITAL_WORKFLOW_STATUS
Represents the value of VitalWorkflowStatus for an RM object and specifies the status of vital workflow.
See Also:

VITAL_RECORD_DISPOSALTRIGGER

  1. static final java.lang.String VITAL_RECORD_DISPOSALTRIGGER
Represents the value of VitalRecordDisposalTrigger for an RM object and specifies the Disposal Trigger that is associated with the vital.
See Also:

VITAL_RECORD_REVIEWDATE

  1. static final java.lang.String VITAL_RECORD_REVIEWDATE
Represents the value of VitalRecordReviewDate for an RM object and specifies the date when it is next due for review.
See Also:

VOLUME_NAME

  1. static final java.lang.String VOLUME_NAME
Represents the value of VolumeName for a Volume object and specifies the name of the Volume.
See Also:

CALENDAR_DATE

  1. static final java.lang.String CALENDAR_DATE
Represents the value of CalendarDate for a DisposalSchedule object.
See Also:

CURRENT_PHASE_ID

  1. static final java.lang.String CURRENT_PHASE_ID
Represents the value of CurrentPhaseId for an RM object and specifies the ID of the current phase that is associated.
See Also:

CURRENT_PHASE_EXPORTDESTINATION

  1. static final java.lang.String CURRENT_PHASE_EXPORTDESTINATION
Represents the value of CurrentPhaseExportDestination.
See Also:

CURRENT_PHASE_EXPORTFORMAT

  1. static final java.lang.String CURRENT_PHASE_EXPORTFORMAT
Represents the value of CurrentPhaseExportFormat for an RM object, the XSL format that should be applied to export XML.
See Also:

CURRENT_PHASE_ACTION

  1. static final java.lang.String CURRENT_PHASE_ACTION
Represents the value of CurrentPhaseAction for an RM object and specifies the action of the current phase that is associated.
See Also:

VITAL_SWEEP_DATE

  1. static final java.lang.String VITAL_SWEEP_DATE
Represents the value of VitalSweepDate for an RM object.
See Also:

CURRENT_PHASE_DECISION_DATE

  1. static final java.lang.String CURRENT_PHASE_DECISION_DATE
Represents the value of CurrentPhaseDecisionDate.
See Also:

ASSOCIATED_PHASE_ID

  1. static final java.lang.String ASSOCIATED_PHASE_ID
Represents the value of AssociatedPhaseId for an RM object.
See Also:

PHASE_EFFECTIVE_DATE_MODIFIED

  1. static final java.lang.String PHASE_EFFECTIVE_DATE_MODIFIED
Represents the value of PhaseEffectiveDateModified.
See Also:

CURRENT_PHASE_REVIEW_DECISION

  1. static final java.lang.String CURRENT_PHASE_REVIEW_DECISION
Represents the value of CurrentPhaseReviewDecision.
See Also:

RMENTITY_DESCRIPTION

  1. static final java.lang.String RMENTITY_DESCRIPTION
Represents the value of RMEntityDescription for an RM object.
See Also:

ALLOWED_RM_TYPES

  1. static final java.lang.String ALLOWED_RM_TYPES
Represents the value of AllowedRMTypes for an RM object and specifies the types of RM entities that can come within this RM entity.
See Also:

ALLOWED_RM_CONTAINEES

  1. static final java.lang.String ALLOWED_RM_CONTAINEES
Represents the value of AllowedRMContainees for an RM object and specifies the type of RM containees that can come within an RM entity.
See Also:

PART_NAME

  1. static final java.lang.String PART_NAME
Represents the value of PartName.
See Also:

ALLOW_NORMAL_FOLDER

  1. static final java.lang.String ALLOW_NORMAL_FOLDER
Represents the value of AllowNormalFolder.
See Also:

SUPERCEDING_RECORDS

  1. static final java.lang.String SUPERCEDING_RECORDS
Represents the value of SupercedingRecords.
See Also:

IS_EXTRACT

  1. static final java.lang.String IS_EXTRACT
Represents the value of isExtract for an RM Record and specifies whether the version is extract.
See Also:

FROOZEN

  1. static final java.lang.String FROOZEN
Represents the value of IsFrozenVersion for an RM Record and specifies whether the version is frozen.
See Also:

RECORD_TYPE

  1. static final java.lang.String RECORD_TYPE
Represents the value of RecordType for an RM Record and specifies record type associated with the record.
See Also:

MAJOR_VERSION

  1. static final java.lang.String MAJOR_VERSION
Represents the value of MajorVersionNumber for an RM Record and specifies major version number.
See Also:

MINOR_VERSION

  1. static final java.lang.String MINOR_VERSION
Represents the value of MinorVersionNumber for an RM Record and specifies minor version number.
See Also:

AUDIT_ACTION_TYPE

  1. static final java.lang.String AUDIT_ACTION_TYPE
Represents the value of AuditActionType for an RM Audit object and specifies the type of action that has been audited.
See Also:

REASON_FOR_ACTION

  1. static final java.lang.String REASON_FOR_ACTION
Represents the value of ReasonForAction for an RM Audit object and specifies the reason for this audit action.
See Also:

LAST_RETRIVAL_OF_RECORD

  1. static final java.lang.String LAST_RETRIVAL_OF_RECORD
Represents the value of LastRetrievalofRecord for a RecordInfo and specifies when was this RecordInfo last retrieved.
See Also:

CONTAINER_TYPE

  1. static final java.lang.String CONTAINER_TYPE
Represents the value of ContainerType for an RM object, the type of container.
See Also:

CUT_OFF_INHERITED_FROM

  1. static final java.lang.String CUT_OFF_INHERITED_FROM
Represents the value of CutoffInheritedFrom for an RM Entity and specifies GUID of the parent from which cut off is inherited.
See Also:

PREVENT_RMENTITY_DELETION

  1. static final java.lang.String PREVENT_RMENTITY_DELETION
Represents the value of PreventRMEntityDeletion for an RM object and specifies the security.
See Also:

LAST_REVIEWED_BY

  1. static final java.lang.String LAST_REVIEWED_BY
Represents the value of LastReviewedBy for an RM object and specifies the reviewer who revied it last.
See Also:

RM_CONNECTOR_REGISTRATION_PATH

  1. static final java.lang.String RM_CONNECTOR_REGISTRATION_PATH
Represents the path for the connector registration
See Also:

RM_CONNECTOR_PROPERTY_REGISTRATIONID

  1. static final java.lang.String RM_CONNECTOR_PROPERTY_REGISTRATIONID
Represents the connector registration id.
See Also:

RM_SYSTEM_CONFIGURATION_FREEZE_DECLARE_DOCUMENT

  1. static final java.lang.String RM_SYSTEM_CONFIGURATION_FREEZE_DECLARE_DOCUMENT
See Also:

RM_CONNECTOR_URL_REGISTRATIONID

  1. static final java.lang.String RM_CONNECTOR_URL_REGISTRATIONID
Represents the value of RM_CONNECTOR_URL_REGISTRATIONID for a Connector URL and specifies registration Id used.
See Also:

RM_CONNECTOR_URL_USERID

  1. static final java.lang.String RM_CONNECTOR_URL_USERID
Represents the value of RM_CONNECTOR_URL_USERID for a Connector URL and specifies user Id used.
See Also:

RM_CONNECTOR_URL_PASSWORD

  1. static final java.lang.String RM_CONNECTOR_URL_PASSWORD
Represents the value of RM_CONNECTOR_URL_PASSWORD for a Connector URL and specifies password used.
See Also:

RM_CONNECTOR_URL_DOCUMENTID

  1. static final java.lang.String RM_CONNECTOR_URL_DOCUMENTID
Represents the value of RM_CONNECTOR_URL_DOCUMENTID for a Connector URL and specifies document Id assciated to URL.
See Also:

RM_CONNECTOR_URL_VERSION

  1. static final java.lang.String RM_CONNECTOR_URL_VERSION
Represents the value of RM_CONNECTOR_URL_VERSION for a Connector URL and specifies connector versions.
See Also:

RM_CONNECTOR_ROOT_URL

  1. static final java.lang.String RM_CONNECTOR_ROOT_URL
Represents the value of RM_CONNECTOR_ROOT_URL for a Connector URL and specifies Connector root element name.
See Also:

RM_CONNECTOR_URL_VERSION_DELIMITER

  1. static final java.lang.String RM_CONNECTOR_URL_VERSION_DELIMITER
Represents the value of RM_CONNECTOR_URL_VERSION_DELIMITER for a Connector URL and specifies the delimiter to be used.
See Also:

RM_CONNECTOR_SEARCH_ROOT_URL

  1. static final java.lang.String RM_CONNECTOR_SEARCH_ROOT_URL
Represents a constant for search URL.
See Also:

  1. static final int STRONG_LINK_TYPE
Represents a constant for any strongly link object.
See Also:

RECALCULATE_PHASE_RETENTION

  1. static final java.lang.String RECALCULATE_PHASE_RETENTION
Represents a symbolic name for RMSysem property name used by sweep to check for the alternate retention condition on any entity.
See Also:

PHASE

  1. static final java.lang.String PHASE
Deprecated. Repressent a phase object on phase exception class.
See Also:

RM_RECORD_URL

  1. static final java.lang.String RM_RECORD_URL
Represents the constant for record URL.
See Also:

RM_RECORD_URL_RECORDID

  1. static final java.lang.String RM_RECORD_URL_RECORDID
Represents the constant for record id for the record URL.
See Also:

RM_REPOSITORY_TYPE_CE

  1. static final java.lang.String RM_REPOSITORY_TYPE_CE
Represents the constant for CE Respository type.
See Also:

RM_REPOSITORY_TYPE_IS

  1. static final java.lang.String RM_REPOSITORY_TYPE_IS
Represents the constant for IS Respository type.
See Also:

RM_REPOSITORY_TYPE_CS

  1. static final java.lang.String RM_REPOSITORY_TYPE_CS
Represents the constant for CS Respository type.
See Also:

ENTITY_RECORDCATEGORY

  1. static final java.lang.String ENTITY_RECORDCATEGORY
Represents the entity of class RecordCategory.
See Also:

ENTITY_RECORDFOLDER

  1. static final java.lang.String ENTITY_RECORDFOLDER
Represents the entity of class RecordFolder.
See Also:

ENTITY_VOLUME

  1. static final java.lang.String ENTITY_VOLUME
Represents the entity of class Volume.
See Also:

ENTITY_RECORDINFO

  1. static final java.lang.String ENTITY_RECORDINFO
Represents the entity of class RecordInfo.
See Also:

ASSOCIATED_PHASE

  1. static final java.lang.String ASSOCIATED_PHASE
Represents the property AssociatedPhase on the class DisposalSchedule.
See Also:

RETENTION_BASE

  1. static final java.lang.String RETENTION_BASE
Represents the property RetentionBase on the class AlternateRetention.
See Also:

CONDITION_XML

  1. static final java.lang.String CONDITION_XML
Represents the property ConditionXML on the class AlternateRetention and Disposal Trigger.
See Also:

CUTOFF_BASE

  1. static final java.lang.String CUTOFF_BASE
Represents the property CutOffBase on the class Disposal Schedule.
See Also:

ALTERNATE_RETENTIONS

  1. static final java.lang.String ALTERNATE_RETENTIONS
Represents the property AlternateRetentions associated with Phase class.
See Also:

ERROR_CODE

  1. static final java.lang.String ERROR_CODE
Represents the Error code associated with the RMException.
See Also:

ERROR_MESSAGE

  1. static final java.lang.String ERROR_MESSAGE
Represents the Error Message associated with the RMException.
See Also:

ERROR_TYPE

  1. static final java.lang.String ERROR_TYPE
Represents the Error type associated with the RMException.
See Also:

METHOD_OF_DESTRUCTION

  1. static final java.lang.String METHOD_OF_DESTRUCTION
methodofdestruction is one of the property RecordFolder except ElectronicRecordFolder
See Also:

PROPERTYKEY

  1. static final java.lang.String PROPERTYKEY
Property added for the custom object RMSystem
See Also:

RMEVENTACTION

  1. static final java.lang.String RMEVENTACTION
Property added for the custom object RMSystem
See Also:

PROPERTYVALUE

  1. static final java.lang.String PROPERTYVALUE
Property associated with System Configuration.
See Also:

APPLY_TO_NAME_OR_ID

  1. static final java.lang.String APPLY_TO_NAME_OR_ID
Property associated with the pattern.It denotes whether the pattern is to be applied on Name or Id of the entity.
See Also:

SWEEP_STATE

  1. static final java.lang.String SWEEP_STATE
Property associated with the Hold.This property is used to identify the RM entities to be removed (which have been put dynamically) from the hold in the next run of Hold Sweep.
See Also:

LAST_HOLD_SWEEP_DATE

  1. static final java.lang.String LAST_HOLD_SWEEP_DATE
Property associated with the Hold.This property represents the last date when hold sweep was launched.
See Also:

IS_DYNAMIC_HOLD

  1. static final java.lang.String IS_DYNAMIC_HOLD
Property associated with the RecordHoldLink and RMFolderHoldLink.This property represents whether a Hold has been applied manually or dynamically.
See Also:

SWEEP_AUDIT_XML

  1. static final java.lang.String SWEEP_AUDIT_XML
Property associated with the RecordHold Object.This property used to log the Entites Placed on Hold and Entites Removed from Hold.
See Also:

REMARKS

  1. static final java.lang.String REMARKS
Property associated with several objects. This property describes the remarks associated with the entity.
See Also:

DESCRIPTION

  1. static final java.lang.String DESCRIPTION
Property associated with ClassificationGuide object. This property provides a description field.
See Also:

CODE

  1. static final java.lang.String CODE
Property associated with several objects. This property describes the alphanumeric id associated with the entity.
See Also:

TOPIC

  1. static final java.lang.String TOPIC
Property associated with several objects. This property provides a descriptive subject for a GuideSection or a GuideTopic.
See Also:

ISSUEDBY

  1. static final java.lang.String ISSUEDBY
Property associated with several objects. This property provides a descriptive subject for a GuideSection or a GuideTopic.
See Also:

APPROVEDBY

  1. static final java.lang.String APPROVEDBY
Property associated with several objects. This property provides a descriptive subject for a GuideSection or a GuideTopic.
See Also:

DATE_ISSUED

  1. static final java.lang.String DATE_ISSUED
Property associated with several objects. This property provides a descriptive subject for a GuideSection or a GuideTopic.
See Also:

GUIDE_NAME

  1. static final java.lang.String GUIDE_NAME
Property associated with several objects. This property provides a descriptive subject for a GuideSection or a GuideTopic.
See Also:

GUIDE_ID

  1. static final java.lang.String GUIDE_ID
Property associated with several objects. This property provides a descriptive subject for a GuideSection or a GuideTopic.
See Also:

INITIAL_CLASSIFICATION

  1. static final java.lang.String INITIAL_CLASSIFICATION
Property associated with the Record Info Object. This property describes the original security marking assigned to a record.
See Also:

CURRENT_CLASSIFICATION

  1. static final java.lang.String CURRENT_CLASSIFICATION
Property associated with the Record Info Object. This property describes the current security marking assigned to a record.
See Also:

CLASSIFIEDON

  1. static final java.lang.String CLASSIFIEDON
Property associated with the Record Info Object. This property describes the date of classification.
See Also:

CLASSIFYING_AGENCY

  1. static final java.lang.String CLASSIFYING_AGENCY
Property associated with the Record Info Object. This property describes the classifying agency.
See Also:

CLASSIFIEDBY

  1. static final java.lang.String CLASSIFIEDBY
Property associated with the Record Info Object. This property describes the classifier of a record.
See Also:

DERIVEDFROM

  1. static final java.lang.String DERIVEDFROM
Property associated with the Record Info Object. This property describes the derivative source.
See Also:

REQUEST_DECLASSIFICATION_DATE_UPDATE

  1. static final java.lang.String REQUEST_DECLASSIFICATION_DATE_UPDATE
Property associated with System Configuration. This property describes whether to use the default max declassification offset to recalculate a new date that records are to be declassified.
See Also:

MAX_DECLASSIFICATION_OFFSET

  1. static final java.lang.String MAX_DECLASSIFICATION_OFFSET
Property associated with System Configuration. This property specifies the years to be used when calculating declassification date for records using the default declassification time frame.
See Also:

DECLASSIFYON_DATE

  1. static final java.lang.String DECLASSIFYON_DATE
Property associated with the Record Info Object. This property describes a date to declassify the record.
See Also:

DECLASSIFYON_EVENTS

  1. static final java.lang.String DECLASSIFYON_EVENTS
Property associated with the Record Info Object. This property describes events which will cause a declassification of the record.
See Also:

DECLASSIFIEDBY

  1. static final java.lang.String DECLASSIFIEDBY
Property associated with the Record Info Object. This property describes the person/entity who declassified a record.
See Also:

DECLASSIFIEDON

  1. static final java.lang.String DECLASSIFIEDON
Property associated with the Record Info Object. This property describes the date of declassification.
See Also:

DOWNGRADEON_DATE

  1. static final java.lang.String DOWNGRADEON_DATE
Property associated with the Record Info Object. This property describes a date to downgrade the record.
See Also:

DOWNGRADEON_EVENTS

  1. static final java.lang.String DOWNGRADEON_EVENTS
Property associated with the Record Info Object. This property describes events which will cause a downgrade to the record.
See Also:

DOWNGRADEDBY

  1. static final java.lang.String DOWNGRADEDBY
Property associated with the Record Info Object. This property describes the person/entity who downgraded a record.
See Also:

DOWNGRADEDON

  1. static final java.lang.String DOWNGRADEDON
Property associated with the Record Info Object. This property describes the date of last downgrade.
See Also:

DOWNGRADE_INSTRUCTIONS

  1. static final java.lang.String DOWNGRADE_INSTRUCTIONS
Property associated with the Record Info Object. This property describes the instructions associated with a future downgrade.
See Also:

UPGRADEON_DATE

  1. static final java.lang.String UPGRADEON_DATE
Property associated with the Record Info Object. This property describes a date to upgrade the record.
See Also:

UPGRADEON_EVENTS

  1. static final java.lang.String UPGRADEON_EVENTS
Property associated with the Record Info Object. This property describes events which will cause an upgrade to the record.
See Also:

UPGRADEDBY

  1. static final java.lang.String UPGRADEDBY
Property associated with the Record Info Object. This property describes the person/entity who upgraded a record.
See Also:

UPGRADEDON

  1. static final java.lang.String UPGRADEDON
Property associated with the Record Info Object. This property describes the date of last upgrade.
See Also:

UPGRADE_REASONS

  1. static final java.lang.String UPGRADE_REASONS
Property associated with the Record Info Object. This property describes the reasons associated with an upgrade.
See Also:

EXEMPTIONS

  1. static final java.lang.String EXEMPTIONS
Property associated with the Record Info Object. This property describes the security exemptions.
See Also:

REVIEWEDON

  1. static final java.lang.String REVIEWEDON
Property associated with the Record Info Object. This property describes the date of last review.
See Also:

REVIEWEDBY

  1. static final java.lang.String REVIEWEDBY
Property associated with the Record Info Object. This property describes the person/entity who reviewed a record.
See Also:

REVIEW_REMARKS

  1. static final java.lang.String REVIEW_REMARKS
Property associated with the Record Info Object. This property describes the comments made by the person/entity who reviewed a record.
See Also:

REASONS_FOR_SECURITY_CLASSIFICATION

  1. static final java.lang.String REASONS_FOR_SECURITY_CLASSIFICATION
Property associated with the Record Info Object. This property describes the reasons a record info object was classified with its relevant marking.
See Also:

UPGRADE_REMARKS

  1. static final java.lang.String UPGRADE_REMARKS
Property associated with the Record Info Object. This property describes the comments made by the person/entity who upgraded a record.
See Also:

DOWNGRADE_REMARKS

  1. static final java.lang.String DOWNGRADE_REMARKS
Property associated with the Record Info Object. This property describes the comments made by the person/entity who downgraded a record.
See Also:

DECLASSIFY_REMARKS

  1. static final java.lang.String DECLASSIFY_REMARKS
Property associated with the Record Info Object. This property describes the comments made by the person/entity who declassified a record.
See Also:

RECEIPTOF

  1. static final java.lang.String RECEIPTOF
Property associated with the Record Info Object. This property points to the parent record of a receipt.
See Also:

RECEIPTS

  1. static final java.lang.String RECEIPTS
Property associated with the Record Info Object. This property points to the receipts that are associated with a specified classified record.
See Also:

RECEIPT_STATUS

  1. static final java.lang.String RECEIPT_STATUS
Property associated with the Record Info Object. This property describes the status level of a receipt.
See Also:

HAS_DEFAULT_DECLASSIFICATION_DATE

  1. static final java.lang.String HAS_DEFAULT_DECLASSIFICATION_DATE
Property associated with the Record Info Object. This property describes the status of the default declassification date.
See Also:

NARA_INDICATOR

  1. static final java.lang.String NARA_INDICATOR
Property associated with the Record Info Object. This property represents whether or not the record has been transferred to NARA.
See Also:

CAPTION

  1. static final java.lang.String CAPTION
Property associated with the Digital Photograph Record Object. This property represents the caption.
See Also:

COLOR_PROFILE

  1. static final java.lang.String COLOR_PROFILE
Property associated with the Digital Photograph Record Object. This property represents the ICC/ICM color profile.
See Also:

COMPRESSION

  1. static final java.lang.String COMPRESSION
Property associated with the Digital Photograph Record Object. This property represents the compression.
See Also:

  1. static final java.lang.String COPYRIGHT
Property associated with the Digital Photograph Record Object. This property represents the copyright information.
See Also:

EXIF_INFORMATION

  1. static final java.lang.String EXIF_INFORMATION
Property associated with the Digital Photograph Record Object. This property represents the EXIF information.
See Also:

IMAGE_BIT_DEPTH

  1. static final java.lang.String IMAGE_BIT_DEPTH
Property associated with the Digital Photograph and Scanned Record Objects. This property represents image bit depth.
See Also:

IMAGE_SIZE

  1. static final java.lang.String IMAGE_SIZE
Property associated with the Digital Photograph Record Object. This property represents the image size.
See Also:

IMAGE_SOURCE

  1. static final java.lang.String IMAGE_SOURCE
Property associated with the Digital Photograph Record Object. This property represents the image source.
See Also:

PHOTOGRAPHER

  1. static final java.lang.String PHOTOGRAPHER
Property associated with the Digital Photograph Record Object. This property represents the photographer name.
See Also:

CREATING_APPLICATION

  1. static final java.lang.String CREATING_APPLICATION
Property associated with the PDF Record Object. This property stores the name of the creating application.
See Also:

DOCUMENT_SECURITY_SETTINGS

  1. static final java.lang.String DOCUMENT_SECURITY_SETTINGS
Property associated with the PDF Record Object. This property represents the document security settings.
See Also:

PDF_VERSION

  1. static final java.lang.String PDF_VERSION
Property associated with the PDF Record Object. This property represents the version of PDF.
See Also:

PRODUCING_APPLICATION

  1. static final java.lang.String PRODUCING_APPLICATION
Property associated with the PDF Record Object. This property represents the application which created the PDF.
See Also:

PRODUCING_APPLICATION_VERSION

  1. static final java.lang.String PRODUCING_APPLICATION_VERSION
Property associated with the PDF Record Object. This property represents the application version.
See Also:

IMAGE_RESOLUTION

  1. static final java.lang.String IMAGE_RESOLUTION
Property associated with the Scanned Record Object. This property represents the image resolution.
See Also:

SCANNED_IMAGE_FORMAT_AND_VERSION

  1. static final java.lang.String SCANNED_IMAGE_FORMAT_AND_VERSION
Property associated with the Scanned Record Object. This property represents the image format and version.
See Also:

CAPTURE_DATE

  1. static final java.lang.String CAPTURE_DATE
Property associated with the Web Record Object. This property represents the date the record was captured.
See Also:

CAPTURE_METHOD

  1. static final java.lang.String CAPTURE_METHOD
Property associated with the Web Record Object. This property represents the method of capture.
See Also:

CONTACT

  1. static final java.lang.String CONTACT
Property associated with the Web Record Object. This property represents the contact information.
See Also:

CONTENT_MANAGEMENT_SYSTEM

  1. static final java.lang.String CONTENT_MANAGEMENT_SYSTEM
Property associated with the Web Record Object. This property represents the content management system.
See Also:

FILE_NAME

  1. static final java.lang.String FILE_NAME
Property associated with the Web Record Object. This property represents the file name.
See Also:

WEB_PLATFORM

  1. static final java.lang.String WEB_PLATFORM
Property associated with the Web Record Object. This property represents the platform.
See Also:

WEB_SITE_NAME

  1. static final java.lang.String WEB_SITE_NAME
Property associated with the Web Record Object. This property represents the site name.
See Also:

WEB_SITE_URL

  1. static final java.lang.String WEB_SITE_URL
Property associated with the Web Record Object. This property represents the web site URL.
See Also:

REASON_FOR_LAUNCH

  1. static final java.lang.String REASON_FOR_LAUNCH
The following properties are used for the launching the transfer workflows from the UI
See Also:

AUTHORIZED_BY

  1. static final java.lang.String AUTHORIZED_BY
See Also:

AUTHORIZED_ON

  1. static final java.lang.String AUTHORIZED_ON
See Also:

SKIP_DISPOSITION_VALIDATION

  1. static final java.lang.String SKIP_DISPOSITION_VALIDATION
See Also:

PREVIOUS_RECORD_VERSION

  1. static final java.lang.String PREVIOUS_RECORD_VERSION
The following properties are used for versioing records for JITC Cert.
See Also:

NEXT_RECORD_VERSION

  1. static final java.lang.String NEXT_RECORD_VERSION
See Also:

RECORD_VERSION

  1. static final java.lang.String RECORD_VERSION
See Also:

DEFAULT_RECORD_VERSION

  1. static final int DEFAULT_RECORD_VERSION
See Also: