A B C D E F G H I J L M N O P Q R S T U V W X Y Z 

A

ABANDONED_CONTENT_CLEANUP_INTERVAL - Static variable in class com.filenet.api.constants.PropertyNames
 
ABANDONED_DBCONTENT_CLEANUP_INTERVAL - Static variable in class com.filenet.api.constants.PropertyNames
 
ABANDONED_THUMBNAIL_CLEANUP_INTERVAL - Static variable in class com.filenet.api.constants.PropertyNames
 
abort() - Method in class com.filenet.api.authentication.jboss.login.FnClientLoginModule
 
abort() - Method in class com.filenet.api.authentication.jboss.login.FnClientLoginModuleJB6EAP
 
abort() - Method in class com.filenet.api.util.WSILoginModule
The standard javax.security.auth.spi.LoginModule.abort() method.
ABORT_IN_PROGRESS - Static variable in class com.filenet.api.constants.IndexJobStatus
A request to cancel the indexing job has been submitted (IndexJob.set_JobAbortRequested), and the cancel operation is currently in progress.
ABORT_IN_PROGRESS_AS_INT - Static variable in class com.filenet.api.constants.IndexJobStatus
An int value associated with the ABORT_IN_PROGRESS instance of this class.
acceptsURL(String) - Method in class com.filenet.api.jdbc.Driver
Indicates whether the driver should be able to open a connection to the specified URL.
ACCESS_MASK - Static variable in class com.filenet.api.constants.PropertyNames
 
ACCESS_PERMISSION - Static variable in class com.filenet.api.constants.ClassNames
 
ACCESS_PERMISSION_DESCRIPTION - Static variable in class com.filenet.api.constants.ClassNames
 
ACCESS_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
accessContentStream(int) - Method in interface com.filenet.api.core.Annotation
Obtains read access, via an input stream, to the content data of a ContentTransfer content element associated with this document or annotation.
accessContentStream() - Method in interface com.filenet.api.core.ContentTransfer
Obtains read access, via an input stream, to the content data of this ContentTransfer object.
accessContentStream(int) - Method in interface com.filenet.api.core.Document
Obtains read access, via an input stream, to the content data of a ContentTransfer content element associated with this document or annotation.
accessContentStream() - Method in interface com.filenet.api.publishing.PublishTemplate
Obtains read access, via an input stream, to the content data of this ContentTransfer object.
accessContentStream() - Method in interface com.filenet.api.query.StoredSearch
Obtains read access, via an input stream, to the content data of this ContentTransfer object.
accessImportDataStream() - Method in interface com.filenet.api.admin.AddOn
Obtains access to the import data via a stream.
AccessLevel - Class in com.filenet.api.constants
Deprecated.
As of release 5.2.0. Use a combination of AccessRight constants.
AccessPermission - Interface in com.filenet.api.security
Defines access permissions through a bitmask of access rights.
AccessPermissionDescription - Interface in com.filenet.api.security
Describes an access right or level.
AccessPermissionDescriptionList - Interface in com.filenet.api.collection
Represents a collection of AccessPermissionDescription objects.
AccessPermissionList - Interface in com.filenet.api.collection
Represents a collection of AccessPermission objects.
accessPostImportScriptStream() - Method in interface com.filenet.api.admin.AddOn
Obtains access to the post-import script via a stream.
accessPreImportScriptStream() - Method in interface com.filenet.api.admin.AddOn
Obtains access to the pre-import script via a stream.
AccessRight - Class in com.filenet.api.constants
Provides a set of constants that identify individual permissions (access rights) that can be applied to an object.
AccessType - Class in com.filenet.api.constants
Specifies the security access (allow or deny) that a user has for a given AccessPermission object
ACTION - Static variable in class com.filenet.api.constants.ClassNames
 
Action - Interface in com.filenet.api.events
Represents a server-extensible, user-implemented action in response to an event triggered on a source object, or to an instance of a class definition getting created or updated.
ACTION_CONSUMER - Static variable in class com.filenet.api.constants.ClassNames
 
ActionConsumer - Interface in com.filenet.api.events
Represents consumer of Action-based objects.
ActionConsumerSet - Interface in com.filenet.api.collection
Represents a collection of ActionConsumer objects.
ActionSet - Interface in com.filenet.api.collection
Represents a collection of Action objects.
ACTIVE_DIRECTORY_SITE_DNS - Static variable in class com.filenet.api.constants.PropertyNames
 
ACTIVE_MARKING - Static variable in class com.filenet.api.constants.ClassNames
 
ACTIVE_MARKINGS - Static variable in class com.filenet.api.constants.PropertyNames
 
ActiveMarking - Interface in com.filenet.api.security
Represents a marking that is currently applied to a given object.
ActiveMarkingList - Interface in com.filenet.api.collection
Represents a collection of ActiveMarking objects.
add(IndependentObject, PropertyFilter) - Method in class com.filenet.api.core.RetrievingBatch
Adds an object reference to the batch to be retrieved by this instance.
add(IndependentlyPersistableObject, PropertyFilter) - Method in class com.filenet.api.core.UpdatingBatch
Adds an item to the batch to be updated by this instance.
ADD_MARKING - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group is granted or denied permission to assign a Marking object to an object.
ADD_MARKING_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the ADD_MARKING instance of this class.
ADD_ON - Static variable in class com.filenet.api.constants.ClassNames
 
ADD_ON - Static variable in class com.filenet.api.constants.PropertyNames
 
ADD_ON_INSTALLATION_RECORD - Static variable in class com.filenet.api.constants.ClassNames
 
ADD_ON_INSTALLATION_RECORDS - Static variable in class com.filenet.api.constants.PropertyNames
 
ADD_ON_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
ADD_ON_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
ADD_ONS - Static variable in class com.filenet.api.constants.PropertyNames
 
addExcludeProperty(String) - Method in class com.filenet.api.property.PropertyFilter
Adds one or more properties to be excluded during an object retrieval or object refresh.
addIncludeProperty(FilterElement) - Method in class com.filenet.api.property.PropertyFilter
Adds one or more properties, specified in a FilterElement object, to be included during an object retrieval or object refresh.
addIncludeProperty(int, Long, Boolean, String, Integer) - Method in class com.filenet.api.property.PropertyFilter
Creates a FilterElement object and adds one or more properties to be included during an object retrieval or object refresh.
addIncludeProperty(int, Long, Boolean, String) - Method in class com.filenet.api.property.PropertyFilter
Deprecated. 
addIncludeType(FilterElement) - Method in class com.filenet.api.property.PropertyFilter
Adds properties identified by type in a FilterElement object to be included during an object retrieval or object refresh.
addIncludeType(int, Long, Boolean, FilteredPropertyType, Integer) - Method in class com.filenet.api.property.PropertyFilter
Creates a FilterElement object and adds properties identified by type to be included during an object retrieval or object refresh.
addIncludeType(int, Long, Boolean, FilteredPropertyType) - Method in class com.filenet.api.property.PropertyFilter
Deprecated. 
AddOn - Interface in com.filenet.api.admin
Represents a product extension to the core FileNet P8 Content Engine components.
AddOnInstallationRecord - Interface in com.filenet.api.admin
Represents a record that contains information pertaining to the installation of an add-on.
AddOnInstallationRecordList - Interface in com.filenet.api.collection
Represents a collection of AddOnInstallationRecord objects.
AddOnSet - Interface in com.filenet.api.collection
Represents a collection of AddOn objects.
AddOnType - Class in com.filenet.api.constants
Provides a set of constants that identify whether the installation of an add-on is optional or recommended.
addPendingAction(PendingAction) - Method in interface com.filenet.api.core.IndependentlyPersistableObject
Adds the specified pending action to this object's PendingActions collection.
AFFINITY_GROUP - Static variable in class com.filenet.api.constants.PropertyNames
 
ALIAS_DIRECTION - Static variable in class com.filenet.api.constants.PropertyNames
 
ALIAS_IDS - Static variable in class com.filenet.api.constants.PropertyNames
 
ALIGNED - Static variable in class com.filenet.api.constants.DeviceRetentionMode
Indicates an alignment relative to a fixed content device.
ALIGNED_AS_INT - Static variable in class com.filenet.api.constants.DeviceRetentionMode
An int value associated with the ALIGNED instance of this class.
ALL - Static variable in class com.filenet.api.constants.GroupAction
Specifies that the group action is an AND condition.
ALL_REALMS - Static variable in class com.filenet.api.constants.PropertyNames
 
ALL_VERSIONS - Static variable in class com.filenet.api.constants.VersionSelection
Specifies that all document versions will be returned in the query.
ALLOW - Static variable in class com.filenet.api.constants.AccessType
Specifies that the user or group has permission for the given access to a specified object.
ALLOW_AS_INT - Static variable in class com.filenet.api.constants.AccessType
An int value associated with the ALLOW instance of this class.
ALLOW_BOTH_DELETE - Static variable in class com.filenet.api.constants.ComponentPreventDeleteAction
Allows the deletion of both the parent and child component documents.
ALLOW_BOTH_DELETE_AS_INT - Static variable in class com.filenet.api.constants.ComponentPreventDeleteAction
An int value associated with the ALLOW_BOTH_DELETE instance of this class.
ALLOW_EMAIL_OR_UPNSHORT_NAMES - Static variable in class com.filenet.api.constants.PropertyNames
 
ALLOW_RETENTION_REDUCTION - Static variable in class com.filenet.api.constants.PropertyNames
 
ALLOWED - Static variable in class com.filenet.api.constants.CachedContentOption
Allows content for this storage area to be copied to a content cache.
ALLOWED_AS_INT - Static variable in class com.filenet.api.constants.CachedContentOption
An int value associated with the ALLOWED instance of this class.
ALLOWS_CONTENT_TO_BE_CACHED - Static variable in class com.filenet.api.constants.PropertyNames
 
ALLOWS_DELETE - Static variable in class com.filenet.api.constants.PropertyNames
 
ALLOWS_FOREIGN_OBJECT - Static variable in class com.filenet.api.constants.PropertyNames
 
ALLOWS_INSTANCES - Static variable in class com.filenet.api.constants.PropertyNames
 
ALLOWS_NULL - Static variable in class com.filenet.api.constants.PropertyNames
 
ALLOWS_PROPERTY_ADDITIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
ALLOWS_SUBCLASSES - Static variable in class com.filenet.api.constants.PropertyNames
 
ANALYSIS - Static variable in class com.filenet.api.constants.EventExporterType
Specifies an event export store for the Case Analyzer publishing service.
ANALYSIS_AS_INT - Static variable in class com.filenet.api.constants.EventExporterType
An int value associated with the ANALYSIS instance of this class.
ANALYSIS_EXPORTER_DIMENSION_CACHE_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
ANALYSIS_EXPORTER_ENABLED - Static variable in class com.filenet.api.constants.PropertyNames
 
ANALYSIS_EXPORTER_FACT_CACHE_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
ANNOTATED_CONTENT_ELEMENT - Static variable in class com.filenet.api.constants.PropertyNames
 
ANNOTATED_OBJECT - Static variable in class com.filenet.api.constants.PropertyNames
 
ANNOTATION - Static variable in class com.filenet.api.constants.ClassNames
 
Annotation - Interface in com.filenet.api.core
Represents an annotation that can be applied to a document, folder, or custom object.
ANNOTATIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
AnnotationSet - Interface in com.filenet.api.collection
Represents a collection of Annotation objects.
ANY - Static variable in class com.filenet.api.constants.FilteredPropertyType
Indicates all properties.
ANY - Static variable in class com.filenet.api.constants.GroupAction
Specifies that the group action is an OR condition.
ANY_AS_INT - Static variable in class com.filenet.api.constants.FilteredPropertyType
An int value associated with the ANY instance of this class.
ANY_LIST - Static variable in class com.filenet.api.constants.FilteredPropertyType
Indicates all properties with a cardinality of LIST.
ANY_LIST_AS_INT - Static variable in class com.filenet.api.constants.FilteredPropertyType
An int value associated with the ANY_LIST instance of this class.
ANY_NON_OBJECT - Static variable in class com.filenet.api.constants.FilteredPropertyType
Indicates all properties that do not return a Content Engine object as a value.
ANY_NON_OBJECT_AS_INT - Static variable in class com.filenet.api.constants.FilteredPropertyType
An int value associated with the ANY_NON_OBJECT instance of this class.
ANY_SINGLETON - Static variable in class com.filenet.api.constants.FilteredPropertyType
Indicates all properties with a cardinality of SINGLE.
ANY_SINGLETON_AS_INT - Static variable in class com.filenet.api.constants.FilteredPropertyType
An int value associated with the ANY_SINGLETON instance of this class.
API_AFTER_LAST_PAGE_ELEMENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0001E

API_AFTER_LAST_PAGE_ELEMENT An attempt was made to get the current page or element count before moving past the last page.

API_BEFORE_FIRST_PAGE_ELEMENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0002E

API_BEFORE_FIRST_PAGE_ELEMENT An attempt was made to get the current page or element count before moving to the first page.

API_BEFORE_NEXT_PAGE_ELEMENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0003E

API_BEFORE_NEXT_PAGE_ELEMENT An attempt was made to get the current page or element count before moving to the next page after a reset operation.

API_CHECKPOINT_UNSUPPORTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0037E

API_CHECKPOINT_UNSUPPORTED The PageIterator does not support PageIterator checkpoints.

API_CONFLICTING_CLIENT_CONTEXT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0036E

API_CONFLICTING_CLIENT_CONTEXT The call to methodName is not permitted because a conflicting client context has already been established.

API_EMPTY_BATCH - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0004E

API_EMPTY_BATCH There are no objects in this batch to process.

API_EXPECTED_UNEVALUATED_STATE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0005E

API_EXPECTED_UNEVALUATED_STATE The property propName must be in an unevaluated state propNameThe name of the property

API_FETCH_MERGE_PROPERTY_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0006E

API_FETCH_MERGE_PROPERTY_ERROR An attempt was made to fetch and merge new property values on an object that has been modified on the server since it was last retrieved.

API_FROM_INIT_OR_QUERY_STRING_NOT_SET - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0007E

API_FROM_INIT_OR_QUERY_STRING_NOT_SET Either the setFromClauseInitialValue or setQueryString method must be called prior to calling this method to retrieve the SQL statement.

API_FROM_INIT_VALUE_NOT_SET - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0008E

API_FROM_INIT_VALUE_NOT_SET The setFromClauseInitialValue method must be called before an additional join using this method can be added.

API_INDEX_OUT_OF_BOUNDS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0009E

API_INDEX_OUT_OF_BOUNDS The specified index is outside the bounds of the collection.

API_INITIALIZED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0010E

API_INITIALIZED The API may only be initialized once and is already initialized.

API_INVALID_CONFIGURATION_PARAMETER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0011E

API_INVALID_CONFIGURATION_PARAMETER Invalid configuration parameter: parmName.

API_INVALID_CONNECTION_PARAMETER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0012E

API_INVALID_CONNECTION_PARAMETER Invalid connection parameter: parmName.

API_INVALID_METADATA_CACHE_PARAMETER - Static variable in class com.filenet.api.exception.ExceptionCode
Deprecated.
This exception code is not used as of CE 4.5.1
API_INVALID_PROPERTY_TYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0014E

API_INVALID_PROPERTY_TYPE Invalid property type requestedType expected actualType.

API_INVALID_URI - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0015E

API_INVALID_URI An invalid URI was found for connection {0}.

API_J2EE_UTIL_INIT_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0016E

API_J2EE_UTIL_INIT_FAILED Failed to initialize the J2EE util class.

API_METHOD_NO_DEPENDENT_SUPPORT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0017E

API_METHOD_NO_DEPENDENT_SUPPORT The use of method methodName is not supported for dependent objects objectType.

API_MULTIPLY_FILED_IN_FOLDER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0018E

API_MULTIPLY_FILED_IN_FOLDER The specified containee is filed multiple times in this folder, and the operation is unable to determine which occurrence to unfile.

API_NO_CONTENT_ELEMENTS - Static variable in class com.filenet.api.exception.ExceptionCode
Deprecated.
This exception code is not used as of CE 4.5.1
API_NOT_A_CONTENT_TRANSFER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0019E

API_NOT_A_CONTENT_TRANSFER The referenced ContentElement, element, is not a ContentTransfer.

API_NOT_A_RESERVATION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0020E

API_NOT_A_RESERVATION This operation requires a reservation object.

API_NOT_FILED_IN_FOLDER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0021E

API_NOT_FILED_IN_FOLDER The specified containee is not filed in this folder.

API_PROPERTY_FETCH_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0023E

API_PROPERTY_FETCH_FAILED An attempt was made to get the value of property propName using one of the fetch methods for the property object.

API_PROPERTY_NOT_IN_CACHE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0024E

API_PROPERTY_NOT_IN_CACHE The {0} property was not found in the properties collection.

API_PROPERTY_TEMPLATE_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0025E

API_PROPERTY_TEMPLATE_NOT_FOUND The PropertyTemplate template not found in the property template collection.

API_READ_ONLY_COLLECTION - Static variable in class com.filenet.api.exception.ExceptionCode
Deprecated.
This exception code is not used as of CE 4.5.1
API_SAVE_BEFORE_REFRESH - Static variable in class com.filenet.api.exception.ExceptionCode
Deprecated.
This exception code is not used as of CE 4.5.1
API_SEARCH_REQUIRED_VALUES_NULL - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0038E

API_SEARCH_REQUIRED_VALUES_NULL Required parameters for a Stored Search query are null.

API_SESSION_CLASS_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode
Deprecated.
This exception code is not used as of CE 4.5.1
API_SESSION_NOT_IMPL_CORRECTLY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0029E

API_SESSION_NOT_IMPL_CORRECTLY The internal session class className, used to communicate with the server, is not implemented correctly.

API_SESSION_NOT_SET - Static variable in class com.filenet.api.exception.ExceptionCode
Deprecated.
This exception code is not used as of CE 4.5.1
API_UNABLE_TO_USE_CONNECTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0031E

API_UNABLE_TO_USE_CONNECTION The URI for server communication cannot be determined from the connection object {0}.

API_UNEXPECTED_JNDI_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0032E

API_UNEXPECTED_JNDI_ERROR The JNDI cannot be accessed.

API_UNSUPPORTED_API_CLASS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0033E

API_UNSUPPORTED_API_CLASS The indicated API class className is not supported.

API_UNSUPPORTED_PROPERTY_TYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0034E

API_UNSUPPORTED_PROPERTY_TYPE An attempt was made to put a property value into the properties collection using a generic Java Object.

APITRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
APPENDER_NAMES - Static variable in class com.filenet.api.constants.PropertyNames
 
APPLICATION_BASE - Static variable in class com.filenet.api.constants.SystemAddOnId
Specifies the ID of the Base Application Extensions AddOn.
APPLICATION_GROUP_NUMBER - Static variable in class com.filenet.api.constants.PropertyNames
 
APPLICATION_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
APPLICATION_SECURITY_TEMPLATE - Static variable in class com.filenet.api.constants.ClassNames
 
ApplicationSecurityTemplate - Interface in com.filenet.api.security
Represents a template through which an application can apply permissions (access rights) to a Document, CustomObject, or Folder object, and to their subclasses.
ApplicationSecurityTemplateList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
APPLY_DEFINITION - Static variable in class com.filenet.api.constants.PropertyNames
 
APPLY_STATE_ID - Static variable in class com.filenet.api.constants.PropertyNames
 
APPLY_TEMPLATE_PERMISSIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
ApplySecurityTemplate - Class in com.filenet.api.action
Represents a pending action for applying a security template.
ApplySecurityTemplate(Id) - Constructor for class com.filenet.api.action.ApplySecurityTemplate
Creates a new instance of an ApplySecurityTemplate pending action object initialized with the specified versioning state identifier.
applySecurityTemplate(Id) - Method in interface com.filenet.api.core.CustomObject
Applies a security policy template to the given object.
applySecurityTemplate(Id) - Method in interface com.filenet.api.core.Document
Applies a security policy template to the given object.
applySecurityTemplate(Id) - Method in interface com.filenet.api.core.Folder
Applies a security policy template to the given object.
AreaDeleteMethod - Class in com.filenet.api.constants
Provides a set of constants that identify the method used to delete content from a file storage area, fixed storage area, or content cache area.
ASCENDING - Static variable in class com.filenet.api.constants.PrincipalSearchSortType
A constant representing a PrincipalSearchSortType instance of type ASCENDING.
ASCENDING - Static variable in class com.filenet.api.constants.SortOrder
Specifies that an ascending sort order will be used.
ASCENDING_AS_INT - Static variable in class com.filenet.api.constants.PrincipalSearchSortType
An integer associated with the ASCENDING instance of this class.
asIdOrNull(String) - Static method in class com.filenet.api.util.Id
Returns an Id if the passed String is in GUID format.
ASYNC_PROCESSING_CONFIGURATION - Static variable in class com.filenet.api.constants.ClassNames
 
ASYNC_UPGRADE_QUEUE_ITEM - Static variable in class com.filenet.api.constants.ClassNames
 
ASYNC_UPGRADE_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
ASYNCHRONOUS_PROCESSING_TRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
AsyncProcessingConfiguration - Interface in com.filenet.api.admin
Represents configuration data for asynchronous processing of events.
AsyncProcessingConfigurationList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
AsyncUpgradeQueueItem - Interface in com.filenet.api.admin
For internal use only.
AsyncUpgradeQueueItemSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
ATMOS_SHARED_SECRET - Static variable in class com.filenet.api.constants.PropertyNames
 
ATMOS_SUBTENANT - Static variable in class com.filenet.api.constants.PropertyNames
 
ATMOS_UID - Static variable in class com.filenet.api.constants.PropertyNames
 
ATMOS_URL - Static variable in class com.filenet.api.constants.PropertyNames
 
AUDIT_AS - Static variable in class com.filenet.api.constants.PropertyNames
 
AUDIT_CONFIGURATION_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
AUDIT_DEFINITION - Static variable in class com.filenet.api.constants.ClassNames
 
AUDIT_DEFINITIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
AUDIT_DISPOSITION_BATCH_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
AUDIT_DISPOSITION_ENABLED - Static variable in class com.filenet.api.constants.PropertyNames
 
AUDIT_DISPOSITION_POLICIES - Static variable in class com.filenet.api.constants.PropertyNames
 
AUDIT_DISPOSITION_QUERY_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
AUDIT_DISPOSITION_TIMESLOTS - Static variable in class com.filenet.api.constants.PropertyNames
 
AUDIT_DISPOSITION_TRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
AUDIT_DISPOSITION_WAIT_INTERVAL - Static variable in class com.filenet.api.constants.PropertyNames
 
AUDIT_FAILURE - Static variable in class com.filenet.api.constants.PropertyNames
 
AUDIT_LEVEL - Static variable in class com.filenet.api.constants.PropertyNames
 
AUDIT_PROCESSING_BOOKMARKS - Static variable in class com.filenet.api.constants.PropertyNames
 
AUDIT_SUCCESS - Static variable in class com.filenet.api.constants.PropertyNames
 
AuditConfigurationEvent - Interface in com.filenet.api.events
Represents an event that occurs when the auditing configuration of an object store is changed.
AuditConfigurationEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
AuditDefinition - Interface in com.filenet.api.admin
Represents a definition that specifies audit-event parameters.
AuditDefinitionList - Interface in com.filenet.api.collection
Represents a collection of AuditDefinitionList objects.
AUDITED_DELETE_PREFIX - Static variable in class com.filenet.api.constants.PropertyNames
 
AUDITED_EVENTS - Static variable in class com.filenet.api.constants.PropertyNames
 
AuditLevel - Class in com.filenet.api.constants
Provides a set of constants to enable or disable auditing on an ObjectStore object.
AUTHENTICATED_USERS - Static variable in class com.filenet.api.constants.SpecialPrincipal
Specifies a SpecialPrincipal that is a group of authenticated users.
AUTO_CLASSIFY - Static variable in class com.filenet.api.constants.AutoClassify
Indicates that the document will be auto-classified during check-in.
AUTO_UNIQUE - Static variable in class com.filenet.api.constants.AutoUniqueName
A constant representing an instance of type AUTO_UNIQUE.
AutoClassify - Class in com.filenet.api.constants
Provides a set of constants that indicates whether a document will be auto-classified during check-in.
AutoUniqueName - Class in com.filenet.api.constants
Specifies whether naming collisions are to be detected and automatically resolved for containment names.

B

BASE_CLASS_IDS - Static variable in class com.filenet.api.constants.PropertyNames
 
BASE_DATE_PROPERTY_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
Batch - Class in com.filenet.api.core
Abstract superclass for the accumulation of batch items for a pending batch operation.
BATCH_DELAY - Static variable in class com.filenet.api.constants.PropertyNames
 
BATCH_SELECTION_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
BatchItemHandle - Interface in com.filenet.api.core
References objects for batch operations.
BINARY - Static variable in class com.filenet.api.constants.TypeID
Specifies a binary data type.
BINARY_AS_INT - Static variable in class com.filenet.api.constants.TypeID
An int value associated with the BINARY instance of this class.
BinaryList - Interface in com.filenet.api.collection
Represents a List collection (ordered, non-unique) of byte (8-bit signed integer) array elements, each of which is intended to hold a binary value.
BLACK_AND_WHITE - Static variable in class com.filenet.api.constants.ThumbnailImageColor
Specifies that the input document is rendered as a black and white thumbnail image.
BLACK_AND_WHITE_AS_INT - Static variable in class com.filenet.api.constants.ThumbnailImageColor
An int value associated with the BLACK_AND_WHITE instance of this class.
BLOB_READ_AHEAD_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
BLOB_WRITE_COLLISIONS_AVOIDANCE_FLAG - Static variable in class com.filenet.api.constants.PropertyNames
 
BOOLEAN - Static variable in class com.filenet.api.constants.TypeID
Specifies a Boolean data type.
BOOLEAN_AS_INT - Static variable in class com.filenet.api.constants.TypeID
An int value associated with the BOOLEAN instance of this class.
BooleanList - Interface in com.filenet.api.collection
Represents a collection of Boolean objects.
BOOST - Static variable in class com.filenet.api.constants.SearchModifier
Specifies that the relevance level of matching documents based on the terms found should be increased.
BOTH - Static variable in class com.filenet.api.constants.ReplicationDirection
For ExternalClassAlias objects, this constant specifies that instances of an external class can be replicated from an external repository to a Content Engine object store and can also be a target for objects replicated from a Content Engine object store to an external repository.
BOTH_AS_INT - Static variable in class com.filenet.api.constants.ReplicationDirection
An int value associated with the BOTH instance of this class.
BROKER_PORT - Static variable in class com.filenet.api.constants.PropertyNames
 

C

CACHE_STATUS - Static variable in class com.filenet.api.constants.PropertyNames
 
CachedContentOption - Class in com.filenet.api.constants
Defines settings for determining when or if a content cache can be utilized for a particular storage area.
CacheStatus - Class in com.filenet.api.constants
Defines settings for enabling or disabling a cache area for active use.
CAN_ACCEPT_FORWARDED_REQUESTS - Static variable in class com.filenet.api.constants.PropertyNames
 
CAN_BE_DEMOTED - Static variable in class com.filenet.api.constants.PropertyNames
 
CAN_FORWARD_REQUESTS - Static variable in class com.filenet.api.constants.PropertyNames
 
CANCEL_CHECKOUT_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
cancelCheckout() - Method in interface com.filenet.api.core.Versionable
Cancels the check-out reservation held on this document or version series by deleting the reservation object associated with it.
cancelCheckout() - Method in interface com.filenet.api.core.VersionSeries
Cancels the check-out reservation held on this document or version series by deleting the reservation object associated with it.
CancelCheckoutEvent - Interface in com.filenet.api.events
Represents an event that occurs when a reservation on a versionable object is canceled.
CancelCheckoutEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
CANCELED - Static variable in class com.filenet.api.constants.IndexJobStatus
The indexing job was canceled by an administrator.
CANCELED_AS_INT - Static variable in class com.filenet.api.constants.IndexJobStatus
An int value associated with the CANCELED instance of this class.
Cardinality - Class in com.filenet.api.constants
Provides a set of constants that specify whether a property can hold a single value (single cardinality) or a collection of multiple values (list or enumeration cardinality).
CARDINALITY - Static variable in class com.filenet.api.constants.PropertyNames
 
CASCADE - Static variable in class com.filenet.api.constants.DeletionAction
Specifies that, if the object containing a given object-valued property is deleted, any objects referenced by the property will also be deleted.
CASCADE_AS_INT - Static variable in class com.filenet.api.constants.DeletionAction
An int value associated with the CASCADE instance of this class.
CASCADE_DELETE - Static variable in class com.filenet.api.constants.ComponentCascadeDeleteAction
Causes the child component document to be automatically deleted when the parent component document is deleted.
CASCADE_DELETE_AS_INT - Static variable in class com.filenet.api.constants.ComponentCascadeDeleteAction
An int value associated with the CASCADE_DELETE instance of this class.
CBR_CANNOT_SWITCH_ON_VERITY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0054E

CBR_CANNOT_SWITCH_ON_VERITY Content Engine could not enable IBM Legacy Content Search Engine: The attempt to assign a VerityDomainConfiguration object to the VerityDomainConfiguration property for the object_store_name object store failed.

CBR_CANT_ATTACH_COLLECTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0001E

CBR_CANT_ATTACH_COLLECTION Can't attach Verity collection to server {0}.

CBR_CANT_AUTHENTICATE_ON_SEARCH - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0017E

CBR_CANT_AUTHENTICATE_ON_SEARCH The server could not authenticate with the Content Search Engine server.

CBR_CANT_CREATE_COLLECTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0002E

CBR_CANT_CREATE_COLLECTION Can't create Verity collection.

CBR_CANT_CREATE_VERITY_WORKSPACE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0021E

CBR_CANT_CREATE_VERITY_WORKSPACE Can't create Verity workspace.

CBR_CANT_DELETE_VERITY_WORKSPACE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0020E

CBR_CANT_DELETE_VERITY_WORKSPACE Can't delete Verity workspace.

CBR_CANT_GET_ADMIN_CONFIG - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0012E

CBR_CANT_GET_ADMIN_CONFIG Can't get Verity Admin server configuration for: {0}, error: {1}

The indicated Verity Admin server configuration cannot be retrieved.

CBR_CANT_GET_BROKER_CONFIG - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0014E

CBR_CANT_GET_BROKER_CONFIG Can't get Verity broker configuration for {0}, error: {1}

The indicated Verity broker configuration cannot be retrieved.

CBR_CANT_GET_INDEX_SERVER_CONFIG - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0015E

CBR_CANT_GET_INDEX_SERVER_CONFIG Can't get Verity index server configuration for {0} of IndexArea {1}, error: {2}

The indicated Verity index server configuration cannot be retrieved.

CBR_CANT_GET_SEARCH_CONFIG - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0013E

CBR_CANT_GET_SEARCH_CONFIG Can't get Verity search server configuration for {0} of IndexArea {1}, error: {2}

The indicated Verity search server configuration cannot be retrieved.

CBR_CANT_LOGON_TO_INDEX_SERVER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0018E

CBR_CANT_LOGON_TO_INDEX_SERVER Can't logon to index server.

CBR_CANT_LOGON_TO_VERITY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0019E

CBR_CANT_LOGON_TO_VERITY Can't logon to Verity.

CBR_CANT_SET_GROUP_ON_COLLECTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0023E

CBR_CANT_SET_GROUP_ON_COLLECTION Can't set group name on verity collection.

CBR_CANT_WRITE_CONTENT_FILE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0003E

CBR_CANT_WRITE_CONTENT_FILE Can't write content file for element sequence #{0} for object {1}, class {2}, output directory {3}, index area {4}

The content file could not be written for the element sequence number, as indicated.

CBR_DIALECT_NOT_SUPPORTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0027E

CBR_DIALECT_NOT_SUPPORTED The full text query dialect '{0}' is not supported in the current configuration.

CBR_EMPTY_SEARCH_CRITERIA - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0050E

CBR_EMPTY_SEARCH_CRITERIA Content Engine could not run a query because the SQL statement for the query is not valid.

CBR_ERROR_GETTING_CONTENT_FILE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0033E

CBR_ERROR_GETTING_CONTENT_FILE Could not get content file for element sequence #{0} for object {1}, class {2}, output directory {3}, index area {4}, status {5}

Could not get content file for the element sequence number, as indicated.

CBR_FULLTEXTROWLIMIT_EXCEEDED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0024E

CBR_FULLTEXTROWLIMIT_EXCEEDED The FullTextRowLimit has been exceeded.

CBR_INCOMPLETE_CONFIG - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0004E

CBR_INCOMPLETE_CONFIG The Verity administration host name and port must be in Verity configuration data

CBR_INDEX_BAD_OBJECT_STORE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0007E

CBR_INDEX_BAD_OBJECT_STORE Single item to full text index with array element #{0} does not have the same object store as the IndexJob

The single item to index, referenced by the indicated array element number, is not located in the same object store as the IndexJob instance.

CBR_INDEX_NON_REPOSITORY_OBJECT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0006E

CBR_INDEX_NON_REPOSITORY_OBJECT Single item to full text index with array element #{0} is not a repository object

The single item to index, referenced by the indicated array element number, is not a repository object.

CBR_INSO_INSTALL_BINARY_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0030E

CBR_INSO_INSTALL_BINARY_NOT_FOUND INSO binaries files not found

CBR_INSO_INSTALL_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0029E

CBR_INSO_INSTALL_ERROR An error was detected while install INSO binaries

CBR_INVALID_SEARCH - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0055E

CBR_INVALID_SEARCH Content Engine cannot run a query because the following invalid dialect was passed to the CONTAINS function: search_dialect.

CBR_INVALID_SEARCH_DIALECT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0049E

CBR_INVALID_SEARCH_DIALECT Content Engine could not run a query because the following invalid dialect was passed to the CONTAINS function: search_dialect.

CBR_LOAD_TRANSLATORS_EXCEPTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0026E

CBR_LOAD_TRANSLATORS_EXCEPTION An exception occurred while attempting to load translation providers.

CBR_MIGRATION_JOB_ABORT_NOT_ALLOWED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0066E

CBR_MIGRATION_JOB_ABORT_NOT_ALLOWED Content Engine could not stop migration index job index_job_id.

CBR_MIGRATION_JOB_DELETE_NOT_ALLOWED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0065E

CBR_MIGRATION_JOB_DELETE_NOT_ALLOWED Content Engine could not delete migration index job index_job_id.

CBR_NO_BROKERS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0032E

CBR_NO_BROKERS No Verity brokers can be found.

CBR_NO_FILENAME_FOR_CONTENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0005E

CBR_NO_FILENAME_FOR_CONTENT Unable to get content element filename for element sequence #{0} for object {1}, class {2}

The content element filename could not be retrieved for the element sequence number, as indicated.

CBR_NO_INDEX_AREA_AVAILABLE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0009E

CBR_NO_INDEX_AREA_AVAILABLE No index area is available to handle full text index request on object store objStore objStoreThe identity of the Object Store.

CBR_NO_INDEX_SERVER_AVAILABLE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0010E

CBR_NO_INDEX_SERVER_AVAILABLE No index server is available to handle full text indexing requests on IndexArea {0}, ObjectStore {1}

CBR_NO_TEXT_SEARCH_SERVER_FOR_SEARCH - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0034E

CBR_NO_TEXT_SEARCH_SERVER_FOR_SEARCH IBM Content Search Services could not run a query because no search server could be found to run the query.

CBR_NO_TICKET_SERVER_FOR_ADMIN_SERVER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0022E

CBR_NO_TICKET_SERVER_FOR_ADMIN_SERVER No ticket server is defined for administration server srvName, requested security group cannot be applied to collection.

CBR_NOT_INDEXABLE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0008E

CBR_NOT_INDEXABLE Item to full text index with array element #{0} is not indexable.

CBR_NOT_INDEXED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0025E

CBR_NOT_INDEXED Documents submitted to be indexed were not processed (request will be retried).

CBR_NOT_MASTER_ADMIN_SERVER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0016E

CBR_NOT_MASTER_ADMIN_SERVER VerityAdminMasterServerHostname/Port {0}:{1} refers to a slave server, not a master server

VerityAdminMasterServerHostname/Port refers to a slave server, not a master server

CBR_QUERY_PARSE_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0028E

CBR_QUERY_PARSE_ERROR An error was detected while parsing the {0} full-text query.

CBR_TS_ACCESSING_COLLECTION_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0084E

CBR_TS_ACCESSING_COLLECTION_FAILED The IBM Content Search Services server failed to access the index on the file system.

CBR_TS_ACCESSING_INDEX_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0035E

CBR_TS_ACCESSING_INDEX_FAILED An IBM Content Search Services server could not access the index_name index or the directory that contains the index.

CBR_TS_ACCESSING_TEXT_SEARCH_SERVER_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0036E

CBR_TS_ACCESSING_TEXT_SEARCH_SERVER_FAILED IBM Content Search Services could not communicate with the server that runs on the host:port host and port.

CBR_TS_ADMIN_ACTION_FAILED_EXCEPTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0039E

CBR_TS_ADMIN_ACTION_FAILED_EXCEPTION IBM Content Search Services could not perform administrative functions for the server that runs on the host:port host and port.

CBR_TS_BATCH_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0057E

CBR_TS_BATCH_FAILED The batch operation for indexing objects to IBM Content Search Services has failed.

CBR_TS_CANNOT_CONNECT_TO_SERVER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0047E

CBR_TS_CANNOT_CONNECT_TO_SERVER The Content Engine server cannot connect to the IBM Content Search Services server server_name located on host host, port port.

CBR_TS_CANNOT_CREATE_INDEX_IN_INDEX_AREA - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0063E

CBR_TS_CANNOT_CREATE_INDEX_IN_INDEX_AREA IBM Content Search Services is unable to create an index in index area index_area of object store objectstore.

CBR_TS_COST_ESTIMATION_QUERY_TIMEOUT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0092E

CBR_TS_COST_ESTIMATION_QUERY_TIMEOUT A timeout was received from the IBM Content Search Services server while it was running a cost estimation query "query_string" against IBM Content Search Services index index_id.

CBR_TS_DEFER_INDEXING - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0062E

CBR_TS_DEFER_INDEXING IBM Content Search Services indexing is deferred for index text_search_index on index area index_area and object store objectstore.

CBR_TS_DEFER_INDEXING_REBALANCING - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0085E

CBR_TS_DEFER_INDEXING_REBALANCING IBM Content Search Services indexing is rebalancing index text_search_index on index area index_area and object store objectstore to another server.

CBR_TS_EXEC_SEARCH_QUERY_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0037E

CBR_TS_EXEC_SEARCH_QUERY_FAILED An IBM Content Search Services server could not run the following full-text search: search_expression.

CBR_TS_INDEX_AREA_ROOT_DIRECTORY_VALIDATION_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0083E

CBR_TS_INDEX_AREA_ROOT_DIRECTORY_VALIDATION_FAILED The Content Engine server did not accept the entered value "{0}" for the root directory that was specified for index area "{1}" because no IBM Content Search Services servers are available for validation.

CBR_TS_INDEX_CREATE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0038E

CBR_TS_INDEX_CREATE_FAILED An IBM Content Search Services server could not create an index.

CBR_TS_INDEX_CTOR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0043E

CBR_TS_INDEX_CTOR The IBM Content Search Services server that runs on the host:port host and port could not index a document.

CBR_TS_INDEX_DATA_DELETE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0072E

CBR_TS_INDEX_DATA_DELETE_FAILED IBM Content Search Services did not delete the "index_name" index as part of the reindexing that was performed for an index job.

CBR_TS_INDEX_DELETE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0068E

CBR_TS_INDEX_DELETE_FAILED An IBM Content Search Services server could not delete an index.

CBR_TS_INDEX_EXCEEDS_MAX_INDEXED_OBJECTS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0053E

CBR_TS_INDEX_EXCEEDS_MAX_INDEXED_OBJECTS The resource status of the IBM Content Search Services index index_name cannot be changed to OPEN because the current number of its indexed objects, current_indexed_objects, exceeds the maximum of max_indexed_objects specified on its index area index_area.

CBR_TS_INDEX_EXCEEDS_MAX_SIZE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0052E

CBR_TS_INDEX_EXCEEDS_MAX_SIZE The resource status of the IBM Content Search Services index index_name cannot be changed to OPEN because its current size of current_size_kb KB exceeds the maximum size of max_size_kb KB specified by its index area index_area.

CBR_TS_INDEXING_ABORTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0058E

CBR_TS_INDEXING_ABORTED The IBM Content Search Services indexing operation for indexation ID indexation_id, index path index_path has stopped.

CBR_TS_INDEXING_FAILED_EXCEPTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0040E

CBR_TS_INDEXING_FAILED_EXCEPTION An IBM Content Search Services server could not complete an indexing operation while accessing the index_name index for the server that runs on the {1}:{2} host and port.

CBR_TS_INDEXING_HAS_TIMEDOUT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0093E

CBR_TS_INDEXING_HAS_TIMEDOUT An indexing operation has been terminated because an index batch timeout occurred.

CBR_TS_INDEXING_LANGUAGE_NOT_SET - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0080E

CBR_TS_INDEXING_LANGUAGE_NOT_SET CBR indexing and searching on object store "{0}" cannot proceed until one or more values are set for the TextSearchIndexingLanguages property.

CBR_TS_INDEXING_LANGUAGE_NULL - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0090E

CBR_TS_INDEXING_LANGUAGE_NULL One or more values must be set for the TextSearchIndexingLanguages property when IBM Content Search Services is enabled on the object store.

CBR_TS_INDEXING_LANGUAGE_VALIDATION_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0073E

CBR_TS_INDEXING_LANGUAGE_VALIDATION_FAILED Content Engine did not save the entered "{0}" value for the Indexing Language property because it was not validated by IBM Content Search Services.

CBR_TS_INDEXING_TIMEOUT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0059E

CBR_TS_INDEXING_TIMEOUT An indexing operation for indexation ID indexation_id, index path index_path was stopped because it timed out after index_timeout seconds.

CBR_TS_INDEXING_WARNING - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0078E

CBR_TS_INDEXING_WARNING IBM Content Search Services generated a warning while accessing the "index_name" index for an otherwise successful indexing operation.

CBR_TS_INSO_FILTER_MISSING_FOR_INDEXING - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0077E

CBR_TS_INSO_FILTER_MISSING_FOR_INDEXING Content Engine did not complete the submission of index requests to IBM Content Search Services because the required client files are not installed.

CBR_TS_INSO_FILTER_MISSING_FOR_TEXT_EXTRACTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0076E

CBR_TS_INSO_FILTER_MISSING_FOR_TEXT_EXTRACTION Content Engine did not submit index requests to IBM Content Search Services because the required client files are not installed.

CBR_TS_INVALID_INDEX_AREA_SITE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0067E

CBR_TS_INVALID_INDEX_AREA_SITE The site for the IBM Content Search Services index area is not valid.

CBR_TS_INVALID_INDEX_AREA_STATUS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0056E

CBR_TS_INVALID_INDEX_AREA_STATUS The IBM Content Search Services index area index_area_name cannot be changed to status: status.

CBR_TS_INVALID_INDEX_STATUS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0051E

CBR_TS_INVALID_INDEX_STATUS The resource status of the IBM Content Search Services index index_name cannot be changed to status.

CBR_TS_INVALID_SERVER_CONN_PARAMS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0045E

CBR_TS_INVALID_SERVER_CONN_PARAMS The connection parameters for the following IBM Content Search Services server are invalid or missing: host=host, port=port.

CBR_TS_INVALID_SERVER_CREDENTIAL - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0046E

CBR_TS_INVALID_SERVER_CREDENTIAL The IBM Content Search Services server connection token is invalid or missing.

CBR_TS_INVALID_SERVER_STATUS_CHANGE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0048E

CBR_TS_INVALID_SERVER_STATUS_CHANGE The IBM Content Search Services server status cannot be set to UNAVAILABLE by using the API.

CBR_TS_JOB_PAUSE_NOT_ALLOWED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0071E

CBR_TS_JOB_PAUSE_NOT_ALLOWED Content Engine did not pause the "index_job_id" index job.

CBR_TS_JOB_RESUME_NOT_ALLOWED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0075E

CBR_TS_JOB_RESUME_NOT_ALLOWED Content Engine did not resume the "index_job_id" index job.

CBR_TS_MISSING_INDEX_LEASE_EXPIRY_TIME - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0061E

CBR_TS_MISSING_INDEX_LEASE_EXPIRY_TIME The IBM Content Search Services index does not have an expiration time.

CBR_TS_NO_INDEX_AREA_FOUND_FOR_INDEXATION_ID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0064E

CBR_TS_NO_INDEX_AREA_FOUND_FOR_INDEXATION_ID The IBM Content Search Services index area is missing for objects with indexation ID indexation_id.

CBR_TS_NO_INDEX_FOUND_FOR_INDEXATION_ID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0044E

CBR_TS_NO_INDEX_FOUND_FOR_INDEXATION_ID The IBM Content Search Services index is missing for objects with indexation ID indexation_id.

CBR_TS_NO_TEXT_SEARCH_SERVER_FOR_DELETE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0070E

CBR_TS_NO_TEXT_SEARCH_SERVER_FOR_DELETE IBM Content Search Services could not delete index index_name in object store objectstore_id.

CBR_TS_NO_TEXT_SEARCH_SERVER_FOR_ICC_CHECK - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0079E

CBR_TS_NO_TEXT_SEARCH_SERVER_FOR_ICC_CHECK IBM Content Search Services could not perform a check for ICC dual migration state on ObjectStore {0}.

CBR_TS_NO_TEXT_SEARCH_SERVER_FOR_LANGUAGE_VALIDATION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0089E

CBR_TS_NO_TEXT_SEARCH_SERVER_FOR_LANGUAGE_VALIDATION IBM Content Search Services cannot validate the indexing languages.

CBR_TS_NULL_PARAM - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0042E

CBR_TS_NULL_PARAM An IBM Content Search Services server could not perform a requested operation because the parameter_name parameter had a null value.

CBR_TS_QUERY_FAILED_EXCEPTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0041E

CBR_TS_QUERY_FAILED_EXCEPTION An IBM Content Search Services server could not run a full-text search.

CBR_TS_REISSUE_INDEX_REQUEST_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0074E

CBR_TS_REISSUE_INDEX_REQUEST_FAILED The processing of some index requests was delayed because IBM Content Search Services reassigned the requests to another index.

CBR_TS_REPLACING_INDEX_STATUS_CHANGE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0088E

CBR_TS_REPLACING_INDEX_STATUS_CHANGE The resource status of the IBM Content Search Services index index_name cannot be changed to status.

CBR_TS_STATIC_SUMMARY_INVALID_INDEXING_SIZE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0094E

CBR_TS_STATIC_SUMMARY_INVALID_INDEXING_SIZE The summary indexing size for IBM Content Search Services must be between {0} and {1}.

CBR_TS_TEXT_SEARCH_ENABLING_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0069E

CBR_TS_TEXT_SEARCH_ENABLING_FAILED IBM Content Search Services was not enabled for the object_store object store because no index areas exist.

CBR_TS_TEXT_SEARCH_NOT_ENABLED_LCSE_CONFIGURED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0087E

CBR_TS_TEXT_SEARCH_NOT_ENABLED_LCSE_CONFIGURED IBM Content Search Services cannot be enabled for the {0} object store because LCSE is configured.

CBR_TS_UNAVAILABLE_INDEX_STATUS_CHANGE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0091E

CBR_TS_UNAVAILABLE_INDEX_STATUS_CHANGE The resource status of the IBM Content Search Services index index_name cannot be changed to status.

CBR_TS_UNAVAILABLE_INVALID_DURING_RESYNC - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0095E

CBR_TS_UNAVAILABLE_INVALID_DURING_RESYNC The resource status of the IBM Content Search Services index index_name cannot be changed to UNAVAILABLE because a resync index job is in progress on this index.

CBR_TS_UNEXPECTED_SERVER_FOR_INDEX - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0060E

CBR_TS_UNEXPECTED_SERVER_FOR_INDEX The IBM Content Search Services server original_text_search_server was expected, but server current_text_search_server was found instead.

CBR_UNSUPPORTED_KEY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0011E

CBR_UNSUPPORTED_KEY Old full text index key encountered -- re-indexation is required with this release.

CBR_VDC_EXISTS_AND_K2_NOT_DEPLOYED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0086E

CBR_VDC_EXISTS_AND_K2_NOT_DEPLOYED One or more Verity Domain Configuration objects are configured.

CBR_VERITY_DOMAIN_CONFIG_NOT_ASSIGNED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCB0031E

CBR_VERITY_DOMAIN_CONFIG_NOT_ASSIGNED Content Engine could not disable IBM Legacy Content Search Engine.

CBRLOCALE - Static variable in class com.filenet.api.constants.PropertyNames
 
CBRPRE_FILTER_ENABLED - Static variable in class com.filenet.api.constants.PropertyNames
 
CBRQUERY_DYNAMIC_THRESHOLD - Static variable in class com.filenet.api.constants.PropertyNames
 
CBRQUERY_OPTIMIZATION - Static variable in class com.filenet.api.constants.PropertyNames
 
CBRQUERY_RANK_OVERRIDE - Static variable in class com.filenet.api.constants.PropertyNames
 
CBRQueryOptimization - Class in com.filenet.api.constants
Provides a set of constants for enabling or disabling dynamic switching optimization, as set on the CBRQueryOptimization property.
CBRQueryRankOverride - Class in com.filenet.api.constants
Provides a set of constants for specifying rank ordering behavior for CBR (content-based retrieval) queries that request rank order.
CBRSEARCH_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
CBRSearchType - Class in com.filenet.api.constants
Provides a set of constants that indicate the type of full-text indexing subsystem, if any, that is enabled for the object store.
CBRSUMMARY_INDEXING_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
CBRSUMMARY_RESULT_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
CBRSUMMARY_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
CBRSummaryType - Class in com.filenet.api.constants
This class is not supported.
CBRTRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
CENTERA_FIXED_CONTENT_DEVICE - Static variable in class com.filenet.api.constants.ClassNames
 
CENTERA_SITE_SETTINGS - Static variable in class com.filenet.api.constants.ClassNames
 
CenteraFixedContentDevice - Interface in com.filenet.api.admin
Represents the description of an EMC Centera fixed content device.
CenteraFixedContentDeviceSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
CenteraSiteSettings - Interface in com.filenet.api.admin
Represents the configuration settings that can be overridden for the EMC Centera fixed content devices on the specified site.
CenteraSiteSettingsList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
CFS_ICI_LOCKDOWN - Static variable in class com.filenet.api.constants.SystemAddOnId
Specifies the ID of the CFS ICI Lockdown Extensions AddOn.
CFS_IS - Static variable in class com.filenet.api.constants.SystemAddOnId
Specifies the ID of the CFS-IS Extensions AddOn.
CFSDAEMON_TRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
CFSIMPORT_AGENT_CONFIGURATION - Static variable in class com.filenet.api.constants.ClassNames
 
CFSIMPORT_AGENT_TRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
CFSImportAgentConfiguration - Interface in com.filenet.api.admin
Configures the importer component of Content Federation Service (CFS).
CFSImportAgentConfigurationList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
CFSPASSWORD - Static variable in class com.filenet.api.constants.PropertyNames
 
CFSSITE_SETTINGS - Static variable in class com.filenet.api.constants.ClassNames
 
CFSSiteSettings - Interface in com.filenet.api.admin
For a particular FileNet P8 site, configures the Content Federation Service (CFS).
CFSSiteSettingsList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
CFSUSER_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
CHANGE_CLASS_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
CHANGE_PREPROCESSOR_ACTION - Static variable in class com.filenet.api.constants.PropertyNames
 
CHANGE_PREPROCESSOR_ACTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
CHANGE_PREPROCESSOR_DEFINITIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
CHANGE_STATE - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group is granted or denied permission to change the lifecycle state of an object.
CHANGE_STATE_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the CHANGE_STATE instance of this class.
CHANGE_STATE_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
ChangeClass - Class in com.filenet.api.action
Represents a pending action for changing the class of a Content Engine object.
ChangeClass(String) - Constructor for class com.filenet.api.action.ChangeClass
Creates a new instance of a ChangeClass pending action object.
changeClass(String) - Method in interface com.filenet.api.admin.CmAbstractQueueEntry
Changes the class of a Content Engine object.
changeClass(String) - Method in interface com.filenet.api.admin.CmHoldRelationship
Changes the class of a Content Engine object.
changeClass(String) - Method in interface com.filenet.api.core.Annotation
Changes the class of a Content Engine object.
changeClass(String) - Method in interface com.filenet.api.core.CmAbstractPersistable
Changes the class of a Content Engine object.
changeClass(String) - Method in interface com.filenet.api.core.CmTask
Changes the class of a Content Engine object.
changeClass(String) - Method in interface com.filenet.api.core.CmTaskRelationship
Changes the class of a Content Engine object.
changeClass(String) - Method in interface com.filenet.api.core.CmThumbnail
Changes the class of a Content Engine object.
changeClass(String) - Method in interface com.filenet.api.core.CustomObject
Changes the class of a Content Engine object.
changeClass(String) - Method in interface com.filenet.api.core.Folder
Changes the class of a Content Engine object.
changeClass(String) - Method in interface com.filenet.api.core.Link
Changes the class of a Content Engine object.
changeClass(String) - Method in interface com.filenet.api.core.ReferentialContainmentRelationship
Changes the class of a Content Engine object.
changeClass(String) - Method in interface com.filenet.api.core.Versionable
Changes the class of a Content Engine object.
changeClass(String) - Method in interface com.filenet.api.events.CmChangePreprocessorAction
Changes the class of a Content Engine object.
changeClass(String) - Method in interface com.filenet.api.events.DocumentClassificationAction
Changes the class of a Content Engine object.
changeClass(String) - Method in interface com.filenet.api.events.DocumentLifecycleAction
Changes the class of a Content Engine object.
changeClass(String) - Method in interface com.filenet.api.events.DocumentLifecyclePolicy
Changes the class of a Content Engine object.
changeClass(String) - Method in interface com.filenet.api.events.EventAction
Changes the class of a Content Engine object.
changeClass(String) - Method in interface com.filenet.api.events.Subscription
Changes the class of a Content Engine object.
changeClass(String) - Method in interface com.filenet.api.util.CmAbstractSequential
Changes the class of a Content Engine object.
ChangeClassEvent - Interface in com.filenet.api.events
Represents an event that occurs when the class of an object is changed.
ChangeClassEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
ChangePreprocessor - Interface in com.filenet.api.engine
An interface to be implemented as a change preprocessor handler that runs on the server.
ChangeState - Class in com.filenet.api.action
Represents a pending action for changing the lifecycle policy state of a Document, or for changing the state of a CmTask.
ChangeState(LifecycleChangeFlags) - Constructor for class com.filenet.api.action.ChangeState
Creates a new instance of a ChangeState pending action object.
changeState(LifecycleChangeFlags) - Method in interface com.filenet.api.core.CmTask
Changes the current, user-defined lifecycle state of a Document object, or the current state of a CmTask object (see TaskState for a list of the states).
changeState(LifecycleChangeFlags) - Method in interface com.filenet.api.core.Document
Changes the current, user-defined lifecycle state of a Document object, or the current state of a CmTask object (see TaskState for a list of the states).
ChangeStateEvent - Interface in com.filenet.api.events
Represents an event that occurs when the lifecycle state of a Document object changes, or when the state of a CmTask object changes.
ChangeStateEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
Checkin - Class in com.filenet.api.action
Represents a pending action for checking in a document as a new version.
Checkin(Boolean, Boolean) - Constructor for class com.filenet.api.action.Checkin
Creates a new instance of a Checkin pending action object.
checkin(AutoClassify, CheckinType) - Method in interface com.filenet.api.core.Document
Checks in this document reservation object by saving it as a new document version.
CHECKIN_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
CheckinEvent - Interface in com.filenet.api.events
Represents an event that occurs when a versionable object is checked in.
CheckinEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
CheckinType - Class in com.filenet.api.constants
Provides a set of constants to specify whether to check in a document reservation as a new minor or new major version.
Checkout - Class in com.filenet.api.action
Represents a pending action for checking out a document.
Checkout(String, ReservationType, String, Properties) - Constructor for class com.filenet.api.action.Checkout
Creates a new instance of a Checkout pending action object.
checkout(ReservationType, Id, String, Properties) - Method in interface com.filenet.api.core.Versionable
Creates a reservation object that can be modified and checked in as a new version of this document.
checkout(ReservationType, Id, String, Properties) - Method in interface com.filenet.api.core.VersionSeries
Creates a reservation object that can be modified and checked in as a new version of this document.
CHECKOUT_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
CheckoutEvent - Interface in com.filenet.api.events
Represents an event that occurs when a versionable object is checked out.
CheckoutEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
CHILD_COMPONENT - Static variable in class com.filenet.api.constants.PropertyNames
 
CHILD_DOCUMENTS - Static variable in class com.filenet.api.constants.PropertyNames
 
CHILD_RELATIONSHIPS - Static variable in class com.filenet.api.constants.PropertyNames
 
CHILD_VERSION_SERIES - Static variable in class com.filenet.api.constants.PropertyNames
 
Choice - Interface in com.filenet.api.admin
Represents a single choice item in a choice list that can be assigned to a property, or represents a group node for a nested collection of choice items within a choice list.
CHOICE - Static variable in class com.filenet.api.constants.ClassNames
 
CHOICE_INTEGER_VALUE - Static variable in class com.filenet.api.constants.PropertyNames
 
CHOICE_LIST - Static variable in class com.filenet.api.constants.ClassNames
 
CHOICE_LIST - Static variable in class com.filenet.api.constants.PropertyNames
 
CHOICE_LISTS - Static variable in class com.filenet.api.constants.PropertyNames
 
CHOICE_STRING_VALUE - Static variable in class com.filenet.api.constants.PropertyNames
 
CHOICE_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
CHOICE_VALUES - Static variable in class com.filenet.api.constants.PropertyNames
 
ChoiceList - Interface in com.filenet.api.admin
Represents a choice list in an object store.
ChoiceList - Interface in com.filenet.api.collection
Represents a collection of Choice objects.
ChoiceListSet - Interface in com.filenet.api.collection
Represents a collection of ChoiceList objects.
ChoiceType - Class in com.filenet.api.constants
Provides a set of constants that specify the type of data that a Choice object represents.
Class_AccessPermission - Static variable in class com.filenet.api.constants.GuidConstants
Class_AccessPermission value is {D70CE8D3-4DD4-4BDF-AADA-8FA3B2B3BB49}.
Class_AccessPermissionDescription - Static variable in class com.filenet.api.constants.GuidConstants
Class_AccessPermissionDescription value is {4AA9FA04-A1BF-4068-AAA5-193D160A8039}.
Class_Action - Static variable in class com.filenet.api.constants.GuidConstants
Class_Action value is {5D03EB3D-6738-4C8E-9F96-A9953B42F4B5}.
Class_ActionConsumer - Static variable in class com.filenet.api.constants.GuidConstants
Class_ActionConsumer value is {45A7DDE8-B546-4BA2-A4AA-31485EC53B4C}.
Class_ActiveMarking - Static variable in class com.filenet.api.constants.GuidConstants
Class_ActiveMarking value is {3DACCB56-B133-4292-96D0-627EE1CAF075}.
Class_AddOn - Static variable in class com.filenet.api.constants.GuidConstants
Class_AddOn value is {05643939-53EA-4284-AE7E-8C2E585194DE}.
Class_AddOnInstallationRecord - Static variable in class com.filenet.api.constants.GuidConstants
Class_AddOnInstallationRecord value is {832F4248-E6FD-4453-9F86-C3BA210A7589}.
Class_Annotation - Static variable in class com.filenet.api.constants.GuidConstants
Class_Annotation value is {D54A3E9C-0704-11D3-8A0E-00104B6CB1DA}.
Class_ApplicationSecurityTemplate - Static variable in class com.filenet.api.constants.GuidConstants
Class_ApplicationSecurityTemplate value is {5CE0407C-AAC6-48B9-9CE3-DEC3A2D4DF1F}.
Class_AsyncProcessingConfiguration - Static variable in class com.filenet.api.constants.GuidConstants
Class_AsyncProcessingConfiguration value is {3771E580-B7C3-4BAE-8E04-B4F210FFBBB7}.
Class_AsyncUpgradeQueueItem - Static variable in class com.filenet.api.constants.GuidConstants
Class_AsyncUpgradeQueueItem value is {A1AB6275-2D34-4E29-B71B-B7E1D7366758}.
Class_AuditConfigurationEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_AuditConfigurationEvent value is {3A08ED68-73EB-4251-BBC3-1EF64BDF7D04}.
Class_AuditDefinition - Static variable in class com.filenet.api.constants.GuidConstants
Class_AuditDefinition value is {B834E360-DFE6-4D53-B029-1EFC3CCE1DB1}.
Class_CancelCheckoutEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_CancelCheckoutEvent value is {38B66F78-35E1-441C-8095-D91F11DFCA59}.
Class_CenteraFixedContentDevice - Static variable in class com.filenet.api.constants.GuidConstants
Class_CenteraFixedContentDevice value is {C1051A0C-4F14-43A3-97FA-943BE9FD5E1B}.
Class_CenteraSiteSettings - Static variable in class com.filenet.api.constants.GuidConstants
Class_CenteraSiteSettings value is {2D954EEF-12F6-4093-BD64-9FED39EACD5D}.
Class_CFSImportAgentConfiguration - Static variable in class com.filenet.api.constants.GuidConstants
Class_CFSImportAgentConfiguration value is {D6FA447C-6922-4BF7-A3EA-5113CED14719}.
Class_CFSSiteSettings - Static variable in class com.filenet.api.constants.GuidConstants
Class_CFSSiteSettings value is {5D521461-DA8A-4788-940C-11398ECFC6CB}.
Class_ChangeClassEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_ChangeClassEvent value is {B3E5C65E-A01E-4BBD-ABCA-99D481677016}.
Class_ChangeStateEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_ChangeStateEvent value is {980A014B-5DFB-4D07-AD3B-D504C04AD469}.
Class_CheckinEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_CheckinEvent value is {C2CE40E5-2033-444E-BD76-3D523964D520}.
Class_CheckoutEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_CheckoutEvent value is {BD3EA56E-02D1-4B5F-AA44-5FBE549FD9D5}.
Class_Choice - Static variable in class com.filenet.api.constants.GuidConstants
Class_Choice value is {D32E4F71-AFB2-11D2-8BD6-00E0290F729A}.
Class_ChoiceList - Static variable in class com.filenet.api.constants.GuidConstants
Class_ChoiceList value is {D32E4F70-AFB2-11D2-8BD6-00E0290F729A}.
Class_ClassDefinition - Static variable in class com.filenet.api.constants.GuidConstants
Class_ClassDefinition value is {D32E4F5A-AFB2-11D2-8BD6-00E0290F729A}.
Class_ClassDescription - Static variable in class com.filenet.api.constants.GuidConstants
Class_ClassDescription value is {01A3A891-7AEC-11D1-A31B-0020AF9FBB1C}.
Class_ClassifyCompleteEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_ClassifyCompleteEvent value is {DBDF9C0E-F870-4BE9-9D51-60B33C7AD3E8}.
Class_ClassSubscription - Static variable in class com.filenet.api.constants.GuidConstants
Class_ClassSubscription value is {8A782BAB-E5EE-4914-94C7-B4481A54E385}.
Class_ClassWorkflowSubscription - Static variable in class com.filenet.api.constants.GuidConstants
Class_ClassWorkflowSubscription value is {5763CE24-8D28-47F3-84AB-5F1FBC2BB24A}.
Class_CmAbstractPersistable - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmAbstractPersistable value is {E5994508-E538-45B2-A9B7-AA8C2F532CC9}.
Class_CmAbstractQueueEntry - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmAbstractQueueEntry value is {172FEC49-87C1-48EA-8051-BE38D09D81A6}.
Class_CmAbstractSequential - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmAbstractSequential value is {0BA32336-9076-4D7B-A3BA-FCCD59F26D86}.
Class_CmAtmosFixedContentDevice - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmAtmosFixedContentDevice value is {4831E83B-A52A-4196-91AE-EB66DC8B937E}.
Class_CmAuditDispositionPolicy - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmAuditDispositionPolicy value is {6EE73399-5EFC-41A1-BEC7-CBFC91E77DCE}.
Class_CmAuditingConfiguration - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmAuditingConfiguration value is {6EDAE99F-2DED-4FFC-9A8E-491684C3C910}.
Class_CmAuditProcessingBookmark - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmAuditProcessingBookmark value is {FDEA0512-052F-4450-B40E-5024AD92FC7F}.
Class_CmBulkMoveContentJob - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmBulkMoveContentJob value is {4C8D911D-8B7D-4CF1-90F9-F498280D968E}.
Class_CmChangePreprocessorAction - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmChangePreprocessorAction value is {6E23DCB1-23BF-42EB-A2D9-68488ED0C045}.
Class_CmChangePreprocessorDefinition - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmChangePreprocessorDefinition value is {04431E80-7C43-4894-A5C1-26132B498EF0}.
Class_CmContentMigrationPolicy - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmContentMigrationPolicy value is {F270C5EC-0444-4409-9A68-666B4DDF29B8}.
Class_CmCustomQueueSweep - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmCustomQueueSweep value is {A9634A8C-3C18-4508-84DD-378CCEFD3D8A}.
Class_CmCustomSweepJob - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmCustomSweepJob value is {37AAA709-6A0B-4D57-9233-036E50040F0D}.
Class_CmCustomSweepPolicy - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmCustomSweepPolicy value is {2957B42E-F24C-4394-8CA0-E8B2F7F554F0}.
Class_CmDatabaseConnection - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmDatabaseConnection value is {8AC5B5C2-D09A-478A-B5DF-017C1A365B51}.
Class_CmDirectoryConfigurationConnections - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmDirectoryConfigurationConnections value is {53762446-F4EA-4CFE-8A9C-896D76D2CBCD}.
Class_CmDirectoryConfigurationDomino - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmDirectoryConfigurationDomino value is {CB70868A-5298-41D0-B07F-70BC8E360D59}.
Class_CmDirectoryConfigurationOID - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmDirectoryConfigurationOID value is {2E464D35-599E-4625-BFFC-796D48939F89}.
Class_CmDirectoryConfigurationRadiantOne - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmDirectoryConfigurationRadiantOne value is {E7702B93-F841-4B33-9C67-CEDB2E94D04F}.
Class_CmDirectoryConfigurationVMM - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmDirectoryConfigurationVMM value is {1143F8DB-30CD-49F7-BF7F-54EAD293CFDA}.
Class_CmDisposalPolicy - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmDisposalPolicy value is {64903A9D-88E7-4A34-9F57-5C40B2AA080B}.
Class_CmEventExportStore - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmEventExportStore value is {EE9F83F6-91C4-45A3-B354-FC118C46CCE1}.
Class_CmHitachiFixedContentDevice - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmHitachiFixedContentDevice value is {D6D21768-2900-42E2-A51F-8A06C45042FE}.
Class_CmHold - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmHold value is {794A7C30-F8EC-4EB9-B9D3-0509E9268A58}.
Class_CmHoldable - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmHoldable value is {C7EBCCA7-5718-48F1-A147-ABB3365D8F81}.
Class_CmHoldRelationship - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmHoldRelationship value is {C8FFD30E-9291-46E7-A624-8D6B68DABBB3}.
Class_CmIndexJobResyncItem - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmIndexJobResyncItem value is {FD3E5045-78EA-45C6-A40B-D1DD89617B46}.
Class_CmIndexPartitionConstraint - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmIndexPartitionConstraint value is {2049ACF5-12FF-4DEB-81FE-CF6F38A2E6FC}.
Class_CmIndexPartitionConstraintDate - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmIndexPartitionConstraintDate value is {69EB413D-16B8-4AB5-95BD-C0EB5C45426C}.
Class_CmIndexPartitionConstraintString - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmIndexPartitionConstraintString value is {504B232C-447F-4805-A8A9-59757263296B}.
Class_CmIndexRequest - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmIndexRequest value is {E39B52C7-2D21-4265-9FC4-595DBBAE84C0}.
Class_CmJobSweepResult - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmJobSweepResult value is {D1E9DA9C-3ACA-4E6D-8B9E-E3831F436C32}.
Class_CmMarkForDeletionEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmMarkForDeletionEvent value is {F46E3CAC-870B-4A39-80A4-43B31EA8D926}.
Class_CmMoveContentEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmMoveContentEvent value is {656223F7-A9C5-4D17-934A-25ECCAFB6B26}.
Class_CMODApplicationGroup - Static variable in class com.filenet.api.constants.GuidConstants
Class_CMODApplicationGroup value is {4908EADB-ADBA-47AD-81FE-A8C5E5B3DCF8}.
Class_CMODFixedContentDevice - Static variable in class com.filenet.api.constants.GuidConstants
Class_CMODFixedContentDevice value is {DED73A54-2317-44B7-A239-57150DDE7326}.
Class_CMODRepository - Static variable in class com.filenet.api.constants.GuidConstants
Class_CMODRepository value is {4A60238E-844B-403C-BE35-8FF2C8050451}.
Class_CmPolicyControlledSweep - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmPolicyControlledSweep value is {64555E7E-491B-4BA6-8314-A555BA313A28}.
Class_CmPolicySweepResult - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmPolicySweepResult value is {8C012356-1928-434D-A560-A5B9C168AF8A}.
Class_CmProcessEngineConfiguration - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmProcessEngineConfiguration value is {3FB3E292-79C3-4346-B8C8-61601BE2DEAD}.
Class_CmQueueEntryClassDefinition - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmQueueEntryClassDefinition value is {EE5CA227-DC90-4F54-9769-77A05AE3563B}.
Class_CmQueueSweep - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmQueueSweep value is {29DE62DC-65F3-49E6-AEC0-035310BF8C9D}.
Class_CmRecoverEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmRecoverEvent value is {8C8D2F13-93BA-4336-98D2-8476412DDA8F}.
Class_CmRecoveryBin - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmRecoveryBin value is {B7B2911B-5DA2-4F10-A3E4-CE485F41D885}.
Class_CmRecoveryItem - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmRecoveryItem value is {98DED030-4B6B-4169-BA46-82CAC411AFE0}.
Class_CmRetentionUpdateJob - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmRetentionUpdateJob value is {1551858C-8C87-4B7C-8A3A-95AA3158E104}.
Class_CmRetentionUpdatePolicy - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmRetentionUpdatePolicy value is {C32EE573-9C44-4E15-828B-764E5575BBB2}.
Class_CmSweep - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmSweep value is {C372CA94-80B0-4398-A8D5-1A34CEC194DA}.
Class_CmSweepAction - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmSweepAction value is {A2DE59A1-DBCD-402D-878B-7D13815ACF2F}.
Class_CmSweepConfiguration - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmSweepConfiguration value is {A530F431-93EC-479A-B510-EBA21994FED1}.
Class_CmSweepJob - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmSweepJob value is {3308480A-6BC3-4669-BCBE-C76E1265CA3B}.
Class_CmSweepPolicy - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmSweepPolicy value is {73B23AF0-3F5D-44E5-B3C8-F35A886BCA9A}.
Class_CmSweepPolicyRelationship - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmSweepPolicyRelationship value is {CEAF0F5D-6F7C-4162-84D8-4D812C1D32C7}.
Class_CmSweepRelationship - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmSweepRelationship value is {198CD0A3-052B-4661-A4FC-FC80DF35B62C}.
Class_CmSweepResult - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmSweepResult value is {6A78F664-B281-40E1-B722-78D94A678E44}.
Class_CmTask - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmTask value is {CCB50D58-B13C-410D-968F-4A6202F22348}.
Class_CmTaskRelationship - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmTaskRelationship value is {2AD5F688-7008-48B2-A195-DAB0EEE28B28}.
Class_CmTextSearchAffinityGroup - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmTextSearchAffinityGroup value is {59425D92-056D-4079-8ED1-2883B584A799}.
Class_CmTextSearchConfiguration - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmTextSearchConfiguration value is {A8779837-6742-4A64-B15F-127BAB370246}.
Class_CmTextSearchIndex - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmTextSearchIndex value is {9B469291-AA2F-4264-AC56-76416D71D683}.
Class_CmTextSearchIndexArea - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmTextSearchIndexArea value is {5CA6F01C-9CE3-4FB9-9696-5275258D9F71}.
Class_CmTextSearchIndexRequest - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmTextSearchIndexRequest value is {8A7E1D3E-0968-46D6-B951-7B117723FC1E}.
Class_CmTextSearchPartitionDateProperty - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmTextSearchPartitionDateProperty value is {A2DF8B22-5017-494F-9FC0-E74AA907EE82}.
Class_CmTextSearchPartitionProperty - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmTextSearchPartitionProperty value is {4C1AFA69-1588-4B6C-89CB-8D6E5A08FBE8}.
Class_CmTextSearchPartitionStringProperty - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmTextSearchPartitionStringProperty value is {B3925E40-3ED3-46A8-BF9E-7A8CFF8CE265}.
Class_CmTextSearchServer - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmTextSearchServer value is {D8A5D12A-108F-4F62-BF3B-35B0D97DCBE3}.
Class_CmThreadPoolConfiguration - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmThreadPoolConfiguration value is {8DCEF619-9F95-463B-BF1C-0FA9FC45736B}.
Class_CmThumbnail - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmThumbnail value is {16BB8D28-418E-48B3-AC66-A90668597D0C}.
Class_CmThumbnailGenerationJob - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmThumbnailGenerationJob value is {B64A3F89-2A5D-4FBF-910A-A4A45F753E2C}.
Class_CmThumbnailGenerationSubscription - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmThumbnailGenerationSubscription value is {030BB90F-44F1-438D-B1B2-DC3F5C9B01B7}.
Class_CmThumbnailRequest - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmThumbnailRequest value is {F8498BDF-0E85-4D83-82E9-74FAED39A061}.
Class_CmThumbnailRequestSweep - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmThumbnailRequestSweep value is {F87F9B09-48B6-4ADA-9031-D63E5E993B13}.
Class_CmTimeslot - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmTimeslot value is {01D33884-E540-4793-A3A3-5DDA4E8FF2DA}.
Class_CmTivoliManagementClass - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmTivoliManagementClass value is {E98CE272-87B6-43F9-BB7E-593746DDED4F}.
Class_CmVerityIndexRequest - Static variable in class com.filenet.api.constants.GuidConstants
Class_CmVerityIndexRequest value is {95EA9C28-AE09-4B96-B2D3-F20C0868E428}.
Class_CodeModule - Static variable in class com.filenet.api.constants.GuidConstants
Class_CodeModule value is {6099707D-B7D7-457A-B4F1-1E021F8D07FC}.
Class_ColumnDefinition - Static variable in class com.filenet.api.constants.GuidConstants
Class_ColumnDefinition value is {D32E4F6F-AFB2-11D2-8BD6-00E0290F729A}.
Class_ComponentRelationship - Static variable in class com.filenet.api.constants.GuidConstants
Class_ComponentRelationship value is {CD2256D8-FAD7-4CC8-BF69-DB204B5ABC39}.
Class_Containable - Static variable in class com.filenet.api.constants.GuidConstants
Class_Containable value is {01A3A8C9-7AEC-11D1-A31B-0020AF9FBB1C}.
Class_ContainmentRelationship - Static variable in class com.filenet.api.constants.GuidConstants
Class_ContainmentRelationship value is {01A3A8CC-7AEC-11D1-A31B-0020AF9FBB1C}.
Class_ContentCacheArea - Static variable in class com.filenet.api.constants.GuidConstants
Class_ContentCacheArea value is {04B9BA71-6F8B-4B36-8BF6-CA1D59D9A563}.
Class_ContentCacheConfiguration - Static variable in class com.filenet.api.constants.GuidConstants
Class_ContentCacheConfiguration value is {4D8E86EB-DFBC-40E2-9F8E-8D404426408D}.
Class_ContentConfiguration - Static variable in class com.filenet.api.constants.GuidConstants
Class_ContentConfiguration value is {7EE7B655-F572-422D-844D-EC6CAE7FA5FB}.
Class_ContentElement - Static variable in class com.filenet.api.constants.GuidConstants
Class_ContentElement value is {01A3A8C4-7AEC-11D1-A31B-0020AF9FBB1C}.
Class_ContentFederatingRepository - Static variable in class com.filenet.api.constants.GuidConstants
Class_ContentFederatingRepository value is {5BCF9769-0AD6-4B5B-91E6-AFED3A239B11}.
Class_ContentReference - Static variable in class com.filenet.api.constants.GuidConstants
Class_ContentReference value is {01A3A8D4-7AEC-11D1-A31B-0020AF9FBB1C}.
Class_ContentSearch - Static variable in class com.filenet.api.constants.GuidConstants
Class_ContentSearch value is {31A2E04B-B0AB-11D2-B2B3-0060081F2DFA}.
Class_ContentTransfer - Static variable in class com.filenet.api.constants.GuidConstants
Class_ContentTransfer value is {01A3A8D3-7AEC-11D1-A31B-0020AF9FBB1C}.
Class_CreationEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_CreationEvent value is {01231877-2806-4B03-AC08-E14AF1A638AC}.
Class_CustomEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_CustomEvent value is {05C3A286-B4AD-4E39-87E3-978901E29FE8}.
Class_CustomObject - Static variable in class com.filenet.api.constants.GuidConstants
Class_CustomObject value is {D32E4F58-AFB2-11D2-8BD6-00E0290F729A}.
Class_DatabaseStorageArea - Static variable in class com.filenet.api.constants.GuidConstants
Class_DatabaseStorageArea value is {F0128A8F-E656-4405-BD65-E27B4B7DD5E0}.
CLASS_DEFINITION - Static variable in class com.filenet.api.constants.ClassNames
 
CLASS_DEFINITION - Static variable in class com.filenet.api.constants.PropertyNames
 
Class_DeletionEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_DeletionEvent value is {0DA61E9D-106C-42A8-A2A1-2531EFC233D3}.
Class_DemoteVersionEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_DemoteVersionEvent value is {00185CB3-5661-420A-BFB0-08B6D1B20B56}.
CLASS_DESCRIPTION - Static variable in class com.filenet.api.constants.ClassNames
 
CLASS_DESCRIPTION - Static variable in class com.filenet.api.constants.PropertyNames
 
CLASS_DESCRIPTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
Class_DirectoryConfiguration - Static variable in class com.filenet.api.constants.GuidConstants
Class_DirectoryConfiguration value is {60058327-036F-4B84-9258-73A4CD53537B}.
Class_DirectoryConfigurationAD - Static variable in class com.filenet.api.constants.GuidConstants
Class_DirectoryConfigurationAD value is {B1B7173E-FF17-4AA2-8267-8377B4EE2F68}.
Class_DirectoryConfigurationAdam - Static variable in class com.filenet.api.constants.GuidConstants
Class_DirectoryConfigurationAdam value is {C308165C-B4A2-47A4-BC17-BCB33F374696}.
Class_DirectoryConfigurationCA - Static variable in class com.filenet.api.constants.GuidConstants
Class_DirectoryConfigurationCA value is {55166B37-7DD2-4835-817E-840E40A227DD}.
Class_DirectoryConfigurationIBM - Static variable in class com.filenet.api.constants.GuidConstants
Class_DirectoryConfigurationIBM value is {872948D9-DFFF-4DE3-A198-97B0973790A5}.
Class_DirectoryConfigurationNovell - Static variable in class com.filenet.api.constants.GuidConstants
Class_DirectoryConfigurationNovell value is {E395E724-EA07-4D8D-BA1A-FE8CDD201B8F}.
Class_DirectoryConfigurationSunOne - Static variable in class com.filenet.api.constants.GuidConstants
Class_DirectoryConfigurationSunOne value is {8BE4F7C1-6C31-485C-98DF-172495FBC5E3}.
Class_DiscretionaryPermission - Static variable in class com.filenet.api.constants.GuidConstants
Class_DiscretionaryPermission value is {13D82D0B-C6F9-4BB9-8AB9-B7AA6956A719}.
Class_DITARenditionEngineConnection - Static variable in class com.filenet.api.constants.GuidConstants
Class_DITARenditionEngineConnection value is {A94F562A-C1D1-4D18-AB54-CB7D23A753E5}.
Class_Document - Static variable in class com.filenet.api.constants.GuidConstants
Class_Document value is {01A3A8C2-7AEC-11D1-A31B-0020AF9FBB1C}.
Class_DocumentClassDefinition - Static variable in class com.filenet.api.constants.GuidConstants
Class_DocumentClassDefinition value is {C57469A4-1592-4428-B7EE-0C970E4DB76A}.
Class_DocumentClassificationAction - Static variable in class com.filenet.api.constants.GuidConstants
Class_DocumentClassificationAction value is {BF416C8B-FD3D-4998-97D1-EB110F912FBE}.
Class_DocumentClassificationQueueItem - Static variable in class com.filenet.api.constants.GuidConstants
Class_DocumentClassificationQueueItem value is {0DEFE076-3DB4-4EF7-9016-91D60B056301}.
Class_DocumentLifecycleAction - Static variable in class com.filenet.api.constants.GuidConstants
Class_DocumentLifecycleAction value is {9C1E8B0B-4490-4B06-85E5-C686502733C8}.
Class_DocumentLifecyclePolicy - Static variable in class com.filenet.api.constants.GuidConstants
Class_DocumentLifecyclePolicy value is {FD923C38-5C1B-442C-956B-8A0585FAA1F2}.
Class_DocumentState - Static variable in class com.filenet.api.constants.GuidConstants
Class_DocumentState value is {D90570CE-F593-4B18-9B8C-3A593F78EAF7}.
Class_Domain - Static variable in class com.filenet.api.constants.GuidConstants
Class_Domain value is {FCEEED8B-AE17-441C-AD04-56E560255331}.
Class_DynamicReferentialContainmentRelationship - Static variable in class com.filenet.api.constants.GuidConstants
Class_DynamicReferentialContainmentRelationship value is {D32E4F77-AFB2-11D2-8BD6-00E0290F729A}.
Class_EngineObject - Static variable in class com.filenet.api.constants.GuidConstants
Class_EngineObject value is {01A3A890-7AEC-11D1-A31B-0020AF9FBB1C}.
Class_EntireNetwork - Static variable in class com.filenet.api.constants.GuidConstants
Class_EntireNetwork value is {2F6BF9DC-0026-46BB-84C5-C6C9BE56BEDC}.
Class_Event - Static variable in class com.filenet.api.constants.GuidConstants
Class_Event value is {63A15878-F36A-4902-A6EA-E31C1721C1F2}.
Class_EventAction - Static variable in class com.filenet.api.constants.GuidConstants
Class_EventAction value is {A21F7DA0-012A-4AEE-8894-F9CB1389D061}.
Class_EventClassDefinition - Static variable in class com.filenet.api.constants.GuidConstants
Class_EventClassDefinition value is {B59016F0-C7CD-4A49-A4E6-37AD4E7D51D8}.
Class_EventQueueItem - Static variable in class com.filenet.api.constants.GuidConstants
Class_EventQueueItem value is {7392CCA9-A95E-49DD-895C-4C078921D4CB}.
Class_ExternalAlias - Static variable in class com.filenet.api.constants.GuidConstants
Class_ExternalAlias value is {99C3F0F8-7E03-400F-B8D8-0F9A81003ADF}.
Class_ExternalClassAlias - Static variable in class com.filenet.api.constants.GuidConstants
Class_ExternalClassAlias value is {F4B1741F-7C0F-42EE-A005-7112798AD528}.
Class_ExternalClassDescription - Static variable in class com.filenet.api.constants.GuidConstants
Class_ExternalClassDescription value is {9A81EEEC-E2CC-4F42-8912-E5CC5DA18DAD}.
Class_ExternalIdentity - Static variable in class com.filenet.api.constants.GuidConstants
Class_ExternalIdentity value is {1EA17EDF-D471-4875-B1FB-D41B8662EB57}.
Class_ExternalParticipant - Static variable in class com.filenet.api.constants.GuidConstants
Class_ExternalParticipant value is {6195DF7C-9FF1-48D2-BF15-FB9AA13EE9B1}.
Class_ExternalPropertyAlias - Static variable in class com.filenet.api.constants.GuidConstants
Class_ExternalPropertyAlias value is {934D6D8B-C374-40FB-8C6D-CA234D214DAD}.
Class_ExternalPropertyDescription - Static variable in class com.filenet.api.constants.GuidConstants
Class_ExternalPropertyDescription value is {CD832630-DAE5-4871-B5BE-1E3117B374CA}.
Class_ExternalRepository - Static variable in class com.filenet.api.constants.GuidConstants
Class_ExternalRepository value is {53ECE6B4-DD95-4010-848E-5670E6CB0B5C}.
CLASS_FAMILY - Static variable in class com.filenet.api.constants.PropertyNames
 
Class_FileEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_FileEvent value is {FD9E4663-4EA5-4086-A4A1-8D545F1031A3}.
Class_FileStorageArea - Static variable in class com.filenet.api.constants.GuidConstants
Class_FileStorageArea value is {E814368B-1763-431C-B983-FA40D7A86889}.
Class_FixedContentDevice - Static variable in class com.filenet.api.constants.GuidConstants
Class_FixedContentDevice value is {BB192868-069A-4C8C-8D79-794EDA07474E}.
Class_FixedStorageArea - Static variable in class com.filenet.api.constants.GuidConstants
Class_FixedStorageArea value is {2ED82381-A52E-44F4-B11A-3F27C6461CE8}.
Class_Folder - Static variable in class com.filenet.api.constants.GuidConstants
Class_Folder value is {01A3A8CA-7AEC-11D1-A31B-0020AF9FBB1C}.
Class_FreezeEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_FreezeEvent value is {DDFE92F5-95BC-498C-A51D-46C22EEB3A34}.
Class_GenericFixedContentDevice - Static variable in class com.filenet.api.constants.GuidConstants
Class_GenericFixedContentDevice value is {92CF0F81-90DA-4ED5-B1D4-358B9BCB5729}.
Class_GetContentEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_GetContentEvent value is {4C533A99-F11D-474B-839C-E0C4751AD05C}.
Class_GetObjectEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_GetObjectEvent value is {1382A379-824B-4D44-8F30-DBE11491E504}.
Class_Group - Static variable in class com.filenet.api.constants.GuidConstants
Class_Group value is {9DBF083B-195A-44B8-9157-585053F0AFF5}.
CLASS_IDENTITY - Static variable in class com.filenet.api.constants.PropertyNames
 
Class_IICEFixedContentDevice - Static variable in class com.filenet.api.constants.GuidConstants
Class_IICEFixedContentDevice value is {420E8D48-9C56-4D4D-8D93-B4FB1A0E912A}.
Class_ImageServicesClassDescription - Static variable in class com.filenet.api.constants.GuidConstants
Class_ImageServicesClassDescription value is {BD2E3EA4-618C-4FBF-81C7-8899E80067D1}.
Class_ImageServicesImportAgentConfiguration - Static variable in class com.filenet.api.constants.GuidConstants
Class_ImageServicesImportAgentConfiguration value is {13832D9C-DFCF-4E60-8671-7FBB55E97835}.
Class_ImageServicesPropertyDescription - Static variable in class com.filenet.api.constants.GuidConstants
Class_ImageServicesPropertyDescription value is {1CFA0EF7-2EED-497D-9EC5-211252EB01FC}.
Class_ImageServicesRepository - Static variable in class com.filenet.api.constants.GuidConstants
Class_ImageServicesRepository value is {3217CDD6-FE22-4EF5-99C7-2BF746B66515}.
Class_ImageServicesSiteSettings - Static variable in class com.filenet.api.constants.GuidConstants
Class_ImageServicesSiteSettings value is {25D11EDA-46A7-451F-96BF-F5D13435625A}.
Class_IMFixedContentDevice - Static variable in class com.filenet.api.constants.GuidConstants
Class_IMFixedContentDevice value is {D57460D1-379F-42D6-9982-944788719B89}.
Class_IndexArea - Static variable in class com.filenet.api.constants.GuidConstants
Class_IndexArea value is {CE093238-9C18-4DD8-AAC9-DCA35BCBA7AD}.
Class_IndexJob - Static variable in class com.filenet.api.constants.GuidConstants
Class_IndexJob value is {44734F28-AFD3-4CE0-93F1-1580C21A957E}.
Class_IndexJobClassItem - Static variable in class com.filenet.api.constants.GuidConstants
Class_IndexJobClassItem value is {0D35C411-94E9-4893-A2AE-AA2EA62C28C5}.
Class_IndexJobCollectionItem - Static variable in class com.filenet.api.constants.GuidConstants
Class_IndexJobCollectionItem value is {D9FC4F04-76E6-46AD-9B48-6EB921F9D31D}.
Class_IndexJobItem - Static variable in class com.filenet.api.constants.GuidConstants
Class_IndexJobItem value is {4D2D814C-0A3A-4195-9819-472BEF5C7AE6}.
Class_IndexJobSingleItem - Static variable in class com.filenet.api.constants.GuidConstants
Class_IndexJobSingleItem value is {3FBCD7DF-2539-4B8C-8EDF-3CA29A699421}.
Class_InstanceSubscription - Static variable in class com.filenet.api.constants.GuidConstants
Class_InstanceSubscription value is {B504B8D1-BD9D-44BD-BF53-D6221EFF203C}.
Class_InstanceWorkflowSubscription - Static variable in class com.filenet.api.constants.GuidConstants
Class_InstanceWorkflowSubscription value is {C4984168-0059-4FDD-9826-979D44C7E3D2}.
Class_IsolatedRegion - Static variable in class com.filenet.api.constants.GuidConstants
Class_IsolatedRegion value is {9EF0510C-B3A3-4944-B320-C9A780BEE773}.
Class_Link - Static variable in class com.filenet.api.constants.GuidConstants
Class_Link value is {21036306-574C-4917-B0F3-F181E215A536}.
Class_LocalizedString - Static variable in class com.filenet.api.constants.GuidConstants
Class_LocalizedString value is {D32E4F6D-AFB2-11D2-8BD6-00E0290F729A}.
Class_LockEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_LockEvent value is {2AEA1324-72AB-4200-A307-405CFFC2B1D9}.
Class_Marking - Static variable in class com.filenet.api.constants.GuidConstants
Class_Marking value is {393EE9AC-9A7F-43A9-BB15-37125F096A7C}.
Class_MarkingSet - Static variable in class com.filenet.api.constants.GuidConstants
Class_MarkingSet value is {82ACC971-7A17-4E8C-9A90-4DDCAF7D7C30}.
Class_Metadata - Static variable in class com.filenet.api.constants.GuidConstants
Class_Metadata value is {01A3A89B-7AEC-11D1-A31B-0020AF9FBB1C}.
Class_ObjectChangeEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_ObjectChangeEvent value is {FF430BE3-6019-4464-B87C-53CDD9F01BBB}.
Class_ObjectStore - Static variable in class com.filenet.api.constants.GuidConstants
Class_ObjectStore value is {01A3A8A9-7AEC-11D1-A31B-0020AF9FBB1C}.
Class_ObjectStoreParticipant - Static variable in class com.filenet.api.constants.GuidConstants
Class_ObjectStoreParticipant value is {A9C002B3-342B-4D33-B936-B5636276A3D0}.
Class_PEConnectionPoint - Static variable in class com.filenet.api.constants.GuidConstants
Class_PEConnectionPoint value is {CCBD4967-134A-44F1-A5D3-CB30A8CFC112}.
Class_Permission - Static variable in class com.filenet.api.constants.GuidConstants
Class_Permission value is {CFDAB9D9-BB93-427A-BB93-CC2F3CE23784}.
Class_PermissionDescription - Static variable in class com.filenet.api.constants.GuidConstants
Class_PermissionDescription value is {A511BF6C-95DB-42EF-8E85-30F7F363FCCA}.
Class_PromoteVersionEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_PromoteVersionEvent value is {54768F83-D902-4C22-9DD5-55AA3279772E}.
Class_PropertyDefinition - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyDefinition value is {D32E4F64-AFB2-11D2-8BD6-00E0290F729A}.
Class_PropertyDefinitionBinary - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyDefinitionBinary value is {D32E4F66-AFB2-11D2-8BD6-00E0290F729A}.
Class_PropertyDefinitionBoolean - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyDefinitionBoolean value is {D32E4F65-AFB2-11D2-8BD6-00E0290F729A}.
Class_PropertyDefinitionDateTime - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyDefinitionDateTime value is {D32E4F67-AFB2-11D2-8BD6-00E0290F729A}.
Class_PropertyDefinitionFloat64 - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyDefinitionFloat64 value is {D32E4F68-AFB2-11D2-8BD6-00E0290F729A}.
Class_PropertyDefinitionId - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyDefinitionId value is {D32E4F69-AFB2-11D2-8BD6-00E0290F729A}.
Class_PropertyDefinitionInteger32 - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyDefinitionInteger32 value is {D32E4F6A-AFB2-11D2-8BD6-00E0290F729A}.
Class_PropertyDefinitionObject - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyDefinitionObject value is {D32E4F6B-AFB2-11D2-8BD6-00E0290F729A}.
Class_PropertyDefinitionString - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyDefinitionString value is {D32E4F6C-AFB2-11D2-8BD6-00E0290F729A}.
Class_PropertyDescription - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyDescription value is {01A3A892-7AEC-11D1-A31B-0020AF9FBB1C}.
Class_PropertyDescriptionBinary - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyDescriptionBinary value is {01A3A893-7AEC-11D1-A31B-0020AF9FBB1C}.
Class_PropertyDescriptionBoolean - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyDescriptionBoolean value is {01A3A895-7AEC-11D1-A31B-0020AF9FBB1C}.
Class_PropertyDescriptionDateTime - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyDescriptionDateTime value is {01A3A898-7AEC-11D1-A31B-0020AF9FBB1C}.
Class_PropertyDescriptionFloat64 - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyDescriptionFloat64 value is {01A3A897-7AEC-11D1-A31B-0020AF9FBB1C}.
Class_PropertyDescriptionId - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyDescriptionId value is {01A3A899-7AEC-11D1-A31B-0020AF9FBB1C}.
Class_PropertyDescriptionInteger32 - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyDescriptionInteger32 value is {01A3A896-7AEC-11D1-A31B-0020AF9FBB1C}.
Class_PropertyDescriptionObject - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyDescriptionObject value is {01A3A89A-7AEC-11D1-A31B-0020AF9FBB1C}.
Class_PropertyDescriptionString - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyDescriptionString value is {01A3A894-7AEC-11D1-A31B-0020AF9FBB1C}.
Class_PropertyTemplate - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyTemplate value is {D32E4F5B-AFB2-11D2-8BD6-00E0290F729A}.
Class_PropertyTemplateBinary - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyTemplateBinary value is {D32E4F5D-AFB2-11D2-8BD6-00E0290F729A}.
Class_PropertyTemplateBoolean - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyTemplateBoolean value is {D32E4F5C-AFB2-11D2-8BD6-00E0290F729A}.
Class_PropertyTemplateDateTime - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyTemplateDateTime value is {D32E4F5E-AFB2-11D2-8BD6-00E0290F729A}.
Class_PropertyTemplateFloat64 - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyTemplateFloat64 value is {D32E4F5F-AFB2-11D2-8BD6-00E0290F729A}.
Class_PropertyTemplateId - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyTemplateId value is {D32E4F60-AFB2-11D2-8BD6-00E0290F729A}.
Class_PropertyTemplateInteger32 - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyTemplateInteger32 value is {D32E4F61-AFB2-11D2-8BD6-00E0290F729A}.
Class_PropertyTemplateObject - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyTemplateObject value is {D32E4F62-AFB2-11D2-8BD6-00E0290F729A}.
Class_PropertyTemplateString - Static variable in class com.filenet.api.constants.GuidConstants
Class_PropertyTemplateString value is {D32E4F63-AFB2-11D2-8BD6-00E0290F729A}.
Class_PublishCompleteEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_PublishCompleteEvent value is {75115C8D-7A55-46A7-9632-0192E7B54016}.
Class_PublishingConfiguration - Static variable in class com.filenet.api.constants.GuidConstants
Class_PublishingConfiguration value is {3A16531F-5C77-4AD1-B0C1-55F5D5749D18}.
Class_PublishRequest - Static variable in class com.filenet.api.constants.GuidConstants
Class_PublishRequest value is {630B4152-9D39-43AC-AC4A-0C1F92266E22}.
Class_PublishRequestEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_PublishRequestEvent value is {BC0CE005-48C2-4175-9E64-C1C0D4942026}.
Class_PublishStyleTemplate - Static variable in class com.filenet.api.constants.GuidConstants
Class_PublishStyleTemplate value is {468E5D1F-DBB2-485A-A96B-8E4781D5EAB5}.
Class_PublishTemplate - Static variable in class com.filenet.api.constants.GuidConstants
Class_PublishTemplate value is {FBA25CE9-A06A-4F79-8A23-E09AE54DD7CD}.
Class_QueryEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_QueryEvent value is {6F9D0E77-9185-4A6C-ADE9-808DF5E0ED10}.
Class_QueueItem - Static variable in class com.filenet.api.constants.GuidConstants
Class_QueueItem value is {B8E965F6-691A-4AE8-9495-E2C57AC66426}.
Class_Realm - Static variable in class com.filenet.api.constants.GuidConstants
Class_Realm value is {CDB80094-7390-4D8D-AFBC-72DD92CB7537}.
Class_ReferentialContainmentRelationship - Static variable in class com.filenet.api.constants.GuidConstants
Class_ReferentialContainmentRelationship value is {01A3A8CE-7AEC-11D1-A31B-0020AF9FBB1C}.
Class_Relationship - Static variable in class com.filenet.api.constants.GuidConstants
Class_Relationship value is {01A3A8CB-7AEC-11D1-A31B-0020AF9FBB1C}.
Class_RenditionEngineConnection - Static variable in class com.filenet.api.constants.GuidConstants
Class_RenditionEngineConnection value is {E1E11D18-F921-4AE4-8FEC-A10C5EDCC82A}.
Class_Replicable - Static variable in class com.filenet.api.constants.GuidConstants
Class_Replicable value is {237E3370-C3C6-4B01-8E38-AB43B9E9BD53}.
Class_ReplicableClassDefinition - Static variable in class com.filenet.api.constants.GuidConstants
Class_ReplicableClassDefinition value is {F249F133-E244-4E96-93C8-B94CBD198C6B}.
Class_ReplicationConfiguration - Static variable in class com.filenet.api.constants.GuidConstants
Class_ReplicationConfiguration value is {4CAC470E-3B7C-4553-B99E-77085D2EBD80}.
Class_ReplicationGroup - Static variable in class com.filenet.api.constants.GuidConstants
Class_ReplicationGroup value is {D78C19AD-A74A-4C43-AD9B-46D4A9B2D843}.
Class_ReplicationJournalEntry - Static variable in class com.filenet.api.constants.GuidConstants
Class_ReplicationJournalEntry value is {A89D289C-708C-45EE-9A97-8C756D11F2A6}.
Class_ReplicationParticipant - Static variable in class com.filenet.api.constants.GuidConstants
Class_ReplicationParticipant value is {2259EFF4-B5D4-493A-9EA1-F488F1F38261}.
Class_Repository - Static variable in class com.filenet.api.constants.GuidConstants
Class_Repository value is {D73D5478-C06C-402D-A663-487544BCB25C}.
Class_RetrievalEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_RetrievalEvent value is {FB0D700B-3723-44B0-B2E8-A511410C643C}.
Class_SecurityPolicy - Static variable in class com.filenet.api.constants.GuidConstants
Class_SecurityPolicy value is {9C78F00D-E098-419A-AE10-5D854757EC79}.
Class_SecurityPrincipal - Static variable in class com.filenet.api.constants.GuidConstants
Class_SecurityPrincipal value is {2C23A309-DE08-4BDA-9967-092DF02DB0F4}.
Class_SecurityPropagationQueueItem - Static variable in class com.filenet.api.constants.GuidConstants
Class_SecurityPropagationQueueItem value is {BCE35F3E-C89D-446E-AFE4-A603E1666477}.
Class_SecurityTemplate - Static variable in class com.filenet.api.constants.GuidConstants
Class_SecurityTemplate value is {ADE86D68-ADD4-4B02-BD30-76F429D422F1}.
Class_ServerCacheConfiguration - Static variable in class com.filenet.api.constants.GuidConstants
Class_ServerCacheConfiguration value is {43AB6CCD-6665-46D8-9D4F-9A9A37C89FA0}.
Class_ServerInstance - Static variable in class com.filenet.api.constants.GuidConstants
Class_ServerInstance value is {54AB984B-CEC9-44C0-A59E-4E927BEB6DAF}.
Class_Site - Static variable in class com.filenet.api.constants.GuidConstants
Class_Site value is {2CB5169F-4F84-4F6C-BC96-A39EB636BE41}.
Class_SiteSettings - Static variable in class com.filenet.api.constants.GuidConstants
Class_SiteSettings value is {3C420FDB-BD4F-4036-A12A-D859AB9958B0}.
Class_SnapLockFixedContentDevice - Static variable in class com.filenet.api.constants.GuidConstants
Class_SnapLockFixedContentDevice value is {986F6C30-D4C6-4FB8-B53C-3E59854F96D1}.
Class_StorageArea - Static variable in class com.filenet.api.constants.GuidConstants
Class_StorageArea value is {3B3AA99F-81F1-40A4-BAEC-8E039196EFB3}.
Class_StoragePolicy - Static variable in class com.filenet.api.constants.GuidConstants
Class_StoragePolicy value is {D32E4F78-AFB2-11D2-8BD6-00E0290F729A}.
Class_StoredSearch - Static variable in class com.filenet.api.constants.GuidConstants
Class_StoredSearch value is {D508E302-7E74-42F4-A7D7-B985DD333509}.
Class_Subscribable - Static variable in class com.filenet.api.constants.GuidConstants
Class_Subscribable value is {67AF346D-0111-4116-A42A-2718DC141C36}.
Class_SubscribableClassDefinition - Static variable in class com.filenet.api.constants.GuidConstants
Class_SubscribableClassDefinition value is {F028E2D2-C18C-407D-A5A2-38C6D383F4BC}.
Class_SubscribedEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_SubscribedEvent value is {CE39AAEA-77B5-439F-9FFF-3FCF4B18C22F}.
CLASS_SUBSCRIPTION - Static variable in class com.filenet.api.constants.ClassNames
 
Class_Subscription - Static variable in class com.filenet.api.constants.GuidConstants
Class_Subscription value is {ADD56E65-36F3-4CF1-BAEE-A786BFB6EA6E}.
Class_SubsystemConfiguration - Static variable in class com.filenet.api.constants.GuidConstants
Class_SubsystemConfiguration value is {42A3F6D1-F209-46E5-B51B-F97DE01F4AD8}.
Class_TableDefinition - Static variable in class com.filenet.api.constants.GuidConstants
Class_TableDefinition value is {D32E4F6E-AFB2-11D2-8BD6-00E0290F729A}.
Class_TakeFederatedOwnershipEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_TakeFederatedOwnershipEvent value is {7E0962BB-067B-4784-A8B1-1D8FE0E17DC3}.
Class_TivoliFixedContentDevice - Static variable in class com.filenet.api.constants.GuidConstants
Class_TivoliFixedContentDevice value is {45E11641-230B-4AA7-94EB-A1C553C53D8F}.
Class_TraceLoggingConfiguration - Static variable in class com.filenet.api.constants.GuidConstants
Class_TraceLoggingConfiguration value is {FABFC1A8-FC54-4A89-B4BA-FDDA6EF3962C}.
Class_UnfileEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_UnfileEvent value is {5F226A05-E9EB-44E7-B86C-25786AA7C1A5}.
Class_UnlockEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_UnlockEvent value is {CB209EE9-196F-4DF3-93C0-7C9C33639BAD}.
Class_UpdateEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_UpdateEvent value is {A10C9B4E-1917-45A9-91E9-29D346637273}.
Class_UpdateSecurityEvent - Static variable in class com.filenet.api.constants.GuidConstants
Class_UpdateSecurityEvent value is {4D8B6222-E3A6-4301-AD2B-639B1C8FDA9B}.
Class_UpgradeAddOn - Static variable in class com.filenet.api.constants.GuidConstants
Class_UpgradeAddOn value is {62D1FA61-DEE9-46E1-89C6-97D177AE364F}.
Class_User - Static variable in class com.filenet.api.constants.GuidConstants
Class_User value is {AA5F6D96-830A-42EC-BE3B-3854EE51AD17}.
Class_VerityCollection - Static variable in class com.filenet.api.constants.GuidConstants
Class_VerityCollection value is {71978C0A-E591-45F6-ABCD-D15E3D105F75}.
Class_VerityContentSearch - Static variable in class com.filenet.api.constants.GuidConstants
Class_VerityContentSearch value is {CBDF716B-1EA6-41C5-8532-F3747445EBE1}.
Class_VerityDomainConfiguration - Static variable in class com.filenet.api.constants.GuidConstants
Class_VerityDomainConfiguration value is {5F0A796F-FD18-48DF-BE33-4A591EEF0E65}.
Class_VerityIndexArea - Static variable in class com.filenet.api.constants.GuidConstants
Class_VerityIndexArea value is {9455E731-51CD-4391-862A-70BB7CD948B7}.
Class_VerityServerConfiguration - Static variable in class com.filenet.api.constants.GuidConstants
Class_VerityServerConfiguration value is {24639D86-7790-4420-8B59-585FEACA0022}.
Class_Versionable - Static variable in class com.filenet.api.constants.GuidConstants
Class_Versionable value is {01A3A8C5-7AEC-11D1-A31B-0020AF9FBB1C}.
Class_VersionableClassDefinition - Static variable in class com.filenet.api.constants.GuidConstants
Class_VersionableClassDefinition value is {ED70B437-135A-488E-997D-285CF6D63C3B}.
Class_VersioningSecurityTemplate - Static variable in class com.filenet.api.constants.GuidConstants
Class_VersioningSecurityTemplate value is {07B27C4E-E018-4AC8-9C5C-45F211986EB4}.
Class_VersionSeries - Static variable in class com.filenet.api.constants.GuidConstants
Class_VersionSeries value is {01A3A8C8-7AEC-11D1-A31B-0020AF9FBB1C}.
Class_VirtualServer - Static variable in class com.filenet.api.constants.GuidConstants
Class_VirtualServer value is {20C86014-1E7E-4AAD-8FBD-5C80C202C0F1}.
CLASS_WORKFLOW_SUBSCRIPTION - Static variable in class com.filenet.api.constants.ClassNames
 
Class_WorkflowDefinition - Static variable in class com.filenet.api.constants.GuidConstants
Class_WorkflowDefinition value is {A5C636CD-11BD-455D-9E1A-604A356ABFBA}.
Class_WorkflowEventAction - Static variable in class com.filenet.api.constants.GuidConstants
Class_WorkflowEventAction value is {A8A9A512-F479-43E1-BCDC-9EB395C54F3B}.
Class_XMLPropertyMappingScript - Static variable in class com.filenet.api.constants.GuidConstants
Class_XMLPropertyMappingScript value is {B88E2937-CCAD-4BD1-8920-54C6D1B9331F}.
ClassDefinition - Interface in com.filenet.api.admin
Represents the class definition (mutable class metadata) of non-versionable, non-subscribable classes.
ClassDefinitionSet - Interface in com.filenet.api.collection
Represents a collection of objects, each of which is an instance of a ClassDefinition class or one of its subclasses.
ClassDescription - Interface in com.filenet.api.meta
Represents the fixed description (immutable metadata) of a class.
ClassDescriptionSet - Interface in com.filenet.api.collection
Represents a collection of ClassDescription objects.
CLASSIFICATION_COMPLETE - Static variable in class com.filenet.api.constants.DocClassificationStatus
Specifies that auto-classification of the document has completed successfully.
CLASSIFICATION_COMPLETE_AS_INT - Static variable in class com.filenet.api.constants.DocClassificationStatus
An int value associated with the CLASSIFICATION_COMPLETE instance of this class.
CLASSIFICATION_DATETIME_PARSE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCL0006E

CLASSIFICATION_DATETIME_PARSE_FAILED Failed to parse date/time value during XML classification.

CLASSIFICATION_DATETIME_PARSE_FAILED_SIMPLE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCL0007E

CLASSIFICATION_DATETIME_PARSE_FAILED_SIMPLE Failed to parse date/time value during XML classification.

CLASSIFICATION_FAILED - Static variable in class com.filenet.api.constants.DocClassificationStatus
Specifies that auto-classification of the document has failed.
CLASSIFICATION_FAILED_AS_INT - Static variable in class com.filenet.api.constants.DocClassificationStatus
An int value associated with the CLASSIFICATION_FAILED instance of this class.
CLASSIFICATION_PENDING - Static variable in class com.filenet.api.constants.DocClassificationStatus
Specifies that a request for auto-classification of the document is pending.
CLASSIFICATION_PENDING_AS_INT - Static variable in class com.filenet.api.constants.DocClassificationStatus
An int value associated with the CLASSIFICATION_PENDING instance of this class.
CLASSIFICATION_STATUS - Static variable in class com.filenet.api.constants.PropertyNames
 
CLASSIFIER_THREW - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCL0005E

CLASSIFIER_THREW The document classifier threw an exception.

classify(Document) - Method in interface com.filenet.api.engine.DocumentClassifier
Assigns a Content Engine class to the Document object passed to the method.
CLASSIFY_ACTION_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCL0001E

CLASSIFY_ACTION_NOT_FOUND The DocumentClassificationAction object not found for MIME type {0}.

CLASSIFY_COMPLETE_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
CLASSIFY_COMPONENT_NOT_REGISTERED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCL0002E

CLASSIFY_COMPONENT_NOT_REGISTERED Neither class name nor script text is set for mime type mimeType.

CLASSIFY_DITA_COMPONENT_FILED_IN_MULTIPLE_FOLDERS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCQ0001E

CLASSIFY_DITA_COMPONENT_FILED_IN_MULTIPLE_FOLDERS DITA component filed in multiple folders {0}.

CLASSIFY_DITA_COMPONENT_NOT_FILED_IN_ANY_FOLDER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCQ0002E

CLASSIFY_DITA_COMPONENT_NOT_FILED_IN_ANY_FOLDER DITA component not filed in any folder {0}.

CLASSIFY_DITA_INVALID_NODE_TEXT_FORMAT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCQ0006E

CLASSIFY_DITA_INVALID_NODE_TEXT_FORMAT Invalid format for node text data, expected a name:value pair {0}.

CLASSIFY_DITA_INVALID_PATH - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCQ0003E

CLASSIFY_DITA_INVALID_PATH The path is malformed path.

CLASSIFY_DITA_REQUIRED_VALUE_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCQ0005E

CLASSIFY_DITA_REQUIRED_VALUE_NOT_FOUND A required DITA value was not found {0}.

CLASSIFY_DITA_UNSUPPORTED_TYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCQ0004E

CLASSIFY_DITA_UNSUPPORTED_TYPE The DITA classifier does not support this DITA type {0}.

CLASSIFY_DOCUMENT_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCL0003E

CLASSIFY_DOCUMENT_NOT_FOUND Cannot find document object for queue item {0}.

CLASSIFY_HANDLER_THREW - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCL0004E

CLASSIFY_HANDLER_THREW Document classification handler threw an exception.

CLASSIFY_NO_CONTENT_TO_CLASSIFY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCL0008E

CLASSIFY_NO_CONTENT_TO_CLASSIFY There is no content to classify for the document with id {0}.

CLASSIFY_STATUS_UPDATE_FAILURE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCL0009E

CLASSIFY_STATUS_UPDATE_FAILURE Failed updating classification status of document with id {0}.

CLASSIFY_UNKNOWN_MIME_TYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCL0010E

CLASSIFY_UNKNOWN_MIME_TYPE The MIME type is unrecognized for the document with id {0}.

ClassifyCompleteEvent - Interface in com.filenet.api.events
Represents an event that occurs when a document has been auto-classified, that is, assigned a document class automatically during checkin.
ClassifyCompleteEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
ClassNames - Class in com.filenet.api.constants
Contains a constant for the name of each class in the FileNet P8 Content Engine API.
ClassSubscription - Interface in com.filenet.api.events
Represents a subscription for events generated by all objects of a particular class.
ClassSubscriptionSet - Interface in com.filenet.api.collection
Represents a collection of ClassSubscription objects.
ClassWorkflowSubscription - Interface in com.filenet.api.events
Represents a subscription that initiates a workflow in response to events generated by all objects of a particular class.
ClassWorkflowSubscriptionSet - Interface in com.filenet.api.collection
Represents a collection of ClassWorkflowSubscription objects.
CLEAR_EXCEPTION - Static variable in class com.filenet.api.constants.LifecycleChangeFlags
Remove the document or task from the exception state, and set the document's IsInExceptionState property to false.
CLEAR_EXCEPTION_AS_INT - Static variable in class com.filenet.api.constants.LifecycleChangeFlags
An int value associated with the CLEAR_EXCEPTION instance of this class.
CLEARING - Static variable in class com.filenet.api.constants.CacheStatus
Disables the cache area for active use, deletes all content from the cache, initializes the values for all cache statistical properties, and automatically resets the cache status to the previous setting (OPEN or CLOSED).
CLEARING_AS_INT - Static variable in class com.filenet.api.constants.CacheStatus
An int value associated with the CLEARING instance of this class.
clearPendingActions() - Method in interface com.filenet.api.core.IndependentlyPersistableObject
Clears out the list of pending actions for this object.
close() - Method in class com.filenet.api.engine.DirectoryContext
For Internal Use Only.
CLOSED - Static variable in class com.filenet.api.constants.CacheStatus
Disables the cache area for active use.
CLOSED - Static variable in class com.filenet.api.constants.ResourceStatus
Specifies that the index area, index, or storage area is no longer accepting new content.
CLOSED_AS_INT - Static variable in class com.filenet.api.constants.CacheStatus
An int value associated with the CLOSED instance of this class.
CLOSED_AS_INT - Static variable in class com.filenet.api.constants.ResourceStatus
An int value associated with the CLOSED instance of this class.
CLOSURE_DATE - Static variable in class com.filenet.api.constants.PropertyNames
 
CM_ABSTRACT_PERSISTABLE - Static variable in class com.filenet.api.constants.ClassNames
 
CM_ABSTRACT_QUEUE_ENTRY - Static variable in class com.filenet.api.constants.ClassNames
 
CM_ABSTRACT_SEQUENTIAL - Static variable in class com.filenet.api.constants.ClassNames
 
CM_ATMOS_FIXED_CONTENT_DEVICE - Static variable in class com.filenet.api.constants.ClassNames
 
CM_AUDIT_DISPOSITION_POLICY - Static variable in class com.filenet.api.constants.ClassNames
 
CM_AUDIT_PROCESSING_BOOKMARK - Static variable in class com.filenet.api.constants.ClassNames
 
CM_AUDIT_SEQUENCE - Static variable in class com.filenet.api.constants.PropertyNames
 
CM_AUDITING_CONFIGURATION - Static variable in class com.filenet.api.constants.ClassNames
 
CM_BULK_MOVE_CONTENT_JOB - Static variable in class com.filenet.api.constants.ClassNames
 
CM_CHANGE_PREPROCESSOR_ACTION - Static variable in class com.filenet.api.constants.ClassNames
 
CM_CHANGE_PREPROCESSOR_DEFINITION - Static variable in class com.filenet.api.constants.ClassNames
 
CM_COMPRESSION_ENABLED - Static variable in class com.filenet.api.constants.PropertyNames
 
CM_COMPRESSION_THRESHOLD_PERCENT - Static variable in class com.filenet.api.constants.PropertyNames
 
CM_CONTENT_MIGRATION_POLICY - Static variable in class com.filenet.api.constants.ClassNames
 
CM_CUSTOM_QUEUE_SWEEP - Static variable in class com.filenet.api.constants.ClassNames
 
CM_CUSTOM_SWEEP_JOB - Static variable in class com.filenet.api.constants.ClassNames
 
CM_CUSTOM_SWEEP_POLICY - Static variable in class com.filenet.api.constants.ClassNames
 
CM_DATABASE_CONNECTION - Static variable in class com.filenet.api.constants.ClassNames
 
CM_DEFINES_ALTERNATE_PREDECESSOR - Static variable in class com.filenet.api.constants.PropertyNames
 
CM_DEVICE_RETENTION_MODE - Static variable in class com.filenet.api.constants.PropertyNames
 
CM_DIRECTORY_CONFIGURATION_CONNECTIONS - Static variable in class com.filenet.api.constants.ClassNames
 
CM_DIRECTORY_CONFIGURATION_DOMINO - Static variable in class com.filenet.api.constants.ClassNames
 
CM_DIRECTORY_CONFIGURATION_OID - Static variable in class com.filenet.api.constants.ClassNames
 
CM_DIRECTORY_CONFIGURATION_RADIANT_ONE - Static variable in class com.filenet.api.constants.ClassNames
 
CM_DIRECTORY_CONFIGURATION_VMM - Static variable in class com.filenet.api.constants.ClassNames
 
CM_DISPOSAL_POLICY - Static variable in class com.filenet.api.constants.ClassNames
 
CM_EVENT_EXPORT_STORE - Static variable in class com.filenet.api.constants.ClassNames
 
CM_HITACHI_FIXED_CONTENT_DEVICE - Static variable in class com.filenet.api.constants.ClassNames
 
CM_HOLD - Static variable in class com.filenet.api.constants.ClassNames
 
CM_HOLD_RELATIONSHIP - Static variable in class com.filenet.api.constants.ClassNames
 
CM_HOLD_RELATIONSHIPS - Static variable in class com.filenet.api.constants.PropertyNames
 
CM_HOLDABLE - Static variable in class com.filenet.api.constants.ClassNames
 
CM_INDEX_JOB_RESYNC_ITEM - Static variable in class com.filenet.api.constants.ClassNames
 
CM_INDEX_PARTITION_CONSTRAINT - Static variable in class com.filenet.api.constants.ClassNames
 
CM_INDEX_PARTITION_CONSTRAINT_DATE - Static variable in class com.filenet.api.constants.ClassNames
 
CM_INDEX_PARTITION_CONSTRAINT_STRING - Static variable in class com.filenet.api.constants.ClassNames
 
CM_INDEX_REQUEST - Static variable in class com.filenet.api.constants.ClassNames
 
CM_INDEXING_FAILURE_CODE - Static variable in class com.filenet.api.constants.PropertyNames
 
CM_INHERIT_COORDINATOR_PERMISSIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
CM_IS_MARKED_FOR_DELETION - Static variable in class com.filenet.api.constants.PropertyNames
 
CM_JOB_SWEEP_RESULT - Static variable in class com.filenet.api.constants.ClassNames
 
CM_MARK_FOR_DELETION_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
CM_MOVE_CONTENT_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
CM_POLICY_CONTROLLED_SWEEP - Static variable in class com.filenet.api.constants.ClassNames
 
CM_POLICY_SWEEP_RESULT - Static variable in class com.filenet.api.constants.ClassNames
 
CM_PROCESS_ENGINE_CONFIGURATION - Static variable in class com.filenet.api.constants.ClassNames
 
CM_QUEUE_ENTRY_CLASS_DEFINITION - Static variable in class com.filenet.api.constants.ClassNames
 
CM_QUEUE_SWEEP - Static variable in class com.filenet.api.constants.ClassNames
 
CM_RECOVER_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
CM_RECOVERY_BIN - Static variable in class com.filenet.api.constants.ClassNames
 
CM_RECOVERY_ITEM - Static variable in class com.filenet.api.constants.ClassNames
 
CM_RECOVERY_ITEM - Static variable in class com.filenet.api.constants.PropertyNames
 
CM_RETENTION_DATE - Static variable in class com.filenet.api.constants.PropertyNames
 
CM_RETENTION_UPDATE_JOB - Static variable in class com.filenet.api.constants.ClassNames
 
CM_RETENTION_UPDATE_POLICY - Static variable in class com.filenet.api.constants.ClassNames
 
CM_SEARCH_SCHEMA_VERSION - Static variable in class com.filenet.api.constants.PropertyNames
 
CM_SOURCE_STORAGE_AREA - Static variable in class com.filenet.api.constants.PropertyNames
 
CM_STANDBY_ACTIVATION_PRIORITY - Static variable in class com.filenet.api.constants.PropertyNames
 
CM_SWEEP - Static variable in class com.filenet.api.constants.ClassNames
 
CM_SWEEP_ACTION - Static variable in class com.filenet.api.constants.ClassNames
 
CM_SWEEP_CONFIGURATION - Static variable in class com.filenet.api.constants.ClassNames
 
CM_SWEEP_JOB - Static variable in class com.filenet.api.constants.ClassNames
 
CM_SWEEP_POLICY - Static variable in class com.filenet.api.constants.ClassNames
 
CM_SWEEP_POLICY_RELATIONSHIP - Static variable in class com.filenet.api.constants.ClassNames
 
CM_SWEEP_RELATIONSHIP - Static variable in class com.filenet.api.constants.ClassNames
 
CM_SWEEP_RESULT - Static variable in class com.filenet.api.constants.ClassNames
 
CM_TARGET_STORAGE_AREA - Static variable in class com.filenet.api.constants.PropertyNames
 
CM_TASK - Static variable in class com.filenet.api.constants.ClassNames
 
CM_TASK_RELATIONSHIP - Static variable in class com.filenet.api.constants.ClassNames
 
CM_TEXT_SEARCH_AFFINITY_GROUP - Static variable in class com.filenet.api.constants.ClassNames
 
CM_TEXT_SEARCH_CONFIGURATION - Static variable in class com.filenet.api.constants.ClassNames
 
CM_TEXT_SEARCH_INDEX - Static variable in class com.filenet.api.constants.ClassNames
 
CM_TEXT_SEARCH_INDEX_AREA - Static variable in class com.filenet.api.constants.ClassNames
 
CM_TEXT_SEARCH_INDEX_REQUEST - Static variable in class com.filenet.api.constants.ClassNames
 
CM_TEXT_SEARCH_PARTITION_DATE_PROPERTY - Static variable in class com.filenet.api.constants.ClassNames
 
CM_TEXT_SEARCH_PARTITION_PROPERTY - Static variable in class com.filenet.api.constants.ClassNames
 
CM_TEXT_SEARCH_PARTITION_STRING_PROPERTY - Static variable in class com.filenet.api.constants.ClassNames
 
CM_TEXT_SEARCH_SERVER - Static variable in class com.filenet.api.constants.ClassNames
 
CM_THREAD_POOL_CONFIGURATION - Static variable in class com.filenet.api.constants.ClassNames
 
CM_THUMBNAIL - Static variable in class com.filenet.api.constants.ClassNames
 
CM_THUMBNAIL_GENERATION_JOB - Static variable in class com.filenet.api.constants.ClassNames
 
CM_THUMBNAIL_GENERATION_SUBSCRIPTION - Static variable in class com.filenet.api.constants.ClassNames
 
CM_THUMBNAIL_REQUEST - Static variable in class com.filenet.api.constants.ClassNames
 
CM_THUMBNAIL_REQUEST_SWEEP - Static variable in class com.filenet.api.constants.ClassNames
 
CM_THUMBNAILS - Static variable in class com.filenet.api.constants.PropertyNames
 
CM_TIMESLOT - Static variable in class com.filenet.api.constants.ClassNames
 
CM_TIVOLI_MANAGEMENT_CLASS - Static variable in class com.filenet.api.constants.ClassNames
 
CM_TRANSACTION_TIMEOUT - Static variable in class com.filenet.api.constants.PropertyNames
 
CM_VERITY_INDEX_REQUEST - Static variable in class com.filenet.api.constants.ClassNames
 
CmAbstractPersistable - Interface in com.filenet.api.core
Customizable base for classes of objects that can provide basic subscribable and replicable independently persistable behaviour.
CmAbstractQueueEntry - Interface in com.filenet.api.admin
Customizable base for classes of objects that can be processed by a queue sweep.
CmAbstractSequential - Interface in com.filenet.api.util
Customizable base for classes of objects that have a system-generated, unique, monotonically increasing sequence number property.
CmAtmosFixedContentDevice - Interface in com.filenet.api.admin
This class is not currently supported.
CmAuditDispositionPolicy - Interface in com.filenet.api.admin
Defines the criteria in which audit records are identified for disposition (deletion).
CmAuditDispositionPolicySet - Interface in com.filenet.api.collection
Represents a collection of CmAuditDispositionPolicy objects.
CmAuditingConfiguration - Interface in com.filenet.api.admin
Represents configuration data for audit disposition, a subsystem for automatic pruning (deletion) of audited events in the Content Engine audit log (Event table).
CmAuditProcessingBookmark - Interface in com.filenet.api.admin
Represents a leave-off point in the audit log (Event table), which indicates the last record processed by an audit processing client, such as an analytics or case history application.
CmAuditProcessingBookmarkSet - Interface in com.filenet.api.collection
Represents a collection of CmAuditProcessingBookmark objects.
CmBulkMoveContentJob - Interface in com.filenet.api.sweep
Represents a background task that moves content from one storage area to another.
CMC_ENABLED - Static variable in class com.filenet.api.constants.ConfigurationParameter
A constant representing a ConfigurationParameter instance of type CMC_ENABLED.
CMC_ENABLED_AS_INT - Static variable in class com.filenet.api.constants.ConfigurationParameter
An integer associated with the CMC_ENABLED instance of this class.
CMC_ENABLED_AS_STRING - Static variable in class com.filenet.api.constants.ConfigurationParameter
A Property name associated with the CMC_ENABLED instance of this class.
CMC_TIME_TO_LIVE - Static variable in class com.filenet.api.constants.ConfigurationParameter
A constant representing a ConfigurationParameter instance of type CMC_TIME_TO_LIVE.
CMC_TIME_TO_LIVE_AS_INT - Static variable in class com.filenet.api.constants.ConfigurationParameter
An integer associated with the CMC_TIME_TO_LIVE instance of this class.
CMC_TIME_TO_LIVE_AS_STRING - Static variable in class com.filenet.api.constants.ConfigurationParameter
A Property name associated with the CMC_TIME_TO_LIVE instance of this class.
CmChangePreprocessorAction - Interface in com.filenet.api.events
Defines the action to be taken when a change preprocessor is invoked on a class definition.
CmChangePreprocessorActionSet - Interface in com.filenet.api.collection
Represents a collection of CmChangePreprocessorAction objects.
CmChangePreprocessorDefinition - Interface in com.filenet.api.admin
Associates a CmChangePreprocessorAction object with a class definition.
CmChangePreprocessorDefinitionList - Interface in com.filenet.api.collection
Represents a collection of CmChangePreprocessorDefinitionList objects.
CmContentMigrationPolicy - Interface in com.filenet.api.sweep
Represents a background task that moves content from one storage area to another.
CmCustomQueueSweep - Interface in com.filenet.api.sweep
This class is not supported.
CmCustomSweepJob - Interface in com.filenet.api.sweep
This class is not currently supported.
CmCustomSweepPolicy - Interface in com.filenet.api.sweep
This class is not currently supported.
CmDatabaseConnection - Interface in com.filenet.api.admin
Contains database connection information for object stores, event export stores, and isolated regions.
CmDatabaseConnectionSet - Interface in com.filenet.api.collection
Represents a collection of CmDatabaseConnection objects.
CmDirectoryConfigurationConnections - Interface in com.filenet.api.admin
Represents the configuration object for the IBM Connections provider.
CmDirectoryConfigurationDomino - Interface in com.filenet.api.admin
Configuration object for Domino LDAP security provider.
CmDirectoryConfigurationOID - Interface in com.filenet.api.admin
Represents the configuration object for an Oracle Internet Directory (OID) security provider.
CmDirectoryConfigurationOIDList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
CmDirectoryConfigurationRadiantOne - Interface in com.filenet.api.admin
Represents the configuration object for a RadiantOne security provider.
CmDirectoryConfigurationVMM - Interface in com.filenet.api.admin
Represents the configuration object for the Content Platform Engine's VMM provider.
CmDisposalPolicy - Interface in com.filenet.api.sweep
Defines criteria for objects of a specified class to be disposed by a policy controlled sweep.
CmEventExportStore - Interface in com.filenet.api.admin
Represents an event export store used by the Case Analyzer or Case History publishing service.
CmEventExportStoreSet - Interface in com.filenet.api.collection
Represents a collection of CmEventExportStore objects.
CmHitachiFixedContentDevice - Interface in com.filenet.api.admin
Represents the description of a Hitachi Content Platform fixed content storage device.
CmHold - Interface in com.filenet.api.admin
Represents a hold on an object of type CmHoldable, preventing that object from being deleted for an indefinite period of time, until the hold is explicitly removed.
CmHoldable - Interface in com.filenet.api.admin
Abstract base class for classes to which holds (deletion prevention) can be applied.
CmHoldableSet - Interface in com.filenet.api.collection
Represents a collection of CmHoldable objects.
CmHoldRelationship - Interface in com.filenet.api.admin
Defines a hold-held relationship between CmHold (hold object) and CmHoldable object (the held object).
CmHoldRelationshipSet - Interface in com.filenet.api.collection
Represents a collection of CmHoldRelationship objects.
CmIndexJobResyncItem - Interface in com.filenet.api.admin
Represents an index job that resynchronizes a full-text index with the data in an object store database.
CmIndexPartitionConstraint - Interface in com.filenet.api.admin
Represents an index partition constraint associated with an IBM® Content Search Services index.
CmIndexPartitionConstraintDate - Interface in com.filenet.api.admin
Represents the date range of a date partition constraint for an IBM® Content Search Services index.
CmIndexPartitionConstraintList - Interface in com.filenet.api.collection
Represents a collection of CmIndexPartitionConstraint objects.
CmIndexPartitionConstraintString - Interface in com.filenet.api.admin
Represents the name and value of a string partition constraint for an IBM® Content Search Services index.
CmIndexRequest - Interface in com.filenet.api.admin
Represents the base class for index requests.
CmIndexRequestSet - Interface in com.filenet.api.collection
Represents a collection of CmIndexRequest objects.
CmJobSweepResult - Interface in com.filenet.api.sweep
Defines a result record generated by a sweep job.
CmJobSweepResultSet - Interface in com.filenet.api.collection
Represents a collection of CmJobSweepResult objects.
CmMarkForDeletionEvent - Interface in com.filenet.api.events
Represents an event that occurs when an object is marked for deletion.
CmMoveContentEvent - Interface in com.filenet.api.events
Event reported when the content of an object is moved.
CMODAPPLICATION_GROUP - Static variable in class com.filenet.api.constants.ClassNames
 
CMODAPPLICATION_GROUPS - Static variable in class com.filenet.api.constants.PropertyNames
 
CMODApplicationGroup - Interface in com.filenet.api.admin
Represents an IBM® Content Manager OnDemand (CMOD) application group that can be configured for content federation.
CMODApplicationGroupSet - Interface in com.filenet.api.collection
Represents a collection of CMODApplicationGroup objects.
CMODFIXED_CONTENT_DEVICE - Static variable in class com.filenet.api.constants.ClassNames
 
CMODFixedContentDevice - Interface in com.filenet.api.admin
Represents the description of an IBM® Content Manager OnDemand (CMOD) external fixed content storage device.
CMODFixedContentDeviceSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
CMODLANGUAGE - Static variable in class com.filenet.api.constants.PropertyNames
 
CMODPASSWORD - Static variable in class com.filenet.api.constants.PropertyNames
 
CMODPORT - Static variable in class com.filenet.api.constants.PropertyNames
 
CMODREPOSITORY - Static variable in class com.filenet.api.constants.ClassNames
 
CMODRepository - Interface in com.filenet.api.replication
Represents an IBM® Content Manager OnDemand (CMOD) external repository that is capable of federating content.
CMODRepositorySet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
CMODSERVER_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
CMODTRACE_LEVEL - Static variable in class com.filenet.api.constants.PropertyNames
 
CMODUSER_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
CmPolicyControlledSweep - Interface in com.filenet.api.sweep
Represents a background service that repeatedly visits all instances of a specified class residing in a single database table.
CmPolicyControlledSweepSet - Interface in com.filenet.api.collection
Represents a collection of CmPolicyControlledSweep objects.
CmPolicySweepResult - Interface in com.filenet.api.sweep
Defines a result record generated by a sweep policy.
CmPolicySweepResultSet - Interface in com.filenet.api.collection
Represents a collection of CmPolicySweepResult objects.
CmProcessEngineConfiguration - Interface in com.filenet.api.admin
Specifies configuration settings for the Process Engine, including the Case Analyzer and Case History publishing services.
CmQueueEntryClassDefinition - Interface in com.filenet.api.admin
Mutable metadata class defining a subclass of CmAbstractQueueEntry.
CmQueueSweep - Interface in com.filenet.api.sweep
Abstract base class for sweep instances that are optimized for ongoing processing of queue tables.
CmQueueSweepSet - Interface in com.filenet.api.collection
Represents a collection of CmQueueSweep objects.
CmRecoverEvent - Interface in com.filenet.api.events
Represents an event that occurs when an object marked for deletion is restored from a recovery bin.
CmRecoveryBin - Interface in com.filenet.api.util
A container for CmRecoveryItem objects.
CmRecoveryItem - Interface in com.filenet.api.util
A representative for one or more objects that have been marked for deletion.
CmRecoveryItemSet - Interface in com.filenet.api.collection
Represents a collection of CmRecoveryItem objects.
CmRetentionUpdateJob - Interface in com.filenet.api.sweep
Represents a background task that updates the retention date on objects that support it.
CmRetentionUpdatePolicy - Interface in com.filenet.api.sweep
Defines criteria for updating the retention period for objects of a specified class by a policy controlled sweep.
CmSweep - Interface in com.filenet.api.sweep
An abstract base class for an object that represents a background service that visits all instances of a specified class.
CmSweepAction - Interface in com.filenet.api.sweep
This class is not supported.
CmSweepConfiguration - Interface in com.filenet.api.sweep
Represents global configuration data for the sweep framework.
CmSweepJob - Interface in com.filenet.api.sweep
Abstract base class for a sweep that visits each instance of the specified class exactly once.
CmSweepJobSet - Interface in com.filenet.api.collection
Represents a collection of CmSweepJob objects.
CmSweepPolicy - Interface in com.filenet.api.sweep
Abstract base class for objects that specify rules for a policy controlled sweep, represented by a CmPolicyControlledSweep object.
CmSweepPolicyRelationship - Interface in com.filenet.api.sweep
Concrete subclass that defines an association between a CmPolicyControlledSweep and a CmSweepPolicy, as set in the Sweep property and the SweepSubscriber property, respectively.
CmSweepPolicyRelationshipSet - Interface in com.filenet.api.collection
Represents a collection of CmSweepPolicyRelationship objects.
CmSweepPolicySet - Interface in com.filenet.api.collection
Represents a collection of CmSweepPolicy objects.
CmSweepRelationship - Interface in com.filenet.api.sweep
Abstract base class for objects that define an association between a policy controlled sweep and a sweep policy.
CmSweepRelationshipSet - Interface in com.filenet.api.collection
Represents a collection of CmSweepRelationship objects.
CmSweepResult - Interface in com.filenet.api.sweep
Represents a result record for an object selected by a sweep.
CmSweepResultSet - Interface in com.filenet.api.collection
Represents a collection of CmSweepResult objects.
CmSweepSet - Interface in com.filenet.api.collection
Represents a collection of CmSweep objects.
CmTask - Interface in com.filenet.api.core
Represents a single work item to be completed as part of a process that might involve multiple related or independent work items.
CmTaskRelationship - Interface in com.filenet.api.core
Defines a predecessor-successor relationship between two CmTask objects.
CmTaskRelationshipSet - Interface in com.filenet.api.collection
Represents a collection of CmTaskRelationship objects.
CmTaskSet - Interface in com.filenet.api.collection
Represents a collection of CmTask objects.
CmTextSearchAffinityGroup - Interface in com.filenet.api.admin
Represents an affinity group of IBM® Content Search Services servers.
CmTextSearchAffinityGroupSet - Interface in com.filenet.api.collection
Represents a collection of CmTextSearchAffinityGroup objects.
CmTextSearchConfiguration - Interface in com.filenet.api.admin
Represents the configuration information for Content Engine server dispatcher and worker threads, which control the processing of IBM® Content Search Services content indexing requests.
CmTextSearchIndex - Interface in com.filenet.api.admin
Represents an IBM® Content Search Services index, which holds the full-text indexing information that is created, updated, and searched by an IBM Content Search Services server.
CmTextSearchIndexArea - Interface in com.filenet.api.admin
Represents the configuration of an IBM® Content Search Services index area.
CmTextSearchIndexList - Interface in com.filenet.api.collection
Represents a collection of CmTextSearchIndex objects.
CmTextSearchIndexRequest - Interface in com.filenet.api.admin
Represents an index request generated for a text search-enabled object for IBM® Content Search Services.
CmTextSearchPartitionDateProperty - Interface in com.filenet.api.admin
Represents a custom, date-valued CBR-enabled object property that is assigned in an object store to define the interval for date-based partitioning of CBR-enabled objects in an IBM® Content Search Services index.
CmTextSearchPartitionProperty - Interface in com.filenet.api.admin
Represents the base, abstract class whose instances refer to IBM® Content Search Services index partioning properties of CBR-enabled objects in an object store.
CmTextSearchPartitionPropertyList - Interface in com.filenet.api.collection
Represents a collection of CmTextSearchPartitionProperty objects.
CmTextSearchPartitionStringProperty - Interface in com.filenet.api.admin
Represents a custom, string-valued CBR-enabled object property that is assigned in an object store to define the string-based partitioning of CBR-enabled objects in an IBM® Content Search Services index.
CmTextSearchServer - Interface in com.filenet.api.admin
Represents the connection and configuration information for an IBM® Content Search Services server.
CmTextSearchServerSet - Interface in com.filenet.api.collection
Represents a collection of CmTextSearchServer objects.
CmThreadPoolConfiguration - Interface in com.filenet.api.admin
Configures the server thread pools for background tasks.
CmThumbnail - Interface in com.filenet.api.core
Represents a thumbnail image corresponding to a ContentElement of a Document.
CmThumbnailGenerationJob - Interface in com.filenet.api.sweep
Represents a background task that initiates sweep-based document thumbnail generation.
CmThumbnailGenerationSubscription - Interface in com.filenet.api.events
Represents a subscription used to initiate event-based document thumbnail generation.
CmThumbnailRequest - Interface in com.filenet.api.sweep
Represents a request to generate a thumbnail image for a ContentElement of a Document.
CmThumbnailRequestSweep - Interface in com.filenet.api.sweep
Defines the format, size, and color parameters that are used by the thumbnail generation service to render document thumbnails.
CmThumbnailSet - Interface in com.filenet.api.collection
Represents a collection of CmThumbnail objects.
CmTimeslot - Interface in com.filenet.api.admin
Defines a schedule for a text-indexing, audit-disposition, or sweep-job background task.
CmTimeslotList - Interface in com.filenet.api.collection
A list of CmTimeslot objects, each specifying a text indexing or an audit disposition schedule.
CmTivoliManagementClass - Interface in com.filenet.api.admin
A management class that represents a specific retention setting for an IBM® Tivoli® Storage Manager (TSM) server.
CmTivoliManagementClassSet - Interface in com.filenet.api.collection
Represents a collection of CmTivoliManagementClass objects.
CmVerityIndexRequest - Interface in com.filenet.api.admin
Deprecated.
As of release 5.2.0.

Metadata

CODE_MODULE - Static variable in class com.filenet.api.constants.ClassNames
 
CODE_MODULE - Static variable in class com.filenet.api.constants.PropertyNames
 
CODE_MODULE_CACHE_ENTRY_TTL - Static variable in class com.filenet.api.constants.PropertyNames
 
CODE_MODULE_CACHE_MAX_FILE_SPACE - Static variable in class com.filenet.api.constants.PropertyNames
 
CODE_MODULE_CACHE_MAX_MEMORY - Static variable in class com.filenet.api.constants.PropertyNames
 
CODE_MODULE_TRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
CodeModule - Interface in com.filenet.api.admin
Represents a Java action handler to be stored on the Content Engine.
CodeModuleSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
COLLABORATIVE - Static variable in class com.filenet.api.constants.ReservationType
Specifies a collaborative reservation, which is a reservation that any user with the appropriate permissions can check in, modify, or delete.
COLLABORATIVE_AS_INT - Static variable in class com.filenet.api.constants.ReservationType
An int value associated with the COLLABORATIVE instance of this class.
COLLECTION_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
COLOR - Static variable in class com.filenet.api.constants.ThumbnailImageColor
Specifies that the input document is rendered as a color thumbnail image.
COLOR_AS_INT - Static variable in class com.filenet.api.constants.ThumbnailImageColor
An int value associated with the COLOR instance of this class.
COLUMN_DEFINITION - Static variable in class com.filenet.api.constants.ClassNames
 
COLUMN_DEFINITIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
COLUMN_ID - Static variable in class com.filenet.api.constants.PropertyNames
 
COLUMN_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
COLUMN_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
ColumnDefinition - Interface in com.filenet.api.admin
Represents the description of a column in a Content Engine database table.
ColumnDefinitionList - Interface in com.filenet.api.collection
Represents a collection of ColumnDefinition objects.
com.filenet.api.action - package com.filenet.api.action
Provides classes that are related to making changes to objects.
com.filenet.api.admin - package com.filenet.api.admin
Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.
com.filenet.api.authentication.jboss.login - package com.filenet.api.authentication.jboss.login
Provides the FnClientLoginModule interface used for client authentication in the JBoss environment.
com.filenet.api.collection - package com.filenet.api.collection
Provides type-safe interfaces related to collections of objects.
com.filenet.api.constants - package com.filenet.api.constants
Provides classes defining collections of related, type-safe constant values.
com.filenet.api.core - package com.filenet.api.core
Provides classes and interfaces that are related to the core business objects of the API, such as EntireNetwork, Domain, Document, Folder, and so on.
com.filenet.api.engine - package com.filenet.api.engine
Provides interfaces and classes related to EventActions and other non-FileNet code which runs within the Content Engine itself.
com.filenet.api.events - package com.filenet.api.events
Provides interfaces that represent events triggered on Content Engine objects, as well as interfaces that allow you to extend Content Engine functionality and invoke it through the event mechanism.
com.filenet.api.exception - package com.filenet.api.exception
Provides the exception-handling framework for the Content Engine.
com.filenet.api.jdbc - package com.filenet.api.jdbc
Provides classes related to establishing and configuring Java™ Database Connectivity (JDBC) connections to the Content Engine database.
com.filenet.api.meta - package com.filenet.api.meta
Provides interfaces for holding immutable metadata for Content Engine classes (class descriptions) and properties (property descriptions).
com.filenet.api.property - package com.filenet.api.property
Provides classes and interfaces related to Content Engine object properties.
com.filenet.api.publishing - package com.filenet.api.publishing
Provides interfaces related to publishing.
com.filenet.api.query - package com.filenet.api.query
Provides classes related to constructing and performing Content Engine searches.
com.filenet.api.replication - package com.filenet.api.replication
Provides interfaces for defining objects that can be replicated and external repositories that are capable of federating content.
com.filenet.api.security - package com.filenet.api.security
Provides interfaces related to authentication, authorization, and user- and group-specific data.
com.filenet.api.sweep - package com.filenet.api.sweep
Provides classes and interfaces for the sweep framework, a background service that visits a specified class and processes the instances that meet a specified criteria.
com.filenet.api.util - package com.filenet.api.util
Provides utility classes and interfaces.
commit() - Method in class com.filenet.api.authentication.jboss.login.FnClientLoginModule
 
commit() - Method in class com.filenet.api.authentication.jboss.login.FnClientLoginModuleJB6EAP
 
commit() - Method in class com.filenet.api.util.WSILoginModule
The standard javax.security.auth.spi.LoginModule.commit() method.
compareTo(Object) - Method in class com.filenet.api.util.Id
Compares two IDs.
compareTo(Object, DatabaseType) - Method in class com.filenet.api.util.Id
Compares two IDs as is done in a database search.
COMPLETE - Static variable in class com.filenet.api.constants.TaskState
Indicates that the task has been successfully completed.
COMPLETE_AS_INT - Static variable in class com.filenet.api.constants.TaskState
An int value associated with the COMPLETE instance of this class.
COMPLETED_ITERATIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
COMPLETION_WAIT_INTERVAL - Static variable in class com.filenet.api.constants.PropertyNames
 
COMPONENT_CASCADE_DELETE - Static variable in class com.filenet.api.constants.PropertyNames
 
COMPONENT_PREVENT_DELETE - Static variable in class com.filenet.api.constants.PropertyNames
 
COMPONENT_RELATIONSHIP - Static variable in class com.filenet.api.constants.ClassNames
 
COMPONENT_RELATIONSHIP_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
COMPONENT_SORT_ORDER - Static variable in class com.filenet.api.constants.PropertyNames
 
ComponentCascadeDeleteAction - Class in com.filenet.api.constants
Defines settings for controlling the deletion of a child component as an automatic response to the deletion of the parent component within a compound document.
ComponentPreventDeleteAction - Class in com.filenet.api.constants
Defines settings for the delete behavior of parent and child components within a compound document.
ComponentRelationship - Interface in com.filenet.api.core
Defines a hierarchical relationship between two documents as components in a compound document.
ComponentRelationshipSet - Interface in com.filenet.api.collection
Represents a collection of ComponentRelationship objects.
ComponentRelationshipType - Class in com.filenet.api.constants
Defines settings that determine the type of compound document relationship between a child document and a parent document.
COMPOUND_DOCUMENT - Static variable in class com.filenet.api.constants.CompoundDocumentState
Designates a document as the parent component in a compound document.
COMPOUND_DOCUMENT_AS_INT - Static variable in class com.filenet.api.constants.CompoundDocumentState
An int value associated with the COMPOUND_DOCUMENT instance of this class.
COMPOUND_DOCUMENT_STATE - Static variable in class com.filenet.api.constants.PropertyNames
 
CompoundDocumentState - Class in com.filenet.api.constants
Defines settings that identify whether a document is a standard document or a parent component in a compound document.
COMPRESSION_BLOCK_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
CONCURRENT_READERS - Static variable in class com.filenet.api.constants.PropertyNames
 
Configuration - Class in com.filenet.api.util
Represents a singleton instance of the client's configuration parameters.
CONFIGURATION_PARAMETERS - Static variable in class com.filenet.api.constants.PropertyNames
 
ConfigurationParameter - Class in com.filenet.api.constants
Specifies the parameters that can be used when configuring the Content Engine API.
ConfigurationParameters - Class in com.filenet.api.util
Represents a group of parameters that define the behavior of the client API.
ConfigurationParameters() - Constructor for class com.filenet.api.util.ConfigurationParameters
Constructs an empty map of configuration parameters.
ConfigurationParameters(ConfigurationParameters) - Constructor for class com.filenet.api.util.ConfigurationParameters
Constructs a map of configuration parameters to Object values.
CONNECT - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group is granted or denied permission to connect to an object store.
connect(String, Properties) - Method in class com.filenet.api.jdbc.Driver
Attempts to establish a JDBC connection to the database identified by the specified URL.
CONNECT_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the CONNECT instance of this class.
Connection - Interface in com.filenet.api.core
Represents a logical connection to a FileNet P8 domain.
CONNECTION_CLIENT_METADATA_CACHE - Static variable in class com.filenet.api.constants.ConfigurationParameter
A constant representing a ConfigurationParameter instance of type CONNECTION_CLIENT_METADATA_CACHE.
CONNECTION_CLIENT_METADATA_CACHE_AS_INT - Static variable in class com.filenet.api.constants.ConfigurationParameter
An integer associated with the CONNECTION_CLIENT_METADATA_CACHE instance of this class.
CONNECTION_CLIENT_METADATA_CACHE_AS_STRING - Static variable in class com.filenet.api.constants.ConfigurationParameter
A Property name associated with the CONNECTION_CLIENT_METADATA_CACHE instance of this class.
CONNECTION_PARTICIPATES_IN_TRANSACTION - Static variable in class com.filenet.api.constants.ConfigurationParameter
A constant representing a ConfigurationParameter instance of type CONNECTION_PARTICIPATES_IN_TRANSACTION.
CONNECTION_PARTICIPATES_IN_TRANSACTION_AS_INT - Static variable in class com.filenet.api.constants.ConfigurationParameter
An integer associated with the CONNECTION_PARTICIPATES_IN_TRANSACTION instance of this class.
CONNECTION_PARTICIPATES_IN_TRANSACTION_AS_STRING - Static variable in class com.filenet.api.constants.ConfigurationParameter
A Property name associated with the CONNECTION_PARTICIPATES_IN_TRANSACTION instance of this class.
CONNECTION_STATE - Static variable in class com.filenet.api.constants.PropertyNames
 
CONNECTION_TIMEOUT - Static variable in class com.filenet.api.constants.PropertyNames
 
ConnectionType - Class in com.filenet.api.constants
Provides the implementation of type-safe enumeration objects that identify the connection type between the client and the Content Engine server.
CONSTRAINT_MASK - Static variable in class com.filenet.api.constants.PropertyNames
 
CONTAINABLE - Static variable in class com.filenet.api.constants.ClassNames
 
Containable - Interface in com.filenet.api.core
Represents the base class for all objects that can be contained.
ContainableSet - Interface in com.filenet.api.collection
Represents a collection of Containable objects.
CONTAINED_DOCUMENTS - Static variable in class com.filenet.api.constants.PropertyNames
 
CONTAINEES - Static variable in class com.filenet.api.constants.PropertyNames
 
CONTAINERS - Static variable in class com.filenet.api.constants.PropertyNames
 
CONTAINMENT_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
CONTAINMENT_RELATIONSHIP - Static variable in class com.filenet.api.constants.ClassNames
 
ContainmentName - Class in com.filenet.api.constants
Specifies illegal containment name characters.
ContainmentName() - Constructor for class com.filenet.api.constants.ContainmentName
 
ContainmentRelationship - Interface in com.filenet.api.core
Models containment relationships.
ContainmentRelationshipSet - Interface in com.filenet.api.collection
Represents a collection of ContainmentRelationship objects.
containNestedParentGroups() - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
containNestedParentGroups() - Method in class com.filenet.api.engine.UserInfo
For Internal Use Only.
CONTAINS - Static variable in class com.filenet.api.constants.PrincipalSearchType
A constant representing a PrincipalSearchType instance of type CONTAINS.
CONTAINS_AS_INT - Static variable in class com.filenet.api.constants.PrincipalSearchType
An integer associated with the CONTAINS instance of this class.
CONTENT_ACCESS_RECORDING_LEVEL - Static variable in class com.filenet.api.constants.PropertyNames
 
CONTENT_BMCJ_FAILED_NO_STORAGE_DEFINED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0221E

CONTENT_BMCJ_FAILED_NO_STORAGE_DEFINED A Bulk Move Content Job cannot continue moving content for objects selected by the job because the specified Storage Policy does not select any open Storage Areas in which to move it.

CONTENT_CA_CLOSE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0006E

CONTENT_CA_CLOSE_FAILED The close failed on the stream.

CONTENT_CA_CONSOLIDATING_CHUNKS_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0007E

CONTENT_CA_CONSOLIDATING_CHUNKS_FAILED Consolidating a content element failed for {0}.

CONTENT_CA_CONTINUE_UPLOAD_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0008E

CONTENT_CA_CONTINUE_UPLOAD_FAILED Continuation upload for large content failed: {0}.

CONTENT_CA_COOKIE_MISSING_PARAM - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0009E

CONTENT_CA_COOKIE_MISSING_PARAM The cookie {0} is missing a required parameter, {1}.

CONTENT_CA_DELETE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0010E

CONTENT_CA_DELETE_FAILED Unable to delete file: fileName.

CONTENT_CA_DELETE_FAILED_RETENTION_CHECK - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0011E

CONTENT_CA_DELETE_FAILED_RETENTION_CHECK Content Engine could not delete or move content because the retention period for the item has not expired.

CONTENT_CA_DELETE_SCRUB_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0012E

CONTENT_CA_DELETE_SCRUB_FAILED Unable to scrub file for secure delete: {0}.

CONTENT_CA_FAILED_TEMP_CREATION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0013E

CONTENT_CA_FAILED_TEMP_CREATION The attempt to create the temporary content file failed.

CONTENT_CA_FEDERATED_REQUIRES_FIXED_SA - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0014E

CONTENT_CA_FEDERATED_REQUIRES_FIXED_SA Federated content requires a FixedStorageArea; current StorageArea Id: ({0})

Federated content requires a FixedStorageArea.

CONTENT_CA_FINALIZE_FAILED_SIZE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0148E

CONTENT_CA_FINALIZE_FAILED_SIZE Failed to finalize content element due to size mismatch: expected [{0}]; actual [{1}].

CONTENT_CA_FINISH_UPLOAD_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0015E

CONTENT_CA_FINISH_UPLOAD_FAILED The upload failed to finish.

CONTENT_CA_INTERNAL_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0005E

CONTENT_CA_INTERNAL_ERROR A content area error occurred internal to the server.

CONTENT_CA_INVALID_COOKIE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0016E

CONTENT_CA_INVALID_COOKIE Invalid cookie {0}.

CONTENT_CA_MIXED_FEDERATED_CONTENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0017E

CONTENT_CA_MIXED_FEDERATED_CONTENT Federated content elements cannot be mixed with non-federated content elements.

CONTENT_CA_OUTPUT_STREAM_ALREADY_SET - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0018E

CONTENT_CA_OUTPUT_STREAM_ALREADY_SET The output stream has already been set.

CONTENT_CA_READ_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0019E

CONTENT_CA_READ_FAILED The read failed for objId={0}.

CONTENT_CA_READ_STREAM_ALREADY_SET - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0020E

CONTENT_CA_READ_STREAM_ALREADY_SET The stream has already been set for retrieval.

CONTENT_CA_SKIP_BACKWARD_NOT_SUPPORTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0021E

CONTENT_CA_SKIP_BACKWARD_NOT_SUPPORTED The underlying stream does not support moving backward.

CONTENT_CA_SKIP_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0022E

CONTENT_CA_SKIP_FAILED The stream didn't skip the expected amount, {0}; actual {1}.

CONTENT_CA_START_UPLOAD_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0023E

CONTENT_CA_START_UPLOAD_FAILED Start upload failed {0}.

CONTENT_CA_STORE_CHUNK_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0024E

CONTENT_CA_STORE_CHUNK_FAILED The attempt to store a content chunk failed.

CONTENT_CA_UNABLE_TO_ABANDONED_DELETE_FILE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0025E

CONTENT_CA_UNABLE_TO_ABANDONED_DELETE_FILE Unable to delete abandoned file '{0}'.

CONTENT_CA_UNKNOWN_CONTENT_UPLOAD_COOKIE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0026E

CONTENT_CA_UNKNOWN_CONTENT_UPLOAD_COOKIE Unknown content upload cookie {0}.

CONTENT_CA_UPLOAD_FAILED_WRITE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0027E

CONTENT_CA_UPLOAD_FAILED_WRITE The upload failed due to a problem writing content.

CONTENT_CA_VALIDATION_FAILED_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0028E

CONTENT_CA_VALIDATION_FAILED_NOT_FOUND Content validation failed because it does not exist or is inaccessible in the storage area: objId={0}; seqNo={1}; retrievalName={2}

Content validation failed because the content was not found or accessible in the storage area.

CONTENT_CA_VALIDATION_FAILED_PENDING_FINALIZATION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0029E

CONTENT_CA_VALIDATION_FAILED_PENDING_FINALIZATION Content validation failed due to pending finalization.

CONTENT_CA_VALIDATION_FAILED_SIZE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0030E

CONTENT_CA_VALIDATION_FAILED_SIZE Content validation failed due to size mismatch: expected [{0}]; actual [{1}] for objId={2}; seqNo={3}; retrievalName={4}

Content validation failed because the recorded size does not match the actual size in the storage area.

CONTENT_CACHE_AREA - Static variable in class com.filenet.api.constants.ClassNames
 
CONTENT_CACHE_AREA - Static variable in class com.filenet.api.constants.PropertyNames
 
CONTENT_CACHE_AREA_ACCESS_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0001E

CONTENT_CACHE_AREA_ACCESS_FAILED Access to the content cache area directory failed.

CONTENT_CACHE_AREAS - Static variable in class com.filenet.api.constants.PropertyNames
 
CONTENT_CACHE_CONFIGURATION - Static variable in class com.filenet.api.constants.ClassNames
 
CONTENT_CACHE_FILE_STREAM_ALREADY_CLOSED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0002E

CONTENT_CACHE_FILE_STREAM_ALREADY_CLOSED The cache file input stream is already closed.

CONTENT_CACHE_INTERNAL_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0003E

CONTENT_CACHE_INTERNAL_ERROR A content cache error occurred internal to the server.

CONTENT_CACHE_INTERNAL_TIMEOUT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0183E

CONTENT_CACHE_INTERNAL_TIMEOUT The content cache timed out populating a cache file.

CONTENT_CACHE_SOURCE_STORAGE_AREA_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0004E

CONTENT_CACHE_SOURCE_STORAGE_AREA_FAILED The content cache operation failed because there was a problem accessing the source storage area.

CONTENT_CACHE_TRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
CONTENT_CFS_DB_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0152E

CONTENT_CFS_DB_ERROR An error occurred accessing the federation database.

CONTENT_CFS_INTERNAL_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0151E

CONTENT_CFS_INTERNAL_ERROR A content federation error occurred internal to the server.

CONTENT_CFS_METADATA_PARSE_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0150E

CONTENT_CFS_METADATA_PARSE_ERROR An error occurred while parsing the XML that contains the metadata for a federated document

CONTENT_CIPHER_FAILURE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0193E

CONTENT_CIPHER_FAILURE Content Engine failed to encrypt or decrypt content for the following reason: The initialization of a cryptographic cipher instance failed.

CONTENT_COMPRESSION_BAD_HEADER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0198E

CONTENT_COMPRESSION_BAD_HEADER The header read from the data stream did not have the expected form for compressed content.

CONTENT_COMPRESSION_BLOCK_HEADER_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0195E

CONTENT_COMPRESSION_BLOCK_HEADER_ERROR The compressed data stream block signature byte at position {0} did not have the expected value.

CONTENT_COMPRESSION_DECOMPRESSED_SIZE_MISMATCH - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0197E

CONTENT_COMPRESSION_DECOMPRESSED_SIZE_MISMATCH A block from the compressed data stream did not inflate to the expected size.

CONTENT_COMPRESSION_DECOMPRESSION_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0199E

CONTENT_COMPRESSION_DECOMPRESSION_ERROR An exception occurred while decompressing the data stream.

CONTENT_COMPRESSION_SHORT_READ - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0196E

CONTENT_COMPRESSION_SHORT_READ A read from the compressed data stream failed to return the expected number of bytes.

CONTENT_CONFIG_CREATE_TEMP_FOLDER_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0031E

CONTENT_CONFIG_CREATE_TEMP_FOLDER_FAILED Failed to create sub folder {0} under comtent temporary directory root {1}.

CONTENT_CONFIG_TEMP_ROOT_DOES_NOT_EXIST - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0032E

CONTENT_CONFIG_TEMP_ROOT_DOES_NOT_EXIST The content temporary directory root {0} does not exist.

CONTENT_CONFIG_TEMP_ROOT_NOT_FOLDER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0033E

CONTENT_CONFIG_TEMP_ROOT_NOT_FOLDER The content temporary directory root value does not specify a directory: {0}.

CONTENT_CONFIGURATION - Static variable in class com.filenet.api.constants.ClassNames
 
CONTENT_CRYPTOGRAPHIC_OP_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0191E

CONTENT_CRYPTOGRAPHIC_OP_FAILED Content Engine failed to encrypt or decrypt data by using the encryption key information that is stored in the "{0}" object store.

CONTENT_CRYPTOGRAPHIC_SERVICE_MISSING - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0189E

CONTENT_CRYPTOGRAPHIC_SERVICE_MISSING Content Engine did not enable content encryption for the for the following reason: The AES/CTR/NoPadding encryption algorithm is not available in the server environment.

CONTENT_DATA - Static variable in class com.filenet.api.constants.FilteredPropertyType
Indicates PropertyContent properties.
CONTENT_DATA_AS_INT - Static variable in class com.filenet.api.constants.FilteredPropertyType
An int value associated with the CONTENT_DATA instance of this class.
CONTENT_DCA_APPEND_NOT_SUPPORTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0034E

CONTENT_DCA_APPEND_NOT_SUPPORTED The database does not support appending content.

CONTENT_DCA_CONTENT_ELEMENT_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0035E

CONTENT_DCA_CONTENT_ELEMENT_NOT_FOUND Cannot find the content element {0}.

CONTENT_DCA_FAILED_INSERT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0036E

CONTENT_DCA_FAILED_INSERT The content element could not be inserted.

CONTENT_DCA_WRONG_LENGTH - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0037E

CONTENT_DCA_WRONG_LENGTH The Content insert has the wrong length: expected {0}; actual {1}.

CONTENT_DOWNLOAD_SERVER_AFFINITY_ENABLED - Static variable in class com.filenet.api.constants.ConfigurationParameter
A constant representing a ConfigurationParameter instance of type CONTENT_DOWNLOAD_SERVER_AFFINITY_ENABLED.
CONTENT_DOWNLOAD_SERVER_AFFINITY_ENABLED_AS_INT - Static variable in class com.filenet.api.constants.ConfigurationParameter
A boolean associated with the CONTENT_DOWNLOAD_SERVER_AFFINITY_ENABLED instance of this class.
CONTENT_DOWNLOAD_SERVER_AFFINITY_ENABLED_AS_STRING - Static variable in class com.filenet.api.constants.ConfigurationParameter
A Property name associated with the CONTENT_DOWNLOAD_SERVER_AFFINITY_ENABLED instance of this class.
CONTENT_ELEMENT - Static variable in class com.filenet.api.constants.ClassNames
 
CONTENT_ELEMENT_COUNT - Static variable in class com.filenet.api.constants.PropertyNames
 
CONTENT_ELEMENT_KBYTES - Static variable in class com.filenet.api.constants.PropertyNames
 
CONTENT_ELEMENTS - Static variable in class com.filenet.api.constants.PropertyNames
 
CONTENT_ELEMENTS_CREATED - Static variable in class com.filenet.api.constants.PropertyNames
 
CONTENT_ELEMENTS_DELETED - Static variable in class com.filenet.api.constants.PropertyNames
 
CONTENT_ELEMENTS_PRESENT - Static variable in class com.filenet.api.constants.PropertyNames
 
CONTENT_ENCRYPTION_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0194E

CONTENT_ENCRYPTION_ERROR Content Engine failed to encrypt content for the "{0}" object.

CONTENT_ENGINE_BASE - Static variable in class com.filenet.api.constants.SystemAddOnId
Specifies the ID of the Base Content Engine Extensions AddOn.
CONTENT_FCA_CREATE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0038E

CONTENT_FCA_CREATE_FAILED Create failed in rootDir {0}, for {1}.

CONTENT_FCA_DELETE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0039E

CONTENT_FCA_DELETE_FAILED Delete failed {0}.

CONTENT_FCA_DIR_ALREADY_EXISTS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0040E

CONTENT_FCA_DIR_ALREADY_EXISTS Create failed, the directory already exists: {0}.

CONTENT_FCA_DIR_CREATE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0041E

CONTENT_FCA_DIR_CREATE_FAILED Create failed, the directory wasn't created: {0}.

CONTENT_FCA_FAILED_RETRIEVING_EXTENSION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0042E

CONTENT_FCA_FAILED_RETRIEVING_EXTENSION Failed loading content element extension: {0}.

CONTENT_FCA_FAILED_RETRIEVING_OBJECT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0043E

CONTENT_FCA_FAILED_RETRIEVING_OBJECT Failed loading content element document: {0}.

CONTENT_FCA_FAILED_STAKEFILE_LOAD - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0044E

CONTENT_FCA_FAILED_STAKEFILE_LOAD Failed loading stakefile {0}.

CONTENT_FCA_FILE_ALREADY_EXISTS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0045E

CONTENT_FCA_FILE_ALREADY_EXISTS The file already exists {0}.

CONTENT_FCA_FILE_DOES_NOT_EXIST - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0046E

CONTENT_FCA_FILE_DOES_NOT_EXIST The file does not exist {0}.

CONTENT_FCA_INIT_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0047E

CONTENT_FCA_INIT_FAILED The initialization failed.

CONTENT_FCA_PARENT_OF_FILE_DOES_NOT_EXIST - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0048E

CONTENT_FCA_PARENT_OF_FILE_DOES_NOT_EXIST The parent directory of the file {0} does not exist.

CONTENT_FCA_READ_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0049E

CONTENT_FCA_READ_FAILED Read failed {0}; offset={1}.

CONTENT_FCA_ROOT_DOES_NOT_EXIST - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0050E

CONTENT_FCA_ROOT_DOES_NOT_EXIST Create failed, the root folder does not exist: {0}.

CONTENT_FCA_ROOT_NOT_A_DIRECTORY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0051E

CONTENT_FCA_ROOT_NOT_A_DIRECTORY Create failed, the root folder value does not specify a directory: {0}.

CONTENT_FCA_SAVE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0052E

CONTENT_FCA_SAVE_FAILED Save failed {0} at offset {1}.

CONTENT_FCA_STAKEFILE_ALREADY_EXISTS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0053E

CONTENT_FCA_STAKEFILE_ALREADY_EXISTS A stakefile already exists at this location {0}.

CONTENT_FCA_STAKEFILE_CREATE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0054E

CONTENT_FCA_STAKEFILE_CREATE_FAILED Stakefile create failed {0}.

CONTENT_FCA_STAKEFILE_INVALID_DATE_FORMAT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0055E

CONTENT_FCA_STAKEFILE_INVALID_DATE_FORMAT Invalid date format found in stakefile {0}.

CONTENT_FCA_UNABLE_TO_RENAME_FILE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0056E

CONTENT_FCA_UNABLE_TO_RENAME_FILE "{0}" cannot be renamed to "{1}".

CONTENT_FCP_ADMIN_INVALID_COMMAND_CODE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0057E

CONTENT_FCP_ADMIN_INVALID_COMMAND_CODE Expected command code [{0}].

CONTENT_FCP_ADMIN_INVALID_FUNCTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0058E

CONTENT_FCP_ADMIN_INVALID_FUNCTION Invalid admin function type [{0}] specified.

CONTENT_FCP_ATMOS_CONNECT_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0226E

CONTENT_FCP_ATMOS_CONNECT_FAILED Unable to connect to Atmos server at {0} using the {1} fixed content device.

CONTENT_FCP_ATMOS_CREATE_FAILED_NO_OBJECT_ID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0225E

CONTENT_FCP_ATMOS_CREATE_FAILED_NO_OBJECT_ID Unable to create object on Atmos.

CONTENT_FCP_ATMOS_DELETE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0231E

CONTENT_FCP_ATMOS_DELETE_FAILED Unable to delete Atmos object {0}.

CONTENT_FCP_ATMOS_EXISTS_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0233E

CONTENT_FCP_ATMOS_EXISTS_FAILED Unable to determine if Atmos object {0} exists.

CONTENT_FCP_ATMOS_INVALID_RESPONSE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0228E

CONTENT_FCP_ATMOS_INVALID_RESPONSE Unable to get response from the Atmos server.

CONTENT_FCP_ATMOS_READ_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0227E

CONTENT_FCP_ATMOS_READ_FAILED Unable to read Atmos object {0}.

CONTENT_FCP_ATMOS_SIGNATURE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0223E

CONTENT_FCP_ATMOS_SIGNATURE Unable to compute Atmos signature for http request with headers: {0}

CONTENT_FCP_ATMOS_SIZE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0232E

CONTENT_FCP_ATMOS_SIZE_FAILED Unable to get the size of Atmos object {0}.

CONTENT_FCP_ATMOS_SKIP_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0234E

CONTENT_FCP_ATMOS_SKIP_FAILED Unable to skip {0} bytes from current offset {1} when retrieving Atmos object {2}.

CONTENT_FCP_ATMOS_UNEXPECTED_RESPONSE_CODE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0224E

CONTENT_FCP_ATMOS_UNEXPECTED_RESPONSE_CODE An unexpected status code [{0}] was returned from the Atmos server instead of one of the followng status code(s) [{1}].

CONTENT_FCP_ATMOS_UNKNOWN_SERVER_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0222E

CONTENT_FCP_ATMOS_UNKNOWN_SERVER_ERROR The Atmos server encountered an unknown error.

CONTENT_FCP_ATMOS_VALIDATE_CONNECT_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0235E

CONTENT_FCP_ATMOS_VALIDATE_CONNECT_FAILED Unable to validate connectivity to the {0} fixed content device.

CONTENT_FCP_CE_ALREADY_EXISTS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0067E

CONTENT_FCP_CE_ALREADY_EXISTS Content element create failed, a content element with the name {0} already exists.

CONTENT_FCP_CE_DELETE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0068E

CONTENT_FCP_CE_DELETE_FAILED Content element delete failed for {0}.

CONTENT_FCP_CE_DOES_NOT_EXIST - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0069E

CONTENT_FCP_CE_DOES_NOT_EXIST No content element found for CE Sequence Number: [{0}].

CONTENT_FCP_CE_DUPLICATE_SEQ_NUM - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0070E

CONTENT_FCP_CE_DUPLICATE_SEQ_NUM Content element duplicate sequence number detected: [{0}].

CONTENT_FCP_CE_EXISTS_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0156E

CONTENT_FCP_CE_EXISTS_FAILED The exists operation failed for this provider.

CONTENT_FCP_CE_OPEN_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0071E

CONTENT_FCP_CE_OPEN_FAILED The operation to create a content element failed for this provider.

CONTENT_FCP_CE_READ_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0072E

CONTENT_FCP_CE_READ_FAILED The content element could not be read.

CONTENT_FCP_CE_SEEK_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0073E

CONTENT_FCP_CE_SEEK_FAILED The content element seek operation failed for this provider.

CONTENT_FCP_CE_TESTOPERATIONSUCCESS_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0154E

CONTENT_FCP_CE_TESTOPERATIONSUCCESS_FAILED The testOperationSuccess operation failed for this provider.

CONTENT_FCP_CE_USESVERSIONS_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0155E

CONTENT_FCP_CE_USESVERSIONS_FAILED The usesVersions operation failed for this provider.

CONTENT_FCP_CENTERA_GET_CLIP_CREATION_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0059E

CONTENT_FCP_CENTERA_GET_CLIP_CREATION_FAILED Failed to get the Creation Time for Centera Clip [{0}].

CONTENT_FCP_CENTERA_GET_CLIP_RETENTION_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0060E

CONTENT_FCP_CENTERA_GET_CLIP_RETENTION_FAILED Failed to get the Retention Reriod for Centera Clip [{0}].

CONTENT_FCP_CENTERA_GET_CLUSTER_TIME_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0061E

CONTENT_FCP_CENTERA_GET_CLUSTER_TIME_FAILED The Centera cluster current time could not be retrieved.

CONTENT_FCP_CENTERA_GET_POOL_SETUP_VALUE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0062E

CONTENT_FCP_CENTERA_GET_POOL_SETUP_VALUE_FAILED Failed to get the Centera pool [{0}] setup.

CONTENT_FCP_CENTERA_LOAD_POOL_FILE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0063E

CONTENT_FCP_CENTERA_LOAD_POOL_FILE_FAILED Failed to load Pool information file: {0}.

CONTENT_FCP_CENTERA_OPEN_POOL_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0064E

CONTENT_FCP_CENTERA_OPEN_POOL_FAILED The Centera connection pool could not be opened.

CONTENT_FCP_CENTERA_PROCESS_SITEMAP_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0065E

CONTENT_FCP_CENTERA_PROCESS_SITEMAP_FAILED The Centera connection string from the site mapping XML data could not be retrieved.

CONTENT_FCP_CENTERA_REFERRAL_URLS_TAGNUM_MISMATCH - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0066E

CONTENT_FCP_CENTERA_REFERRAL_URLS_TAGNUM_MISMATCH The tag index numbers in the referral URLs are not in the correct order.

CONTENT_FCP_CLOSE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0153E

CONTENT_FCP_CLOSE_FAILED The close operation failed for this provider.

CONTENT_FCP_CONNECTION_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0074E

CONTENT_FCP_CONNECTION_FAILED The fixed content provider could not establish a connection to the fixed content device.

CONTENT_FCP_CONTENT_CACHE_CHECK_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0075E

CONTENT_FCP_CONTENT_CACHE_CHECK_FAILED The call to isContentCached failed for this provider.

CONTENT_FCP_CREATE_CE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0076E

CONTENT_FCP_CREATE_CE_FAILED Content element create failed for {0}.

CONTENT_FCP_DEVICE_QUERY_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0162E

CONTENT_FCP_DEVICE_QUERY_FAILED The device query operation failed for the fixed content device.

CONTENT_FCP_DOC_CREATE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0077E

CONTENT_FCP_DOC_CREATE_FAILED The document could not be createed for this provider.

CONTENT_FCP_DOC_CREATE_FAILED_BAD_INPUT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0078E

CONTENT_FCP_DOC_CREATE_FAILED_BAD_INPUT The document could not be created because the source file {0} could not be read.

CONTENT_FCP_DOC_DELETE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0079E

CONTENT_FCP_DOC_DELETE_FAILED The document could not be deleted for this provider.

CONTENT_FCP_DOC_EXISTS_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0080E

CONTENT_FCP_DOC_EXISTS_FAILED The check to determine whether the document exists failed for this provider.

CONTENT_FCP_DOC_FREEZE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0159E

CONTENT_FCP_DOC_FREEZE_FAILED The content freeze operation failed for this document.

CONTENT_FCP_DOC_FREEZE_NOT_SUPPORTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0165E

CONTENT_FCP_DOC_FREEZE_NOT_SUPPORTED The document does not support freeze content operation.

CONTENT_FCP_DOC_LOCKDOWN_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0081E

CONTENT_FCP_DOC_LOCKDOWN_FAILED The document could not be locked down for this provider.

CONTENT_FCP_DOC_UNLOCK_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0180E

CONTENT_FCP_DOC_UNLOCK_FAILED The document could not be unlocked for this provider.

CONTENT_FCP_FSB_DIRECTORY_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0082E

CONTENT_FCP_FSB_DIRECTORY_NOT_FOUND Directory not found: {0}.

CONTENT_FCP_FSB_EXISTS_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0083E

CONTENT_FCP_FSB_EXISTS_FAILED Failed to determine whether file exists {0}.

CONTENT_FCP_FSB_INVALID_PROVIDER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0084E

CONTENT_FCP_FSB_INVALID_PROVIDER The Fixed Content Provider specified is invalid: it is not a snaplock device.

CONTENT_FCP_FSB_MKDIR_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0085E

CONTENT_FCP_FSB_MKDIR_FAILED Failed to make directory {0}.

CONTENT_FCP_FSB_OPEN_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0086E

CONTENT_FCP_FSB_OPEN_FAILED Failed to open file {0}.

CONTENT_FCP_FSB_REFERRAL_NUM_SEQ_MISMATCH - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0087E

CONTENT_FCP_FSB_REFERRAL_NUM_SEQ_MISMATCH The number of CE sequence numbers [{0}] don't match the number of federated paths [{1}] in the referral.

CONTENT_FCP_FSB_SET_READ_ONLY_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0088E

CONTENT_FCP_FSB_SET_READ_ONLY_FAILED Failed to set read-only file attribute for {0}.

CONTENT_FCP_FSB_TMP_DIRECTORY_CREATE_FAILURE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0089E

CONTENT_FCP_FSB_TMP_DIRECTORY_CREATE_FAILURE Unable to create tmp Directory: {0}.

CONTENT_FCP_FSB_TMP_DIRECTORY_NOT_ACCESSIBLE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0090E

CONTENT_FCP_FSB_TMP_DIRECTORY_NOT_ACCESSIBLE Cannot write to tmp Directory: {0}.

CONTENT_FCP_GET_RETENTION_PERIOD_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0091E

CONTENT_FCP_GET_RETENTION_PERIOD_FAILED The retention period for the content element could not be retrieved for this provider.

CONTENT_FCP_HCP_INVALID_REFERRAL_BLOB - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0185E

CONTENT_FCP_HCP_INVALID_REFERRAL_BLOB Failed to decode the HCP binary referral blob, the referral is corrupt or invalid, device id {0} referral length: {1}

The binary referral blob is invalid and cannot be converted to a referral class instance.

CONTENT_FCP_HTTP_REQUEST_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0236E

CONTENT_FCP_HTTP_REQUEST_FAILED The HTTP {0} request to {1} failed for the {2} fixed content device.

CONTENT_FCP_INVALID_CONFIGURATION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0092E

CONTENT_FCP_INVALID_CONFIGURATION The configuration is invalid for this provider.

CONTENT_FCP_INVALID_CONTENT_ELEMENT_SEQUENCE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0161E

CONTENT_FCP_INVALID_CONTENT_ELEMENT_SEQUENCE The content element sequence number [{0}] is invalid for this provider, expecting [{1}].

CONTENT_FCP_INVALID_REFERRAL_URL - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0093E

CONTENT_FCP_INVALID_REFERRAL_URL Invalid Referral URL: [{0}]

The indicated Referral URL is invalid for this provider.

CONTENT_FCP_INVALID_REFERRAL_VERSION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0149E

CONTENT_FCP_INVALID_REFERRAL_VERSION Invalid Referral Version: [{0}]

The indicated Referral version is invalid for this provider.

CONTENT_FCP_INVALID_REFERRALURL_COUNT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0160E

CONTENT_FCP_INVALID_REFERRALURL_COUNT The number of referral URLs [{0}] did not match the expected number for this provider [{1}].

CONTENT_FCP_INVALID_RESOURCE_STRING - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0094E

CONTENT_FCP_INVALID_RESOURCE_STRING Invalid Resource String: [{0}]

The indicated Resource String is invalid for this provider.

CONTENT_FCP_INVALID_SEEK_ORIGIN - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0095E

CONTENT_FCP_INVALID_SEEK_ORIGIN Invalid origin {0} was specified for seek operation.

CONTENT_FCP_IS_FAILED_CONFIGURE_DOC_CLASSES - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0096E

CONTENT_FCP_IS_FAILED_CONFIGURE_DOC_CLASSES Failed to configure document classes for: domain [{0}]; domain id [{1}]; object store [{2}]; object store id [{3}].

CONTENT_FCP_IS_FAILED_RETRIEVE_DOC_CLASSES - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0097E

CONTENT_FCP_IS_FAILED_RETRIEVE_DOC_CLASSES The attempt to retrieve all document classes from the Image Services server failed.

CONTENT_FCP_IS_FAILED_RETRIEVE_DOC_PROPS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0098E

CONTENT_FCP_IS_FAILED_RETRIEVE_DOC_PROPS Error retrieving document properties for [{0}].

CONTENT_FCP_IS_INVALID_CSM_CACHE_NAME - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0099E

CONTENT_FCP_IS_INVALID_CSM_CACHE_NAME CSM cache name should be a valid NCH 3-part name (e.g.

CONTENT_FCP_IS_INVALID_DOC_CLASS_NAME - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0100E

CONTENT_FCP_IS_INVALID_DOC_CLASS_NAME Invalid Image Services Document Class Name: [{0}].

CONTENT_FCP_IS_MISMATCHED_PAGE_NUM - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0101E

CONTENT_FCP_IS_MISMATCHED_PAGE_NUM Mismatched Image Services page number.

CONTENT_FCP_IS_UNABLE_TO_RETRIEVE_IS_CLASS_DESC - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0102E

CONTENT_FCP_IS_UNABLE_TO_RETRIEVE_IS_CLASS_DESC A communication failure with the Image Services server has prevented the retrieval of the ImageServicesClassDescriptions property for this IMFixedContentDevice: {0}

A communication failure with the Image Services server has prevented the retrieval of the ImageServicesClassDescriptions property for this IMFixedContentDevice

CONTENT_FCP_LOGOFF_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0103E

CONTENT_FCP_LOGOFF_FAILED The logoff operation failed for this provider.

CONTENT_FCP_MISMATCHED_CHECKSUM - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0104E

CONTENT_FCP_MISMATCHED_CHECKSUM Checksum failed, expected {0}; actual {1}.

CONTENT_FCP_MISMATCHED_REF_VERSION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0107E

CONTENT_FCP_MISMATCHED_REF_VERSION Referral version or provider did not match.

CONTENT_FCP_MISMATCHED_REFERRALURL_LENGTH - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0105E

CONTENT_FCP_MISMATCHED_REFERRALURL_LENGTH The number of referral URLs [{0}] did not match the number of CE sequence numbers [{1}].

CONTENT_FCP_MISMATCHED_REFERRALURL_PARAM - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0106E

CONTENT_FCP_MISMATCHED_REFERRALURL_PARAM The referral URLs did not have the same '{0}'.

CONTENT_FCP_NEGATIVE_RETENTION_PERIOD - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0108E

CONTENT_FCP_NEGATIVE_RETENTION_PERIOD Requested retention period offset is negative {0}.

CONTENT_FCP_NO_CONTENT_ELEMENTS_EXIST - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0109E

CONTENT_FCP_NO_CONTENT_ELEMENTS_EXIST Content element open failed, no content elements match the sequence {0}.

CONTENT_FCP_OPERATION_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0110E

CONTENT_FCP_OPERATION_FAILED The [{1}] operation on the fixed content provider [{0}] failed.

CONTENT_FCP_OPERATION_FAILED_ON_OPEN - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0111E

CONTENT_FCP_OPERATION_FAILED_ON_OPEN Fixed Content Provider open operation failed.

CONTENT_FCP_OPERATION_FAILED_WITH_CONTENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0112E

CONTENT_FCP_OPERATION_FAILED_WITH_CONTENT The [{1}] operation on the fixed content provider [{0}] failed for the [{2}] content and the sequence numbers [{3}].

CONTENT_FCP_OPERATION_FAILED_WITH_CONTEXT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0184E

CONTENT_FCP_OPERATION_FAILED_WITH_CONTEXT The fixed content provider operation failed.

CONTENT_FCP_OPERATION_FAILED_WITH_REFERRAL - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0113E

CONTENT_FCP_OPERATION_FAILED_WITH_REFERRAL The fixed content provider operation failed.

CONTENT_FCP_OPERATION_NOT_SUPPORTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0114E

CONTENT_FCP_OPERATION_NOT_SUPPORTED Operation not supported for this Fixed Content Provider.

CONTENT_FCP_POOL_MAX_REACHED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0158E

CONTENT_FCP_POOL_MAX_REACHED The maximum number [{0}] of concurrent requests to the fixed content device [{1}] has been reached.

CONTENT_FCP_READ_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0229E

CONTENT_FCP_READ_FAILED Unable to read document from fixed content device.

CONTENT_FCP_RETENTION_PARAM_NOT_ALLOWED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0115E

CONTENT_FCP_RETENTION_PARAM_NOT_ALLOWED The retentionPeriod parameter is set to NOT-ALLOWED: [{0}]

The retention period parameter indicated is set to NOT-ALLOWED.

CONTENT_FCP_SET_RETENTION_PERIOD_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0116E

CONTENT_FCP_SET_RETENTION_PERIOD_FAILED Failed to set the retention period to [{0}] for the content element.

CONTENT_FCP_SIZE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0230E

CONTENT_FCP_SIZE_FAILED Unable to determine the size of the object from fixed content device.

CONTENT_FCP_TEMP_FILE_OPERATION_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0163E

CONTENT_FCP_TEMP_FILE_OPERATION_FAILED The operation on the temporary file failed for the fixed content provider.

CONTENT_FCP_TSM_API_FAILURE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0166E

CONTENT_FCP_TSM_API_FAILURE Failure reported by TSM API, device Id {0}, method: {1}, return code: {2} {3}

The call to the TSM API returned a failure ecode.

CONTENT_FCP_TSM_API_INITIALIZATION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0173E

CONTENT_FCP_TSM_API_INITIALIZATION Unable to initialize TsmJavaApi using API name [{0}] or [{1}].

CONTENT_FCP_TSM_CREATE_OPT_FILE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0174E

CONTENT_FCP_TSM_CREATE_OPT_FILE Failed to create TSM options file [{0}].

CONTENT_FCP_TSM_INVALID_REFERRAL_BLOB - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0172E

CONTENT_FCP_TSM_INVALID_REFERRAL_BLOB Failed to decode the TSM binary referral blob, the referral is corrupt or invalid, device id {0} referral length: {1}

The binary referral blob is invalid and cannot be converted to a referral class instance.

CONTENT_FCP_TSM_INVALID_RETENTION_INITIATED_STATE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0171E

CONTENT_FCP_TSM_INVALID_RETENTION_INITIATED_STATE The Retention Initiated state is invalid, expected pending or started, state: {0} device id {1} tsm object: {2}

The Retention Initiated state is unexpected, and the expiration date is not set.

CONTENT_FCP_TSM_LOAD_OPT_FILE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0175E

CONTENT_FCP_TSM_LOAD_OPT_FILE Failed to load the TSM options file [{0}].

CONTENT_FCP_TSM_MISSING_OPT_FILE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0176E

CONTENT_FCP_TSM_MISSING_OPT_FILE The TSM options file does not exist [{0}].

CONTENT_FCP_TSM_NO_OBJECT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0168E

CONTENT_FCP_TSM_NO_OBJECT The TSM object does not exist, device id {0} object name: {1}

The content could not be retrieved, the named TSM object does not exist.

CONTENT_FCP_TSM_OBJECT_CREATE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0170E

CONTENT_FCP_TSM_OBJECT_CREATE_FAILED TSM Object creation failed, content id {0}, migration id {1}, mgmt class name: {2}, object name: {3}

Creation of the tsm object failed.

CONTENT_FCP_TSM_OFFLINE_CONTENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0182E

CONTENT_FCP_TSM_OFFLINE_CONTENT The TSM content object is offline and the maximum number of concurrent tape readers [{0}] has been exceeded for the TSM Fixed Content Device [{1}].

CONTENT_FCP_TSM_RETENTION_EVENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0169E

CONTENT_FCP_TSM_RETENTION_EVENT Failed to execute retention event {0}, error code: {1} device id {2} tsm object: {3}

The call to tsmRetentionEvent failed.

CONTENT_FCP_TSM_RETRYABLE_API_FAILURE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0181E

CONTENT_FCP_TSM_RETRYABLE_API_FAILURE Failure reported by TSM API, device Id {0}, method: {1}, return code: {2} {3}

The call to the TSM API returned a failure code which indicates the operation should be retried later

CONTENT_FCP_TSM_TOO_MANY_CONTENT_ELEMENTS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0179E

CONTENT_FCP_TSM_TOO_MANY_CONTENT_ELEMENTS TSM Object creation failed, content id {0}, content element count {1}, max objects per transaction: {2}

The TSM object cannot be created, it contains more content elements than allowed by the TSM server (see TXNGROUPMAX).

CONTENT_FCP_TSM_WRITE_OPT_FILE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0177E

CONTENT_FCP_TSM_WRITE_OPT_FILE Failed to write the TSM options file [{0}].

CONTENT_FCP_TSM_WRONG_MGMT_CLASS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0167E

CONTENT_FCP_TSM_WRONG_MGMT_CLASS Unexpected management class result from tsmBindMC, storage area id {0}, found: {1}, expected: {2}

The call to bindTsmMC resulted in an unexpected management class, the options file is incorrect.

CONTENT_FCP_UNEXPECTED_STATE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0117E

CONTENT_FCP_UNEXPECTED_STATE The state was unexpected for this fixed content provider.

CONTENT_FEDERATING_REPOSITORY - Static variable in class com.filenet.api.constants.ClassNames
 
CONTENT_FIRST - Static variable in class com.filenet.api.constants.ContentQueryOptimization
Specifies to perform content query before database query.
CONTENT_FXCA_CANNOT_GET_PROVIDER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0118E

CONTENT_FXCA_CANNOT_GET_PROVIDER Failed loading the provider class {0}.

CONTENT_FXCA_CONTENT_EXCEEDS_MAX_SIZE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0186E

CONTENT_FXCA_CONTENT_EXCEEDS_MAX_SIZE The size of a content element [{0}] exceeds the maximum size supported by the Fixed Content Device [{1}].

CONTENT_FXCA_FCP_REJECTED_RETENTION_ALTER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0188E

CONTENT_FXCA_FCP_REJECTED_RETENTION_ALTER The fixed content provider rejected the new value for the retention date [{0}], current value [{1}].

CONTENT_FXCA_FCP_REJECTED_RETENTION_CREATE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0187E

CONTENT_FXCA_FCP_REJECTED_RETENTION_CREATE The fixed content provider rejected the retention date [{0}] during document check-in.

CONTENT_FXCA_INVALID_CONFIGURATION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0119E

CONTENT_FXCA_INVALID_CONFIGURATION The content area configuration is invalid.

CONTENT_FXCA_OPERATION_FAILED_CONTENT_IS_MIGRATING - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0120E

CONTENT_FXCA_OPERATION_FAILED_CONTENT_IS_MIGRATING Operation [{0}] cannot be performed while content is being migrated to Fixed Content Device.

CONTENT_FXCA_OPERATION_FAILED_PENDING_RETENTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0220E

CONTENT_FXCA_OPERATION_FAILED_PENDING_RETENTION Operation [{0}] cannot be performed while there is a pending alter retention request for the fixed content.

CONTENT_GC_CANNOT_FIND_INDEX_NUMBER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0121E

CONTENT_GC_CANNOT_FIND_INDEX_NUMBER Cannot find index number {0}.

CONTENT_GC_CANNOT_FIND_SEQUENCE_NUMBER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0122E

CONTENT_GC_CANNOT_FIND_SEQUENCE_NUMBER Cannot find sequence number {0}.

CONTENT_GC_INDEX_NOT_CONTENT_TRANSFER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0123E

CONTENT_GC_INDEX_NOT_CONTENT_TRANSFER Index {0} is not a ContentTransfer.

CONTENT_GET_BLOCK_SIZE_KB - Static variable in class com.filenet.api.constants.ConfigurationParameter
A constant representing a ConfigurationParameter instance of type CONTENT_GET_BLOCK_SIZE_KB.
CONTENT_GET_BLOCK_SIZE_KB_AS_INT - Static variable in class com.filenet.api.constants.ConfigurationParameter
An integer associated with the CONTENT_GET_BLOCK_SIZE_KB instance of this class.
CONTENT_GET_BLOCK_SIZE_KB_AS_STRING - Static variable in class com.filenet.api.constants.ConfigurationParameter
A Property name associated with the CONTENT_GET_BLOCK_SIZE_KB instance of this class.
CONTENT_KEY_GENERATION_FAILURE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0190E

CONTENT_KEY_GENERATION_FAILURE Content Engine failed to generate a new content encryption key.

CONTENT_KEY_MISSING - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0192E

CONTENT_KEY_MISSING Content Engine did not find the encryption key that is associated with the "{0}" index in the "{1}" object store.

CONTENT_LOCATION - Static variable in class com.filenet.api.constants.PropertyNames
 
CONTENT_MAX_UPLOAD_THREADS - Static variable in class com.filenet.api.constants.ConfigurationParameter
A constant representing a ConfigurationParameter instance of type CONTENT_MAX_UPLOAD_THREADS.
CONTENT_MAX_UPLOAD_THREADS_AS_INT - Static variable in class com.filenet.api.constants.ConfigurationParameter
An integer associated with the CONTENT_MAX_UPLOAD_THREADS instance of this class.
CONTENT_MAX_UPLOAD_THREADS_AS_STRING - Static variable in class com.filenet.api.constants.ConfigurationParameter
A Property name associated with the CONTENT_MAX_UPLOAD_THREADS instance of this class.
CONTENT_MC_FAILED_MOVING_CONTENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0124E

CONTENT_MC_FAILED_MOVING_CONTENT The MoveContent operation failed.

CONTENT_MC_UNSUPPORTED_VERSIONABLE_CLASS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0125E

CONTENT_MC_UNSUPPORTED_VERSIONABLE_CLASS Unsupported Versionable class {0} for MoveContent

The indicated Versionable class is not supported.

CONTENT_NOT_FOUND - Static variable in class com.filenet.api.constants.IndexingFailureCode
Indicates that the CBR-enabled object does not have any content elements.
CONTENT_NOT_FOUND_AS_INT - Static variable in class com.filenet.api.constants.IndexingFailureCode
An int value associated with the CONTENT_NOT_FOUND instance of this class.
CONTENT_OPERATION_NON_RETRIABLE_FAILURE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0164E

CONTENT_OPERATION_NON_RETRIABLE_FAILURE The content operation [{0}] failed with non-retriable exception.

CONTENT_PC_CLOSE_STREAM_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0126E

CONTENT_PC_CLOSE_STREAM_FAILED The PutContent operation failed because InputStream.close failed.

CONTENT_PC_FAILED_NO_STORAGE_DEFINED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0127E

CONTENT_PC_FAILED_NO_STORAGE_DEFINED The PutContent write operation failed because no StorageArea or StoragePolicy has been defined for this content.

CONTENT_PC_LAST_CHUNK_NOT_SET - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0128E

CONTENT_PC_LAST_CHUNK_NOT_SET Internal error: The lastChunk property has not been set.

CONTENT_PC_STREAM_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0129E

CONTENT_PC_STREAM_FAILED The PutContent operation failed because of an InputStream exception

CONTENT_PC_UNEXPECTED_CONTENT_TYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0130E

CONTENT_PC_UNEXPECTED_CONTENT_TYPE Unexpected PutContentRequest conte type; classname={0}; content={1}

The PutContentRequest content type was unexpected, as indicated.

CONTENT_PC_UNKNOWN_STATE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0131E

CONTENT_PC_UNKNOWN_STATE Unknown PutContent state: {0}, with cookie {1}.

CONTENT_PC_WRITE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0132E

CONTENT_PC_WRITE_FAILED A document could not be created, checked into a library, or moved from one storage area to another.

CONTENT_PUT_BLOCK_SIZE_KB - Static variable in class com.filenet.api.constants.ConfigurationParameter
A constant representing a ConfigurationParameter instance of type CONTENT_PUT_BLOCK_SIZE_KB.
CONTENT_PUT_BLOCK_SIZE_KB_AS_INT - Static variable in class com.filenet.api.constants.ConfigurationParameter
An integer associated with the CONTENT_PUT_BLOCK_SIZE_KB instance of this class.
CONTENT_PUT_BLOCK_SIZE_KB_AS_STRING - Static variable in class com.filenet.api.constants.ConfigurationParameter
A Property name associated with the CONTENT_PUT_BLOCK_SIZE_KB instance of this class.
CONTENT_QUEUE_MAX_WORKER_THREADS - Static variable in class com.filenet.api.constants.PropertyNames
 
CONTENT_REFERENCE - Static variable in class com.filenet.api.constants.ClassNames
 
CONTENT_RETENTION_DATE - Static variable in class com.filenet.api.constants.PropertyNames
 
CONTENT_RETRYABLE_READ_FAILURE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0178E

CONTENT_RETRYABLE_READ_FAILURE The attempt to read document id [{0}], element [{1}] failed.

CONTENT_SA_DELETES_NOT_ALLOWED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0133E

CONTENT_SA_DELETES_NOT_ALLOWED The Storage Area does not allow delete of content.

CONTENT_SA_EXCEEDED_CLOSURE_DATE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0134E

CONTENT_SA_EXCEEDED_CLOSURE_DATE Storage Area [{0}] exceeded closure date [{1}].

CONTENT_SA_EXCEEDED_MAX_COUNT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0135E

CONTENT_SA_EXCEEDED_MAX_COUNT Storage Area [{0}] exceeded maximum number of content elements limit of [{1}].

CONTENT_SA_EXCEEDED_MAX_SIZE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0136E

CONTENT_SA_EXCEEDED_MAX_SIZE Storage Area [{0}] exceeded maximum size limit of [{1}(KB)].

CONTENT_SA_INVALID_DIRECTORY_STRUCTURE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0137E

CONTENT_SA_INVALID_DIRECTORY_STRUCTURE Invalid directory structure packed value: [{0}].

CONTENT_SA_INVALID_RETENTION_PERIOD - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0138E

CONTENT_SA_INVALID_RETENTION_PERIOD Invalid Retention Period value: [{0}].

CONTENT_SA_INVALID_STATUS_CHANGE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0139E

CONTENT_SA_INVALID_STATUS_CHANGE Invalid Status value; you cannot change from {0} to {1}.

CONTENT_SA_NO_OPEN_STORAGE_AREA_FOR_CFS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0157E

CONTENT_SA_NO_OPEN_STORAGE_AREA_FOR_CFS No open storage areas are available for the CFS Importer with object store id=[{0}] and fixed content device id=[{1}]

No storage area for the CFS Importer is available for the given object store and fixed content device

CONTENT_SA_NO_STORAGE_AREA_FOR_RESERVATION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0140E

CONTENT_SA_NO_STORAGE_AREA_FOR_RESERVATION There are no open Storage Areas available for the reservation.

CONTENT_SA_STORAGE_AREA_NOT_OPEN - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0141E

CONTENT_SA_STORAGE_AREA_NOT_OPEN StorageArea [{0}] not open, Status value is [{1}].

CONTENT_SA_UNKNOWN_CLASS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0142E

CONTENT_SA_UNKNOWN_CLASS Unknown StorageArea class {0}.

CONTENT_SA_UNKNOWN_STORAGE_AREA - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0143E

CONTENT_SA_UNKNOWN_STORAGE_AREA Unknown StorageArea {0}.

CONTENT_SEARCH - Static variable in class com.filenet.api.constants.ClassNames
 
CONTENT_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
CONTENT_SQ_SERIALIZED_OBJECT_IS_NULL - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0145E

CONTENT_SQ_SERIALIZED_OBJECT_IS_NULL No content elements have been serialized with this storage queue item.

CONTENT_SQ_UNKNOWN_COMMAND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0146E

CONTENT_SQ_UNKNOWN_COMMAND Unknown command: {0}

The command used for the Storage Area is not recognized.

CONTENT_STORAGE_TRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
CONTENT_STREAM_INIT_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0144E

CONTENT_STREAM_INIT_FAILED Stream initialization failed for {0}.

CONTENT_TEMP_DIRECTORY_ROOT - Static variable in class com.filenet.api.constants.PropertyNames
 
CONTENT_THUMBNAIL_FAILED_CREATE_CONTROL_FILE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0203E

CONTENT_THUMBNAIL_FAILED_CREATE_CONTROL_FILE Failed to generate the batch control file for thumbnail generation batch: [{0}].

CONTENT_THUMBNAIL_FAILED_CREATE_OUTPUT_FOLDER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0208E

CONTENT_THUMBNAIL_FAILED_CREATE_OUTPUT_FOLDER Failed to create folder [{0}] under root folder [{1}] for thumbnail generation of input file [{2}].

CONTENT_THUMBNAIL_FAILED_LAUNCH_EXTERNAL_PROCESS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0205E

CONTENT_THUMBNAIL_FAILED_LAUNCH_EXTERNAL_PROCESS Failed to launch the external thumbnail generation process for batch:[{0}].

CONTENT_THUMBNAIL_FAILED_READ_RESULT_FILE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0206E

CONTENT_THUMBNAIL_FAILED_READ_RESULT_FILE Failed to read thumbnail generation process status result file [{0}], process exit value [{1}].

CONTENT_THUMBNAIL_FILETYPE_FILTERED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0212E

CONTENT_THUMBNAIL_FILETYPE_FILTERED The file type has been configured to be filtered for file:[{0}], mimetype[{1}].

CONTENT_THUMBNAIL_FILETYPE_NOT_SUPPORTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0204E

CONTENT_THUMBNAIL_FILETYPE_NOT_SUPPORTED The file type is not supported for file:[{0}], mimetype[{1}].

CONTENT_THUMBNAIL_GENERATION_FAILURE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0201E

CONTENT_THUMBNAIL_GENERATION_FAILURE Failed to generate thumbnail for file: [{0}], generation service return error code: [{1}].

CONTENT_THUMBNAIL_GENERATION_FAILURE_NONRETRIABLE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0209E

CONTENT_THUMBNAIL_GENERATION_FAILURE_NONRETRIABLE A non-retriable error occurred when generating thumbnail for file: [{0}], generation service returned error code: [{1}].

CONTENT_THUMBNAIL_GET_SERVICE_FAILUER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0200E

CONTENT_THUMBNAIL_GET_SERVICE_FAILUER Failed to get the Thumbnail Generation Service implementation: [{0}].

CONTENT_THUMBNAIL_IWORK_NO_NATIVE_THUMBNAIL - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0217E

CONTENT_THUMBNAIL_IWORK_NO_NATIVE_THUMBNAIL The input iWork file {0}], mimetype[{1}] does not include an embedded thumbnail.

CONTENT_THUMBNAIL_IWORK_NO_QUICKLOOK_PREVIEW - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0215E

CONTENT_THUMBNAIL_IWORK_NO_QUICKLOOK_PREVIEW The input iWork file {0}], mimetype[{1}] does not include a thumbnail in the QuickLook folder.

CONTENT_THUMBNAIL_IWORK_THUMB_GENERATION_FAILURE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0216E

CONTENT_THUMBNAIL_IWORK_THUMB_GENERATION_FAILURE The thumbnail generation for the input iWork file {0}], mimetype[{1}] failed.

CONTENT_THUMBNAIL_LOAD_BINARY_RECOGNIZER_FAILURE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0211E

CONTENT_THUMBNAIL_LOAD_BINARY_RECOGNIZER_FAILURE Thumbnail generation service failed to load binary recognizer configuration file [{0}].

CONTENT_THUMBNAIL_LOAD_MIMETYPE_ACTION_FAILURE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0213E

CONTENT_THUMBNAIL_LOAD_MIMETYPE_ACTION_FAILURE Thumbnail generation service failed to load mimetype action configuration file [{0}].

CONTENT_THUMBNAIL_NOT_PROCESSED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0207E

CONTENT_THUMBNAIL_NOT_PROCESSED Thumbnail generation service did not process input file [{0}].

CONTENT_THUMBNAIL_NOT_PROCESSED_PROCESS_FAILURE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0210E

CONTENT_THUMBNAIL_NOT_PROCESSED_PROCESS_FAILURE Thumbnail generation service did not process input file [{0}], process exit value [{1}].

CONTENT_THUMBNAIL_OUTPUT_FORMAT_NOT_SUPPORTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0219E

CONTENT_THUMBNAIL_OUTPUT_FORMAT_NOT_SUPPORTED The thumbnail image format [{0}] is not supported by the thumbnail generation service provider.

CONTENT_THUMBNAIL_OUTSIDEIN_SDK_NOT_DEPLOYED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0218E

CONTENT_THUMBNAIL_OUTSIDEIN_SDK_NOT_DEPLOYED Cannot locate the OutsideIn binary, the SDK is not deployed.

CONTENT_THUMBNAIL_READ_FAILURE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0202E

CONTENT_THUMBNAIL_READ_FAILURE Failed to read generated thumbnail into byte array for file: [{0}].

CONTENT_THUMBNAIL_WRONG_IWORK_FORMAT_FAILURE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0214E

CONTENT_THUMBNAIL_WRONG_IWORK_FORMAT_FAILURE The input iWork file {0}], mimetype[{1}] is not in a valid format.

CONTENT_TRANSFER - Static variable in class com.filenet.api.constants.ClassNames
 
CONTENT_TTL_STREAM_EXPIRED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCC0147E

CONTENT_TTL_STREAM_EXPIRED The TTL (Time To Live) value for the stream has expired.

CONTENT_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
CONTENT_UPLOAD_SERVER_AFFINITY_ENABLED - Static variable in class com.filenet.api.constants.ConfigurationParameter
A constant representing a ConfigurationParameter instance of type CONTENT_UPLOAD_SERVER_AFFINITY_ENABLED.
CONTENT_UPLOAD_SERVER_AFFINITY_ENABLED_AS_INT - Static variable in class com.filenet.api.constants.ConfigurationParameter
A boolean associated with the CONTENT_UPLOAD_SERVER_AFFINITY_ENABLED instance of this class.
CONTENT_UPLOAD_SERVER_AFFINITY_ENABLED_AS_STRING - Static variable in class com.filenet.api.constants.ConfigurationParameter
A Property name associated with the CONTENT_UPLOAD_SERVER_AFFINITY_ENABLED instance of this class.
ContentAccessRecordingLevel - Class in com.filenet.api.constants
Specifies options for the recording granularity of updates to the DateContentLastAccessed property when content is accessed.
ContentCacheArea - Interface in com.filenet.api.admin
Represents a file storage area that stores duplicates of the document content most frequently requested, and permits those duplicates to be accessed in lieu of the originals in order to enhance the document retrieval performance of local servers.
ContentCacheAreaSet - Interface in com.filenet.api.collection
Represents a collection of ContentCacheArea objects.
ContentCacheConfiguration - Interface in com.filenet.api.admin
Defines the configuration for a content cache.
ContentCacheConfigurationList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
ContentConfiguration - Interface in com.filenet.api.admin
Configures the Content Management Subsystem.
ContentConfigurationList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
ContentElement - Interface in com.filenet.api.core
Represents the superclass for classes used to access document or annotation content data.
ContentElementList - Interface in com.filenet.api.collection
Represents a collection of objects, each of which is either a ContentReference or a ContentTransfer object.
ContentFederatingRepository - Interface in com.filenet.api.replication
Represents repositories that are external to the Content Engine server and are capable of federating content.
ContentFederatingRepositorySet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
ContentQueryOptimization - Class in com.filenet.api.constants
Specifies the content query optimization for a Stored Search query.
ContentReference - Interface in com.filenet.api.core
Represents external content data that exists outside of an object store (and therefore outside the control of the Content Engine server), but to which an object store maintains a reference.
ContentReferenceList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
ContentTransfer - Interface in com.filenet.api.core
Represents content data that is local to an object store and directly managed by the Content Engine server.
ContentTransferList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0. Use ContentElementList.
ContentValidationRequest - Class in com.filenet.api.admin
Represents a data object to be used with the batch form of StorageArea.validateContent.
ContentValidationRequest(IndependentlyPersistableObject, int) - Constructor for class com.filenet.api.admin.ContentValidationRequest
Creates a new instance of a ContentValidationRequest object.
CONTROLLING_OBJECT - Static variable in class com.filenet.api.constants.PropertyNames
 
CONVERSION_DISABLED - Static variable in class com.filenet.api.constants.IndexingFailureCode
Indicates the text extraction process used to convert content to plain text is disabled.
CONVERSION_DISABLED_AS_INT - Static variable in class com.filenet.api.constants.IndexingFailureCode
An int value associated with the CONVERSION_DISABLED instance of this class.
COORDINATED_TASKS - Static variable in class com.filenet.api.constants.PropertyNames
 
COORDINATOR - Static variable in class com.filenet.api.constants.PropertyNames
 
COPY_TO_RESERVATION - Static variable in class com.filenet.api.constants.PropertyNames
 
Create - Class in com.filenet.api.action
Represents a pending action for creating an object.
Create(String, String, Boolean, ReservationType, Boolean, String) - Constructor for class com.filenet.api.action.Create
Creates a new instance of a Create pending action object initialized with the specified parameters.
CREATE - Static variable in class com.filenet.api.constants.IndexingOperation
Indicates that an index entry is to be created.
CREATE_AS_INT - Static variable in class com.filenet.api.constants.IndexingOperation
An int value associated with the CREATE instance of this class.
CREATE_CHILD - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group is granted or denied permission to create a child object.
CREATE_CHILD_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the CREATE_CHILD instance of this class.
CREATE_INSTANCE - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group is granted or denied permission to create a new instance of an object.
CREATE_INSTANCE_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the CREATE_INSTANCE instance of this class.
createAnnotation(int, String) - Method in interface com.filenet.api.core.Versionable
Creates and associates a new annotation to a specific content element of this document.
createClassProperty() - Method in interface com.filenet.api.admin.PropertyTemplate
Creates and returns a new property definition object based on this property template.
createId() - Static method in class com.filenet.api.util.Id
Generates an ID with an IETF Version 4 UUID value.
createInstance() - Static method in class com.filenet.api.core.Factory.AccessPermission
Creates a new instance of the AccessPermission class.
createInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.AddOn
Creates a new instance of the AddOn class based on the specified parameters.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.Annotation
Creates a new instance of the subclassable Annotation class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.Annotation
Creates a new instance of the subclassable Annotation class to be persisted in the specified object store.
createInstance() - Static method in class com.filenet.api.core.Factory.ApplicationSecurityTemplate
Creates a new instance of the ApplicationSecurityTemplate class to be persisted to an object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.ApplicationSecurityTemplate
Creates a new instance of the ApplicationSecurityTemplate class to be persisted to an object store.
createInstance() - Static method in class com.filenet.api.core.Factory.AsyncProcessingConfiguration
Creates a new instance of the AsyncProcessingConfiguration class.
createInstance() - Static method in class com.filenet.api.core.Factory.AuditDefinition
Creates a new instance of the AuditDefinition class to be persisted to an object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.AuditDefinition
Creates a new instance of the AuditDefinition class to be persisted to an object store.
createInstance(Domain) - Static method in class com.filenet.api.core.Factory.CenteraFixedContentDevice
Creates a new instance of the CenteraFixedContentDevice class for the specified domain.
createInstance() - Static method in class com.filenet.api.core.Factory.CenteraSiteSettings
Creates a new instance of the CenteraSiteSettings class.
createInstance() - Static method in class com.filenet.api.core.Factory.CFSImportAgentConfiguration
Creates a new instance of the CFSImportAgentConfiguration class.
createInstance() - Static method in class com.filenet.api.core.Factory.CFSSiteSettings
Creates a new instance of the CFSSiteSettings class.
createInstance() - Static method in class com.filenet.api.core.Factory.Choice
Creates a new instance of the Choice class to be persisted to an object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.Choice
Creates a new instance of the Choice class to be persisted to an object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.ChoiceList
Creates a new instance of the ChoiceList class to be persisted in the specified object store.
createInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.ChoiceList
Creates a new instance of the ChoiceList class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.ClassSubscription
Creates a new instance of the subclassable ClassSubscription class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.ClassSubscription
Creates a new instance of the subclassable ClassSubscription class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.ClassWorkflowSubscription
Creates a new instance of the subclassable ClassWorkflowSubscription class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.ClassWorkflowSubscription
Creates a new instance of the subclassable ClassWorkflowSubscription class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmAbstractPersistable
Creates a new instance of the subclassable CmAbstractPersistable class, to be persisted in the specified object store, based on the class and GUID.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CmAbstractPersistable
Creates a new instance of the subclassable CmAbstractPersistable class, to be persisted in the specified object store, based on the class.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmAbstractQueueEntry
Creates a new instance of the subclassable CmAbstractQueueEntry class, to be persisted in the specified object store, based on the class and GUID.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CmAbstractQueueEntry
Creates a new instance of the subclassable CmAbstractQueueEntry class, to be persisted in the specified object store, based on the class.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmAbstractSequential
Creates a new instance of the subclassable CmAbstractSequential class, to be persisted in the specified object store, based on the class and GUID.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CmAbstractSequential
Creates a new instance of the subclassable CmAbstractSequential class, to be persisted in the specified object store, based on the class.
createInstance(Domain) - Static method in class com.filenet.api.core.Factory.CmAtmosFixedContentDevice
Creates a new instance of the CmAtmosFixedContentDevice class for the specified domain.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CmAuditDispositionPolicy
Creates a new instance of the subclassable CmAuditDispositionPolicy class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmAuditDispositionPolicy
Creates a new instance of the subclassable CmAuditDispositionPolicy class to be persisted in the specified object store.
createInstance() - Static method in class com.filenet.api.core.Factory.CmAuditingConfiguration
Creates a new instance of the CmAuditingConfiguration class.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CmAuditProcessingBookmark
Creates a new instance of the subclassable CmAuditProcessingBookmark class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmAuditProcessingBookmark
Creates a new instance of the subclassable CmAuditProcessingBookmark class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CmBulkMoveContentJob
Creates a new instance of the subclassable CmBulkMoveContentJob class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmBulkMoveContentJob
Creates a new instance of the subclassable CmBulkMoveContentJob class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CmChangePreprocessorAction
Creates a new instance of the subclassable CmChangePreprocessorAction class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmChangePreprocessorAction
Creates a new instance of the subclassable CmChangePreprocessorAction class to be persisted in the specified object store.
createInstance() - Static method in class com.filenet.api.core.Factory.CmChangePreprocessorDefinition
Creates a new instance of the CmChangePreprocessorDefinition class to be persisted to an object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.CmChangePreprocessorDefinition
Creates a new instance of the CmChangePreprocessorDefinition class to be persisted to an object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.CmContentMigrationPolicy
Creates a new instance of the CmContentMigrationPolicy class to be persisted in the specified object store.
createInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmContentMigrationPolicy
Creates a new instance of the CmContentMigrationPolicy class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CmCustomQueueSweep
Creates a new instance of the subclassable CmCustomQueueSweep class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmCustomQueueSweep
Creates a new instance of the subclassable CmCustomQueueSweep class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CmCustomSweepJob
Creates a new instance of the subclassable CmCustomSweepJob class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmCustomSweepJob
Creates a new instance of the subclassable CmCustomSweepJob class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CmCustomSweepPolicy
Creates a new instance of the subclassable CmCustomSweepPolicy class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmCustomSweepPolicy
Creates a new instance of the subclassable CmCustomSweepPolicy class to be persisted in the specified object store.
createInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.CmDatabaseConnection
Creates a new instance of the CmDatabaseConnection class based on the specified parameters.
createInstance() - Static method in class com.filenet.api.core.Factory.CmDirectoryConfigurationConnections
Creates a new instance of the CmDirectoryConfigurationConnections class.
createInstance() - Static method in class com.filenet.api.core.Factory.CmDirectoryConfigurationDomino
Creates a new instance of the CmDirectoryConfigurationDomino class.
createInstance() - Static method in class com.filenet.api.core.Factory.CmDirectoryConfigurationOID
Creates a new instance of the CmDirectoryConfigurationOID class.
createInstance() - Static method in class com.filenet.api.core.Factory.CmDirectoryConfigurationRadiantOne
Creates a new instance of the CmDirectoryConfigurationRadiantOne class.
createInstance() - Static method in class com.filenet.api.core.Factory.CmDirectoryConfigurationVMM
Creates a new instance of the CmDirectoryConfigurationVMM class.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.CmDisposalPolicy
Creates a new instance of the CmDisposalPolicy class to be persisted in the specified object store.
createInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmDisposalPolicy
Creates a new instance of the CmDisposalPolicy class to be persisted in the specified object store.
createInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.CmEventExportStore
Creates a new instance of the CmEventExportStore class based on the specified parameters.
createInstance(Domain) - Static method in class com.filenet.api.core.Factory.CmHitachiFixedContentDevice
Creates a new instance of the CmHitachiFixedContentDevice class for the specified domain.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CmHold
Creates a new instance of the subclassable CmHold class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmHold
Creates a new instance of the subclassable CmHold class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CmHoldRelationship
Creates a new instance of the subclassable CmHoldRelationship class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmHoldRelationship
Creates a new instance of the subclassable CmHoldRelationship class to be persisted in the specified object store.
createInstance() - Static method in class com.filenet.api.core.Factory.CmIndexJobResyncItem
Creates a new instance of the CmIndexJobResyncItem class to be persisted to an object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.CmIndexJobResyncItem
Creates a new instance of the CmIndexJobResyncItem class to be persisted to an object store.
createInstance(Domain) - Static method in class com.filenet.api.core.Factory.CMODFixedContentDevice
Creates a new instance of the CMODFixedContentDevice class for the specified domain.
createInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.CMODRepository
Creates a new instance of the CMODRepository class based on the specified parameters.
createInstance() - Static method in class com.filenet.api.core.Factory.CmProcessEngineConfiguration
Creates a new instance of the CmProcessEngineConfiguration class.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CmRecoveryBin
Creates a new instance of the subclassable CmRecoveryBin class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmRecoveryBin
Creates a new instance of the subclassable CmRecoveryBin class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CmRecoveryItem
Creates a new instance of the subclassable CmRecoveryItem class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmRecoveryItem
Creates a new instance of the subclassable CmRecoveryItem class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CmRetentionUpdateJob
Creates a new instance of the subclassable CmRetentionUpdateJob class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmRetentionUpdateJob
Creates a new instance of the subclassable CmRetentionUpdateJob class to be persisted in the specified object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.CmRetentionUpdatePolicy
Creates a new instance of the CmRetentionUpdatePolicy class to be persisted in the specified object store.
createInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmRetentionUpdatePolicy
Creates a new instance of the CmRetentionUpdatePolicy class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CmSweepAction
Creates a new instance of the subclassable CmSweepAction class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmSweepAction
Creates a new instance of the subclassable CmSweepAction class to be persisted in the specified object store.
createInstance() - Static method in class com.filenet.api.core.Factory.CmSweepConfiguration
Creates a new instance of the CmSweepConfiguration class.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CmTask
Creates a new instance of the CmTask class, to be persisted in the specified object store, based on the class ID.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmTask
Creates a new instance of the CmTask class, to be persisted in the specified object store, based on the class ID and GUID.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CmTaskRelationship
Creates a new instance of the subclassable CmTaskRelationship class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmTaskRelationship
Creates a new instance of the subclassable CmTaskRelationship class to be persisted in the specified object store.
createInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.CmTextSearchAffinityGroup
Creates a new instance of the CmTextSearchAffinityGroup class based on the specified parameters.
createInstance() - Static method in class com.filenet.api.core.Factory.CmTextSearchConfiguration
Creates a new instance of the CmTextSearchConfiguration class.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.CmTextSearchIndexArea
Creates a new instance of the CmTextSearchIndexArea class to be persisted in the specified object store.
createInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmTextSearchIndexArea
Creates a new instance of the CmTextSearchIndexArea class to be persisted in the specified object store.
createInstance() - Static method in class com.filenet.api.core.Factory.CmTextSearchPartitionDateProperty
Creates a new instance of the CmTextSearchPartitionDateProperty class.
createInstance() - Static method in class com.filenet.api.core.Factory.CmTextSearchPartitionStringProperty
Creates a new instance of the CmTextSearchPartitionStringProperty class.
createInstance(Domain) - Static method in class com.filenet.api.core.Factory.CmTextSearchServer
Creates a new instance of the CmTextSearchServer class for the specified domain.
createInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.CmTextSearchServer
Creates a new instance of the CmTextSearchServer class based on the specified parameters.
createInstance() - Static method in class com.filenet.api.core.Factory.CmThreadPoolConfiguration
Creates a new instance of the CmThreadPoolConfiguration class.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CmThumbnail
Creates a new instance of the subclassable CmThumbnail class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmThumbnail
Creates a new instance of the subclassable CmThumbnail class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CmThumbnailGenerationJob
Creates a new instance of the subclassable CmThumbnailGenerationJob class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmThumbnailGenerationJob
Creates a new instance of the subclassable CmThumbnailGenerationJob class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CmThumbnailGenerationSubscription
Creates a new instance of the subclassable CmThumbnailGenerationSubscription class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmThumbnailGenerationSubscription
Creates a new instance of the subclassable CmThumbnailGenerationSubscription class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CmThumbnailRequest
Creates a new instance of the subclassable CmThumbnailRequest class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmThumbnailRequest
Creates a new instance of the subclassable CmThumbnailRequest class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CmThumbnailRequestSweep
Creates a new instance of the subclassable CmThumbnailRequestSweep class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmThumbnailRequestSweep
Creates a new instance of the subclassable CmThumbnailRequestSweep class to be persisted in the specified object store.
createInstance() - Static method in class com.filenet.api.core.Factory.CmTimeslot
Creates a new instance of the CmTimeslot class.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CodeModule
Creates a new instance of the subclassable CodeModule class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CodeModule
Creates a new instance of the subclassable CodeModule class to be persisted in the specified object store.
createInstance(ObjectStore, String, ComponentRelationshipType, Document, String) - Static method in class com.filenet.api.core.Factory.ComponentRelationship
Creates a new instance of the subclassable ComponentRelationship class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.ComponentRelationship
Creates a new instance of the subclassable ComponentRelationship class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.ComponentRelationship
Creates a new instance of the subclassable ComponentRelationship class to be persisted in the specified object store.
createInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.ContentCacheArea
Creates a new instance of the ContentCacheArea class based on the specified parameters.
createInstance() - Static method in class com.filenet.api.core.Factory.ContentCacheConfiguration
Creates a new instance of the ContentCacheConfiguration class.
createInstance() - Static method in class com.filenet.api.core.Factory.ContentConfiguration
Creates a new instance of the ContentConfiguration class.
createInstance() - Static method in class com.filenet.api.core.Factory.ContentReference
Creates a new instance of the ContentReference class to be persisted to an object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.ContentReference
Creates a new instance of the ContentReference class to be persisted to an object store.
createInstance() - Static method in class com.filenet.api.core.Factory.ContentTransfer
Creates a new instance of the ContentTransfer class to be persisted to an object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.ContentTransfer
Creates a new instance of the ContentTransfer class to be persisted to an object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CustomEvent
Creates a new instance of the subclassable CustomEvent class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CustomEvent
Creates a new instance of the subclassable CustomEvent class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CustomObject
Creates a new instance of the subclassable CustomObject class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CustomObject
Creates a new instance of the subclassable CustomObject class to be persisted in the specified object store.
createInstance() - Static method in class com.filenet.api.core.Factory.DirectoryConfiguration
Creates a new instance of the DirectoryConfiguration class.
createInstance() - Static method in class com.filenet.api.core.Factory.DirectoryConfigurationAD
Creates a new instance of the DirectoryConfigurationAD class.
createInstance() - Static method in class com.filenet.api.core.Factory.DirectoryConfigurationAdam
Creates a new instance of the DirectoryConfigurationAdam class.
createInstance() - Static method in class com.filenet.api.core.Factory.DirectoryConfigurationCA
Creates a new instance of the DirectoryConfigurationCA class.
createInstance() - Static method in class com.filenet.api.core.Factory.DirectoryConfigurationIBM
Creates a new instance of the DirectoryConfigurationIBM class.
createInstance() - Static method in class com.filenet.api.core.Factory.DirectoryConfigurationNovell
Creates a new instance of the DirectoryConfigurationNovell class.
createInstance() - Static method in class com.filenet.api.core.Factory.DirectoryConfigurationSunOne
Creates a new instance of the DirectoryConfigurationSunOne class.
createInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.DITARenditionEngineConnection
Creates a new instance of the DITARenditionEngineConnection class based on the specified parameters.
createInstance(ObjectStore, String, Id, Id, ReservationType) - Static method in class com.filenet.api.core.Factory.Document
Creates a new instance of the subclassable Document class, to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.Document
Creates a new instance of the subclassable Document class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.Document
Creates a new instance of the subclassable Document class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.DocumentClassificationAction
Creates a new instance of the subclassable DocumentClassificationAction class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.DocumentClassificationAction
Creates a new instance of the subclassable DocumentClassificationAction class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.DocumentLifecycleAction
Creates a new instance of the subclassable DocumentLifecycleAction class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.DocumentLifecycleAction
Creates a new instance of the subclassable DocumentLifecycleAction class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.DocumentLifecyclePolicy
Creates a new instance of the subclassable DocumentLifecyclePolicy class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.DocumentLifecyclePolicy
Creates a new instance of the subclassable DocumentLifecyclePolicy class to be persisted in the specified object store.
createInstance() - Static method in class com.filenet.api.core.Factory.DocumentState
Creates a new instance of the DocumentState class to be persisted to an object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.DocumentState
Creates a new instance of the DocumentState class to be persisted to an object store.
createInstance(ObjectStore, String, AutoUniqueName, DefineSecurityParentage) - Static method in class com.filenet.api.core.Factory.DynamicReferentialContainmentRelationship
Creates a new instance of the DynamicReferentialContainmentRelationship class, to be persisted in the specified object store, based on the AutoUniqueName and DefineSecurityParentage and class name settings.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.DynamicReferentialContainmentRelationship
Creates a new instance of the subclassable DynamicReferentialContainmentRelationship class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.DynamicReferentialContainmentRelationship
Creates a new instance of the subclassable DynamicReferentialContainmentRelationship class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.EventAction
Creates a new instance of the subclassable EventAction class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.EventAction
Creates a new instance of the subclassable EventAction class to be persisted in the specified object store.
createInstance() - Static method in class com.filenet.api.core.Factory.ExternalClassAlias
Creates a new instance of the ExternalClassAlias class to be persisted to an object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.ExternalClassAlias
Creates a new instance of the ExternalClassAlias class to be persisted to an object store.
createInstance() - Static method in class com.filenet.api.core.Factory.ExternalParticipant
Creates a new instance of the ExternalParticipant class.
createInstance() - Static method in class com.filenet.api.core.Factory.ExternalPropertyAlias
Creates a new instance of the ExternalPropertyAlias class to be persisted to an object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.ExternalPropertyAlias
Creates a new instance of the ExternalPropertyAlias class to be persisted to an object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.FileStorageArea
Creates a new instance of the subclassable FileStorageArea class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.FileStorageArea
Creates a new instance of the subclassable FileStorageArea class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.FixedStorageArea
Creates a new instance of the subclassable FixedStorageArea class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.FixedStorageArea
Creates a new instance of the subclassable FixedStorageArea class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.Folder
Creates a new instance of the subclassable Folder class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.Folder
Creates a new instance of the subclassable Folder class to be persisted in the specified object store.
createInstance(Domain) - Static method in class com.filenet.api.core.Factory.GenericFixedContentDevice
Creates a new instance of the GenericFixedContentDevice class for the specified domain.
createInstance(Domain) - Static method in class com.filenet.api.core.Factory.IICEFixedContentDevice
Creates a new instance of the IICEFixedContentDevice class for the specified domain.
createInstance() - Static method in class com.filenet.api.core.Factory.ImageServicesImportAgentConfiguration
Creates a new instance of the ImageServicesImportAgentConfiguration class.
createInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.ImageServicesRepository
Creates a new instance of the ImageServicesRepository class based on the specified parameters.
createInstance() - Static method in class com.filenet.api.core.Factory.ImageServicesSiteSettings
Creates a new instance of the ImageServicesSiteSettings class.
createInstance(Domain) - Static method in class com.filenet.api.core.Factory.IMFixedContentDevice
Creates a new instance of the IMFixedContentDevice class for the specified domain.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.IndexJob
Creates a new instance of the IndexJob class to be persisted in the specified object store.
createInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.IndexJob
Creates a new instance of the IndexJob class to be persisted in the specified object store.
createInstance() - Static method in class com.filenet.api.core.Factory.IndexJobClassItem
Creates a new instance of the IndexJobClassItem class to be persisted to an object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.IndexJobClassItem
Creates a new instance of the IndexJobClassItem class to be persisted to an object store.
createInstance() - Static method in class com.filenet.api.core.Factory.IndexJobCollectionItem
Creates a new instance of the IndexJobCollectionItem class to be persisted to an object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.IndexJobCollectionItem
Creates a new instance of the IndexJobCollectionItem class to be persisted to an object store.
createInstance() - Static method in class com.filenet.api.core.Factory.IndexJobSingleItem
Creates a new instance of the IndexJobSingleItem class to be persisted to an object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.IndexJobSingleItem
Creates a new instance of the IndexJobSingleItem class to be persisted to an object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.InstanceSubscription
Creates a new instance of the subclassable InstanceSubscription class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.InstanceSubscription
Creates a new instance of the subclassable InstanceSubscription class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.InstanceWorkflowSubscription
Creates a new instance of the subclassable InstanceWorkflowSubscription class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.InstanceWorkflowSubscription
Creates a new instance of the subclassable InstanceWorkflowSubscription class to be persisted in the specified object store.
createInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.IsolatedRegion
Creates a new instance of the IsolatedRegion class based on the specified parameters.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.Link
Creates a new instance of the Link class, to be persisted in the specified object store, based on the class ID.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.Link
Creates a new instance of the Link class, to be persisted in the specified object store, based on the class ID and GUID.
createInstance() - Static method in class com.filenet.api.core.Factory.LocalizedString
Creates a new instance of the LocalizedString class to be persisted to an object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.LocalizedString
Creates a new instance of the LocalizedString class to be persisted to an object store.
createInstance() - Static method in class com.filenet.api.core.Factory.Marking
Creates a new instance of the Marking class.
createInstance(Domain) - Static method in class com.filenet.api.core.Factory.MarkingSet
Creates a new instance of the MarkingSet class.
createInstance(Domain, String[], String[]) - Static method in class com.filenet.api.core.Factory.ObjectStore
Creates a new instance of the ObjectStore class based on the specified parameters.
createInstance(Domain, String[], String[], String) - Static method in class com.filenet.api.core.Factory.ObjectStore
Creates a new instance of the ObjectStore class based on the specified parameters.
createInstance() - Static method in class com.filenet.api.core.Factory.ObjectStoreParticipant
Creates a new instance of the ObjectStoreParticipant class.
createInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.PEConnectionPoint
Creates a new instance of the PEConnectionPoint class based on the specified parameters.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.PropertyTemplateBinary
Creates a new instance of the PropertyTemplateBinary class to be persisted in the specified object store.
createInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PropertyTemplateBinary
Creates a new instance of the PropertyTemplateBinary class to be persisted in the specified object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.PropertyTemplateBoolean
Creates a new instance of the PropertyTemplateBoolean class to be persisted in the specified object store.
createInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PropertyTemplateBoolean
Creates a new instance of the PropertyTemplateBoolean class to be persisted in the specified object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.PropertyTemplateDateTime
Creates a new instance of the PropertyTemplateDateTime class to be persisted in the specified object store.
createInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PropertyTemplateDateTime
Creates a new instance of the PropertyTemplateDateTime class to be persisted in the specified object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.PropertyTemplateFloat64
Creates a new instance of the PropertyTemplateFloat64 class to be persisted in the specified object store.
createInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PropertyTemplateFloat64
Creates a new instance of the PropertyTemplateFloat64 class to be persisted in the specified object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.PropertyTemplateId
Creates a new instance of the PropertyTemplateId class to be persisted in the specified object store.
createInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PropertyTemplateId
Creates a new instance of the PropertyTemplateId class to be persisted in the specified object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.PropertyTemplateInteger32
Creates a new instance of the PropertyTemplateInteger32 class to be persisted in the specified object store.
createInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PropertyTemplateInteger32
Creates a new instance of the PropertyTemplateInteger32 class to be persisted in the specified object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.PropertyTemplateObject
Creates a new instance of the PropertyTemplateObject class to be persisted in the specified object store.
createInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PropertyTemplateObject
Creates a new instance of the PropertyTemplateObject class to be persisted in the specified object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.PropertyTemplateString
Creates a new instance of the PropertyTemplateString class to be persisted in the specified object store.
createInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PropertyTemplateString
Creates a new instance of the PropertyTemplateString class to be persisted in the specified object store.
createInstance() - Static method in class com.filenet.api.core.Factory.PublishingConfiguration
Creates a new instance of the PublishingConfiguration class.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.PublishRequest
Creates a new instance of the PublishRequest class to be persisted in the specified object store.
createInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PublishRequest
Creates a new instance of the PublishRequest class to be persisted in the specified object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.PublishStyleTemplate
Creates a new instance of the PublishStyleTemplate class to be persisted in the specified object store.
createInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PublishStyleTemplate
Creates a new instance of the PublishStyleTemplate class to be persisted in the specified object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.PublishTemplate
Creates a new instance of the PublishTemplate class to be persisted in the specified object store.
createInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PublishTemplate
Creates a new instance of the PublishTemplate class to be persisted in the specified object store.
createInstance(ObjectStore, String, AutoUniqueName, DefineSecurityParentage) - Static method in class com.filenet.api.core.Factory.ReferentialContainmentRelationship
Creates a new instance of the ReferentialContainmentRelationship class, to be persisted in the specified object store, based on the AutoUniqueName and DefineSecurityParentage and class name settings.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.ReferentialContainmentRelationship
Creates a new instance of the subclassable ReferentialContainmentRelationship class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.ReferentialContainmentRelationship
Creates a new instance of the subclassable ReferentialContainmentRelationship class to be persisted in the specified object store.
createInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.RenditionEngineConnection
Creates a new instance of the RenditionEngineConnection class based on the specified parameters.
createInstance() - Static method in class com.filenet.api.core.Factory.ReplicationConfiguration
Creates a new instance of the ReplicationConfiguration class.
createInstance(Domain) - Static method in class com.filenet.api.core.Factory.ReplicationGroup
Creates a new instance of the ReplicationGroup class for the specified domain.
createInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.ReplicationGroup
Creates a new instance of the ReplicationGroup class based on the specified parameters.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.SecurityPolicy
Creates a new instance of the subclassable SecurityPolicy class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.SecurityPolicy
Creates a new instance of the subclassable SecurityPolicy class to be persisted in the specified object store.
createInstance() - Static method in class com.filenet.api.core.Factory.ServerCacheConfiguration
Creates a new instance of the ServerCacheConfiguration class.
createInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.Site
Creates a new instance of the Site class based on the specified parameters.
createInstance(Domain) - Static method in class com.filenet.api.core.Factory.SnapLockFixedContentDevice
Creates a new instance of the SnapLockFixedContentDevice class for the specified domain.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.StoragePolicy
Creates a new instance of the StoragePolicy class to be persisted in the specified object store.
createInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.StoragePolicy
Creates a new instance of the StoragePolicy class to be persisted in the specified object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.StoredSearch
Creates a new instance of the StoredSearch class to be persisted in the specified object store.
createInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.StoredSearch
Creates a new instance of the StoredSearch class to be persisted in the specified object store.
createInstance() - Static method in class com.filenet.api.core.Factory.SubscribedEvent
Creates a new instance of the SubscribedEvent class to be persisted to an object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.SubscribedEvent
Creates a new instance of the SubscribedEvent class to be persisted to an object store.
createInstance(Domain) - Static method in class com.filenet.api.core.Factory.TivoliFixedContentDevice
Creates a new instance of the TivoliFixedContentDevice class for the specified domain.
createInstance() - Static method in class com.filenet.api.core.Factory.TraceLoggingConfiguration
Creates a new instance of the TraceLoggingConfiguration class.
createInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.UpgradeAddOn
Creates a new instance of the UpgradeAddOn class based on the specified parameters.
createInstance(Domain) - Static method in class com.filenet.api.core.Factory.VerityDomainConfiguration
Deprecated.
As of release 5.2.0.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.VerityIndexArea
Deprecated.
As of release 5.2.0.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.VerityIndexArea
Deprecated.
As of release 5.2.0.
createInstance() - Static method in class com.filenet.api.core.Factory.VerityServerConfiguration
Deprecated.
As of release 5.2.0.
createInstance() - Static method in class com.filenet.api.core.Factory.VersioningSecurityTemplate
Creates a new instance of the VersioningSecurityTemplate class to be persisted to an object store.
createInstance(ObjectStore) - Static method in class com.filenet.api.core.Factory.VersioningSecurityTemplate
Creates a new instance of the VersioningSecurityTemplate class to be persisted to an object store.
createInstance(ObjectStore, String, Id, Id, ReservationType) - Static method in class com.filenet.api.core.Factory.WorkflowDefinition
Creates a new instance of the subclassable WorkflowDefinition class, to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.WorkflowDefinition
Creates a new instance of the subclassable WorkflowDefinition class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.WorkflowDefinition
Creates a new instance of the subclassable WorkflowDefinition class to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.WorkflowEventAction
Creates a new instance of the subclassable WorkflowEventAction class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.WorkflowEventAction
Creates a new instance of the subclassable WorkflowEventAction class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id, Id, ReservationType) - Static method in class com.filenet.api.core.Factory.XMLPropertyMappingScript
Creates a new instance of the subclassable XMLPropertyMappingScript class, to be persisted in the specified object store.
createInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.XMLPropertyMappingScript
Creates a new instance of the subclassable XMLPropertyMappingScript class to be persisted in the specified object store.
createInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.XMLPropertyMappingScript
Creates a new instance of the subclassable XMLPropertyMappingScript class to be persisted in the specified object store.
createList() - Static method in class com.filenet.api.core.Factory.AccessPermission
Creates a new instance of this collection class.
createList() - Static method in class com.filenet.api.core.Factory.ApplicationSecurityTemplate
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.AsyncProcessingConfiguration
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.AuditDefinition
Creates a new instance of this collection class.
createList() - Static method in class com.filenet.api.core.Factory.BinaryList
Creates a new instance of the collection class associated with this Binary class.
createList() - Static method in class com.filenet.api.core.Factory.BooleanList
Creates a new instance of the collection class associated with this Boolean class.
createList() - Static method in class com.filenet.api.core.Factory.CenteraSiteSettings
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.CFSImportAgentConfiguration
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.CFSSiteSettings
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.Choice
Creates a new instance of this collection class.
createList() - Static method in class com.filenet.api.core.Factory.CmChangePreprocessorDefinition
Creates a new instance of this collection class.
createList() - Static method in class com.filenet.api.core.Factory.CmDirectoryConfigurationOID
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.CmTextSearchPartitionProperty
Creates a new instance of this collection class.
createList() - Static method in class com.filenet.api.core.Factory.CmTimeslot
Creates a new instance of this collection class.
createList() - Static method in class com.filenet.api.core.Factory.ContentCacheConfiguration
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.ContentConfiguration
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.ContentElement
Creates a new instance of this collection class.
createList() - Static method in class com.filenet.api.core.Factory.ContentReference
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.ContentTransfer
Deprecated.
As of release 5.0.0. Use ContentElementList.
createList() - Static method in class com.filenet.api.core.Factory.DateTimeList
Creates a new instance of the collection class associated with this DateTime class.
createList() - Static method in class com.filenet.api.core.Factory.DirectoryConfiguration
Creates a new instance of this collection class.
createList() - Static method in class com.filenet.api.core.Factory.DirectoryConfigurationAD
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.DirectoryConfigurationAdam
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.DirectoryConfigurationCA
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.DirectoryConfigurationIBM
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.DirectoryConfigurationNovell
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.DirectoryConfigurationSunOne
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.DocumentState
Creates a new instance of this collection class.
createList() - Static method in class com.filenet.api.core.Factory.EngineCollectionList
Creates a new instance of this collection class.
createList() - Static method in class com.filenet.api.core.Factory.ExternalClassAlias
Creates a new instance of this collection class.
createList() - Static method in class com.filenet.api.core.Factory.ExternalParticipant
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.ExternalPropertyAlias
Creates a new instance of this collection class.
createList() - Static method in class com.filenet.api.core.Factory.Float64List
Creates a new instance of the collection class associated with this Float64 class.
createList() - Static method in class com.filenet.api.core.Factory.IdList
Creates a new instance of the collection class associated with this Id class.
createList() - Static method in class com.filenet.api.core.Factory.ImageServicesClassDescription
Creates a new instance of this collection class.
createList() - Static method in class com.filenet.api.core.Factory.ImageServicesImportAgentConfiguration
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.ImageServicesPropertyDescription
Creates a new instance of this collection class.
createList() - Static method in class com.filenet.api.core.Factory.ImageServicesSiteSettings
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.IndexJobClassItem
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.IndexJobCollectionItem
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.IndexJobItem
Creates a new instance of this collection class.
createList() - Static method in class com.filenet.api.core.Factory.IndexJobSingleItem
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.Integer32List
Creates a new instance of the collection class associated with this Integer32 class.
createList() - Static method in class com.filenet.api.core.Factory.LocalizedString
Creates a new instance of this collection class.
createList() - Static method in class com.filenet.api.core.Factory.Marking
Creates a new instance of this collection class.
createList() - Static method in class com.filenet.api.core.Factory.ObjectStoreParticipant
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.Permission
Creates a new instance of this collection class.
createList() - Static method in class com.filenet.api.core.Factory.PropertyDefinition
Creates a new instance of this collection class.
createList() - Static method in class com.filenet.api.core.Factory.PropertyDefinitionBinary
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.PropertyDefinitionBoolean
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.PropertyDefinitionDateTime
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.PropertyDefinitionFloat64
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.PropertyDefinitionId
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.PropertyDefinitionInteger32
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.PropertyDefinitionObject
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.PropertyDefinitionString
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.PublishingConfiguration
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.ReplicationConfiguration
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.ReplicationParticipant
Creates a new instance of this collection class.
createList() - Static method in class com.filenet.api.core.Factory.SecurityTemplate
Creates a new instance of this collection class.
createList() - Static method in class com.filenet.api.core.Factory.ServerCacheConfiguration
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.SiteSettings
Creates a new instance of this collection class.
createList() - Static method in class com.filenet.api.core.Factory.StringList
Creates a new instance of the collection class associated with this String class.
createList() - Static method in class com.filenet.api.core.Factory.SubscribedEvent
Creates a new instance of this collection class.
createList() - Static method in class com.filenet.api.core.Factory.SubsystemConfiguration
Creates a new instance of this collection class.
createList() - Static method in class com.filenet.api.core.Factory.TraceLoggingConfiguration
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.VerityServerConfiguration
Deprecated.
As of release 5.0.0.
createList() - Static method in class com.filenet.api.core.Factory.VersioningSecurityTemplate
Deprecated.
As of release 5.0.0.
createObject(String) - Method in interface com.filenet.api.core.InstantiatingScope
Creates a new object of the specified class.
createObject(String, Id) - Method in interface com.filenet.api.core.InstantiatingScope
Creates a new object based on the specified class and ID.
createRetrievingBatchInstance(Domain) - Static method in class com.filenet.api.core.RetrievingBatch
Creates a new RetrievingBatch instance for the specified FileNet P8 domain.
createSubclass() - Method in interface com.filenet.api.admin.ClassDefinition
Creates a subclass of the class defined by this class definition.
createSubclass(Id) - Method in interface com.filenet.api.admin.ClassDefinition
Creates a subclass, with the specified ID, of the class defined by this class definition.
createSubFolder(String) - Method in interface com.filenet.api.core.Folder
Creates a directly-contained subfolder of this folder.
createSubject(Connection, String, String, String) - Static method in class com.filenet.api.util.UserContext
Uses standard JAAS calls to authenticate with the application server and return a JAAS Subject object.
createUpdatingBatchInstance(Domain, RefreshMode) - Static method in class com.filenet.api.core.UpdatingBatch
Creates a new UpdatingBatch instance for the specified FileNet P8 domain.
CREATION_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
CreationEvent - Interface in com.filenet.api.events
Represents an event that occurs when an object instance of a class is created and saved.
CreationEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
CREATOR - Static variable in class com.filenet.api.constants.PropertyNames
 
CREATOR_OWNER - Static variable in class com.filenet.api.constants.SpecialPrincipal
Specifies a SpecialPrincipal that is the #CREATOR-OWNER account.
CROSS_SITE_ONLY - Static variable in class com.filenet.api.constants.CachedContentOption
Allows content for this storage area to be copied to a content cache provided that the server and the storage area do not belong to the same site.
CROSS_SITE_ONLY_AS_INT - Static variable in class com.filenet.api.constants.CachedContentOption
An int value associated with the CROSS_SITE_ONLY instance of this class.
CSMCACHE - Static variable in class com.filenet.api.constants.PropertyNames
 
CURRENT_EXAMINED_OBJECT_COUNT - Static variable in class com.filenet.api.constants.PropertyNames
 
CURRENT_FAILED_OBJECT_COUNT - Static variable in class com.filenet.api.constants.PropertyNames
 
CURRENT_INDEX_SERVER - Static variable in class com.filenet.api.constants.PropertyNames
 
CURRENT_PROCESSED_OBJECT_COUNT - Static variable in class com.filenet.api.constants.PropertyNames
 
CURRENT_STATE - Static variable in class com.filenet.api.constants.PropertyNames
 
CURRENT_USER - Static variable in class com.filenet.api.constants.PropertyNames
 
CURRENT_VERSION - Static variable in class com.filenet.api.constants.PropertyNames
 
CURRENT_VERSION - Static variable in class com.filenet.api.constants.VersionSelection
Specifies that only the current document version will be returned in the query.
CUSTOM - Static variable in class com.filenet.api.constants.PrincipalSearchType
A constant representing a PrincipalSearchType instance of type CUSTOM.
CUSTOM_AS_INT - Static variable in class com.filenet.api.constants.PrincipalSearchType
An integer associated with the CUSTOM instance of this class.
CUSTOM_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
CUSTOM_OBJECT - Static variable in class com.filenet.api.constants.ClassNames
 
CUSTOM_ROLE_EXTENSIONS - Static variable in class com.filenet.api.constants.SystemAddOnId
Specifies the ID of the Custom Role Extensions AddOn.
CustomEvent - Interface in com.filenet.api.events
Represents a user-defined custom event.
CustomEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
CustomObject - Interface in com.filenet.api.core
Represents a general interface that can be subclassed.
CustomObjectSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.

D

DAILY - Static variable in class com.filenet.api.constants.ContentAccessRecordingLevel
Specifies that the DateContentLastAccessed property will be updated only when a day (86400 seconds) has elapsed since the last update of the DateContentLastAccessed property.
DAILY_AS_INT - Static variable in class com.filenet.api.constants.ContentAccessRecordingLevel
An int value associated with the DAILY instance of this class.
DATA_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
DATABASE_CONNECTION - Static variable in class com.filenet.api.constants.PropertyNames
 
DATABASE_CONNECTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
DATABASE_CONTENT_UPLOAD_BUFFER_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
DATABASE_INDEX_STORAGE_LOCATION - Static variable in class com.filenet.api.constants.PropertyNames
 
DATABASE_LOBSTORAGE_LOCATION - Static variable in class com.filenet.api.constants.PropertyNames
 
DATABASE_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
DATABASE_SCHEMA_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
DATABASE_SERVER_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
DATABASE_SERVER_PORT - Static variable in class com.filenet.api.constants.PropertyNames
 
DATABASE_STORAGE_AREA - Static variable in class com.filenet.api.constants.ClassNames
 
DATABASE_TABLE_STORAGE_LOCATION - Static variable in class com.filenet.api.constants.PropertyNames
 
DATABASE_TRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
DATABASE_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
DatabaseStorageArea - Interface in com.filenet.api.admin
Represents a storage area for content elements stored in the database.
DatabaseStorageAreaSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
DatabaseType - Class in com.filenet.api.constants
Provides a set of constants that identify the type of database used by a rendition engine or database storage area.
DATE - Static variable in class com.filenet.api.constants.TypeID
Specifies a DateTime data type.
DATE_AS_INT - Static variable in class com.filenet.api.constants.TypeID
An int value associated with the DATE instance of this class.
DATE_CHECKED_IN - Static variable in class com.filenet.api.constants.PropertyNames
 
DATE_COMPLETED - Static variable in class com.filenet.api.constants.PropertyNames
 
DATE_CONTENT_LAST_ACCESSED - Static variable in class com.filenet.api.constants.PropertyNames
 
DATE_CREATED - Static variable in class com.filenet.api.constants.PropertyNames
 
DATE_LAST_MODIFIED - Static variable in class com.filenet.api.constants.PropertyNames
 
DATE_REQUESTED - Static variable in class com.filenet.api.constants.PropertyNames
 
DATE_STARTED - Static variable in class com.filenet.api.constants.PropertyNames
 
DateTimeList - Interface in com.filenet.api.collection
Represents a List collection (ordered, non-unique) of Date values.
DAYS - Static variable in class com.filenet.api.constants.DurationUnits
Specifies a retention period in days.
DAYS_AS_INT - Static variable in class com.filenet.api.constants.DurationUnits
An int value associated with the DAYS instance of this class.
DB2 - Static variable in class com.filenet.api.constants.DatabaseType
Specifies an IBM DB2 database.
DB2_AS_INT - Static variable in class com.filenet.api.constants.DatabaseType
An int value associated with the DB2 instance of this class.
DB_BAD_BATCH_RESULT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0001E

DB_BAD_BATCH_RESULT The batch statement did not return the appropriate number of results.

DB_BAD_DATABASE_VENDOR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0002E

DB_BAD_DATABASE_VENDOR The database vendor cannot be determined from the JNDI data source or is an unsupported type.

DB_BAD_DATATYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0003E

DB_BAD_DATATYPE Bad data type: {0}

The indicated data type is invalid.

DB_BAD_INPUT_BINDING_INDEX - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0004E

DB_BAD_INPUT_BINDING_INDEX The index into input bindings is invalid.

DB_BAD_OUTPUT_BINDING_TYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0005E

DB_BAD_OUTPUT_BINDING_TYPE The output binding datatype is invalid.

DB_CANT_EXTRACT_CONNECTION_PARAMETERS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0006E

DB_CANT_EXTRACT_CONNECTION_PARAMETERS The database parameters cannot be extracted from the connection.

DB_COLUMN_DOES_NOT_EXIST - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0007E

DB_COLUMN_DOES_NOT_EXIST The referenced database column does not exist on specified table.

DB_CONNECTION_REESTABLISHED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0008E

DB_CONNECTION_REESTABLISHED The connection to the database failed but has been reestablished.

DB_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0009E

DB_ERROR The database access failed with the following error: ErrorCode {0}, Message '{1}'

The database access failed.

DB_ERROR_R - Static variable in class com.filenet.api.exception.ExceptionCode
Deprecated.
This exception code is not used as of CE 5.0
DB_FINISH_EXECUTE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0011E

DB_FINISH_EXECUTE The prior execution must finish before starting a new execution.

DB_FIRST - Static variable in class com.filenet.api.constants.ContentQueryOptimization
Specifies to perform database query before content query.
DB_INVALID_EXECUTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0012E

DB_INVALID_EXECUTION The attempt to add more execution statements is invalid.

DB_INVALID_STATEMENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0013E

DB_INVALID_STATEMENT The following statement is considered invalid by the implementation: {0}

The indicated statement is considered invalid by the implementation.

DB_NO_COUNT_IN_RESULT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0016E

DB_NO_COUNT_IN_RESULT The database result does not have a count.

DB_NO_INSERT_TABLE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0017E

DB_NO_INSERT_TABLE A table name must be specified for the insert operation.

DB_NO_RESULT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0018E

DB_NO_RESULT The given statement did not return any result.

DB_NO_TABLESPACE_VERSIONS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0026E

DB_NO_TABLESPACE_VERSIONS The ALTER operation failed because the zOS table space in database '{0}' is out of versions.

DB_NOT_UNIQUE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0015E

DB_NOT_UNIQUE The update or insert failed due to an attempt to create a duplicate value in a unique index.

DB_NOTHING_TO_INSERT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0014E

DB_NOTHING_TO_INSERT There is nothing to insert.

DB_OBJECT_DOES_NOT_EXIST - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0019E

DB_OBJECT_DOES_NOT_EXIST The referenced database object cannot be located.

DB_OUT_OF_MEMORY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0020E

DB_OUT_OF_MEMORY The underlying database does not have enough memory or heap space to process the current command.

DB_QUERY_COLUMN_LENGTH_EXCEEDED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0027E

DB_QUERY_COLUMN_LENGTH_EXCEEDED The length of the query value exceeds the length of the underlying column in the database.

DB_ROWLENGTH_LIMIT_EXCEEDED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0022E

DB_ROWLENGTH_LIMIT_EXCEEDED The summation of column lengths exceeds the capacity of the underlying database.

DB_SEQUENCE_EXHAUSTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0021E

DB_SEQUENCE_EXHAUSTED The range of values for the sequence is exhausted.

DB_TABLE_DOES_NOT_EXIST - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0023E

DB_TABLE_DOES_NOT_EXIST The table that was referenced in the database query cannot be found.

DB_UNABLE_TO_ALTER_COLUMN - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0024E

DB_UNABLE_TO_ALTER_COLUMN The column cannot be altered via the application server.

DB_UNEXPECTED_SQL_RESULT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCD0025E

DB_UNEXPECTED_SQL_RESULT One of the SQL statements did not return an expected result.

DEFAULT - Static variable in class com.filenet.api.constants.RetentionPeriod
Deprecated.
 
DEFAULT_AS_INT - Static variable in class com.filenet.api.constants.RetentionPeriod
Deprecated.
As of release 5.2.0.
DEFAULT_DISPATCHER_DELAY - Static variable in class com.filenet.api.constants.PropertyNames
 
DEFAULT_INSTANCE_OWNER - Static variable in class com.filenet.api.constants.PropertyNames
 
DEFAULT_INSTANCE_PERMISSION_DESCRIPTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
DEFAULT_INSTANCE_PERMISSIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
DEFAULT_ISDOCUMENT_CLASS - Static variable in class com.filenet.api.constants.PropertyNames
 
DEFAULT_QUERY_TIME_LIMIT - Static variable in class com.filenet.api.constants.PropertyNames
 
DEFAULT_RESERVATION_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
DEFAULT_RETENTION_DAYS - Static variable in class com.filenet.api.constants.PropertyNames
 
DEFAULT_RETENTION_PASS_THROUGH - Static variable in class com.filenet.api.constants.PropertyNames
 
DEFAULT_RETENTION_PERIOD - Static variable in class com.filenet.api.constants.PropertyNames
 
DEFAULT_SITE - Static variable in class com.filenet.api.constants.PropertyNames
 
DEFINE_SECURITY_PARENTAGE - Static variable in class com.filenet.api.constants.DefineSecurityParentage
Specifies that security is to be inherited from the referenced parent (container).
DefineSecurityParentage - Class in com.filenet.api.constants
Exposes constants that indicate whether the SecurityFolder property of the object referenced by the ReferentialContainmentRelationship object's Head property is set to the Folder object referenced by the ReferentialContainmentRelationship object's Tail property.
Delete - Class in com.filenet.api.action
Represents a pending action for deleting an object.
Delete() - Constructor for class com.filenet.api.action.Delete
 
DELETE - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group is granted or denied permission to delete an object.
DELETE - Static variable in class com.filenet.api.constants.IndexingOperation
Indicates that an index entry is to be deleted.
delete() - Method in interface com.filenet.api.core.IndependentlyPersistableObject
Adds a Delete pending action to this object's PendingActions collection.
DELETE_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the DELETE instance of this class.
DELETE_AS_INT - Static variable in class com.filenet.api.constants.IndexingOperation
An int value associated with the DELETE instance of this class.
DELETE_METHOD - Static variable in class com.filenet.api.constants.PropertyNames
 
DELETION_ACTION - Static variable in class com.filenet.api.constants.PropertyNames
 
DELETION_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
DeletionAction - Class in com.filenet.api.constants
Provides a set of constants that identify the action to be taken with respect to an object-valued property when an attempt is made to delete the object that contains the property.
DeletionEvent - Interface in com.filenet.api.events
Represents an event that occurs when an object is deleted from the object store.
DeletionEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
DEMOTE - Static variable in class com.filenet.api.constants.LifecycleChangeFlags
Demote the document�s current lifecycle state to the previous state in its document lifecycle policy, and set the document's CurrentState property to the name of the previous state, unless the CanBeDemoted property of the document�s current lifecycle state (DocumentState object) is set to false.
DEMOTE_AS_INT - Static variable in class com.filenet.api.constants.LifecycleChangeFlags
An int value associated with the DEMOTE instance of this class.
DEMOTE_VERSION_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
DemoteVersion - Class in com.filenet.api.action
Represents a pending action for demoting a major version of a document to a minor version.
DemoteVersion() - Constructor for class com.filenet.api.action.DemoteVersion
 
demoteVersion() - Method in interface com.filenet.api.core.Versionable
Demotes the latest major version of this document to an unreleased minor version.
DemoteVersionEvent - Interface in com.filenet.api.events
Represents an event that occurs when a versionable object is demoted to a minor version.
DemoteVersionEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
DENY - Static variable in class com.filenet.api.constants.AccessType
Specifies that the user or group does not have the given access to a specified object.
DENY_AS_INT - Static variable in class com.filenet.api.constants.AccessType
An int value associated with the DENY instance of this class.
DEPENDENT_DOCUMENTS - Static variable in class com.filenet.api.constants.PropertyNames
 
DependentObject - Interface in com.filenet.api.core
Indicates objects that are dependent.
DependentObjectList - Interface in com.filenet.api.collection
Represents a collection of dependent objects.
DEQUEUE_HOST - Static variable in class com.filenet.api.constants.PropertyNames
 
DESCENDING - Static variable in class com.filenet.api.constants.PrincipalSearchSortType
A constant representing a PrincipalSearchSortType instance of type DESCENDING.
DESCENDING - Static variable in class com.filenet.api.constants.SortOrder
Specifies that a descending sort order will be used.
DESCENDING_AS_INT - Static variable in class com.filenet.api.constants.PrincipalSearchSortType
An integer associated with the DESCENDING instance of this class.
describedIsOfClass(String) - Method in interface com.filenet.api.meta.ClassDescription
Returns whether the class described by this ClassDescription object is a subclass of the specified class (true) or not (false).
describedIsOfClass(ClassDescription, String) - Method in interface com.filenet.api.meta.MetadataCache
Returns whether a class description describes the class or subclass identified by a given class name or GUID string (true) or not (false).
DESCRIPTION - Static variable in class com.filenet.api.constants.PropertyNames
 
DESCRIPTIVE_TEXT - Static variable in class com.filenet.api.constants.PropertyNames
 
DESCRIPTIVE_TEXTS - Static variable in class com.filenet.api.constants.PropertyNames
 
DESTINATION_DOCUMENTS - Static variable in class com.filenet.api.constants.PropertyNames
 
DESTINATION_REPOSITORY - Static variable in class com.filenet.api.constants.PropertyNames
 
DESTRUCTIVE - Static variable in class com.filenet.api.constants.AreaDeleteMethod
Specifies that content be overwritten once with zeros before it's deleted.
DESTRUCTIVE_AS_INT - Static variable in class com.filenet.api.constants.AreaDeleteMethod
An int value associated with the DESTRUCTIVE instance of this class.
DETAIL - Static variable in class com.filenet.api.constants.TraceFlag
Provides information primarily used to aid in debugging.
DETAIL_AS_INT - Static variable in class com.filenet.api.constants.TraceFlag
An int value associated with the DETAIL instance of this class.
determinePrerequisiteAddOnIds(Id) - Method in interface com.filenet.api.core.ObjectStore
Returns the feature addon IDs for which installation is required prior to the installation of the feature addon specified by addOnId.
DEVICE_ADDRESS - Static variable in class com.filenet.api.constants.PropertyNames
 
DEVICE_PASSWORD - Static variable in class com.filenet.api.constants.PropertyNames
 
DEVICE_ROOT_DIRECTORY - Static variable in class com.filenet.api.constants.PropertyNames
 
DeviceRetentionMode - Class in com.filenet.api.constants
Specifies the retention mode of a fixed storage area relative to a fixed content device.
DIAGNOSTIC_EXCEPTION_CODE - Static variable in class com.filenet.api.exception.ErrorRecord
When the exception is an EngineRuntimeException instance, this field identifies the exception code.
DIAGNOSTIC_FAILED_BATCH_ITEM - Static variable in class com.filenet.api.exception.ErrorRecord
When an UpdatingBatch fails, this diagnostic item contains a zero-based integer value indicating which item in the UpdatingBatch failed.
DIAGNOSTIC_STACK_TRACE - Static variable in class com.filenet.api.exception.ErrorRecord
Identifies the stack trace information for the exception.
DIRECTORY_CONFIGURATION - Static variable in class com.filenet.api.constants.ClassNames
 
DIRECTORY_CONFIGURATION_AD - Static variable in class com.filenet.api.constants.ClassNames
 
DIRECTORY_CONFIGURATION_ADAM - Static variable in class com.filenet.api.constants.ClassNames
 
DIRECTORY_CONFIGURATION_CA - Static variable in class com.filenet.api.constants.ClassNames
 
DIRECTORY_CONFIGURATION_IBM - Static variable in class com.filenet.api.constants.ClassNames
 
DIRECTORY_CONFIGURATION_NOVELL - Static variable in class com.filenet.api.constants.ClassNames
 
DIRECTORY_CONFIGURATION_SUN_ONE - Static variable in class com.filenet.api.constants.ClassNames
 
DIRECTORY_CONFIGURATIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
DIRECTORY_SERVER_HOST - Static variable in class com.filenet.api.constants.PropertyNames
 
DIRECTORY_SERVER_PASSWORD - Static variable in class com.filenet.api.constants.PropertyNames
 
DIRECTORY_SERVER_PORT - Static variable in class com.filenet.api.constants.PropertyNames
 
DIRECTORY_SERVER_PROVIDER_CLASS - Static variable in class com.filenet.api.constants.PropertyNames
 
DIRECTORY_SERVER_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
DIRECTORY_SERVER_USER_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
DIRECTORY_STRUCTURE - Static variable in class com.filenet.api.constants.PropertyNames
 
DIRECTORY_STRUCTURE_LARGE - Static variable in class com.filenet.api.constants.DirectoryStructure
Specifies a large directory structure.
DIRECTORY_STRUCTURE_LARGE_AS_INT - Static variable in class com.filenet.api.constants.DirectoryStructure
An int value associated with the DIRECTORY_STRUCTURE_LARGE instance of this class.
DIRECTORY_STRUCTURE_SMALL - Static variable in class com.filenet.api.constants.DirectoryStructure
Specifies a small directory structure.
DIRECTORY_STRUCTURE_SMALL_AS_INT - Static variable in class com.filenet.api.constants.DirectoryStructure
An int value associated with the DIRECTORY_STRUCTURE_SMALL instance of this class.
DirectoryConfiguration - Interface in com.filenet.api.admin
Represents the base configuration object for all security providers and holds directory configuration data.
DirectoryConfigurationAD - Interface in com.filenet.api.admin
Represents the configuration object for the Active Directory security provider.
DirectoryConfigurationAdam - Interface in com.filenet.api.admin
Represents the configuration object for an ADAM or AD LDS security provider.
DirectoryConfigurationAdamList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
DirectoryConfigurationADList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
DirectoryConfigurationCA - Interface in com.filenet.api.admin
Represents the configuration object for an CA (Computer Associates International Inc.) eTrust security provider.
DirectoryConfigurationCAList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
DirectoryConfigurationIBM - Interface in com.filenet.api.admin
Represents the configuration object for an IBM Tivoli security provider.
DirectoryConfigurationIBMList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
DirectoryConfigurationList - Interface in com.filenet.api.collection
Represents the collection of DirectoryConfiguration objects defined for a given FileNet P8 domain.
DirectoryConfigurationNovell - Interface in com.filenet.api.admin
Represents the configuration object for a Novell eDirectory security provider.
DirectoryConfigurationNovellList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
DirectoryConfigurationSunOne - Interface in com.filenet.api.admin
Represents the configuration object for a Oracle (formerly SunOne) security provider.
DirectoryConfigurationSunOneList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
DirectoryContext - Class in com.filenet.api.engine
For Internal Use Only.
DirectoryContext(Hashtable, String, String, String, String, boolean) - Constructor for class com.filenet.api.engine.DirectoryContext
For Internal Use Only.
DirectoryInfo - Class in com.filenet.api.engine
For Internal Use Only.
DirectoryInfo(DirectoryServiceProvider, String, String, String, String, boolean, String, String, String, String, String, String, String, String, String, String) - Constructor for class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
DirectoryInfo(DirectoryServiceProvider, String, String, String, String, boolean, String, String, String, String, String, String, String, String, String, String, boolean) - Constructor for class com.filenet.api.engine.DirectoryInfo
 
DirectoryInfo(DirectoryServiceProvider, String, String, String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, String, boolean) - Constructor for class com.filenet.api.engine.DirectoryInfo
 
DirectoryInfo(DirectoryServiceProvider, String, String, String, String, boolean, String, String, String, String, String, String, boolean, String, String, String, String, String, boolean, String, boolean, boolean, String, String, String) - Constructor for class com.filenet.api.engine.DirectoryInfo
 
DirectoryMigrationProvider - Interface in com.filenet.api.engine
For Internal Use Only.
DirectoryServiceProvider - Interface in com.filenet.api.engine
For Internal Use Only.
DirectoryStructure - Class in com.filenet.api.constants
Provides a set of constants that identify the type of directory structure (large or small) used by a file storage area or content cache area.
DISABLED - Static variable in class com.filenet.api.constants.CBRQueryRankOverride
Forces CBR-first only searches for queries that combine a CBR search and a relational search on a database (DB).
DISABLED - Static variable in class com.filenet.api.constants.TextSearchServerStatus
The IBM® Content Search Services server is disabled for maintenance purposes.
DISABLED_AS_INT - Static variable in class com.filenet.api.constants.CBRQueryRankOverride
An int value associated with the DISABLED instance of this class.
DISABLED_AS_INT - Static variable in class com.filenet.api.constants.TextSearchServerStatus
An int value associated with the DISABLED instance of this class.
DISCRETIONARY_PERMISSION - Static variable in class com.filenet.api.constants.ClassNames
 
DiscretionaryPermission - Interface in com.filenet.api.security
Base class for permission objects that define discretionary access permissions.
DiscretionaryPermissionList - Interface in com.filenet.api.collection
Represents a collection of DiscretionaryPermission objects.
DISPATCHER_ENABLED - Static variable in class com.filenet.api.constants.PropertyNames
 
DISPATCHER_THREAD_IDLE_TIMEOUT - Static variable in class com.filenet.api.constants.PropertyNames
 
DISPATCHER_WAIT_INTERVAL - Static variable in class com.filenet.api.constants.PropertyNames
 
DISPLAY_NAME - Static variable in class com.filenet.api.constants.PrincipalSearchAttribute
A constant representing a PrincipalSearchAttribute instance of type DISPLAY_NAME.
DISPLAY_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
DISPLAY_NAME_AS_INT - Static variable in class com.filenet.api.constants.PrincipalSearchAttribute
An integer associated with the DISPLAY_NAME instance of this class.
DISPLAY_NAMES - Static variable in class com.filenet.api.constants.PropertyNames
 
DISPOSITION_RULE - Static variable in class com.filenet.api.constants.PropertyNames
 
DISTINGUISHED_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
DITA_PUBLISHING - Static variable in class com.filenet.api.constants.SystemAddOnId
Specifies the ID of the DITA Publishing Extensions AddOn.
DITADATABASE_TIMEOUT - Static variable in class com.filenet.api.constants.PropertyNames
 
DITAHOME - Static variable in class com.filenet.api.constants.PropertyNames
 
DITAJVMARGUMENTS - Static variable in class com.filenet.api.constants.PropertyNames
 
DITARENDITION_ENGINE_CONNECTION - Static variable in class com.filenet.api.constants.ClassNames
 
DITARENDITION_ENGINE_CONNECTION - Static variable in class com.filenet.api.constants.PropertyNames
 
DITARENDITION_ENGINE_CONNECTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
DITARenditionEngineConnection - Interface in com.filenet.api.admin
Represents site-specific connection data for a DITA Rendition Engine that is referenced by a publishing configuration.
DITARenditionEngineConnectionSet - Interface in com.filenet.api.collection
Represents a collection of DITARenditionEngineConnection objects.
DITAWORKING_DIRECTORY - Static variable in class com.filenet.api.constants.PropertyNames
 
DNSNAME - Static variable in class com.filenet.api.constants.PropertyNames
 
DO_NOT_AUTO_CLASSIFY - Static variable in class com.filenet.api.constants.AutoClassify
Indicates that the document will not be auto-classified during check-in.
DO_NOT_DEFINE_SECURITY_PARENTAGE - Static variable in class com.filenet.api.constants.DefineSecurityParentage
Specifies that security is not to be inherited from the referenced parent (container).
doAs(Subject, PrivilegedExceptionAction<T>) - Static method in class com.filenet.api.util.UserContext
Performs the PrivilegedExceptionAction with the given ambient Subject.
DocClassificationStatus - Class in com.filenet.api.constants
Provides a set of constants that specify the auto-classification status of a document.
DOCUMENT - Static variable in class com.filenet.api.constants.ClassNames
 
Document - Interface in com.filenet.api.core
Represents a single version of a document stored in an object store.
DOCUMENT_CLASS_DEFINITION - Static variable in class com.filenet.api.constants.ClassNames
 
DOCUMENT_CLASSIFICATION_ACTION - Static variable in class com.filenet.api.constants.ClassNames
 
DOCUMENT_CLASSIFICATION_ACTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
DOCUMENT_CLASSIFICATION_QUEUE_ITEM - Static variable in class com.filenet.api.constants.ClassNames
 
DOCUMENT_IS_DEPENDENT_PUBLICATION - Static variable in class com.filenet.api.constants.PublicationStatus
Specifies that a document is a publication that is dependent on its source (it will be deleted if the source document is deleted).
DOCUMENT_IS_DEPENDENT_PUBLICATION_AS_INT - Static variable in class com.filenet.api.constants.PublicationStatus
An int value associated with the DOCUMENT_IS_DEPENDENT_PUBLICATION instance of this class.
DOCUMENT_IS_INDEPENDENT_PUBLICATION - Static variable in class com.filenet.api.constants.PublicationStatus
Specifies that a document is a publication that is independent of its source (it won't be deleted if the source document is deleted).
DOCUMENT_IS_INDEPENDENT_PUBLICATION_AS_INT - Static variable in class com.filenet.api.constants.PublicationStatus
An int value associated with the DOCUMENT_IS_INDEPENDENT_PUBLICATION instance of this class.
DOCUMENT_IS_NOT_PUBLICATION - Static variable in class com.filenet.api.constants.PublicationStatus
Specifies that the document is not a publication.
DOCUMENT_IS_NOT_PUBLICATION_AS_INT - Static variable in class com.filenet.api.constants.PublicationStatus
An int value associated with the DOCUMENT_IS_NOT_PUBLICATION instance of this class.
DOCUMENT_LIFECYCLE_ACTION - Static variable in class com.filenet.api.constants.ClassNames
 
DOCUMENT_LIFECYCLE_ACTION - Static variable in class com.filenet.api.constants.PropertyNames
 
DOCUMENT_LIFECYCLE_ACTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
DOCUMENT_LIFECYCLE_POLICIES - Static variable in class com.filenet.api.constants.PropertyNames
 
DOCUMENT_LIFECYCLE_POLICY - Static variable in class com.filenet.api.constants.ClassNames
 
DOCUMENT_LIFECYCLE_POLICY - Static variable in class com.filenet.api.constants.PropertyNames
 
DOCUMENT_STATE - Static variable in class com.filenet.api.constants.ClassNames
 
DOCUMENT_STATES - Static variable in class com.filenet.api.constants.PropertyNames
 
DOCUMENTATION_URL - Static variable in class com.filenet.api.constants.PropertyNames
 
DocumentClassDefinition - Interface in com.filenet.api.admin
Represents the class definition (mutable class metadata) of the Document class and its subclasses.
DocumentClassDefinitionSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
DocumentClassificationAction - Interface in com.filenet.api.events
Associates a server-side document classifier with documents of a defined MIME type.
DocumentClassificationActionSet - Interface in com.filenet.api.collection
Represents a collection of DocumentClassificationAction objects.
DocumentClassificationQueueItem - Interface in com.filenet.api.admin
Represents a pending (queued) document auto-classification request.
DocumentClassificationQueueItemSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
DocumentClassifier - Interface in com.filenet.api.engine
An interface to be implemented to automatically classify documents of a particular content type.
DocumentLifecycleAction - Interface in com.filenet.api.events
Represents the actions to be taken when a document's lifecycle state is changed.
DocumentLifecycleActionHandler - Interface in com.filenet.api.engine
An interface to be implemented to handle state changes for documents assigned a lifecycle policy.
DocumentLifecycleActionSet - Interface in com.filenet.api.collection
Represents a collection of DocumentLifecycleAction objects.
DocumentLifecyclePolicy - Interface in com.filenet.api.events
Represents the lifecycle policy for a document.
DocumentLifecyclePolicySet - Interface in com.filenet.api.collection
Represents a collection of DocumentLifecyclePolicy objects.
DOCUMENTS_PER_BATCH - Static variable in class com.filenet.api.constants.PropertyNames
 
DocumentSet - Interface in com.filenet.api.collection
Represents a collection of Document objects.
DocumentState - Interface in com.filenet.api.events
Represents a valid lifecycle state of a document lifecycle policy.
DocumentStateList - Interface in com.filenet.api.collection
Represents a collection of DocumentState objects.
DOMAIN - Static variable in class com.filenet.api.constants.ClassNames
 
DOMAIN - Static variable in class com.filenet.api.constants.PropertyNames
 
Domain - Interface in com.filenet.api.core
Represents a collection of resources and services sharing the same Global Configuration Database (GCD).
DOMAIN_ID - Static variable in class com.filenet.api.constants.PropertyNames
 
DomainSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
DOUBLE - Static variable in class com.filenet.api.constants.TypeID
Specifies a double (Float64) data type.
DOUBLE_AS_INT - Static variable in class com.filenet.api.constants.TypeID
An int value associated with the DOUBLE instance of this class.
Driver - Class in com.filenet.api.jdbc
Registers a Java™ Database Connectivity (JDBC) driver and establishes a connection with a Content Engine database, providing metadata information on object stores and executing queries against those object stores.
Driver() - Constructor for class com.filenet.api.jdbc.Driver
Registers the JDBC driver.
DUPLICATE_SUPPRESSION_ENABLED - Static variable in class com.filenet.api.constants.PropertyNames
 
DURATION - Static variable in class com.filenet.api.constants.PropertyNames
 
DurationUnits - Class in com.filenet.api.constants
Provides a set of constants for setting the RetentionPeriodUnits property.
DYNAMIC - Static variable in class com.filenet.api.constants.CBRSummaryType
This constant is not supported.
DYNAMIC_AS_INT - Static variable in class com.filenet.api.constants.CBRSummaryType
An int value associated with the DYNAMIC instance of this class.
DYNAMIC_CR - Static variable in class com.filenet.api.constants.ComponentRelationshipType
Binds the parent component version to the most recent child component version that satisfies the version bind rule.
DYNAMIC_CR_AS_INT - Static variable in class com.filenet.api.constants.ComponentRelationshipType
An int value associated with the DYNAMIC_CR instance of this class.
DYNAMIC_GROUP_MEMBER_ATTRIBUTE - Static variable in class com.filenet.api.constants.PropertyNames
 
DYNAMIC_GROUP_OBJECT_CLASS - Static variable in class com.filenet.api.constants.PropertyNames
 
DYNAMIC_GROUP_QUERY_ATTRIBUTE - Static variable in class com.filenet.api.constants.PropertyNames
 
DYNAMIC_LABEL_CR - Static variable in class com.filenet.api.constants.ComponentRelationshipType
Binds the parent component version to the most recent child component version satisfying the version bind rule that has a ComponentBindingLabel property value matching the LabelBindValue property value.
DYNAMIC_LABEL_CR_AS_INT - Static variable in class com.filenet.api.constants.ComponentRelationshipType
An int value associated with the DYNAMIC_LABEL_CR instance of this class.
DYNAMIC_REFERENTIAL_CONTAINMENT_RELATIONSHIP - Static variable in class com.filenet.api.constants.ClassNames
 
DYNAMIC_SWITCHING - Static variable in class com.filenet.api.constants.CBRQueryOptimization
Enables dynamic switching optimization for searches that combine both full text and relational query conditions.
DYNAMIC_SWITCHING_AS_INT - Static variable in class com.filenet.api.constants.CBRQueryOptimization
An int value associated with the DYNAMIC_SWITCHING instance of this class.
DYNAMIC_THRESHOLD - Static variable in class com.filenet.api.constants.ContentQueryOptimization
Specifies to dynamically switch between content query or database query first based on content query row count.
DynamicReferentialContainmentRelationship - Interface in com.filenet.api.core
Represents a dynamic relationship between two Containable subclasses: a container and the current version of a Document.
DynamicReferentialContainmentRelationshipSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.

E

E_ACCESS_DENIED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0001E

E_ACCESS_DENIED The requester has insufficient access rights to perform the requested operation.

E_BACKGROUND_TASK_EXECUTOR_SHUTDOWN - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0081E

E_BACKGROUND_TASK_EXECUTOR_SHUTDOWN The background task executor has terminated: {0}.

E_BACKGROUND_TASK_TERMINATED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0082E

E_BACKGROUND_TASK_TERMINATED The background task has been terminated: {0}.

E_BAD_CLASSID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0002E

E_BAD_CLASSID Class "class_name_or_id" not found.

E_BAD_FILTER_EXPRESSION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0003E

E_BAD_FILTER_EXPRESSION Bad filter expression "filtExpr".

E_BAD_INDEX - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0004E

E_BAD_INDEX The index specified does not reference a valid property or list element.

E_BAD_OBJECT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0005E

E_BAD_OBJECT An inappropriate object was passed as parameter to this function.

E_BAD_OPERATOR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0006E

E_BAD_OPERATOR The operator "{0}" is not defined in the metadata of the current scope.

E_BAD_PARAMETER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0007E

E_BAD_PARAMETER Invalid input parameter: Name={0}, Value={1}.

E_BAD_PROPERTYID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0008E

E_BAD_PROPERTYID The property identifier {0} is not valid for class {1}.

E_BAD_URL - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0009E

E_BAD_URL The resource URL is not syntactically valid.

E_BAD_VALUE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0010E

E_BAD_VALUE The value given for a property or list element lies outside the permitted range or value set, or exceeds the maximum length allowed.

E_CLASS_LOADING_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0011E

E_CLASS_LOADING_ERROR Unable to load class: {0}.

E_CLASS_NOT_SEARCHABLE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0012E

E_CLASS_NOT_SEARCHABLE The class "className" referred to in the FROM Expression is not searchable.

E_CLOSED_STREAM - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0013E

E_CLOSED_STREAM An operation was attempted on a stream that has been closed.

E_CONFLICTING_OPERATION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0014E

E_CONFLICTING_OPERATION The combination of operations specified for the object is invalid.

E_CONSTRAINT_VIOLATED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0015E

E_CONSTRAINT_VIOLATED The operation violates a constraint of the implementation.

E_DATABASE_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0016E

E_DATABASE_ERROR The operation was unable to read from or write to the database.

E_DATABASE_FULL - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0017E

E_DATABASE_FULL The database is full.

E_DATATYPE_MISMATCH - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0018E

E_DATATYPE_MISMATCH The method invoked is inappropriate for the datatype of the property.

E_DEADLOCK_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0019E

E_DEADLOCK_ERROR The operation could not be completed due to a deadlock error.

E_DOMAIN_UPGRADE_NOT_SUPPORTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0084E

E_DOMAIN_UPGRADE_NOT_SUPPORTED The domain cannot be upgraded because its version ({0}) is not associated with a supported release.

E_DUPLICATE_LIST_UPDATE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0020E

E_DUPLICATE_LIST_UPDATE A duplicate entry was detected in the list update operation at the position posNum.

E_ENUM_NAME_KEY_MATCH_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0021E

E_ENUM_NAME_KEY_MATCH_FAILED The enum field name "{0}" does not match a resource key "{1}" for the ExceptionCode fields.

E_EXCEPTION_RETRY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0022E

E_EXCEPTION_RETRY There was a problem communicating with the client application.

E_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0023E

E_FAILED The operation failed.

E_FAILED_TO_GET_DATASOURCE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0024E

E_FAILED_TO_GET_DATASOURCE The server cannot get the data source {0}.

E_FOREIGN_OBJECT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0025E

E_FOREIGN_OBJECT The property does not allow a reference to an object from a different object store.

E_HEAP_FAILURE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0026E

E_HEAP_FAILURE The operation ran out of memory.

E_ILLEGAL_OPERATION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0027E

E_ILLEGAL_OPERATION The operation is disallowed by the DMA Specification.

E_INVALID_ARGUMENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0028E

E_INVALID_ARGUMENT An internal problem occurred when a method was called with an invalid argument: {0}

E_INVALID_CONTEXT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0076E

E_INVALID_CONTEXT The method that was called is not valid in the current call context.

E_INVALID_ENUM_VALUE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0029E

E_INVALID_ENUM_VALUE An attempt was made to create an enum with a value that is not allowed for this enum.

E_INVALID_ID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0030E

E_INVALID_ID An attempt was made to create an EngineObject, but the ID value specified is invalid.

E_INVALID_LOCALE_FORMAT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0031E

E_INVALID_LOCALE_FORMAT The format of the provided locale "locale" does not resemble that defined in RFC 3066.

E_INVALID_OBJ_FOR_SERIALIZATION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0034E

E_INVALID_OBJ_FOR_SERIALIZATION Invalid object for serialization {0}.

E_INVALID_OBJECT_ADDRESS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0032E

E_INVALID_OBJECT_ADDRESS An unsupported implementation of ObjectAddress was found {0}.

E_INVALID_OBJECT_TYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0033E

E_INVALID_OBJECT_TYPE Invalid object type {0}.

E_INVALID_PROPERTY_MERGE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0035E

E_INVALID_PROPERTY_MERGE A property merge of PropertyUpdateList requires a corresponding engine object collection value {0}; from {1} to {2}.

E_INVALID_REQUEST - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0036E

E_INVALID_REQUEST The parameter is incorrect.

E_JBOSS_INVALID_CONFIGURATION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0037E

E_JBOSS_INVALID_CONFIGURATION The JBoss configuration is invalid.

E_LDAP_INVALID_CONFIGURATION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0038E

E_LDAP_INVALID_CONFIGURATION Cannot detect LDAP vendor.

E_METHOD_NOT_IMPLEMENTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0039E

E_METHOD_NOT_IMPLEMENTED The method that was called is not implemented.

E_NO_CURRENT_VERSION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0044E

E_NO_CURRENT_VERSION The version series has no current version.

E_NOT_AUTHENTICATED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0040E

E_NOT_AUTHENTICATED The user is not authenticated.

E_NOT_CREATABLE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0041E

E_NOT_CREATABLE Creation of objects of the specified class is not supported.

E_NOT_IN_USER_TRANSACTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0077E

E_NOT_IN_USER_TRANSACTION The operation requires that a user (distributed) transaction be in effect.

E_NOT_SUPPORTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0042E

E_NOT_SUPPORTED This method is not supported in the context of this session or object.

E_NOT_UNIQUE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0043E

E_NOT_UNIQUE A uniqueness requirement has been violated.

E_NULL_ARGUMENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0045E

E_NULL_ARGUMENT Argument "{0}" is null.

E_NULL_OR_INVALID_PARAM_VALUE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0046E

E_NULL_OR_INVALID_PARAM_VALUE Parameter {0} is either null or has an invalid value.

E_OBJECT_CLONE_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0047E

E_OBJECT_CLONE_FAILED Failed to clone object {0}.

E_OBJECT_DELETED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0048E

E_OBJECT_DELETED The object {0} has been deleted since it was retrieved.

E_OBJECT_LOCKED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0049E

E_OBJECT_LOCKED The lock(s) on the persistent object {0} prohibit the attempted operation.

E_OBJECT_MODIFIED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0050E

E_OBJECT_MODIFIED The object object_id of class class_name was not changed or deleted because it was modified one or more times in the repository since the application retrieved it.

E_OBJECT_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0051E

E_OBJECT_NOT_FOUND The requested item was not found.

E_OBJECT_NOT_LOCKABLE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0052E

E_OBJECT_NOT_LOCKABLE The object cannot be locked.

E_OBJECT_NOT_LOCKED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0053E

E_OBJECT_NOT_LOCKED The object {0} is not locked.

E_OBJECT_REFERENCED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0054E

E_OBJECT_REFERENCED The object cannot be deleted because it is referenced by other objects.

E_OBJECT_REFERENCES_OTHERS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0055E

E_OBJECT_REFERENCES_OTHERS The object cannot be deleted because it holds references to other objects.

E_OBJECT_STORE_UPGRADE_NOT_SUPPORTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0083E

E_OBJECT_STORE_UPGRADE_NOT_SUPPORTED Object store "{0}" cannot be upgraded because its revision ({1}) is not associated with a supported release.

E_PROPERTY_NOT_SEARCHABLE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0056E

E_PROPERTY_NOT_SEARCHABLE Property propName referred to in the Query Expression is not searchable.

E_READ_ONLY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0057E

E_READ_ONLY The method failed because an object or property is read-only.

E_REQUIRED_VALUE_ABSENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0058E

E_REQUIRED_VALUE_ABSENT A required property value has not been set.

E_RESERVATION_EXISTS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0059E

E_RESERVATION_EXISTS The document is already checked out.

E_RESOURCE_LOADING_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0060E

E_RESOURCE_LOADING_ERROR An error occurred during loading of the resource file resName.

E_RESOURCE_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0061E

E_RESOURCE_NOT_FOUND The indicated resource was not found.

E_SERVER_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0062E

E_SERVER_ERROR An error was returned from the server.

E_SWEEP_QUERY_TIMEOUT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0085E

E_SWEEP_QUERY_TIMEOUT The sweep query of class ({0}) timed out after ({1}) milliseconds.

E_TASK_CHANGESTATE_POSTCONDITION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0080E

E_TASK_CHANGESTATE_POSTCONDITION The postcondition is not satisfied: {0}.

E_TASK_CHANGESTATE_PRECONDITION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0079E

E_TASK_CHANGESTATE_PRECONDITION The precondition is not satisfied: {0}.

E_TEMP_FILES_DIR_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0063E

E_TEMP_FILES_DIR_ERROR Unable to create temporary files directory "dirName" dirNameThe name of the directory.

E_TRANSACTION_FAILURE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0075E

E_TRANSACTION_FAILURE A transaction problem has occurred.

E_TRANSACTION_TIMEOUT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0064E

E_TRANSACTION_TIMEOUT The query was stopped because the time limit was exceeded.

E_UNEXPECTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0065E

E_UNEXPECTED An unexpected error occurred.

E_UNEXPECTED_EXCEPTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0066E

E_UNEXPECTED_EXCEPTION An unexpected exception occurred.

E_UNSUPPORTED_STREAM - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0067E

E_UNSUPPORTED_STREAM An unsupported stream was detected; version {0} type {1}.

E_UPGRADE_REQUIRED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0078E

E_UPGRADE_REQUIRED Object store "objStore" has an incompatible schema revision in the database - expected="expectedRevision", actual="actualRevision".

E_URL_PROTOCOL_NOT_SUPPORTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0068E

E_URL_PROTOCOL_NOT_SUPPORTED The URL protocol specified in the reference is not supported.

E_UTIL_EXCEPTION_READING_OBJECT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0069E

E_UTIL_EXCEPTION_READING_OBJECT An exception occurred while reading a serialized Object.

E_UTIL_EXCEPTION_WRITING_OBJECT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0070E

E_UTIL_EXCEPTION_WRITING_OBJECT Exception serializing an Object {0}.

E_UTIL_LITTLE_ENDIAN_CONVERSION_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0071E

E_UTIL_LITTLE_ENDIAN_CONVERSION_FAILED An exception occurred while reading a little endian byte stream.

E_VALUE_NOT_SET - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0072E

E_VALUE_NOT_SET The requested property currently has no value.

E_WEBLOGIC_INVALID_CONFIGURATION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0073E

E_WEBLOGIC_INVALID_CONFIGURATION The WebLogic configuration is invalid.

E_WEBSPHERE_INVALID_CONFIGURATION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCE0074E

E_WEBSPHERE_INVALID_CONFIGURATION The WebSphere configuration is invalid.

EFFECTIVE_END_DATE - Static variable in class com.filenet.api.constants.PropertyNames
 
EFFECTIVE_START_DATE - Static variable in class com.filenet.api.constants.PropertyNames
 
EJB - Static variable in class com.filenet.api.constants.ConnectionType
A constant representing the ConnectionType for the EJB transport.
EJB_AS_INT - Static variable in class com.filenet.api.constants.ConnectionType
An int value associated with the EJB instance of this class.
EJB_CONTEXT_PROPERTIES - Static variable in class com.filenet.api.constants.ConfigurationParameter
A constant representing a ConfigurationParameter instance of type EJB_CONTEXT_PROPERTIES.
EJB_CONTEXT_PROPERTIES_AS_INT - Static variable in class com.filenet.api.constants.ConfigurationParameter
An integer associated with the EJB_CONTEXT_PROPERTIES instance of this class.
EJB_CONTEXT_PROPERTIES_AS_STRING - Static variable in class com.filenet.api.constants.ConfigurationParameter
A Property name associated with the EJB_CONTEXT_PROPERTIES instance of this class.
EJBFORWARDING_ENDPOINT - Static variable in class com.filenet.api.constants.PropertyNames
 
EJBTRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
ELEMENT_SEQUENCE_NUMBER - Static variable in class com.filenet.api.constants.PropertyNames
 
EMAIL - Static variable in class com.filenet.api.constants.PropertyNames
 
EMBEDDED_DATA_THRESHOLD - Static variable in class com.filenet.api.constants.PropertyNames
 
ENABLE_DEFENSIBLE_DISPOSAL - Static variable in class com.filenet.api.constants.PropertyNames
 
ENABLE_MANUAL_LAUNCH - Static variable in class com.filenet.api.constants.PropertyNames
 
ENABLED - Static variable in class com.filenet.api.constants.AuditLevel
Enables auditing on the object store.
ENABLED - Static variable in class com.filenet.api.constants.CBRQueryRankOverride
Allows the Content Engine to operate in dynamic switching mode for queries that combine a CBR search and a database (DB) search.
ENABLED - Static variable in class com.filenet.api.constants.RenditionEngineState
Specifies that the Rendition Engine connection is enabled.
ENABLED - Static variable in class com.filenet.api.constants.TextSearchServerStatus
The IBM® Content Search Services server is enabled and can be specified by its usage mode (TextSearchServerMode property).
ENABLED_AS_INT - Static variable in class com.filenet.api.constants.AuditLevel
An int value associated with the ENABLED instance of this class.
ENABLED_AS_INT - Static variable in class com.filenet.api.constants.CBRQueryRankOverride
An int value associated with the ENABLED instance of this class.
ENABLED_AS_INT - Static variable in class com.filenet.api.constants.RenditionEngineState
An int value associated with the ENABLED instance of this class.
ENABLED_AS_INT - Static variable in class com.filenet.api.constants.TextSearchServerStatus
An int value associated with the ENABLED instance of this class.
ENCRYPTED - Static variable in class com.filenet.api.constants.IndexingFailureCode
Indicates some or all of the text to be indexed was not indexed because it was encrypted.
ENCRYPTED_AS_INT - Static variable in class com.filenet.api.constants.IndexingFailureCode
An int value associated with the ENCRYPTED instance of this class.
ENCRYPTION_ENABLED - Static variable in class com.filenet.api.constants.PropertyNames
 
ENCRYPTION_KEY - Static variable in class com.filenet.api.constants.PropertyNames
 
END_DATE - Static variable in class com.filenet.api.constants.PropertyNames
 
END_REPLICATION_AFTER_MOVE - Static variable in class com.filenet.api.constants.PropertyNames
 
ENGINE_OBJECT - Static variable in class com.filenet.api.constants.ClassNames
 
ENGINE_TRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
EngineCollection - Interface in com.filenet.api.collection
Provides functionality common to all collection objects.
EngineObject - Interface in com.filenet.api.core
Represents the top-level interface from which most of the other Content Engine API interfaces derive.
EngineRuntimeException - Exception in com.filenet.api.exception
Used for all unchecked exceptions.
EngineRuntimeException() - Constructor for exception com.filenet.api.exception.EngineRuntimeException
This constructor exists for the implementation of the Externalizable interface.
EngineRuntimeException(ErrorStack) - Constructor for exception com.filenet.api.exception.EngineRuntimeException
Use this to implement an error stack, specifying the ErrorStack object to use for this instance.
EngineRuntimeException(ExceptionCode, Object[]) - Constructor for exception com.filenet.api.exception.EngineRuntimeException
Use this to specify the ExceptionCode object and an array of specific values (code arguments) in use when the error occurred for this exception.
EngineRuntimeException(ExceptionCode) - Constructor for exception com.filenet.api.exception.EngineRuntimeException
Use this to specify only the ExceptionCode object for this exception.
EngineRuntimeException(ExceptionCode, Object) - Constructor for exception com.filenet.api.exception.EngineRuntimeException
Use this to specify the ExceptionCode object and the specific value in use (code argument) when the error occurred for this exception.
EngineRuntimeException(ExceptionCode, Object, ExceptionContext, Object[]) - Constructor for exception com.filenet.api.exception.EngineRuntimeException
Use this to specify the ExceptionCode object and the specific value in use (code argument) when the error occurred for this exception.
EngineRuntimeException(Throwable, ExceptionCode, Object[]) - Constructor for exception com.filenet.api.exception.EngineRuntimeException
Use this for exception chaining.
EngineRuntimeException(ExceptionCode, Object[], ExceptionContext, Object[]) - Constructor for exception com.filenet.api.exception.EngineRuntimeException
(FileNet internal use only) Specifies exception code and context.
EngineRuntimeException(ExceptionCode, Object[], ExceptionContext, Object[], ExceptionContext, Object[]) - Constructor for exception com.filenet.api.exception.EngineRuntimeException
(FileNet internal use only) Specifies exception code and context.
EngineRuntimeException(Throwable, ExceptionCode, Object[], ExceptionContext, Object[]) - Constructor for exception com.filenet.api.exception.EngineRuntimeException
(FileNet internal use only) Specifies Throwable cause, exception code, and context.
EngineRuntimeException(EngineRuntimeException, ExceptionContext, Object[]) - Constructor for exception com.filenet.api.exception.EngineRuntimeException
(FileNet internal use only) Specifies EngineRuntimeException cause, exception code, and context.
EngineSet - Interface in com.filenet.api.collection
Defines collection functionality common only to sets.
ENTIRE_NETWORK - Static variable in class com.filenet.api.constants.ClassNames
 
EntireNetwork - Interface in com.filenet.api.core
Represents the highest-level object in the Content Engine API object model.
ENUM - Static variable in class com.filenet.api.constants.Cardinality
Specifies a property with enumeration cardinality.
ENUM_AS_INT - Static variable in class com.filenet.api.constants.Cardinality
An int value associated with the ENUM instance of this class.
ENUM_OF_OBJECT - Static variable in class com.filenet.api.constants.FilteredPropertyType
Indicates PropertyIndependentObjectSet properties.
ENUM_OF_OBJECT_AS_INT - Static variable in class com.filenet.api.constants.FilteredPropertyType
An int value associated with the ENUM_OF_OBJECT instance of this class.
EQUAL - Static variable in class com.filenet.api.constants.JoinComparison
A constant representing a JoinComparison instance of type EQUAL.
EQUAL_AS_INT - Static variable in class com.filenet.api.constants.JoinComparison
An integer associated with the EQUAL instance of this class.
equals(Object) - Method in class com.filenet.api.jdbc.Driver
Indicates whether the object specified references this instance.
equals(Object) - Method in class com.filenet.api.util.Id
Compares two IDs for logical equality.
ERROR_CODE - Static variable in class com.filenet.api.constants.PropertyNames
 
ERROR_DESCRIPTION - Static variable in class com.filenet.api.constants.PropertyNames
 
ERROR_TRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
ErrorLoggingLevel - Class in com.filenet.api.exception
Determines whether an exception is to be logged.
ErrorRecord - Class in com.filenet.api.exception
Represents a single exception that has occurred on the server.
ErrorRecord(Throwable) - Constructor for class com.filenet.api.exception.ErrorRecord
Use this to create a record for any exception.
ErrorRecord(String, String, HashMap) - Constructor for class com.filenet.api.exception.ErrorRecord
Use this to create a record from exception data.
ErrorStack - Class in com.filenet.api.exception
Contains a collection of ErrorRecord instances returned by the server.
ErrorStack(EngineRuntimeException) - Constructor for class com.filenet.api.exception.ErrorStack
Creates an ErrorStack instance from an EngineRuntimeException object.
ErrorStack(String, ErrorRecord[]) - Constructor for class com.filenet.api.exception.ErrorStack
Creates the ErrorStack instance by explicitly specifying the ErrorRecord object that the error stack is to contain.
EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
Event - Interface in com.filenet.api.events
Represents a system or custom event that can be triggered on an Content Engine object or class of objects.
EVENT_ACTION - Static variable in class com.filenet.api.constants.ClassNames
 
EVENT_ACTION - Static variable in class com.filenet.api.constants.PropertyNames
 
EVENT_ACTION_NO_HANDLER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCV0001E

EVENT_ACTION_NO_HANDLER Unable to get the EventAction handler for {0}.

EVENT_ACTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
EVENT_BAD_EVENT_TYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCV0002E

EVENT_BAD_EVENT_TYPE Bad event type {0}.

EVENT_BAD_SUBSCRIPTION_TYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCV0003E

EVENT_BAD_SUBSCRIPTION_TYPE Bad subscription type {0}.

EVENT_CLASS - Static variable in class com.filenet.api.constants.PropertyNames
 
EVENT_CLASS_DEFINITION - Static variable in class com.filenet.api.constants.ClassNames
 
EVENT_CM_CACHE_LOOP - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCV0018E

EVENT_CM_CACHE_LOOP The Code Module classloader tried and failed {0} time to cache a JAR or ZIP file from a content element to a temporary file in directory {1}.

EVENT_CM_CIRCULARITY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCV0016E

EVENT_CM_CIRCULARITY The Java Runtime Environment detected a cirularity error when trying to define Code Module class {0} from content element {1}.

EVENT_CM_CLASS_FORMAT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCV0017E

EVENT_CM_CLASS_FORMAT The Java Runtime Environment detected a format error when trying to define Code Module class {0} from content element {1}.

EVENT_CM_CONTENTREFERENCE_NOT_ALLOWED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCV0012E

EVENT_CM_CONTENTREFERENCE_NOT_ALLOWED Code module does not permit ContentReference object as content element.

EVENT_CM_ELT_NOT_CT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCV0023E

EVENT_CM_ELT_NOT_CT The content element identified by URI {0} is not a Content Transfer element.

EVENT_CM_ELT_NUMBERING_MISMATCH - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCV0022E

EVENT_CM_ELT_NUMBERING_MISMATCH A content element numbering inconsistency was found.

EVENT_CM_ELTNO_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCV0020E

EVENT_CM_ELTNO_NOT_FOUND There is no content element number {0} for the object identified by URI {1}.

EVENT_CM_ESN_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCV0021E

EVENT_CM_ESN_NOT_FOUND There is no content element sequence number {0} for the object identified by URI {1}.

EVENT_CM_INCOMPATIBLE_JAVA_VERSION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCV0015E

EVENT_CM_INCOMPATIBLE_JAVA_VERSION Incompatible Java class: {0} detected in code module.

EVENT_CM_RESERVATION_NOT_ALLOWED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCV0004E

EVENT_CM_RESERVATION_NOT_ALLOWED Code module value for Action object does not permit a reservation.

EVENT_CM_UNEXPECTED_OBJECT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCV0019E

EVENT_CM_UNEXPECTED_OBJECT An object with content was expected, which is limited to Document class, Annotation class, and their subclasses.

EVENT_DUPLICATE_LIST_SUBSCRIBED_EVENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCV0014E

EVENT_DUPLICATE_LIST_SUBSCRIBED_EVENT A duplicate entry was detected in the subscribed event list.

EVENT_EXPORT_STORES - Static variable in class com.filenet.api.constants.PropertyNames
 
EVENT_EXPORTER_LEASE_WAIT_INTERVAL - Static variable in class com.filenet.api.constants.PropertyNames
 
EVENT_EXTERNAL_FAILURE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCV0005E

EVENT_EXTERNAL_FAILURE The Event handler threw an external failure.

EVENT_HANDLER_THREW - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCV0006E

EVENT_HANDLER_THREW An exception occurred in the event handler.

EVENT_HANDLER_VALIDATION_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCV0010E

EVENT_HANDLER_VALIDATION_FAILED Unable to load event handler class from either associated code module or system classpath: {0}.

EVENT_INFINITE_LOOP_DETECTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCV0013E

EVENT_INFINITE_LOOP_DETECTED Infinite loop in synchronous event processing detected.

EVENT_NO_SCRIPT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCV0007E

EVENT_NO_SCRIPT There is no script defined for the event action "{0}", id={1}.

EVENT_OBJECT - Static variable in class com.filenet.api.constants.PropertyNames
 
EVENT_QUEUE_ITEM - Static variable in class com.filenet.api.constants.ClassNames
 
EVENT_QUEUEITEM_NO_HANDLER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCV0008E

EVENT_QUEUEITEM_NO_HANDLER Unable to get a handler for the QueueItem {0}.

EVENT_QUEUEITEM_UNKNOWN_CLASS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCV0009E

EVENT_QUEUEITEM_UNKNOWN_CLASS Unknown QueueItem class {0}.

EVENT_STATUS - Static variable in class com.filenet.api.constants.PropertyNames
 
EVENT_USER_ABORT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCV0011E

EVENT_USER_ABORT The event action is aborted by user.

EventAction - Interface in com.filenet.api.events
Represents the actions taken when a subscribed event fires.
EventActionHandler - Interface in com.filenet.api.engine
An interface to be implemented as a event action handler, which runs on the server.
EventActionSet - Interface in com.filenet.api.collection
Represents a collection of EventAction objects.
EventClassDefinition - Interface in com.filenet.api.admin
Represents the class definition (mutable class metadata) of event classes whose instances can be subscribed to or audited.
EventClassDefinitionSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
EventExporterType - Class in com.filenet.api.constants
Provides a set of constants for setting the type of event export store to create, for either the Case Analyzer or Case History publishing service.
EventExternalFailureException - Exception in com.filenet.api.engine
Intended for implementations of the EventActionHandler interface in asynchronous event processing.
EventExternalFailureException(int) - Constructor for exception com.filenet.api.engine.EventExternalFailureException
Constructs the exception with a retry wait time.
EventQueueItem - Interface in com.filenet.api.admin
Represents a pending (queued) execution of an asynchronous event action, or an asynchronous event queue item that remains unprocessed because its retry count is zero.
EventQueueItemSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
EVENTS_TRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
EventSet - Interface in com.filenet.api.collection
Represents a collection of Event objects.
EXACT - Static variable in class com.filenet.api.constants.PrincipalSearchType
A constant representing a PrincipalSearchType instance of type EXACT.
EXACT_AS_INT - Static variable in class com.filenet.api.constants.PrincipalSearchType
An integer associated with the EXACT instance of this class.
EXAMINED_OBJECT_COUNT - Static variable in class com.filenet.api.constants.PropertyNames
 
ExceptionCode - Class in com.filenet.api.exception
Enumerates unchecked exception messages.
EXCLUDED_BROKERS - Static variable in class com.filenet.api.constants.PropertyNames
 
EXCLUSIVE - Static variable in class com.filenet.api.constants.ReservationType
Specifies an exclusive reservation.
EXCLUSIVE_AS_INT - Static variable in class com.filenet.api.constants.ReservationType
An int value associated with the EXCLUSIVE instance of this class.
EXPIRED_BATCH_SELECTION_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
EXPORTER_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
EXTERNAL_ALIAS - Static variable in class com.filenet.api.constants.ClassNames
 
EXTERNAL_ALIASES - Static variable in class com.filenet.api.constants.PropertyNames
 
EXTERNAL_CLASS_ALIAS - Static variable in class com.filenet.api.constants.ClassNames
 
EXTERNAL_CLASS_DESCRIPTION - Static variable in class com.filenet.api.constants.ClassNames
 
EXTERNAL_CLASS_DESCRIPTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
EXTERNAL_IDENTITY - Static variable in class com.filenet.api.constants.ClassNames
 
EXTERNAL_OBJECT_IDENTITY - Static variable in class com.filenet.api.constants.PropertyNames
 
EXTERNAL_PARTICIPANT - Static variable in class com.filenet.api.constants.ClassNames
 
EXTERNAL_PROPERTY_ALIAS - Static variable in class com.filenet.api.constants.ClassNames
 
EXTERNAL_PROPERTY_DESCRIPTION - Static variable in class com.filenet.api.constants.ClassNames
 
EXTERNAL_PROPERTY_DESCRIPTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
EXTERNAL_REPLICA_IDENTITIES - Static variable in class com.filenet.api.constants.PropertyNames
 
EXTERNAL_REPOSITORIES - Static variable in class com.filenet.api.constants.PropertyNames
 
EXTERNAL_REPOSITORY - Static variable in class com.filenet.api.constants.ClassNames
 
EXTERNAL_REPOSITORY - Static variable in class com.filenet.api.constants.PropertyNames
 
ExternalAlias - Interface in com.filenet.api.replication
Represents the mechanism for mapping a class or property in an external repository to a corresponding Content Engine class or property.
ExternalAliasList - Interface in com.filenet.api.collection
Represents a collection of ExternalAlias objects.
ExternalClassAlias - Interface in com.filenet.api.replication
Represents the mechanism for mapping a class in an external repository to a corresponding Content Engine class.
ExternalClassAliasList - Interface in com.filenet.api.collection
Represents a collection of ExternalClassAlias objects.
ExternalClassDescription - Interface in com.filenet.api.replication
Represents the description of a class, of which an object instance can be replicated, in an external repository.
ExternalClassDescriptionSet - Interface in com.filenet.api.collection
Represents a collection of ExternalClassDescription objects.
ExternalIdentity - Interface in com.filenet.api.replication
Represents the identity of a replicated object in an external repository.
ExternalIdentityList - Interface in com.filenet.api.collection
Represents a collection of ExternalIdentity objects.
ExternalParticipant - Interface in com.filenet.api.replication
Represents the participation of an external repository in a replication group.
ExternalParticipantList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
ExternalPropertyAlias - Interface in com.filenet.api.replication
Represents the mechanism for mapping a property in an external repository to a corresponding Content Engine property.
ExternalPropertyAliasList - Interface in com.filenet.api.collection
Represents a collection of ExternalPropertyAlias objects.
ExternalPropertyDescription - Interface in com.filenet.api.replication
Represents the description of a property in an external repository.
ExternalPropertyDescriptionList - Interface in com.filenet.api.collection
Represents a collection of ExternalPropertyDescription objects.
ExternalRepository - Interface in com.filenet.api.replication
Represents repositories that are external to the Content Engine server.
ExternalRepositorySet - Interface in com.filenet.api.collection
Represents a collection of ExternalRepository objects.

F

Factory - Class in com.filenet.api.core
Provides type-specific static inner classes for creating instances of Content Engine classes and their associated collections.
Factory() - Constructor for class com.filenet.api.core.Factory
 
Factory.AccessPermission - Class in com.filenet.api.core
 
Factory.Action - Class in com.filenet.api.core
 
Factory.ActionConsumer - Class in com.filenet.api.core
 
Factory.AddOn - Class in com.filenet.api.core
 
Factory.Annotation - Class in com.filenet.api.core
 
Factory.ApplicationSecurityTemplate - Class in com.filenet.api.core
 
Factory.AsyncProcessingConfiguration - Class in com.filenet.api.core
 
Factory.AsyncUpgradeQueueItem - Class in com.filenet.api.core
 
Factory.AuditConfigurationEvent - Class in com.filenet.api.core
 
Factory.AuditDefinition - Class in com.filenet.api.core
 
Factory.BinaryList - Class in com.filenet.api.core
 
Factory.BooleanList - Class in com.filenet.api.core
 
Factory.CancelCheckoutEvent - Class in com.filenet.api.core
 
Factory.CenteraFixedContentDevice - Class in com.filenet.api.core
 
Factory.CenteraSiteSettings - Class in com.filenet.api.core
 
Factory.CFSImportAgentConfiguration - Class in com.filenet.api.core
 
Factory.CFSSiteSettings - Class in com.filenet.api.core
 
Factory.ChangeClassEvent - Class in com.filenet.api.core
 
Factory.ChangeStateEvent - Class in com.filenet.api.core
 
Factory.CheckinEvent - Class in com.filenet.api.core
 
Factory.CheckoutEvent - Class in com.filenet.api.core
 
Factory.Choice - Class in com.filenet.api.core
 
Factory.ChoiceList - Class in com.filenet.api.core
 
Factory.ClassDefinition - Class in com.filenet.api.core
 
Factory.ClassDescription - Class in com.filenet.api.core
 
Factory.ClassifyCompleteEvent - Class in com.filenet.api.core
 
Factory.ClassSubscription - Class in com.filenet.api.core
 
Factory.ClassWorkflowSubscription - Class in com.filenet.api.core
 
Factory.CmAbstractPersistable - Class in com.filenet.api.core
 
Factory.CmAbstractQueueEntry - Class in com.filenet.api.core
 
Factory.CmAbstractSequential - Class in com.filenet.api.core
 
Factory.CmAtmosFixedContentDevice - Class in com.filenet.api.core
 
Factory.CmAuditDispositionPolicy - Class in com.filenet.api.core
 
Factory.CmAuditingConfiguration - Class in com.filenet.api.core
 
Factory.CmAuditProcessingBookmark - Class in com.filenet.api.core
 
Factory.CmBulkMoveContentJob - Class in com.filenet.api.core
 
Factory.CmChangePreprocessorAction - Class in com.filenet.api.core
 
Factory.CmChangePreprocessorDefinition - Class in com.filenet.api.core
 
Factory.CmContentMigrationPolicy - Class in com.filenet.api.core
 
Factory.CmCustomQueueSweep - Class in com.filenet.api.core
 
Factory.CmCustomSweepJob - Class in com.filenet.api.core
 
Factory.CmCustomSweepPolicy - Class in com.filenet.api.core
 
Factory.CmDatabaseConnection - Class in com.filenet.api.core
 
Factory.CmDirectoryConfigurationConnections - Class in com.filenet.api.core
 
Factory.CmDirectoryConfigurationDomino - Class in com.filenet.api.core
 
Factory.CmDirectoryConfigurationOID - Class in com.filenet.api.core
 
Factory.CmDirectoryConfigurationRadiantOne - Class in com.filenet.api.core
 
Factory.CmDirectoryConfigurationVMM - Class in com.filenet.api.core
 
Factory.CmDisposalPolicy - Class in com.filenet.api.core
 
Factory.CmEventExportStore - Class in com.filenet.api.core
 
Factory.CmHitachiFixedContentDevice - Class in com.filenet.api.core
 
Factory.CmHold - Class in com.filenet.api.core
 
Factory.CmHoldRelationship - Class in com.filenet.api.core
 
Factory.CmIndexJobResyncItem - Class in com.filenet.api.core
 
Factory.CmIndexRequest - Class in com.filenet.api.core
 
Factory.CmJobSweepResult - Class in com.filenet.api.core
 
Factory.CmMarkForDeletionEvent - Class in com.filenet.api.core
 
Factory.CmMoveContentEvent - Class in com.filenet.api.core
 
Factory.CMODFixedContentDevice - Class in com.filenet.api.core
 
Factory.CMODRepository - Class in com.filenet.api.core
 
Factory.CmPolicyControlledSweep - Class in com.filenet.api.core
 
Factory.CmPolicySweepResult - Class in com.filenet.api.core
 
Factory.CmProcessEngineConfiguration - Class in com.filenet.api.core
 
Factory.CmQueueEntryClassDefinition - Class in com.filenet.api.core
 
Factory.CmQueueSweep - Class in com.filenet.api.core
 
Factory.CmRecoverEvent - Class in com.filenet.api.core
 
Factory.CmRecoveryBin - Class in com.filenet.api.core
 
Factory.CmRecoveryItem - Class in com.filenet.api.core
 
Factory.CmRetentionUpdateJob - Class in com.filenet.api.core
 
Factory.CmRetentionUpdatePolicy - Class in com.filenet.api.core
 
Factory.CmSweep - Class in com.filenet.api.core
 
Factory.CmSweepAction - Class in com.filenet.api.core
 
Factory.CmSweepConfiguration - Class in com.filenet.api.core
 
Factory.CmSweepJob - Class in com.filenet.api.core
 
Factory.CmSweepPolicy - Class in com.filenet.api.core
 
Factory.CmSweepPolicyRelationship - Class in com.filenet.api.core
 
Factory.CmSweepRelationship - Class in com.filenet.api.core
 
Factory.CmSweepResult - Class in com.filenet.api.core
 
Factory.CmTask - Class in com.filenet.api.core
 
Factory.CmTaskRelationship - Class in com.filenet.api.core
 
Factory.CmTextSearchAffinityGroup - Class in com.filenet.api.core
 
Factory.CmTextSearchConfiguration - Class in com.filenet.api.core
 
Factory.CmTextSearchIndexArea - Class in com.filenet.api.core
 
Factory.CmTextSearchIndexRequest - Class in com.filenet.api.core
 
Factory.CmTextSearchPartitionDateProperty - Class in com.filenet.api.core
 
Factory.CmTextSearchPartitionProperty - Class in com.filenet.api.core
 
Factory.CmTextSearchPartitionStringProperty - Class in com.filenet.api.core
 
Factory.CmTextSearchServer - Class in com.filenet.api.core
 
Factory.CmThreadPoolConfiguration - Class in com.filenet.api.core
 
Factory.CmThumbnail - Class in com.filenet.api.core
 
Factory.CmThumbnailGenerationJob - Class in com.filenet.api.core
 
Factory.CmThumbnailGenerationSubscription - Class in com.filenet.api.core
 
Factory.CmThumbnailRequest - Class in com.filenet.api.core
 
Factory.CmThumbnailRequestSweep - Class in com.filenet.api.core
 
Factory.CmTimeslot - Class in com.filenet.api.core
 
Factory.CmVerityIndexRequest - Class in com.filenet.api.core
 
Factory.CodeModule - Class in com.filenet.api.core
 
Factory.ComponentRelationship - Class in com.filenet.api.core
 
Factory.Connection - Class in com.filenet.api.core
 
Factory.ContainmentRelationship - Class in com.filenet.api.core
 
Factory.ContentCacheArea - Class in com.filenet.api.core
 
Factory.ContentCacheConfiguration - Class in com.filenet.api.core
 
Factory.ContentConfiguration - Class in com.filenet.api.core
 
Factory.ContentElement - Class in com.filenet.api.core
 
Factory.ContentFederatingRepository - Class in com.filenet.api.core
 
Factory.ContentReference - Class in com.filenet.api.core
 
Factory.ContentTransfer - Class in com.filenet.api.core
 
Factory.CreationEvent - Class in com.filenet.api.core
 
Factory.CustomEvent - Class in com.filenet.api.core
 
Factory.CustomObject - Class in com.filenet.api.core
 
Factory.DatabaseStorageArea - Class in com.filenet.api.core
 
Factory.DateTimeList - Class in com.filenet.api.core
 
Factory.DeletionEvent - Class in com.filenet.api.core
 
Factory.DemoteVersionEvent - Class in com.filenet.api.core
 
Factory.DirectoryConfiguration - Class in com.filenet.api.core
 
Factory.DirectoryConfigurationAD - Class in com.filenet.api.core
 
Factory.DirectoryConfigurationAdam - Class in com.filenet.api.core
 
Factory.DirectoryConfigurationCA - Class in com.filenet.api.core
 
Factory.DirectoryConfigurationIBM - Class in com.filenet.api.core
 
Factory.DirectoryConfigurationNovell - Class in com.filenet.api.core
 
Factory.DirectoryConfigurationSunOne - Class in com.filenet.api.core
 
Factory.DITARenditionEngineConnection - Class in com.filenet.api.core
 
Factory.Document - Class in com.filenet.api.core
 
Factory.DocumentClassDefinition - Class in com.filenet.api.core
 
Factory.DocumentClassificationAction - Class in com.filenet.api.core
 
Factory.DocumentClassificationQueueItem - Class in com.filenet.api.core
 
Factory.DocumentLifecycleAction - Class in com.filenet.api.core
 
Factory.DocumentLifecyclePolicy - Class in com.filenet.api.core
 
Factory.DocumentState - Class in com.filenet.api.core
 
Factory.Domain - Class in com.filenet.api.core
 
Factory.DynamicReferentialContainmentRelationship - Class in com.filenet.api.core
 
Factory.EngineCollectionList - Class in com.filenet.api.core
 
Factory.EntireNetwork - Class in com.filenet.api.core
 
Factory.Event - Class in com.filenet.api.core
 
Factory.EventAction - Class in com.filenet.api.core
 
Factory.EventClassDefinition - Class in com.filenet.api.core
 
Factory.EventQueueItem - Class in com.filenet.api.core
 
Factory.ExternalClassAlias - Class in com.filenet.api.core
 
Factory.ExternalParticipant - Class in com.filenet.api.core
 
Factory.ExternalPropertyAlias - Class in com.filenet.api.core
 
Factory.ExternalRepository - Class in com.filenet.api.core
 
Factory.FileEvent - Class in com.filenet.api.core
 
Factory.FileStorageArea - Class in com.filenet.api.core
 
Factory.FixedContentDevice - Class in com.filenet.api.core
 
Factory.FixedStorageArea - Class in com.filenet.api.core
 
Factory.Float64List - Class in com.filenet.api.core
 
Factory.Folder - Class in com.filenet.api.core
 
Factory.FreezeEvent - Class in com.filenet.api.core
 
Factory.GenericFixedContentDevice - Class in com.filenet.api.core
 
Factory.GetContentEvent - Class in com.filenet.api.core
 
Factory.GetObjectEvent - Class in com.filenet.api.core
 
Factory.Group - Class in com.filenet.api.core
 
Factory.IdList - Class in com.filenet.api.core
 
Factory.IICEFixedContentDevice - Class in com.filenet.api.core
 
Factory.ImageServicesClassDescription - Class in com.filenet.api.core
 
Factory.ImageServicesImportAgentConfiguration - Class in com.filenet.api.core
 
Factory.ImageServicesPropertyDescription - Class in com.filenet.api.core
 
Factory.ImageServicesRepository - Class in com.filenet.api.core
 
Factory.ImageServicesSiteSettings - Class in com.filenet.api.core
 
Factory.IMFixedContentDevice - Class in com.filenet.api.core
 
Factory.IndexArea - Class in com.filenet.api.core
 
Factory.IndexJob - Class in com.filenet.api.core
 
Factory.IndexJobClassItem - Class in com.filenet.api.core
 
Factory.IndexJobCollectionItem - Class in com.filenet.api.core
 
Factory.IndexJobItem - Class in com.filenet.api.core
 
Factory.IndexJobSingleItem - Class in com.filenet.api.core
 
Factory.InstanceSubscription - Class in com.filenet.api.core
 
Factory.InstanceWorkflowSubscription - Class in com.filenet.api.core
 
Factory.Integer32List - Class in com.filenet.api.core
 
Factory.IsolatedRegion - Class in com.filenet.api.core
 
Factory.Link - Class in com.filenet.api.core
 
Factory.LocalizedString - Class in com.filenet.api.core
 
Factory.LockEvent - Class in com.filenet.api.core
 
Factory.Marking - Class in com.filenet.api.core
 
Factory.MarkingSet - Class in com.filenet.api.core
 
Factory.MetadataCache - Class in com.filenet.api.core
 
Factory.ObjectChangeEvent - Class in com.filenet.api.core
 
Factory.ObjectStore - Class in com.filenet.api.core
 
Factory.ObjectStoreParticipant - Class in com.filenet.api.core
 
Factory.PageIterator - Class in com.filenet.api.core
 
Factory.PEConnectionPoint - Class in com.filenet.api.core
 
Factory.Permission - Class in com.filenet.api.core
 
Factory.PromoteVersionEvent - Class in com.filenet.api.core
 
Factory.PropertyDefinition - Class in com.filenet.api.core
 
Factory.PropertyDefinitionBinary - Class in com.filenet.api.core
 
Factory.PropertyDefinitionBoolean - Class in com.filenet.api.core
 
Factory.PropertyDefinitionDateTime - Class in com.filenet.api.core
 
Factory.PropertyDefinitionFloat64 - Class in com.filenet.api.core
 
Factory.PropertyDefinitionId - Class in com.filenet.api.core
 
Factory.PropertyDefinitionInteger32 - Class in com.filenet.api.core
 
Factory.PropertyDefinitionObject - Class in com.filenet.api.core
 
Factory.PropertyDefinitionString - Class in com.filenet.api.core
 
Factory.PropertyTemplate - Class in com.filenet.api.core
 
Factory.PropertyTemplateBinary - Class in com.filenet.api.core
 
Factory.PropertyTemplateBoolean - Class in com.filenet.api.core
 
Factory.PropertyTemplateDateTime - Class in com.filenet.api.core
 
Factory.PropertyTemplateFloat64 - Class in com.filenet.api.core
 
Factory.PropertyTemplateId - Class in com.filenet.api.core
 
Factory.PropertyTemplateInteger32 - Class in com.filenet.api.core
 
Factory.PropertyTemplateObject - Class in com.filenet.api.core
 
Factory.PropertyTemplateString - Class in com.filenet.api.core
 
Factory.PublishCompleteEvent - Class in com.filenet.api.core
 
Factory.PublishingConfiguration - Class in com.filenet.api.core
 
Factory.PublishRequest - Class in com.filenet.api.core
 
Factory.PublishRequestEvent - Class in com.filenet.api.core
 
Factory.PublishStyleTemplate - Class in com.filenet.api.core
 
Factory.PublishTemplate - Class in com.filenet.api.core
 
Factory.QueryEvent - Class in com.filenet.api.core
 
Factory.QueueItem - Class in com.filenet.api.core
 
Factory.Realm - Class in com.filenet.api.core
 
Factory.ReferentialContainmentRelationship - Class in com.filenet.api.core
 
Factory.Relationship - Class in com.filenet.api.core
 
Factory.RenditionEngineConnection - Class in com.filenet.api.core
 
Factory.ReplicableClassDefinition - Class in com.filenet.api.core
 
Factory.ReplicationConfiguration - Class in com.filenet.api.core
 
Factory.ReplicationGroup - Class in com.filenet.api.core
 
Factory.ReplicationJournalEntry - Class in com.filenet.api.core
 
Factory.ReplicationParticipant - Class in com.filenet.api.core
 
Factory.RetrievalEvent - Class in com.filenet.api.core
 
Factory.SecurityPolicy - Class in com.filenet.api.core
 
Factory.SecurityPrincipal - Class in com.filenet.api.core
 
Factory.SecurityPropagationQueueItem - Class in com.filenet.api.core
 
Factory.SecurityTemplate - Class in com.filenet.api.core
 
Factory.ServerCacheConfiguration - Class in com.filenet.api.core
 
Factory.ServerInstance - Class in com.filenet.api.core
 
Factory.Site - Class in com.filenet.api.core
 
Factory.SiteSettings - Class in com.filenet.api.core
 
Factory.SnapLockFixedContentDevice - Class in com.filenet.api.core
 
Factory.StorageArea - Class in com.filenet.api.core
 
Factory.StoragePolicy - Class in com.filenet.api.core
 
Factory.StoredSearch - Class in com.filenet.api.core
 
Factory.StringList - Class in com.filenet.api.core
 
Factory.SubscribableClassDefinition - Class in com.filenet.api.core
 
Factory.SubscribedEvent - Class in com.filenet.api.core
 
Factory.Subscription - Class in com.filenet.api.core
 
Factory.SubsystemConfiguration - Class in com.filenet.api.core
 
Factory.TableDefinition - Class in com.filenet.api.core
 
Factory.TakeFederatedOwnershipEvent - Class in com.filenet.api.core
 
Factory.TivoliFixedContentDevice - Class in com.filenet.api.core
 
Factory.TraceLoggingConfiguration - Class in com.filenet.api.core
 
Factory.UnfileEvent - Class in com.filenet.api.core
 
Factory.UnlockEvent - Class in com.filenet.api.core
 
Factory.UpdateEvent - Class in com.filenet.api.core
 
Factory.UpdateSecurityEvent - Class in com.filenet.api.core
 
Factory.UpgradeAddOn - Class in com.filenet.api.core
 
Factory.User - Class in com.filenet.api.core
 
Factory.VerityDomainConfiguration - Class in com.filenet.api.core
 
Factory.VerityIndexArea - Class in com.filenet.api.core
 
Factory.VerityServerConfiguration - Class in com.filenet.api.core
 
Factory.VersionableClassDefinition - Class in com.filenet.api.core
 
Factory.VersioningSecurityTemplate - Class in com.filenet.api.core
 
Factory.VersionSeries - Class in com.filenet.api.core
 
Factory.VirtualServer - Class in com.filenet.api.core
 
Factory.WorkflowDefinition - Class in com.filenet.api.core
 
Factory.WorkflowEventAction - Class in com.filenet.api.core
 
Factory.XMLPropertyMappingScript - Class in com.filenet.api.core
 
FAILED - Static variable in class com.filenet.api.constants.QueueEntryStatus
Indicates that the operation failed on the queue item.
FAILED - Static variable in class com.filenet.api.constants.ReplicationJournalStatus
The processing of the replication journal entry has failed multiple times and has been abandoned.
FAILED - Static variable in class com.filenet.api.constants.TaskState
Indicates that execution of the task failed.
FAILED - Static variable in class com.filenet.api.engine.SweepItemOutcome
Specifies that the object failed during processing, the object is eligible for retry.
FAILED_AS_INT - Static variable in class com.filenet.api.constants.QueueEntryStatus
An int value associated with the FAILED instance of this class.
FAILED_AS_INT - Static variable in class com.filenet.api.constants.ReplicationJournalStatus
An int value associated with the FAILED instance of this class.
FAILED_AS_INT - Static variable in class com.filenet.api.constants.TaskState
An int value associated with the FAILED instance of this class.
FAILED_NO_RETRY - Static variable in class com.filenet.api.engine.SweepItemOutcome
Specifies that the object failed during processing, and that the object is not eligible for retry (fatal, non-recoverable error was detected).
FAILED_OBJECT_COUNT - Static variable in class com.filenet.api.constants.PropertyNames
 
FAILURE - Static variable in class com.filenet.api.constants.SweepResultType
The failure record is of type failure.
FAILURE_AS_INT - Static variable in class com.filenet.api.constants.SweepResultType
An int value associated with the FAILURE instance of this class.
FAILURE_COUNT - Static variable in class com.filenet.api.constants.PropertyNames
 
FAILURE_DESCRIPTION - Static variable in class com.filenet.api.constants.PropertyNames
 
FALLBACK_PARSER_INVOKED - Static variable in class com.filenet.api.constants.IndexingFailureCode
Indicates the text extracted from the content for the full text index may be incorrect.
FALLBACK_PARSER_INVOKED_AS_INT - Static variable in class com.filenet.api.constants.IndexingFailureCode
An int value associated with the FALLBACK_PARSER_INVOKED instance of this class.
FCP_POOL_IDLE_TIMEOUT_SECONDS - Static variable in class com.filenet.api.constants.PropertyNames
 
FCP_POOL_MAX_IN_USE - Static variable in class com.filenet.api.constants.PropertyNames
 
FCP_POOL_MAX_WAIT_SECONDS - Static variable in class com.filenet.api.constants.PropertyNames
 
FCP_POOL_PREFERRED_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
FEDERATION_JNDIDATA_SOURCE - Static variable in class com.filenet.api.constants.PropertyNames
 
FEDERATION_JNDIXADATA_SOURCE - Static variable in class com.filenet.api.constants.PropertyNames
 
FEDERATION_UPDATE_HAS_PRIORITY - Static variable in class com.filenet.api.constants.PropertyNames
 
fetchAll(Connection, PropertyFilter) - Static method in class com.filenet.api.core.Factory.Realm
Returns all realms available in the domain.
fetchAndLockObject(String, String, long, String, PropertyFilter) - Method in interface com.filenet.api.core.ObjectStore
Retrieves and locks the specified object from this ObjectStore object.
fetchAndLockObject(String, Id, long, String, PropertyFilter) - Method in interface com.filenet.api.core.ObjectStore
Retrieves and locks the specified object from this ObjectStore object.
fetchCurrent(Connection, PropertyFilter) - Static method in class com.filenet.api.core.Factory.Realm
Returns the realm for the current user.
fetchCurrent(Connection, PropertyFilter) - Static method in class com.filenet.api.core.Factory.User
Returns the current user.
fetchDependentObjectListValue(PropertyFilter) - Method in interface com.filenet.api.property.PropertyDependentObjectList
Retrieves the value of this PropertyDependentObjectList property by making a roundtrip to the server using an optional property filter.
fetchIndependentObject(PropertyFilter) - Method in interface com.filenet.api.property.PropertyEngineObject
Retrieves the value of a PropertyEngineObject property that holds an IndependentObject object by making a roundtrip to the server using an optional property filter.
fetchIndependentObjectSetValue(PropertyFilter) - Method in interface com.filenet.api.property.PropertyIndependentObjectSet
Retrieves the value of this PropertyIndependentObjectSet property by making a roundtrip to the server using an optional property filter.
fetchIndependentObjectSetValue(PropertyFilter, int) - Method in interface com.filenet.api.property.PropertyIndependentObjectSet
Retrieves the value of this PropertyIndependentObjectSet property by making a roundtrip to the server using an optional property filter and page size.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.Action
Retrieves an object of the Action class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ActionConsumer
Retrieves an object of the ActionConsumer class by the specified object ID from the specified object store.
fetchInstance(Domain, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.AddOn
Retrieves an AddOn object based on the domain and ID specified.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.AddOn
Retrieves an object of the AddOn class by the specified domain and ID.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.Annotation
Retrieves an object of the Annotation class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.AsyncUpgradeQueueItem
Retrieves an object of the AsyncUpgradeQueueItem class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.AuditConfigurationEvent
Retrieves an object of the AuditConfigurationEvent class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CancelCheckoutEvent
Retrieves an object of the CancelCheckoutEvent class by the specified object ID from the specified object store.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CenteraFixedContentDevice
Retrieves a CenteraFixedContentDevice object based on the domain and ID specified.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ChangeClassEvent
Retrieves an object of the ChangeClassEvent class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ChangeStateEvent
Retrieves an object of the ChangeStateEvent class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CheckinEvent
Retrieves an object of the CheckinEvent class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CheckoutEvent
Retrieves an object of the CheckoutEvent class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ChoiceList
Retrieves an object of the ChoiceList class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ClassDefinition
Retrieves an object of the ClassDefinition class by the specified object identity from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ClassDefinition
Retrieves an object of the ClassDefinition class by the specified object ID from the specified object store.
fetchInstance(Scope, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ClassDescription
Retrieves an object of the ClassDescription class specified by the given class ID.
fetchInstance(Scope, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ClassDescription
Retrieves an object of the ClassDescription class specified by the given identity.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ClassifyCompleteEvent
Retrieves an object of the ClassifyCompleteEvent class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ClassSubscription
Retrieves an object of the ClassSubscription class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ClassWorkflowSubscription
Retrieves an object of the ClassWorkflowSubscription class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, String, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmAbstractPersistable
Retrieves an object of the CmAbstractPersistable class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, String, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmAbstractQueueEntry
Retrieves an object of the CmAbstractQueueEntry class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, String, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmAbstractSequential
Retrieves an object of the CmAbstractSequential class by the specified object ID from the specified object store.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmAtmosFixedContentDevice
Retrieves a CmAtmosFixedContentDevice object based on the domain and ID specified.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmAuditDispositionPolicy
Retrieves an object of the CmAuditDispositionPolicy class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmAuditProcessingBookmark
Retrieves an object of the CmAuditProcessingBookmark class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmBulkMoveContentJob
Retrieves an object of the CmBulkMoveContentJob class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmChangePreprocessorAction
Retrieves an object of the CmChangePreprocessorAction class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmContentMigrationPolicy
Retrieves an object of the CmContentMigrationPolicy class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmCustomQueueSweep
Retrieves an object of the CmCustomQueueSweep class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmCustomSweepJob
Retrieves an object of the CmCustomSweepJob class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmCustomSweepPolicy
Retrieves an object of the CmCustomSweepPolicy class by the specified object ID from the specified object store.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmDatabaseConnection
Retrieves an object of the CmDatabaseConnection class by the specified domain and ID.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmDisposalPolicy
Retrieves an object of the CmDisposalPolicy class by the specified object ID from the specified object store.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmEventExportStore
Retrieves an object of the CmEventExportStore class by the specified domain and ID.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmHitachiFixedContentDevice
Retrieves a CmHitachiFixedContentDevice object based on the domain and ID specified.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmHold
Retrieves an object of the CmHold class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmHoldRelationship
Retrieves an object of the CmHoldRelationship class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmIndexRequest
Retrieves an object of the CmIndexRequest class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmJobSweepResult
Retrieves an object of the CmJobSweepResult class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmMarkForDeletionEvent
Retrieves an object of the CmMarkForDeletionEvent class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmMoveContentEvent
Retrieves an object of the CmMoveContentEvent class by the specified object ID from the specified object store.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CMODFixedContentDevice
Retrieves a CMODFixedContentDevice object based on the domain and ID specified.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CMODRepository
Retrieves an object of the CMODRepository class by the specified domain and ID.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmPolicyControlledSweep
Retrieves an object of the CmPolicyControlledSweep class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmPolicySweepResult
Retrieves an object of the CmPolicySweepResult class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmQueueEntryClassDefinition
Retrieves an object of the CmQueueEntryClassDefinition class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmQueueSweep
Retrieves an object of the CmQueueSweep class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmRecoverEvent
Retrieves an object of the CmRecoverEvent class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmRecoveryBin
Retrieves an object of the CmRecoveryBin class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmRecoveryItem
Retrieves an object of the CmRecoveryItem class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmRetentionUpdateJob
Retrieves an object of the CmRetentionUpdateJob class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmRetentionUpdatePolicy
Retrieves an object of the CmRetentionUpdatePolicy class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmSweep
Retrieves an object of the CmSweep class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmSweepAction
Retrieves an object of the CmSweepAction class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmSweepJob
Retrieves an object of the CmSweepJob class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmSweepPolicy
Retrieves an object of the CmSweepPolicy class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmSweepPolicyRelationship
Retrieves an object of the CmSweepPolicyRelationship class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmSweepRelationship
Retrieves an object of the CmSweepRelationship class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmSweepResult
Retrieves an object of the CmSweepResult class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmTask
Retrieves an object of the CmTask class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmTaskRelationship
Retrieves an object of the CmTaskRelationship class by the specified object ID from the specified object store.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmTextSearchAffinityGroup
Retrieves an object of the CmTextSearchAffinityGroup class by the specified domain and ID.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmTextSearchIndexArea
Retrieves an object of the CmTextSearchIndexArea class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmTextSearchIndexRequest
Retrieves an object of the CmTextSearchIndexRequest class by the specified object ID from the specified object store.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmTextSearchServer
Retrieves an object of the CmTextSearchServer class by the specified domain and ID.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmThumbnail
Retrieves an object of the CmThumbnail class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmThumbnailGenerationJob
Retrieves an object of the CmThumbnailGenerationJob class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmThumbnailGenerationSubscription
Retrieves an object of the CmThumbnailGenerationSubscription class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmThumbnailRequest
Retrieves an object of the CmThumbnailRequest class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmThumbnailRequestSweep
Retrieves an object of the CmThumbnailRequestSweep class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CmVerityIndexRequest
Retrieves an object of the CmVerityIndexRequest class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CodeModule
Retrieves an object of the CodeModule class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ComponentRelationship
Retrieves an object of the ComponentRelationship class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ContainmentRelationship
Retrieves an object of the ContainmentRelationship class by the specified object ID from the specified object store.
fetchInstance(Domain, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ContentCacheArea
Retrieves a ContentCache object based on the specified domain and ID.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ContentCacheArea
Retrieves an object of the ContentCacheArea class by the specified domain and ID.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ContentFederatingRepository
Retrieves an object of the ContentFederatingRepository class based on the specified domain and ID.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CreationEvent
Retrieves an object of the CreationEvent class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CustomEvent
Retrieves an object of the CustomEvent class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CustomObject
Retrieves a CustomObject object using the specified path from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.CustomObject
Retrieves an object of the CustomObject class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.DatabaseStorageArea
Retrieves an object of the DatabaseStorageArea class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.DeletionEvent
Retrieves an object of the DeletionEvent class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.DemoteVersionEvent
Retrieves an object of the DemoteVersionEvent class by the specified object ID from the specified object store.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.DITARenditionEngineConnection
Retrieves an object of the DITARenditionEngineConnection class by the specified domain and ID.
fetchInstance(ObjectStore, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.Document
Retrieves an object of the Document class as specified by a path and an object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.Document
Retrieves an object of the Document class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.DocumentClassDefinition
Retrieves an object of the DocumentClassDefinition class by the specified object identity from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.DocumentClassDefinition
Retrieves an object of the DocumentClassDefinition class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.DocumentClassificationAction
Retrieves an object of the DocumentClassificationAction class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.DocumentClassificationQueueItem
Retrieves an object of the DocumentClassificationQueueItem class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.DocumentLifecycleAction
Retrieves an object of the DocumentLifecycleAction class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.DocumentLifecyclePolicy
Retrieves an object of the DocumentLifecyclePolicy class by the specified object ID from the specified object store.
fetchInstance(Connection, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.Domain
Retrieves an object of the Domain class by the specified name.
fetchInstance(ObjectStore, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.DynamicReferentialContainmentRelationship
Retrieves an object of the DynamicReferentialContainmentRelationship class based on the specified path, and from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.DynamicReferentialContainmentRelationship
Retrieves an object of the DynamicReferentialContainmentRelationship class by the specified object ID from the specified object store.
fetchInstance(Connection, PropertyFilter) - Static method in class com.filenet.api.core.Factory.EntireNetwork
Retrieves an object of the EntireNetwork class.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.Event
Retrieves an object of the Event class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.EventAction
Retrieves an object of the EventAction class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.EventClassDefinition
Retrieves an object of the EventClassDefinition class by the specified object identity from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.EventClassDefinition
Retrieves an object of the EventClassDefinition class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.EventQueueItem
Retrieves an object of the EventQueueItem class by the specified object ID from the specified object store.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ExternalRepository
Retrieves an object of the ExternalRepository class based on the specified domain and ID.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.FileEvent
Retrieves an object of the FileEvent class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.FileStorageArea
Retrieves an object of the FileStorageArea class by the specified object ID from the specified object store.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.FixedContentDevice
Retrieves a FixedContentDevice object based on the domain and ID specified.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.FixedStorageArea
Retrieves an object of the FixedStorageArea class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.Folder
Retrieves an object of the Folder class based on the specified path, and from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.Folder
Retrieves an object of the Folder class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.FreezeEvent
Retrieves an object of the FreezeEvent class by the specified object ID from the specified object store.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.GenericFixedContentDevice
Retrieves a GenericFixedContentDevice object based on the domain and ID specified.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.GetContentEvent
Retrieves an object of the GetContentEvent class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.GetObjectEvent
Retrieves an object of the GetObjectEvent class by the specified object ID from the specified object store.
fetchInstance(Connection, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.Group
Retrieves an object of the Group class by the specified connection and symbolic name.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.IICEFixedContentDevice
Retrieves a IICEFixedContentDevice object based on the domain and ID specified.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ImageServicesRepository
Retrieves an object of the ImageServicesRepository class based on the specified domain and ID.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.IMFixedContentDevice
Retrieves a IMFixedContentDevice object based on the domain and ID specified.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.IndexArea
Retrieves an object of the IndexArea class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.IndexJob
Retrieves an object of the IndexJob class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.InstanceSubscription
Retrieves an object of the InstanceSubscription class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.InstanceWorkflowSubscription
Retrieves an object of the InstanceWorkflowSubscription class by the specified object ID from the specified object store.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.IsolatedRegion
Retrieves an object of the IsolatedRegion class based on the specified domain and ID.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.Link
Retrieves an object of the Link class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.LockEvent
Retrieves an object of the LockEvent class by the specified object ID from the specified object store.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.MarkingSet
Retrieves the specified MarkingSet object.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ObjectChangeEvent
Retrieves an object of the ObjectChangeEvent class by the specified object ID from the specified object store.
fetchInstance(Domain, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ObjectStore
Retrieves the specified object from this ObjectStore object.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ObjectStore
Retrieves an object of the ObjectStore class by the specified domain and ID.
fetchInstance(Domain, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.PEConnectionPoint
Retrieves an object of the PEConnectionPoint class based on the specified domain and ID.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.PEConnectionPoint
Retrieves an object of the PEConnectionPoint class by the specified domain and ID.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.PromoteVersionEvent
Retrieves an object of the PromoteVersionEvent class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.PropertyTemplate
Retrieves an object of the PropertyTemplate class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.PropertyTemplateBinary
Retrieves an object of the PropertyTemplateBinary class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.PropertyTemplateBoolean
Retrieves an object of the PropertyTemplateBoolean class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.PropertyTemplateDateTime
Retrieves an object of the PropertyTemplateDateTime class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.PropertyTemplateFloat64
Retrieves an object of the PropertyTemplateFloat64 class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.PropertyTemplateId
Retrieves an object of the PropertyTemplateId class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.PropertyTemplateInteger32
Retrieves an object of the PropertyTemplateInteger32 class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.PropertyTemplateObject
Retrieves an object of the PropertyTemplateObject class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.PropertyTemplateString
Retrieves an object of the PropertyTemplateString class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.PublishCompleteEvent
Retrieves an object of the PublishCompleteEvent class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.PublishRequest
Retrieves an object of the PublishRequest class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.PublishRequestEvent
Retrieves an object of the PublishRequestEvent class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.PublishStyleTemplate
Retrieves an object of the PublishStyleTemplate class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.PublishTemplate
Retrieves an object of the PublishTemplate class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.QueryEvent
Retrieves an object of the QueryEvent class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.QueueItem
Retrieves an object of the QueueItem class by the specified object ID from the specified object store.
fetchInstance(Connection, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.Realm
Retrieves an object of the Realm class by the specified connection and symbolic name.
fetchInstance(ObjectStore, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ReferentialContainmentRelationship
Retrieves an object of the ReferentialContainmentRelationship class based on the specified path, and from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ReferentialContainmentRelationship
Retrieves an object of the ReferentialContainmentRelationship class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.Relationship
Retrieves an object of the Relationship class by the specified object ID from the specified object store.
fetchInstance(Domain, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.RenditionEngineConnection
Retrieves an instance of the RenditionEngineConnection class by the specified domain and ID.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.RenditionEngineConnection
Retrieves an object of the RenditionEngineConnection class by the specified domain and ID.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ReplicableClassDefinition
Retrieves an object of the ReplicableClassDefinition class by the specified object ID from the specified object store.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ReplicationGroup
Retrieves an object of the ReplicationGroup class based on the specified domain and ID.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ReplicationJournalEntry
Retrieves an object of the ReplicationJournalEntry class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.RetrievalEvent
Retrieves an object of the RetrievalEvent class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.SecurityPolicy
Retrieves an object of the SecurityPolicy class by the specified object ID from the specified object store.
fetchInstance(Connection, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.SecurityPrincipal
Retrieves an object of the SecurityPrincipal class by the specified connection and symbolic name.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.SecurityPropagationQueueItem
Retrieves an object of the SecurityPropagationQueueItem class by the specified object ID from the specified object store.
fetchInstance(Domain, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ServerInstance
Retrieves the specified ServerInstance object based on the domain and ID specified.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.ServerInstance
Retrieves an object of the ServerInstance class by the specified domain and ID.
fetchInstance(Domain, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.Site
Retrieves a persisted Site object based on the domain and ID specified.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.Site
Retrieves an object of the Site class by the specified domain and ID.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.SnapLockFixedContentDevice
Retrieves a SnapLockFixedContentDevice object based on the domain and ID specified.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.StorageArea
Retrieves an object of the StorageArea class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.StoragePolicy
Retrieves an object of the StoragePolicy class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.StoredSearch
Retrieves an object of the StoredSearch class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.SubscribableClassDefinition
Retrieves an object of the SubscribableClassDefinition class by the specified object identity from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.SubscribableClassDefinition
Retrieves an object of the SubscribableClassDefinition class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.Subscription
Retrieves an object of the Subscription class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.TableDefinition
Retrieves an object of the TableDefinition class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.TakeFederatedOwnershipEvent
Retrieves an object of the TakeFederatedOwnershipEvent class by the specified object ID from the specified object store.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.TivoliFixedContentDevice
Retrieves a TivoliFixedContentDevice object based on the domain and ID specified.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.UnfileEvent
Retrieves an object of the UnfileEvent class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.UnlockEvent
Retrieves an object of the UnlockEvent class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.UpdateEvent
Retrieves an object of the UpdateEvent class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.UpdateSecurityEvent
Retrieves an object of the UpdateSecurityEvent class by the specified object ID from the specified object store.
fetchInstance(Domain, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.UpgradeAddOn
Retrieves an UpgradeAddOn object based on the domain and ID specified.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.UpgradeAddOn
Retrieves an object of the UpgradeAddOn class by the specified domain and ID.
fetchInstance(Connection, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.User
Retrieves an object of the User class by the specified connection and symbolic name.
fetchInstance(Domain, PropertyFilter) - Static method in class com.filenet.api.core.Factory.VerityDomainConfiguration
Deprecated.
As of release 5.0.0.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.VerityDomainConfiguration
Deprecated.
As of release 5.2.0.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.VerityIndexArea
Deprecated.
As of release 5.2.0.
fetchInstance(ObjectStore, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.VersionableClassDefinition
Retrieves an object of the VersionableClassDefinition class by the specified object identity from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.VersionableClassDefinition
Retrieves an object of the VersionableClassDefinition class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.VersionSeries
Retrieves an object of the VersionSeries class by the specified object ID from the specified object store.
fetchInstance(Domain, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.VirtualServer
Retrieves a persisted VirtualServer object based on the domain and ID specified.
fetchInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.VirtualServer
Retrieves an object of the VirtualServer class by the specified domain and ID.
fetchInstance(ObjectStore, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.WorkflowDefinition
Retrieves an object of the WorkflowDefinition class as specified by a path and an object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.WorkflowDefinition
Retrieves an object of the WorkflowDefinition class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.WorkflowEventAction
Retrieves an object of the WorkflowEventAction class by the specified object ID from the specified object store.
fetchInstance(ObjectStore, String, PropertyFilter) - Static method in class com.filenet.api.core.Factory.XMLPropertyMappingScript
Retrieves an object of the XMLPropertyMappingScript class as specified by a path and an object store.
fetchInstance(ObjectStore, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.XMLPropertyMappingScript
Retrieves an object of the XMLPropertyMappingScript class by the specified object ID from the specified object store.
fetchObject(String, String, PropertyFilter) - Method in interface com.filenet.api.core.InstantiatingScope
Retrieves an object of the requested type, given class and object identifiers.
fetchObject(String, Id, PropertyFilter) - Method in interface com.filenet.api.core.InstantiatingScope
Retrieves an object of the requested type, given a class identifier and object ID.
fetchObjects(SearchSQL, Integer, PropertyFilter, Boolean) - Method in class com.filenet.api.query.SearchScope
Retrieves IndependentObject objects from the repository or repositories specified for this instance.
fetchObjects(StoredSearch, String, SearchTemplateParameters, Integer, PropertyFilter, Boolean) - Method in class com.filenet.api.query.SearchScope
Retrieves IndependentObject objects from the repository or repositories specified for this instance based on a query generated from the XML for a StoredSearch instance.
fetchProperties(String[]) - Method in interface com.filenet.api.core.IndependentObject
Retrieves this object from the server and merges existing information in the property cache with the retrieved information for the specified properties.
fetchProperties(PropertyFilter) - Method in interface com.filenet.api.core.IndependentObject
Retrieves this object from the server and merges existing information in the property cache with the retrieved information for the properties specified by the filter.
fetchProperty(String, PropertyFilter) - Method in interface com.filenet.api.core.IndependentObject
Refreshes this object and retrieves from the server the object referenced by the object-valued property specified by the propertyName parameter and populates its properties according to the filter.
fetchProperty(String, PropertyFilter, Integer) - Method in interface com.filenet.api.core.IndependentObject
Refreshes this object and retrieves from the server the object referenced by the object-valued property specified by the propertyName parameter and populates its properties according to the filter.
fetchRows(SearchSQL, Integer, PropertyFilter, Boolean) - Method in class com.filenet.api.query.SearchScope
Retrieves rows of properties (Properties objects) from the repository or repositories specified for this instance.
fetchRows(StoredSearch, String, SearchTemplateParameters, Integer, PropertyFilter, Boolean) - Method in class com.filenet.api.query.SearchScope
Retrieves rows of properties (Properties objects) from the repository or repositories specified for this instance based on a query generated from the XML for a StoredSearch instance.
fetchSearchableClassDescriptions(String[], PropertyFilter) - Method in class com.filenet.api.query.SearchScope
Retrieves ClassDescription objects from the repository or repositories specified for this instance.
fetchSupersedingInstance(Domain, Id, PropertyFilter) - Static method in class com.filenet.api.core.Factory.AddOn
Retrieves an object of the AddOn class by the specified domain and ID.
file(IndependentlyPersistableObject, AutoUniqueName, String, DefineSecurityParentage) - Method in interface com.filenet.api.core.Folder
Files an instance of a Containable subclass to this folder.
FILE_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
FILE_STORAGE_AREA - Static variable in class com.filenet.api.constants.ClassNames
 
FileEvent - Interface in com.filenet.api.events
Represents an event that occurs when the Folder.file method is called to file a Containable object, for example, a Document, CustomObject, or when the Folder.createSubFolder method is called.
FileEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
FileStorageArea - Interface in com.filenet.api.admin
Represents a storage area for content elements stored in the file system.
FileStorageAreaSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
FILTER_EXPRESSION - Static variable in class com.filenet.api.constants.PropertyNames
 
FILTERED_PROPERTY_ID - Static variable in class com.filenet.api.constants.PropertyNames
 
FILTERED_QUERY_TIMEOUT - Static variable in class com.filenet.api.constants.PropertyNames
 
FilteredPropertyType - Class in com.filenet.api.constants
Provides a set of constants that are used by a property filter to indicate the type of Content Engine properties to be retrieved during an object retrieval or an object refresh.
FilterElement - Class in com.filenet.api.property
Represents information, used in conjunction with a PropertyFilter object, for controlling which properties of a Content Engine object (and with what level of detail) to return from the server during an object retrieval or an object refresh.
FilterElement(Integer, Long, Boolean, String, Integer) - Constructor for class com.filenet.api.property.FilterElement
Creates a FilterElement object that specifies, either by identifier or by type, one or more properties to retrieve from the server.
FilterElement(Integer, Long, Boolean, String) - Constructor for class com.filenet.api.property.FilterElement
Deprecated. 
FilterElement(Integer, Long, Boolean, FilteredPropertyType, Integer) - Constructor for class com.filenet.api.property.FilterElement
Creates a FilterElement object that specifies, by type, which properties to retrieve from the server.
FilterElement(Integer, Long, Boolean, FilteredPropertyType) - Constructor for class com.filenet.api.property.FilterElement
Deprecated. 
find(String) - Method in interface com.filenet.api.property.Properties
Returns the Property object specified by name in this Properties collection.
findGroups(String, PrincipalSearchType, PrincipalSearchAttribute, PrincipalSearchSortType, Integer, PropertyFilter) - Method in interface com.filenet.api.security.Realm
Returns a set of groups from this realm that matches the search parameters.
findUsers(String, PrincipalSearchType, PrincipalSearchAttribute, PrincipalSearchSortType, Integer, PropertyFilter) - Method in interface com.filenet.api.security.Realm
Returns a set of users, a page at a time, from this realm that matches the search parameters.
FIXED_CONTENT_DEVICE - Static variable in class com.filenet.api.constants.ClassNames
 
FIXED_CONTENT_DEVICE - Static variable in class com.filenet.api.constants.PropertyNames
 
FIXED_CONTENT_DEVICES - Static variable in class com.filenet.api.constants.PropertyNames
 
FIXED_CONTENT_PROVIDER_TRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
FIXED_STORAGE_AREA - Static variable in class com.filenet.api.constants.ClassNames
 
FixedContentDevice - Interface in com.filenet.api.admin
Represents the base, abstract class for all classes relating to fixed content devices.
FixedContentDeviceSet - Interface in com.filenet.api.collection
Represents a collection of fixed content device objects.
FixedStorageArea - Interface in com.filenet.api.admin
Represents a storage area for content elements stored in a fixed content device.
FixedStorageAreaSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
Float64List - Interface in com.filenet.api.collection
Represents a List collection (ordered, non-unique) of Double (64-bit floating point) values.
FnClientLoginModule - Class in com.filenet.api.authentication.jboss.login
A client can use FnClientLoginModule in place of the JBoss-supplied ClientLoginModule to authenticate its users to the Content Engine.
FnClientLoginModule() - Constructor for class com.filenet.api.authentication.jboss.login.FnClientLoginModule
 
FnClientLoginModuleJB6EAP - Class in com.filenet.api.authentication.jboss.login
A client can use FnClientLoginModule in place of the JBoss-supplied ClientLoginModule to authenticate its users to the Content Engine.
FnClientLoginModuleJB6EAP() - Constructor for class com.filenet.api.authentication.jboss.login.FnClientLoginModuleJB6EAP
 
FOLDER - Static variable in class com.filenet.api.constants.ClassNames
 
Folder - Interface in com.filenet.api.core
Represents a container that can hold other Containable subclasses, but cannot have content data of its own.
FOLDER_CACHE_MAX_AGE_DELTA - Static variable in class com.filenet.api.constants.PropertyNames
 
FOLDER_CACHE_MAX_ENTRIES - Static variable in class com.filenet.api.constants.PropertyNames
 
FOLDER_CACHE_REAP_FREQUENCY - Static variable in class com.filenet.api.constants.PropertyNames
 
FOLDER_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
FOLDERS_FILED_IN - Static variable in class com.filenet.api.constants.PropertyNames
 
FolderSet - Interface in com.filenet.api.collection
Represents a collection of Folder objects.
FORCE_CASE_INSENSITIVE_SEARCH - Static variable in class com.filenet.api.constants.PropertyNames
 
FPLOG_CONFIG_FILE - Static variable in class com.filenet.api.constants.PropertyNames
 
FPLOG_ENABLED - Static variable in class com.filenet.api.constants.PropertyNames
 
FPOPEN_STRATEGY - Static variable in class com.filenet.api.constants.PropertyNames
 
FPPOOL_BUFFER_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
FPPOOL_CLUSTER_NON_AVAIL_TIME - Static variable in class com.filenet.api.constants.PropertyNames
 
FPPOOL_DEFAULT_COLLISION_AVOIDANCE - Static variable in class com.filenet.api.constants.PropertyNames
 
FPPOOL_ENABLE_MULTICLUSTER_FAILOVER - Static variable in class com.filenet.api.constants.PropertyNames
 
FPPOOL_MAX_CONNECTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
FPPOOL_MULTICLUSTER_DELETE_STRATEGY - Static variable in class com.filenet.api.constants.PropertyNames
 
FPPOOL_MULTICLUSTER_EXISTS_STRATEGY - Static variable in class com.filenet.api.constants.PropertyNames
 
FPPOOL_MULTICLUSTER_QUERY_STRATEGY - Static variable in class com.filenet.api.constants.PropertyNames
 
FPPOOL_MULTICLUSTER_READ_STRATEGY - Static variable in class com.filenet.api.constants.PropertyNames
 
FPPOOL_MULTICLUSTER_WRITE_STRATEGY - Static variable in class com.filenet.api.constants.PropertyNames
 
FPPOOL_PREFETCH_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
FPPOOL_RETRY_COUNT - Static variable in class com.filenet.api.constants.PropertyNames
 
FPPOOL_RETRY_SLEEP - Static variable in class com.filenet.api.constants.PropertyNames
 
FPPOOL_TIMEOUT - Static variable in class com.filenet.api.constants.PropertyNames
 
Freeze - Class in com.filenet.api.action
Represents a pending action for freezing the custom properties of a document version.
Freeze() - Constructor for class com.filenet.api.action.Freeze
 
freeze() - Method in interface com.filenet.api.core.Versionable
Prevents changes to the custom properties of this document version.
FREEZE_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
FreezeEvent - Interface in com.filenet.api.events
Represents an event that occurs when the freeze method of a Versionable object is successfully called.
FreezeEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
FRIDAY - Static variable in class com.filenet.api.constants.Weekday
Indicates Friday.
FRIDAY_AS_INT - Static variable in class com.filenet.api.constants.Weekday
An int value associated with the FRIDAY instance of this class.
FROM_VERSIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
fromVersionStatus(VersionStatus) - Static method in class com.filenet.api.constants.VersionStatusId
Returns an instance of this class corresponding to the int constant of a given VersionStatus *_AS_INT field.
FULL - Static variable in class com.filenet.api.constants.ResourceStatus
Specifies that the index area, index, or storage area has reached its configured capacity and is no longer accepting new content.
FULL - Static variable in class com.filenet.api.constants.SecurityProxyType
For internal use only.
FULL_AS_INT - Static variable in class com.filenet.api.constants.ResourceStatus
An int value associated with the FULL instance of this class.
FULL_AS_INT - Static variable in class com.filenet.api.constants.SecurityProxyType
An int value associated with the FULL instance of this class.
FULL_CONTROL - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies full access rights to an object for base level permissions.
FULL_CONTROL_ANNOTATION - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies full access rights to functions that can be performed on an Annotation object.
FULL_CONTROL_ANNOTATION_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the FULL_CONTROL_ANNOTATION instance of this class.
FULL_CONTROL_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the FULL_CONTROL instance of this class.
FULL_CONTROL_CLASS_DEF - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies full access rights to functions that can be performed on a ClassDefinition object.
FULL_CONTROL_CLASS_DEF_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the FULL_CONTROL_CLASS_DEF instance of this class.
FULL_CONTROL_CUSTOM - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies that the user or group is granted or denied permission to link to and view a CustomObject object's properties and security.
FULL_CONTROL_CUSTOM_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the FULL_CONTROL_CUSTOM instance of this class.
FULL_CONTROL_DEFAULT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies a combination of access rights to an object that grant or deny a user or group the permission to make most types of changes to a Content Engine object.
FULL_CONTROL_DEFAULT_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the FULL_CONTROL_DEFAULT instance of this class.
FULL_CONTROL_DOCUMENT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies full access rights to functions that can be performed on a Document object.
FULL_CONTROL_DOCUMENT_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the FULL_CONTROL_DOCUMENT instance of this class.
FULL_CONTROL_DOMAIN - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies full access rights to functions that can be performed on a Domain object.
FULL_CONTROL_DOMAIN_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the FULL_CONTROL_DOMAIN instance of this class.
FULL_CONTROL_FOLDER - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies full access rights to functions that can be performed on a Folder object.
FULL_CONTROL_FOLDER_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the FULL_CONTROL_FOLDER instance of this class.
FULL_CONTROL_MARKING - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies full access rights to an object for performing marking operations on an object.
FULL_CONTROL_MARKING_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the FULL_CONTROL_MARKING instance of this class.
FULL_CONTROL_OBJECT_STORE - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies that the user or group is granted or denied full access rights to an object store.
FULL_CONTROL_OBJECT_STORE_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the FULL_CONTROL_OBJECT_STORE instance of this class.
FULL_CONTROL_TASK - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies full access rights to functions that can be performed on a CmTask object.
FULL_CONTROL_TASK_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the FULL_CONTROL_TASK instance of this class.
FULL_OUTER - Static variable in class com.filenet.api.constants.JoinOperator
Indicates a full outer join.
FULL_OUTER - Static variable in class com.filenet.api.constants.JoinType
Specifies a full outer join.
FULL_OUTER_AS_INT - Static variable in class com.filenet.api.constants.JoinOperator
An int value associated with the FULL_OUTER instance of this class.
FULL_TEXT_ROW_DEFAULT - Static variable in class com.filenet.api.constants.PropertyNames
 
FULL_TEXT_ROW_MAX - Static variable in class com.filenet.api.constants.PropertyNames
 
FUZZY - Static variable in class com.filenet.api.constants.SearchModifier
Specifies that a fuzzy search algorithm will be enabled.

G

GCD_CANNOT_LOAD - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCG0002E

GCD_CANNOT_LOAD The GCD cannot be loaded.

GCD_CANNOT_LOCK - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCG0003E

GCD_CANNOT_LOCK Cannot lock the GCD for updates: {0}.

GCD_CANNOT_SAVE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCG0004E

GCD_CANNOT_SAVE The GCD cannot be saved.

GCD_DATABASE_UNAVAILABLE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCG0014E

GCD_DATABASE_UNAVAILABLE The GCD database is currently not available.

GCD_DOMAIN_ALREADY_EXISTS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCG0001E

GCD_DOMAIN_ALREADY_EXISTS The P8 domain already exists.

GCD_DOMAIN_DOES_NOT_EXIST - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCG0005E

GCD_DOMAIN_DOES_NOT_EXIST The P8 domain does not exist.

GCD_INVALID_CONFIGURATION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCG0006E

GCD_INVALID_CONFIGURATION The GCD configuration is invalid.

GCD_INVALID_EPOCH_ID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCG0007E

GCD_INVALID_EPOCH_ID Invalid epoch id {0}, expected {1}.

GCD_JNDI_FAILURE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCG0008E

GCD_JNDI_FAILURE The GCD configuration string cannot be retrieved from JNDI.

GCD_MISSING_CONFIGURATION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCG0009E

GCD_MISSING_CONFIGURATION The GCD configuration is missing.

GCD_NO_REPLACE_COLLECTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCG0010E

GCD_NO_REPLACE_COLLECTION The specified node does not support replaceCollection.

GCD_NO_SERVER_CALL_CONTEXT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCG0011E

GCD_NO_SERVER_CALL_CONTEXT No server call context has been established.

GCD_OBJECT_ALREADY_EXISTS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCG0012E

GCD_OBJECT_ALREADY_EXISTS The object {0} already exists.

GCD_UNEXPECTED_STATE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCG0013E

GCD_UNEXPECTED_STATE The GCD state was unexpected.

GCDCACHE_TTL - Static variable in class com.filenet.api.constants.PropertyNames
 
GCDREVISION_NUMBER - Static variable in class com.filenet.api.constants.PropertyNames
 
GCDTRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
GCHOST - Static variable in class com.filenet.api.constants.PropertyNames
 
GCPORT - Static variable in class com.filenet.api.constants.PropertyNames
 
GENERIC_FIXED_CONTENT_DEVICE - Static variable in class com.filenet.api.constants.ClassNames
 
GenericFixedContentDevice - Interface in com.filenet.api.admin
Represents the description of a generic fixed content device.
GenericFixedContentDeviceSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
get(String) - Method in interface com.filenet.api.property.Properties
Returns the Property object specified by name in this Properties collection.
get() - Static method in class com.filenet.api.util.UserContext
This method returns the UserContext object associated with the current thread.
get_AbandonedContentCleanupInterval() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the AbandonedContentCleanupInterval property.
get_AbandonedDBContentCleanupInterval() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the AbandonedDBContentCleanupInterval property.
get_AbandonedThumbnailCleanupInterval() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the AbandonedThumbnailCleanupInterval property.
get_AccessMask() - Method in interface com.filenet.api.security.AccessPermission
Returns the value of the AccessMask property.
get_AccessMask() - Method in interface com.filenet.api.security.AccessPermissionDescription
Returns the value of the AccessMask property.
get_AccessType() - Method in interface com.filenet.api.security.DiscretionaryPermission
Returns the value of the AccessType property.
get_ActiveDirectorySiteDNS() - Method in interface com.filenet.api.admin.Site
Returns the value of the ActiveDirectorySiteDNS property.
get_ActiveMarkings() - Method in interface com.filenet.api.admin.CmAuditDispositionPolicy
Returns the value of the ActiveMarkings property.
get_ActiveMarkings() - Method in interface com.filenet.api.admin.CmAuditProcessingBookmark
Returns the value of the ActiveMarkings property.
get_ActiveMarkings() - Method in interface com.filenet.api.admin.CmHold
Returns the value of the ActiveMarkings property.
get_ActiveMarkings() - Method in interface com.filenet.api.core.Annotation
Returns the value of the ActiveMarkings property.
get_ActiveMarkings() - Method in interface com.filenet.api.core.CmAbstractPersistable
Returns the value of the ActiveMarkings property.
get_ActiveMarkings() - Method in interface com.filenet.api.core.CmTask
Returns the value of the ActiveMarkings property.
get_ActiveMarkings() - Method in interface com.filenet.api.core.Containable
Returns the value of the ActiveMarkings property.
get_ActiveMarkings() - Method in interface com.filenet.api.core.Link
Returns the value of the ActiveMarkings property.
get_ActiveMarkings() - Method in interface com.filenet.api.events.Action
Returns the value of the ActiveMarkings property.
get_ActiveMarkings() - Method in interface com.filenet.api.events.ActionConsumer
Returns the value of the ActiveMarkings property.
get_ActiveMarkings() - Method in interface com.filenet.api.events.CustomEvent
Returns the value of the ActiveMarkings property.
get_ActiveMarkings() - Method in interface com.filenet.api.security.SecurityPolicy
Returns the value of the ActiveMarkings property.
get_ActiveMarkings() - Method in interface com.filenet.api.util.CmAbstractSequential
Returns the value of the ActiveMarkings property.
get_ActiveMarkings() - Method in interface com.filenet.api.util.CmRecoveryBin
Returns the value of the ActiveMarkings property.
get_ActiveMarkings() - Method in interface com.filenet.api.util.CmRecoveryItem
Returns the value of the ActiveMarkings property.
get_AddOn() - Method in interface com.filenet.api.admin.AddOnInstallationRecord
Returns the value of the AddOn property.
get_AddOnInstallationRecords() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the AddOnInstallationRecords property.
get_AddOnName() - Method in interface com.filenet.api.admin.AddOnInstallationRecord
Returns the value of the AddOnName property.
get_AddOns() - Method in interface com.filenet.api.core.Domain
Returns the value of the AddOns property.
get_AddOnType() - Method in interface com.filenet.api.admin.AddOn
Returns the value of the AddOnType property.
get_AffinityGroup() - Method in interface com.filenet.api.admin.CmTextSearchIndexArea
Returns the value of the AffinityGroup property.
get_AffinityGroup() - Method in interface com.filenet.api.admin.CmTextSearchServer
Returns the value of the AffinityGroup property.
get_AliasDirection() - Method in interface com.filenet.api.replication.ExternalAlias
Returns the value of the AliasDirection property.
get_AliasIds() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the AliasIds property.
get_AliasIds() - Method in interface com.filenet.api.admin.PropertyDefinition
Returns the value of the AliasIds property.
get_AliasIds() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the AliasIds property.
get_AllowEmailOrUPNShortNames() - Method in interface com.filenet.api.admin.DirectoryConfigurationAD
Returns the value of the AllowEmailOrUPNShortNames property.
get_AllowRetentionReduction() - Method in interface com.filenet.api.sweep.CmRetentionUpdateJob
Returns the value of the AllowRetentionReduction property.
get_AllowsContentToBeCached() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the AllowsContentToBeCached property.
get_AllowsDelete() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the AllowsDelete property.
get_AllowsForeignObject() - Method in interface com.filenet.api.admin.PropertyDefinitionObject
Returns the value of the AllowsForeignObject property.
get_AllowsForeignObject() - Method in interface com.filenet.api.admin.PropertyTemplateObject
Returns the value of the AllowsForeignObject property.
get_AllowsForeignObject() - Method in interface com.filenet.api.meta.PropertyDescriptionObject
Returns the value of the AllowsForeignObject property.
get_AllowsInstances() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the AllowsInstances property.
get_AllowsInstances() - Method in interface com.filenet.api.meta.ClassDescription
Returns the value of the AllowsInstances property.
get_AllowsNull() - Method in interface com.filenet.api.admin.ColumnDefinition
Returns the value of the AllowsNull property.
get_AllowsPropertyAdditions() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the AllowsPropertyAdditions property.
get_AllowsSubclasses() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the AllowsSubclasses property.
get_AllRealms() - Method in interface com.filenet.api.core.EntireNetwork
Returns the value of the AllRealms property.
get_AnalysisExporterDimensionCacheSize() - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Returns the value of the AnalysisExporterDimensionCacheSize property.
get_AnalysisExporterEnabled() - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Returns the value of the AnalysisExporterEnabled property.
get_AnalysisExporterFactCacheSize() - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Returns the value of the AnalysisExporterFactCacheSize property.
get_AnnotatedContentElement() - Method in interface com.filenet.api.core.Annotation
Returns the value of the AnnotatedContentElement property.
get_AnnotatedObject() - Method in interface com.filenet.api.core.Annotation
Returns the value of the AnnotatedObject property.
get_Annotations() - Method in interface com.filenet.api.core.Containable
Returns the value of the Annotations property.
get_APITraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the APITraceFlags property.
get_AppenderNames() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the AppenderNames property.
get_ApplicationGroupNumber() - Method in interface com.filenet.api.admin.CMODApplicationGroup
Returns the value of the ApplicationGroupNumber property.
get_ApplicationName() - Method in interface com.filenet.api.query.StoredSearch
Returns the value of the ApplicationName property.
get_ApplyDefinition() - Method in interface com.filenet.api.publishing.PublishRequest
Returns the value of the ApplyDefinition property.
get_ApplyStateID() - Method in interface com.filenet.api.security.SecurityTemplate
Returns the value of the ApplyStateID property.
get_ApplyTemplatePermissions() - Method in interface com.filenet.api.events.DocumentState
Returns the value of the ApplyTemplatePermissions property.
get_AsynchronousProcessingTraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the AsynchronousProcessingTraceFlags property.
get_AsyncUpgradeType() - Method in interface com.filenet.api.admin.AsyncUpgradeQueueItem
Returns the value of the AsyncUpgradeType property.
get_AtmosSharedSecret() - Method in interface com.filenet.api.admin.CmAtmosFixedContentDevice
Returns the value of the AtmosSharedSecret property.
get_AtmosSubtenant() - Method in interface com.filenet.api.admin.CmAtmosFixedContentDevice
Returns the value of the AtmosSubtenant property.
get_AtmosUid() - Method in interface com.filenet.api.admin.CmAtmosFixedContentDevice
Returns the value of the AtmosUid property.
get_AtmosUrl() - Method in interface com.filenet.api.admin.CmAtmosFixedContentDevice
Returns the value of the AtmosUrl property.
get_AuditAs() - Method in interface com.filenet.api.admin.PropertyDefinition
Returns the value of the AuditAs property.
get_AuditAs() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the AuditAs property.
get_AuditAs() - Method in interface com.filenet.api.meta.PropertyDescription
Returns the value of the AuditAs property.
get_AuditDefinitions() - Method in interface com.filenet.api.admin.SubscribableClassDefinition
Returns the value of the AuditDefinitions property.
get_AuditDispositionBatchSize() - Method in interface com.filenet.api.admin.CmAuditingConfiguration
Returns the value of the AuditDispositionBatchSize property.
get_AuditDispositionEnabled() - Method in interface com.filenet.api.admin.CmAuditingConfiguration
Returns the value of the AuditDispositionEnabled property.
get_AuditDispositionPolicies() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the AuditDispositionPolicies property.
get_AuditDispositionQuerySize() - Method in interface com.filenet.api.admin.CmAuditingConfiguration
Returns the value of the AuditDispositionQuerySize property.
get_AuditDispositionTimeslots() - Method in interface com.filenet.api.admin.CmAuditingConfiguration
Returns the value of the AuditDispositionTimeslots property.
get_AuditDispositionTraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the AuditDispositionTraceFlags property.
get_AuditDispositionWaitInterval() - Method in interface com.filenet.api.admin.CmAuditingConfiguration
Returns the value of the AuditDispositionWaitInterval property.
get_AuditedDeletePrefix() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the AuditedDeletePrefix property.
get_AuditedEvents() - Method in interface com.filenet.api.admin.ChoiceList
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.admin.CmAuditDispositionPolicy
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.admin.CmAuditProcessingBookmark
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.admin.CmHold
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.admin.CmHoldRelationship
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.admin.IndexArea
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.admin.StoragePolicy
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.core.Annotation
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.core.CmAbstractPersistable
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.core.CmTask
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.core.CmTaskRelationship
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.core.CmThumbnail
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.core.ComponentRelationship
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.core.Containable
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.core.Link
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.core.Relationship
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.core.VersionSeries
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.events.Action
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.events.ActionConsumer
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.publishing.PublishRequest
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.security.SecurityPolicy
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.sweep.CmSweep
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.sweep.CmSweepRelationship
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.util.CmRecoveryBin
Returns the value of the AuditedEvents property.
get_AuditedEvents() - Method in interface com.filenet.api.util.CmRecoveryItem
Returns the value of the AuditedEvents property.
get_AuditFailure() - Method in interface com.filenet.api.admin.AuditDefinition
Returns the value of the AuditFailure property.
get_AuditLevel() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the AuditLevel property.
get_AuditLevel() - Method in interface com.filenet.api.events.AuditConfigurationEvent
Returns the value of the AuditLevel property.
get_AuditProcessingBookmarks() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the AuditProcessingBookmarks property.
get_AuditSuccess() - Method in interface com.filenet.api.admin.AuditDefinition
Returns the value of the AuditSuccess property.
get_BaseClassIds() - Method in interface com.filenet.api.admin.CmTextSearchIndex
Returns the value of the BaseClassIds property.
get_BaseClassIds() - Method in interface com.filenet.api.admin.VerityCollection
Deprecated.
Returns the value of the BaseClassIds property.
get_BaseDatePropertyName() - Method in interface com.filenet.api.sweep.CmRetentionUpdateJob
Returns the value of the BaseDatePropertyName property.
get_BaseDatePropertyName() - Method in interface com.filenet.api.sweep.CmRetentionUpdatePolicy
Returns the value of the BaseDatePropertyName property.
get_BatchDelay() - Method in interface com.filenet.api.admin.ImageServicesImportAgentConfiguration
Returns the value of the BatchDelay property.
get_BatchSelectionSize() - Method in interface com.filenet.api.admin.CFSImportAgentConfiguration
Returns the value of the BatchSelectionSize property.
get_BlobReadAheadSize() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the BlobReadAheadSize property.
get_BlobWriteCollisionsAvoidanceFlag() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the BlobWriteCollisionsAvoidanceFlag property.
get_BrokerPort() - Method in interface com.filenet.api.admin.IsolatedRegion
Deprecated.
As of release 5.2.0.
get_CacheStatus() - Method in interface com.filenet.api.admin.ContentCacheArea
Returns the value of the CacheStatus property.
get_CanAcceptForwardedRequests() - Method in interface com.filenet.api.admin.Site
Returns the value of the CanAcceptForwardedRequests property.
get_CanBeDemoted() - Method in interface com.filenet.api.events.DocumentState
Returns the value of the CanBeDemoted property.
get_CanForwardRequests() - Method in interface com.filenet.api.admin.Site
Returns the value of the CanForwardRequests property.
get_Cardinality() - Method in interface com.filenet.api.admin.PropertyDefinition
Returns the value of the Cardinality property.
get_Cardinality() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the Cardinality property.
get_Cardinality() - Method in interface com.filenet.api.meta.PropertyDescription
Returns the value of the Cardinality property.
get_Cardinality() - Method in interface com.filenet.api.replication.ExternalPropertyDescription
Returns the value of the Cardinality property.
get_CBRLocale() - Method in interface com.filenet.api.core.ObjectStore
Deprecated.
As of release 5.2.0
get_CBRPreFilterEnabled() - Method in interface com.filenet.api.core.ObjectStore
Deprecated.
As of release 5.1.0.
get_CBRQueryDynamicThreshold() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the CBRQueryDynamicThreshold property.
get_CBRQueryOptimization() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the CBRQueryOptimization property.
get_CBRQueryRankOverride() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the CBRQueryRankOverride property.
get_CBRSearchType() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the CBRSearchType property.
get_CBRSummaryIndexingSize() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the CBRSummaryIndexingSize property.
get_CBRSummaryResultSize() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the CBRSummaryResultSize property.
get_CBRSummaryType() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the CBRSummaryType property.
get_CBRTraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the CBRTraceFlags property.
get_CFSDaemonTraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the CFSDaemonTraceFlags property.
get_CFSImportAgentTraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the CFSImportAgentTraceFlags property.
get_CFSPassword() - Method in interface com.filenet.api.admin.IICEFixedContentDevice
Returns the value of the CFSPassword property.
get_CFSUserName() - Method in interface com.filenet.api.admin.IICEFixedContentDevice
Returns the value of the CFSUserName property.
get_ChangePreprocessorAction() - Method in interface com.filenet.api.admin.CmChangePreprocessorDefinition
Returns the value of the ChangePreprocessorAction property.
get_ChangePreprocessorActions() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the ChangePreprocessorActions property.
get_ChangePreprocessorDefinitions() - Method in interface com.filenet.api.admin.SubscribableClassDefinition
Returns the value of the ChangePreprocessorDefinitions property.
get_ChildComponent() - Method in interface com.filenet.api.core.ComponentRelationship
Returns the value of the ChildComponent property.
get_ChildDocuments() - Method in interface com.filenet.api.core.Document
Returns the value of the ChildDocuments property.
get_ChildRelationships() - Method in interface com.filenet.api.core.Document
Returns the value of the ChildRelationships property.
get_ChildVersionSeries() - Method in interface com.filenet.api.core.ComponentRelationship
Returns the value of the ChildVersionSeries property.
get_ChoiceIntegerValue() - Method in interface com.filenet.api.admin.Choice
Returns the value of the ChoiceIntegerValue property.
get_ChoiceList() - Method in interface com.filenet.api.admin.PropertyDefinition
Returns the value of the ChoiceList property.
get_ChoiceList() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the ChoiceList property.
get_ChoiceList() - Method in interface com.filenet.api.meta.PropertyDescription
Returns the value of the ChoiceList property.
get_ChoiceLists() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the ChoiceLists property.
get_ChoiceStringValue() - Method in interface com.filenet.api.admin.Choice
Returns the value of the ChoiceStringValue property.
get_ChoiceType() - Method in interface com.filenet.api.admin.Choice
Returns the value of the ChoiceType property.
get_ChoiceValues() - Method in interface com.filenet.api.admin.Choice
Returns the value of the ChoiceValues property.
get_ChoiceValues() - Method in interface com.filenet.api.admin.ChoiceList
Returns the value of the ChoiceValues property.
get_ClassDefinition() - Method in interface com.filenet.api.admin.IndexJobClassItem
Returns the value of the ClassDefinition property.
get_ClassDescription() - Method in interface com.filenet.api.core.EngineObject
Returns the ClassDescription object that describes the immutable metadata of the class from which this object is instantiated.
get_ClassDescriptions() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the ClassDescriptions property.
get_ClassFamily() - Method in interface com.filenet.api.replication.ExternalClassDescription
Returns the value of the ClassFamily property.
get_ClassIdentity() - Method in interface com.filenet.api.replication.ExternalClassAlias
Returns the value of the ClassIdentity property.
get_ClassIdentity() - Method in interface com.filenet.api.replication.ExternalClassDescription
Returns the value of the ClassIdentity property.
get_ClassIdentity() - Method in interface com.filenet.api.replication.ExternalPropertyAlias
Returns the value of the ClassIdentity property.
get_ClassificationStatus() - Method in interface com.filenet.api.core.Document
Returns the value of the ClassificationStatus property.
get_ClosureDate() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the ClosureDate property.
get_CmAuditSequence() - Method in interface com.filenet.api.events.Event
Returns the value of the CmAuditSequence property.
get_CmCompressionEnabled() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the CmCompressionEnabled property.
get_CmCompressionThresholdPercent() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the CmCompressionThresholdPercent property.
get_CmDefinesAlternatePredecessor() - Method in interface com.filenet.api.core.CmTaskRelationship
Returns the value of the CmDefinesAlternatePredecessor property.
get_CmDeviceRetentionMode() - Method in interface com.filenet.api.admin.FixedStorageArea
Returns the value of the CmDeviceRetentionMode property.
get_CmHoldRelationships() - Method in interface com.filenet.api.admin.CmHold
Returns the value of the CmHoldRelationships property.
get_CmHoldRelationships() - Method in interface com.filenet.api.admin.CmHoldable
Returns the value of the CmHoldRelationships property.
get_CmIndexingFailureCode() - Method in interface com.filenet.api.admin.CmIndexRequest
Returns the value of the CmIndexingFailureCode property.
get_CmIndexingFailureCode() - Method in interface com.filenet.api.core.Annotation
Returns the value of the CmIndexingFailureCode property.
get_CmIndexingFailureCode() - Method in interface com.filenet.api.core.CustomObject
Returns the value of the CmIndexingFailureCode property.
get_CmIndexingFailureCode() - Method in interface com.filenet.api.core.Document
Returns the value of the CmIndexingFailureCode property.
get_CmIndexingFailureCode() - Method in interface com.filenet.api.core.Folder
Returns the value of the CmIndexingFailureCode property.
get_CmInheritCoordinatorPermissions() - Method in interface com.filenet.api.core.CmTask
Returns the value of the CmInheritCoordinatorPermissions property.
get_CmIsMarkedForDeletion() - Method in interface com.filenet.api.core.Annotation
Returns the value of the CmIsMarkedForDeletion property.
get_CmIsMarkedForDeletion() - Method in interface com.filenet.api.core.CmAbstractPersistable
Returns the value of the CmIsMarkedForDeletion property.
get_CmIsMarkedForDeletion() - Method in interface com.filenet.api.core.CmTask
Returns the value of the CmIsMarkedForDeletion property.
get_CmIsMarkedForDeletion() - Method in interface com.filenet.api.core.CmTaskRelationship
Returns the value of the CmIsMarkedForDeletion property.
get_CmIsMarkedForDeletion() - Method in interface com.filenet.api.core.CmThumbnail
Returns the value of the CmIsMarkedForDeletion property.
get_CmIsMarkedForDeletion() - Method in interface com.filenet.api.core.CustomObject
Returns the value of the CmIsMarkedForDeletion property.
get_CmIsMarkedForDeletion() - Method in interface com.filenet.api.core.Folder
Returns the value of the CmIsMarkedForDeletion property.
get_CmIsMarkedForDeletion() - Method in interface com.filenet.api.core.Link
Returns the value of the CmIsMarkedForDeletion property.
get_CmIsMarkedForDeletion() - Method in interface com.filenet.api.core.Relationship
Returns the value of the CmIsMarkedForDeletion property.
get_CmIsMarkedForDeletion() - Method in interface com.filenet.api.core.Versionable
Returns the value of the CmIsMarkedForDeletion property.
get_CMODApplicationGroups() - Method in interface com.filenet.api.admin.CMODFixedContentDevice
Returns the value of the CMODApplicationGroups property.
get_CMODLanguage() - Method in interface com.filenet.api.admin.CMODFixedContentDevice
Returns the value of the CMODLanguage property.
get_CMODPassword() - Method in interface com.filenet.api.admin.CMODFixedContentDevice
Returns the value of the CMODPassword property.
get_CMODPort() - Method in interface com.filenet.api.admin.CMODFixedContentDevice
Returns the value of the CMODPort property.
get_CMODServerName() - Method in interface com.filenet.api.admin.CMODFixedContentDevice
Returns the value of the CMODServerName property.
get_CMODTraceLevel() - Method in interface com.filenet.api.admin.CMODFixedContentDevice
Returns the value of the CMODTraceLevel property.
get_CMODUserName() - Method in interface com.filenet.api.admin.CMODFixedContentDevice
Returns the value of the CMODUserName property.
get_CmRecoveryItem() - Method in interface com.filenet.api.events.CmMarkForDeletionEvent
Returns the value of the CmRecoveryItem property.
get_CmRecoveryItem() - Method in interface com.filenet.api.events.CmRecoverEvent
Returns the value of the CmRecoveryItem property.
get_CmRetentionDate() - Method in interface com.filenet.api.core.Annotation
Returns the value of the CmRetentionDate property.
get_CmRetentionDate() - Method in interface com.filenet.api.core.CustomObject
Returns the value of the CmRetentionDate property.
get_CmRetentionDate() - Method in interface com.filenet.api.core.Document
Returns the value of the CmRetentionDate property.
get_CmRetentionDate() - Method in interface com.filenet.api.core.Folder
Returns the value of the CmRetentionDate property.
get_CmSearchSchemaVersion() - Method in interface com.filenet.api.query.StoredSearch
Returns the value of the CmSearchSchemaVersion property.
get_CmSourceStorageArea() - Method in interface com.filenet.api.events.CmMoveContentEvent
Returns the value of the CmSourceStorageArea property.
get_CmStandbyActivationPriority() - Method in interface com.filenet.api.admin.CmTextSearchIndexArea
Returns the value of the CmStandbyActivationPriority property.
get_CmStandbyActivationPriority() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the CmStandbyActivationPriority property.
get_CmTargetStorageArea() - Method in interface com.filenet.api.events.CmMoveContentEvent
Returns the value of the CmTargetStorageArea property.
get_CmThumbnails() - Method in interface com.filenet.api.core.Document
Returns the value of the CmThumbnails property.
get_CmTransactionTimeout() - Method in interface com.filenet.api.events.EventAction
Returns the value of the CmTransactionTimeout property.
get_CodeModule() - Method in interface com.filenet.api.events.Action
Returns the value of the CodeModule property.
get_CodeModuleCacheEntryTTL() - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Returns the value of the CodeModuleCacheEntryTTL property.
get_CodeModuleCacheMaxFileSpace() - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Returns the value of the CodeModuleCacheMaxFileSpace property.
get_CodeModuleCacheMaxMemory() - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Returns the value of the CodeModuleCacheMaxMemory property.
get_CodeModuleTraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the CodeModuleTraceFlags property.
get_CollectionName() - Method in interface com.filenet.api.admin.VerityCollection
Deprecated.
Returns the value of the CollectionName property.
get_ColumnDefinitions() - Method in interface com.filenet.api.admin.TableDefinition
Returns the value of the ColumnDefinitions property.
get_ColumnId() - Method in interface com.filenet.api.admin.ColumnDefinition
Returns the value of the ColumnId property.
get_ColumnId() - Method in interface com.filenet.api.admin.PropertyDefinition
Returns the value of the ColumnId property.
get_ColumnName() - Method in interface com.filenet.api.admin.ColumnDefinition
Returns the value of the ColumnName property.
get_ColumnSize() - Method in interface com.filenet.api.admin.ColumnDefinition
Returns the value of the ColumnSize property.
get_CompletedIterations() - Method in interface com.filenet.api.sweep.CmPolicyControlledSweep
Returns the value of the CompletedIterations property.
get_CompletedIterations() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the CompletedIterations property.
get_CompletionWaitInterval() - Method in interface com.filenet.api.admin.CmAuditDispositionPolicy
Returns the value of the CompletionWaitInterval property.
get_ComponentCascadeDelete() - Method in interface com.filenet.api.core.ComponentRelationship
Returns the value of the ComponentCascadeDelete property.
get_ComponentPreventDelete() - Method in interface com.filenet.api.core.ComponentRelationship
Returns the value of the ComponentPreventDelete property.
get_ComponentRelationshipType() - Method in interface com.filenet.api.core.ComponentRelationship
Returns the value of the ComponentRelationshipType property.
get_ComponentSortOrder() - Method in interface com.filenet.api.core.ComponentRelationship
Returns the value of the ComponentSortOrder property.
get_CompoundDocumentState() - Method in interface com.filenet.api.core.Document
Returns the value of the CompoundDocumentState property.
get_CompressionBlockSize() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the CompressionBlockSize property.
get_ConcurrentReaders() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the ConcurrentReaders property.
get_ConfigurationParameters() - Method in interface com.filenet.api.admin.GenericFixedContentDevice
Returns the value of the ConfigurationParameters property.
get_ConnectionState() - Method in interface com.filenet.api.admin.RenditionEngineConnection
Returns the value of the ConnectionState property.
get_ConnectionTimeout() - Method in interface com.filenet.api.admin.DirectoryConfigurationAD
Returns the value of the ConnectionTimeout property.
get_ConstraintMask() - Method in interface com.filenet.api.security.Marking
Returns the value of the ConstraintMask property.
get_ContainedDocuments() - Method in interface com.filenet.api.core.Folder
Returns the value of the ContainedDocuments property.
get_Containees() - Method in interface com.filenet.api.core.Folder
Returns the value of the Containees property.
get_Containers() - Method in interface com.filenet.api.core.Containable
Returns the value of the Containers property.
get_ContainmentName() - Method in interface com.filenet.api.core.ReferentialContainmentRelationship
Returns the value of the ContainmentName property.
get_ContainmentName() - Method in interface com.filenet.api.events.FileEvent
Returns the value of the ContainmentName property.
get_ContainmentName() - Method in interface com.filenet.api.events.UnfileEvent
Returns the value of the ContainmentName property.
GET_CONTENT_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
get_ContentAccessRecordingLevel() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the ContentAccessRecordingLevel property.
get_ContentCacheArea() - Method in interface com.filenet.api.admin.ContentCacheConfiguration
Returns the value of the ContentCacheArea property.
get_ContentCacheAreas() - Method in interface com.filenet.api.core.Domain
Returns the value of the ContentCacheAreas property.
get_ContentCacheTraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the ContentCacheTraceFlags property.
get_ContentElementCount() - Method in interface com.filenet.api.admin.ContentCacheArea
Returns the value of the ContentElementCount property.
get_ContentElementCount() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the ContentElementCount property.
get_ContentElementKBytes() - Method in interface com.filenet.api.admin.ContentCacheArea
Returns the value of the ContentElementKBytes property.
get_ContentElementKBytes() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the ContentElementKBytes property.
get_ContentElements() - Method in interface com.filenet.api.core.Annotation
Returns the value of the ContentElements property.
get_ContentElements() - Method in interface com.filenet.api.core.Document
Returns the value of the ContentElements property.
get_ContentElementsCreated() - Method in interface com.filenet.api.admin.ContentCacheArea
Returns the value of the ContentElementsCreated property.
get_ContentElementsCreated() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the ContentElementsCreated property.
get_ContentElementsDeleted() - Method in interface com.filenet.api.admin.ContentCacheArea
Returns the value of the ContentElementsDeleted property.
get_ContentElementsDeleted() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the ContentElementsDeleted property.
get_ContentElementsPresent() - Method in interface com.filenet.api.core.Annotation
Returns the value of the ContentElementsPresent property.
get_ContentElementsPresent() - Method in interface com.filenet.api.core.Document
Returns the value of the ContentElementsPresent property.
get_ContentLocation() - Method in interface com.filenet.api.core.ContentReference
Returns the value of the ContentLocation property.
get_ContentQueueMaxWorkerThreads() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the ContentQueueMaxWorkerThreads property.
get_ContentRetentionDate() - Method in interface com.filenet.api.core.Document
Returns the value of the ContentRetentionDate property.
get_ContentSize() - Method in interface com.filenet.api.core.Annotation
Returns the value of the ContentSize property.
get_ContentSize() - Method in interface com.filenet.api.core.ContentTransfer
Returns the value of the ContentSize property.
get_ContentSize() - Method in interface com.filenet.api.core.Document
Returns the value of the ContentSize property.
get_ContentStorageTraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the ContentStorageTraceFlags property.
get_ContentTempDirectoryRoot() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the ContentTempDirectoryRoot property.
get_ContentType() - Method in interface com.filenet.api.core.ContentElement
Returns the value of the ContentType property.
get_ControllingObject() - Method in interface com.filenet.api.sweep.CmSweepResult
Returns the value of the ControllingObject property.
get_CoordinatedTasks() - Method in interface com.filenet.api.core.Containable
Returns the value of the CoordinatedTasks property.
get_Coordinator() - Method in interface com.filenet.api.core.CmTask
Returns the value of the Coordinator property.
get_CopyToReservation() - Method in interface com.filenet.api.admin.PropertyDefinition
Returns the value of the CopyToReservation property.
get_CopyToReservation() - Method in interface com.filenet.api.core.ComponentRelationship
Returns the value of the CopyToReservation property.
get_CopyToReservation() - Method in interface com.filenet.api.meta.PropertyDescription
Returns the value of the CopyToReservation property.
get_Creator() - Method in interface com.filenet.api.admin.AddOn
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.ChoiceList
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.CmAbstractQueueEntry
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.CmAuditDispositionPolicy
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.CmAuditProcessingBookmark
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.CmDatabaseConnection
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.CmEventExportStore
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.CmHold
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.CmHoldRelationship
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.CmIndexRequest
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.CmTextSearchAffinityGroup
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.CmTextSearchServer
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.ContentCacheArea
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.DITARenditionEngineConnection
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.FixedContentDevice
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.IndexArea
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.IndexJob
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.IsolatedRegion
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.PEConnectionPoint
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.QueueItem
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.RenditionEngineConnection
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.ServerInstance
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.Site
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.StoragePolicy
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.TableDefinition
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.admin.VirtualServer
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.core.Annotation
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.core.CmAbstractPersistable
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.core.CmTask
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.core.CmTaskRelationship
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.core.CmThumbnail
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.core.ComponentRelationship
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.core.Containable
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.core.Link
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.core.Relationship
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.events.Action
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.events.ActionConsumer
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.events.Event
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.publishing.PublishRequest
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.replication.ReplicationGroup
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.replication.ReplicationJournalEntry
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.replication.Repository
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.security.MarkingSet
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.security.SecurityPolicy
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.sweep.CmSweep
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.sweep.CmSweepRelationship
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.sweep.CmSweepResult
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.util.CmAbstractSequential
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.util.CmRecoveryBin
Returns the value of the Creator property.
get_Creator() - Method in interface com.filenet.api.util.CmRecoveryItem
Returns the value of the Creator property.
get_CSMCache() - Method in interface com.filenet.api.admin.ImageServicesSiteSettings
Returns the value of the CSMCache property.
get_CSMCache() - Method in interface com.filenet.api.admin.IMFixedContentDevice
Returns the value of the CSMCache property.
get_CurrentExaminedObjectCount() - Method in interface com.filenet.api.sweep.CmPolicyControlledSweep
Returns the value of the CurrentExaminedObjectCount property.
get_CurrentExaminedObjectCount() - Method in interface com.filenet.api.sweep.CmQueueSweep
Returns the value of the CurrentExaminedObjectCount property.
get_CurrentExaminedObjectCount() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the CurrentExaminedObjectCount property.
get_CurrentFailedObjectCount() - Method in interface com.filenet.api.sweep.CmPolicyControlledSweep
Returns the value of the CurrentFailedObjectCount property.
get_CurrentFailedObjectCount() - Method in interface com.filenet.api.sweep.CmQueueSweep
Returns the value of the CurrentFailedObjectCount property.
get_CurrentFailedObjectCount() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the CurrentFailedObjectCount property.
get_CurrentIndexServer() - Method in interface com.filenet.api.admin.CmTextSearchIndex
Returns the value of the CurrentIndexServer property.
get_CurrentProcessedObjectCount() - Method in interface com.filenet.api.sweep.CmPolicyControlledSweep
Returns the value of the CurrentProcessedObjectCount property.
get_CurrentProcessedObjectCount() - Method in interface com.filenet.api.sweep.CmQueueSweep
Returns the value of the CurrentProcessedObjectCount property.
get_CurrentProcessedObjectCount() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the CurrentProcessedObjectCount property.
get_CurrentState() - Method in interface com.filenet.api.core.Document
Returns the value of the CurrentState property.
get_CurrentUser() - Method in interface com.filenet.api.core.EntireNetwork
Returns the value of the CurrentUser property.
get_CurrentVersion() - Method in interface com.filenet.api.core.Document
Returns the value of the CurrentVersion property.
get_CurrentVersion() - Method in interface com.filenet.api.core.Versionable
Returns the value of the CurrentVersion property.
get_CurrentVersion() - Method in interface com.filenet.api.core.VersionSeries
Returns the value of the CurrentVersion property.
get_DatabaseConnection() - Method in interface com.filenet.api.admin.CmEventExportStore
Returns the value of the DatabaseConnection property.
get_DatabaseConnection() - Method in interface com.filenet.api.admin.IsolatedRegion
Returns the value of the DatabaseConnection property.
get_DatabaseConnection() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the DatabaseConnection property.
get_DatabaseConnections() - Method in interface com.filenet.api.core.Domain
Returns the value of the DatabaseConnections property.
get_DatabaseContentUploadBufferSize() - Method in interface com.filenet.api.admin.ContentConfiguration
Deprecated.
As of release 5.1.0.
get_DatabaseIndexStorageLocation() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the DatabaseIndexStorageLocation property.
get_DatabaseLOBStorageLocation() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the DatabaseLOBStorageLocation property.
get_DatabaseName() - Method in interface com.filenet.api.admin.RenditionEngineConnection
Returns the value of the DatabaseName property.
get_DatabaseSchemaName() - Method in interface com.filenet.api.admin.CmEventExportStore
Returns the value of the DatabaseSchemaName property.
get_DatabaseSchemaName() - Method in interface com.filenet.api.admin.IsolatedRegion
Returns the value of the DatabaseSchemaName property.
get_DatabaseSchemaName() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the DatabaseSchemaName property.
get_DatabaseServerName() - Method in interface com.filenet.api.admin.RenditionEngineConnection
Returns the value of the DatabaseServerName property.
get_DatabaseServerPort() - Method in interface com.filenet.api.admin.RenditionEngineConnection
Returns the value of the DatabaseServerPort property.
get_DatabaseTableStorageLocation() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the DatabaseTableStorageLocation property.
get_DatabaseTraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the DatabaseTraceFlags property.
get_DatabaseType() - Method in interface com.filenet.api.admin.CmDatabaseConnection
Returns the value of the DatabaseType property.
get_DatabaseType() - Method in interface com.filenet.api.admin.DatabaseStorageArea
Returns the value of the DatabaseType property.
get_DatabaseType() - Method in interface com.filenet.api.admin.RenditionEngineConnection
Returns the value of the DatabaseType property.
get_DatabaseType() - Method in interface com.filenet.api.core.ObjectStore
Deprecated.
As of release 5.2.0.
get_DataType() - Method in interface com.filenet.api.admin.ChoiceList
Returns the value of the DataType property.
get_DataType() - Method in interface com.filenet.api.admin.CmIndexPartitionConstraint
Returns the value of the DataType property.
get_DataType() - Method in interface com.filenet.api.admin.ColumnDefinition
Returns the value of the DataType property.
get_DataType() - Method in interface com.filenet.api.admin.PropertyDefinition
Returns the value of the DataType property.
get_DataType() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the DataType property.
get_DataType() - Method in interface com.filenet.api.meta.PropertyDescription
Returns the value of the DataType property.
get_DataType() - Method in interface com.filenet.api.replication.ExternalPropertyDescription
Returns the value of the DataType property.
get_DateCheckedIn() - Method in interface com.filenet.api.core.Versionable
Returns the value of the DateCheckedIn property.
get_DateCompleted() - Method in interface com.filenet.api.core.CmTask
Returns the value of the DateCompleted property.
get_DateContentLastAccessed() - Method in interface com.filenet.api.core.Annotation
Returns the value of the DateContentLastAccessed property.
get_DateContentLastAccessed() - Method in interface com.filenet.api.core.Document
Returns the value of the DateContentLastAccessed property.
get_DateCreated() - Method in interface com.filenet.api.admin.AddOn
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.ChoiceList
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.CmAbstractQueueEntry
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.CmAuditDispositionPolicy
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.CmAuditProcessingBookmark
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.CmDatabaseConnection
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.CmEventExportStore
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.CmHold
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.CmHoldRelationship
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.CmIndexRequest
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.CmTextSearchAffinityGroup
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.CmTextSearchIndex
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.CmTextSearchServer
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.ContentCacheArea
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.DITARenditionEngineConnection
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.FixedContentDevice
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.IndexArea
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.IndexJob
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.IsolatedRegion
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.PEConnectionPoint
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.QueueItem
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.RenditionEngineConnection
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.ServerInstance
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.Site
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.StoragePolicy
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.TableDefinition
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.admin.VirtualServer
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.core.Annotation
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.core.CmAbstractPersistable
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.core.CmTask
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.core.CmTaskRelationship
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.core.CmThumbnail
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.core.ComponentRelationship
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.core.Containable
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.core.Link
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.core.Relationship
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.events.Action
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.events.ActionConsumer
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.events.Event
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.publishing.PublishRequest
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.replication.ReplicationGroup
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.replication.ReplicationJournalEntry
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.replication.Repository
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.security.MarkingSet
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.security.SecurityPolicy
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.sweep.CmSweep
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.sweep.CmSweepRelationship
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.sweep.CmSweepResult
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.util.CmAbstractSequential
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.util.CmRecoveryBin
Returns the value of the DateCreated property.
get_DateCreated() - Method in interface com.filenet.api.util.CmRecoveryItem
Returns the value of the DateCreated property.
get_DateLastModified() - Method in interface com.filenet.api.admin.AddOn
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.ChoiceList
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.CmAbstractQueueEntry
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.CmAuditDispositionPolicy
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.CmAuditProcessingBookmark
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.CmDatabaseConnection
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.CmEventExportStore
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.CmHold
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.CmHoldRelationship
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.CmIndexRequest
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.CmTextSearchAffinityGroup
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.CmTextSearchServer
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.ContentCacheArea
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.DITARenditionEngineConnection
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.FixedContentDevice
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.IndexArea
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.IndexJob
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.IsolatedRegion
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.PEConnectionPoint
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.QueueItem
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.RenditionEngineConnection
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.ServerInstance
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.Site
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.StoragePolicy
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.TableDefinition
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.admin.VirtualServer
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.core.Annotation
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.core.CmAbstractPersistable
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.core.CmTask
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.core.CmTaskRelationship
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.core.CmThumbnail
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.core.ComponentRelationship
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.core.Containable
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.core.Link
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.core.Relationship
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.events.Action
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.events.ActionConsumer
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.events.Event
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.publishing.PublishRequest
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.replication.ReplicationGroup
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.replication.ReplicationJournalEntry
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.replication.Repository
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.security.MarkingSet
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.security.SecurityPolicy
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.sweep.CmSweep
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.sweep.CmSweepRelationship
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.sweep.CmSweepResult
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.util.CmAbstractSequential
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.util.CmRecoveryBin
Returns the value of the DateLastModified property.
get_DateLastModified() - Method in interface com.filenet.api.util.CmRecoveryItem
Returns the value of the DateLastModified property.
get_DateRequested() - Method in interface com.filenet.api.admin.CmIndexRequest
Returns the value of the DateRequested property.
get_DateStarted() - Method in interface com.filenet.api.core.CmTask
Returns the value of the DateStarted property.
get_DefaultDispatcherDelay() - Method in interface com.filenet.api.sweep.CmSweepConfiguration
Returns the value of the DefaultDispatcherDelay property.
get_DefaultInstanceOwner() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the DefaultInstanceOwner property.
get_DefaultInstanceOwner() - Method in interface com.filenet.api.meta.ClassDescription
Returns the value of the DefaultInstanceOwner property.
get_DefaultInstancePermissionDescriptions() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the DefaultInstancePermissionDescriptions property.
get_DefaultInstancePermissions() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the DefaultInstancePermissions property.
get_DefaultInstancePermissions() - Method in interface com.filenet.api.meta.ClassDescription
Returns the value of the DefaultInstancePermissions property.
get_DefaultISDocumentClass() - Method in interface com.filenet.api.admin.IMFixedContentDevice
Returns the value of the DefaultISDocumentClass property.
get_DefaultQueryTimeLimit() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the DefaultQueryTimeLimit property.
get_DefaultReservationType() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the DefaultReservationType property.
get_DefaultRetentionDays() - Method in interface com.filenet.api.admin.SnapLockFixedContentDevice
Returns the value of the DefaultRetentionDays property.
get_DefaultRetentionPassThrough() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the DefaultRetentionPassThrough property.
get_DefaultRetentionPeriod() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the DefaultRetentionPeriod property.
get_DefaultRetentionPeriod() - Method in interface com.filenet.api.meta.ClassDescription
Returns the value of the DefaultRetentionPeriod property.
get_DefaultSite() - Method in interface com.filenet.api.core.Domain
Returns the value of the DefaultSite property.
get_DeleteMethod() - Method in interface com.filenet.api.admin.ContentCacheArea
Returns the value of the DeleteMethod property.
get_DeleteMethod() - Method in interface com.filenet.api.admin.FileStorageArea
Returns the value of the DeleteMethod property.
get_DeleteMethod() - Method in interface com.filenet.api.admin.FixedStorageArea
Returns the value of the DeleteMethod property.
get_DeletionAction() - Method in interface com.filenet.api.admin.PropertyDefinitionObject
Returns the value of the DeletionAction property.
get_DeletionAction() - Method in interface com.filenet.api.meta.PropertyDescriptionObject
Returns the value of the DeletionAction property.
get_DependentDocuments() - Method in interface com.filenet.api.core.Document
Returns the value of the DependentDocuments property.
get_DequeueHost() - Method in interface com.filenet.api.admin.QueueItem
Returns the value of the DequeueHost property.
get_DequeueHost() - Method in interface com.filenet.api.publishing.PublishRequest
Returns the value of the DequeueHost property.
get_Description() - Method in interface com.filenet.api.publishing.PublishStyleTemplate
Returns the value of the Description property.
get_Description() - Method in interface com.filenet.api.publishing.PublishTemplate
Returns the value of the Description property.
get_Description() - Method in interface com.filenet.api.query.StoredSearch
Returns the value of the Description property.
get_DescriptiveText() - Method in interface com.filenet.api.admin.AddOn
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.admin.ChoiceList
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.admin.CmDatabaseConnection
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.admin.CmEventExportStore
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.admin.CmHold
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.admin.CMODApplicationGroup
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.admin.CmTextSearchAffinityGroup
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.admin.CmTextSearchServer
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.admin.CmTivoliManagementClass
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.admin.ContentCacheArea
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.admin.FixedContentDevice
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.admin.IndexArea
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.admin.IndexJob
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.admin.PEConnectionPoint
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.admin.PropertyDefinition
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.admin.Site
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.admin.StoragePolicy
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.core.Annotation
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.events.Action
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.events.ActionConsumer
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.meta.Metadata
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.replication.ExternalClassDescription
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.replication.ExternalPropertyDescription
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.security.MarkingSet
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.security.PermissionDescription
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.security.SecurityPolicy
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.sweep.CmQueueSweep
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.sweep.CmSweepJob
Returns the value of the DescriptiveText property.
get_DescriptiveText() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the DescriptiveText property.
get_DescriptiveTexts() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the DescriptiveTexts property.
get_DescriptiveTexts() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the DescriptiveTexts property.
get_DestinationDocuments() - Method in interface com.filenet.api.core.Document
Returns the value of the DestinationDocuments property.
get_DestinationRepository() - Method in interface com.filenet.api.replication.ReplicationJournalEntry
Returns the value of the DestinationRepository property.
get_DeviceAddress() - Method in interface com.filenet.api.admin.SnapLockFixedContentDevice
Returns the value of the DeviceAddress property.
get_DevicePassword() - Method in interface com.filenet.api.admin.GenericFixedContentDevice
Returns the value of the DevicePassword property.
get_DeviceRootDirectory() - Method in interface com.filenet.api.admin.SnapLockFixedContentDevice
Returns the value of the DeviceRootDirectory property.
get_DirectoryConfigurations() - Method in interface com.filenet.api.core.Domain
Returns the value of the DirectoryConfigurations property.
get_DirectoryServerHost() - Method in interface com.filenet.api.admin.DirectoryConfiguration
Returns the value of the DirectoryServerHost property.
get_DirectoryServerPassword() - Method in interface com.filenet.api.admin.DirectoryConfiguration
Returns the value of the DirectoryServerPassword property.
get_DirectoryServerPort() - Method in interface com.filenet.api.admin.DirectoryConfiguration
Returns the value of the DirectoryServerPort property.
get_DirectoryServerProviderClass() - Method in interface com.filenet.api.admin.DirectoryConfiguration
Returns the value of the DirectoryServerProviderClass property.
get_DirectoryServerType() - Method in interface com.filenet.api.admin.DirectoryConfiguration
Returns the value of the DirectoryServerType property.
get_DirectoryServerUserName() - Method in interface com.filenet.api.admin.DirectoryConfiguration
Returns the value of the DirectoryServerUserName property.
get_DirectoryStructure() - Method in interface com.filenet.api.admin.CmHitachiFixedContentDevice
Returns the value of the DirectoryStructure property.
get_DirectoryStructure() - Method in interface com.filenet.api.admin.ContentCacheArea
Returns the value of the DirectoryStructure property.
get_DirectoryStructure() - Method in interface com.filenet.api.admin.FileStorageArea
Returns the value of the DirectoryStructure property.
get_DirectoryStructure() - Method in interface com.filenet.api.admin.SnapLockFixedContentDevice
Returns the value of the DirectoryStructure property.
get_DispatcherEnabled() - Method in interface com.filenet.api.admin.AsyncProcessingConfiguration
Returns the value of the DispatcherEnabled property.
get_DispatcherEnabled() - Method in interface com.filenet.api.admin.CFSImportAgentConfiguration
Returns the value of the DispatcherEnabled property.
get_DispatcherEnabled() - Method in interface com.filenet.api.admin.CmTextSearchConfiguration
Returns the value of the DispatcherEnabled property.
get_DispatcherEnabled() - Method in interface com.filenet.api.admin.ImageServicesImportAgentConfiguration
Returns the value of the DispatcherEnabled property.
get_DispatcherEnabled() - Method in interface com.filenet.api.admin.PublishingConfiguration
Returns the value of the DispatcherEnabled property.
get_DispatcherEnabled() - Method in interface com.filenet.api.admin.VerityServerConfiguration
Deprecated.
Returns the value of the DispatcherEnabled property.
get_DispatcherEnabled() - Method in interface com.filenet.api.sweep.CmSweepConfiguration
Returns the value of the DispatcherEnabled property.
get_DispatcherThreadIdleTimeout() - Method in interface com.filenet.api.admin.CmThreadPoolConfiguration
Returns the value of the DispatcherThreadIdleTimeout property.
get_DispatcherWaitInterval() - Method in interface com.filenet.api.admin.AsyncProcessingConfiguration
Returns the value of the DispatcherWaitInterval property.
get_DispatcherWaitInterval() - Method in interface com.filenet.api.admin.CFSImportAgentConfiguration
Returns the value of the DispatcherWaitInterval property.
get_DispatcherWaitInterval() - Method in interface com.filenet.api.admin.CmTextSearchConfiguration
Returns the value of the DispatcherWaitInterval property.
get_DispatcherWaitInterval() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the DispatcherWaitInterval property.
get_DispatcherWaitInterval() - Method in interface com.filenet.api.admin.ImageServicesImportAgentConfiguration
Returns the value of the DispatcherWaitInterval property.
get_DispatcherWaitInterval() - Method in interface com.filenet.api.admin.PublishingConfiguration
Returns the value of the DispatcherWaitInterval property.
get_DispatcherWaitInterval() - Method in interface com.filenet.api.admin.VerityServerConfiguration
Deprecated.
Returns the value of the DispatcherWaitInterval property.
get_DisplayName() - Method in interface com.filenet.api.admin.AddOn
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.AuditDefinition
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.Choice
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.ChoiceList
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.CmAuditDispositionPolicy
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.CmAuditProcessingBookmark
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.CmChangePreprocessorDefinition
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.CmDatabaseConnection
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.CmEventExportStore
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.CmHold
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.CmTextSearchAffinityGroup
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.CmTextSearchServer
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.ContentCacheArea
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.DirectoryConfiguration
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.DITARenditionEngineConnection
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.FixedContentDevice
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.IndexArea
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.IsolatedRegion
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.PropertyDefinition
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.RenditionEngineConnection
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.Site
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.StoragePolicy
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.events.Action
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.events.ActionConsumer
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.meta.Metadata
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.replication.ExternalClassDescription
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.replication.ExternalPropertyDescription
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.replication.ReplicationGroup
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.replication.Repository
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.security.Group
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.security.MarkingSet
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.security.PermissionDescription
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.security.SecurityPolicy
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.security.SecurityTemplate
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.security.User
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.sweep.CmQueueSweep
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.sweep.CmSweepJob
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the DisplayName property.
get_DisplayName() - Method in interface com.filenet.api.util.CmRecoveryBin
Returns the value of the DisplayName property.
get_DisplayNames() - Method in interface com.filenet.api.admin.Choice
Returns the value of the DisplayNames property.
get_DisplayNames() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the DisplayNames property.
get_DisplayNames() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the DisplayNames property.
get_DispositionRule() - Method in interface com.filenet.api.admin.CmAuditDispositionPolicy
Returns the value of the DispositionRule property.
get_DistinguishedName() - Method in interface com.filenet.api.security.Group
Returns the value of the DistinguishedName property.
get_DistinguishedName() - Method in interface com.filenet.api.security.User
Returns the value of the DistinguishedName property.
get_DITADatabaseTimeout() - Method in interface com.filenet.api.admin.DITARenditionEngineConnection
Returns the value of the DITADatabaseTimeout property.
get_DITAHome() - Method in interface com.filenet.api.admin.DITARenditionEngineConnection
Returns the value of the DITAHome property.
get_DITAJVMArguments() - Method in interface com.filenet.api.admin.DITARenditionEngineConnection
Returns the value of the DITAJVMArguments property.
get_DITARenditionEngineConnection() - Method in interface com.filenet.api.admin.PublishingConfiguration
Returns the value of the DITARenditionEngineConnection property.
get_DITARenditionEngineConnections() - Method in interface com.filenet.api.core.Domain
Returns the value of the DITARenditionEngineConnections property.
get_DITAWorkingDirectory() - Method in interface com.filenet.api.admin.DITARenditionEngineConnection
Returns the value of the DITAWorkingDirectory property.
get_DNSName() - Method in interface com.filenet.api.admin.IsolatedRegion
Deprecated.
As of release 5.2.0.
get_DocumentationURL() - Method in interface com.filenet.api.core.Domain
Returns the value of the DocumentationURL property.
get_DocumentClassificationActions() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the DocumentClassificationActions property.
get_DocumentLifecycleAction() - Method in interface com.filenet.api.events.DocumentLifecyclePolicy
Returns the value of the DocumentLifecycleAction property.
get_DocumentLifecycleActions() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the DocumentLifecycleActions property.
get_DocumentLifecyclePolicies() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the DocumentLifecyclePolicies property.
get_DocumentLifecyclePolicies() - Method in interface com.filenet.api.events.DocumentLifecycleAction
Returns the value of the DocumentLifecyclePolicies property.
get_DocumentLifecyclePolicy() - Method in interface com.filenet.api.core.Document
Returns the value of the DocumentLifecyclePolicy property.
get_DocumentsPerBatch() - Method in interface com.filenet.api.admin.ImageServicesImportAgentConfiguration
Returns the value of the DocumentsPerBatch property.
get_DocumentStates() - Method in interface com.filenet.api.events.DocumentLifecyclePolicy
Returns the value of the DocumentStates property.
get_Domain() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the Domain property.
get_DomainId() - Method in interface com.filenet.api.admin.ImageServicesClassDescription
Returns the value of the DomainId property.
get_DuplicateSuppressionEnabled() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the DuplicateSuppressionEnabled property.
get_Duration() - Method in interface com.filenet.api.admin.CmTimeslot
Returns the value of the Duration property.
get_DynamicGroupMemberAttribute() - Method in interface com.filenet.api.admin.DirectoryConfigurationCA
Returns the value of the DynamicGroupMemberAttribute property.
get_DynamicGroupObjectClass() - Method in interface com.filenet.api.admin.DirectoryConfigurationCA
Returns the value of the DynamicGroupObjectClass property.
get_DynamicGroupQueryAttribute() - Method in interface com.filenet.api.admin.DirectoryConfigurationCA
Returns the value of the DynamicGroupQueryAttribute property.
get_EffectiveEndDate() - Method in interface com.filenet.api.sweep.CmQueueSweep
Returns the value of the EffectiveEndDate property.
get_EffectiveEndDate() - Method in interface com.filenet.api.sweep.CmSweepJob
Returns the value of the EffectiveEndDate property.
get_EffectiveEndDate() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the EffectiveEndDate property.
get_EffectiveStartDate() - Method in interface com.filenet.api.sweep.CmQueueSweep
Returns the value of the EffectiveStartDate property.
get_EffectiveStartDate() - Method in interface com.filenet.api.sweep.CmSweepJob
Returns the value of the EffectiveStartDate property.
get_EffectiveStartDate() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the EffectiveStartDate property.
get_EJBForwardingEndpoint() - Method in interface com.filenet.api.admin.VirtualServer
Returns the value of the EJBForwardingEndpoint property.
get_EJBTraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the EJBTraceFlags property.
get_ElementSequenceNumber() - Method in interface com.filenet.api.admin.CmVerityIndexRequest
Deprecated.
Returns the value of the ElementSequenceNumber property.
get_ElementSequenceNumber() - Method in interface com.filenet.api.core.CmThumbnail
Returns the value of the ElementSequenceNumber property.
get_ElementSequenceNumber() - Method in interface com.filenet.api.core.ContentElement
Returns the value of the ElementSequenceNumber property.
get_ElementSequenceNumber() - Method in interface com.filenet.api.events.GetContentEvent
Returns the value of the ElementSequenceNumber property.
get_ElementSequenceNumber() - Method in interface com.filenet.api.sweep.CmThumbnailRequest
Returns the value of the ElementSequenceNumber property.
get_Email() - Method in interface com.filenet.api.security.User
Returns the value of the Email property.
get_EmbeddedDataThreshold() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the EmbeddedDataThreshold property.
get_EnableDefensibleDisposal() - Method in interface com.filenet.api.replication.ExternalParticipant
Returns the value of the EnableDefensibleDisposal property.
get_EnableManualLaunch() - Method in interface com.filenet.api.events.ClassWorkflowSubscription
Returns the value of the EnableManualLaunch property.
get_EnableManualLaunch() - Method in interface com.filenet.api.events.InstanceWorkflowSubscription
Returns the value of the EnableManualLaunch property.
get_EncryptionEnabled() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the EncryptionEnabled property.
get_EncryptionKey() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the EncryptionKey property.
get_EndDate() - Method in interface com.filenet.api.admin.CmIndexPartitionConstraintDate
Returns the value of the EndDate property.
get_EndDate() - Method in interface com.filenet.api.admin.VerityCollection
Deprecated.
Returns the value of the EndDate property.
get_EndReplicationAfterMove() - Method in interface com.filenet.api.sweep.CmBulkMoveContentJob
Returns the value of the EndReplicationAfterMove property.
get_EndReplicationAfterMove() - Method in interface com.filenet.api.sweep.CmContentMigrationPolicy
Returns the value of the EndReplicationAfterMove property.
get_EngineTraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the EngineTraceFlags property.
get_ErrorCode() - Method in interface com.filenet.api.publishing.PublishRequest
Returns the value of the ErrorCode property.
get_ErrorDescription() - Method in interface com.filenet.api.publishing.PublishRequest
Returns the value of the ErrorDescription property.
get_ErrorTraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the ErrorTraceFlags property.
get_EventAction() - Method in interface com.filenet.api.events.Subscription
Returns the value of the EventAction property.
get_EventActions() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the EventActions property.
get_EventClass() - Method in interface com.filenet.api.admin.AuditDefinition
Returns the value of the EventClass property.
get_EventClass() - Method in interface com.filenet.api.events.SubscribedEvent
Returns the value of the EventClass property.
get_EventExporterLeaseWaitInterval() - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Returns the value of the EventExporterLeaseWaitInterval property.
get_EventExportStores() - Method in interface com.filenet.api.admin.CmDatabaseConnection
Returns the value of the EventExportStores property.
get_EventExportStores() - Method in interface com.filenet.api.core.Domain
Returns the value of the EventExportStores property.
get_EventObject() - Method in interface com.filenet.api.admin.EventQueueItem
Returns the value of the EventObject property.
get_EventStatus() - Method in interface com.filenet.api.events.Event
Returns the value of the EventStatus property.
get_EventsTraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the EventsTraceFlags property.
get_ExaminedObjectCount() - Method in interface com.filenet.api.sweep.CmSweep
Returns the value of the ExaminedObjectCount property.
get_ExaminedObjectCount() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the ExaminedObjectCount property.
get_ExcludedBrokers() - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Returns the value of the ExcludedBrokers property.
get_ExpiredBatchSelectionSize() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the ExpiredBatchSelectionSize property.
get_ExporterType() - Method in interface com.filenet.api.admin.CmEventExportStore
Returns the value of the ExporterType property.
get_ExternalAliases() - Method in interface com.filenet.api.admin.PropertyDefinition
Returns the value of the ExternalAliases property.
get_ExternalAliases() - Method in interface com.filenet.api.admin.ReplicableClassDefinition
Returns the value of the ExternalAliases property.
get_ExternalClassDescriptions() - Method in interface com.filenet.api.replication.ExternalRepository
Returns the value of the ExternalClassDescriptions property.
get_ExternalObjectIdentity() - Method in interface com.filenet.api.replication.ExternalIdentity
Returns the value of the ExternalObjectIdentity property.
get_ExternalPropertyDescriptions() - Method in interface com.filenet.api.replication.ExternalClassDescription
Returns the value of the ExternalPropertyDescriptions property.
get_ExternalReplicaIdentities() - Method in interface com.filenet.api.replication.Replicable
Returns the value of the ExternalReplicaIdentities property.
get_ExternalRepositories() - Method in interface com.filenet.api.core.Domain
Returns the value of the ExternalRepositories property.
get_ExternalRepository() - Method in interface com.filenet.api.replication.ExternalAlias
Returns the value of the ExternalRepository property.
get_ExternalRepository() - Method in interface com.filenet.api.replication.ExternalIdentity
Returns the value of the ExternalRepository property.
get_ExternalRepository() - Method in interface com.filenet.api.replication.ExternalParticipant
Returns the value of the ExternalRepository property.
get_FailedObjectCount() - Method in interface com.filenet.api.sweep.CmSweep
Returns the value of the FailedObjectCount property.
get_FailedObjectCount() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the FailedObjectCount property.
get_FailureCount() - Method in interface com.filenet.api.admin.CmAbstractQueueEntry
Returns the value of the FailureCount property.
get_FailureDescription() - Method in interface com.filenet.api.sweep.CmSweepResult
Returns the value of the FailureDescription property.
get_FcpPoolIdleTimeoutSeconds() - Method in interface com.filenet.api.admin.FixedContentDevice
Returns the value of the FcpPoolIdleTimeoutSeconds property.
get_FcpPoolMaxInUse() - Method in interface com.filenet.api.admin.FixedContentDevice
Returns the value of the FcpPoolMaxInUse property.
get_FcpPoolMaxWaitSeconds() - Method in interface com.filenet.api.admin.FixedContentDevice
Returns the value of the FcpPoolMaxWaitSeconds property.
get_FcpPoolPreferredSize() - Method in interface com.filenet.api.admin.FixedContentDevice
Returns the value of the FcpPoolPreferredSize property.
get_FederationJNDIDataSource() - Method in interface com.filenet.api.admin.CMODFixedContentDevice
Returns the value of the FederationJNDIDataSource property.
get_FederationJNDIDataSource() - Method in interface com.filenet.api.admin.IICEFixedContentDevice
Returns the value of the FederationJNDIDataSource property.
get_FederationJNDIXADataSource() - Method in interface com.filenet.api.admin.CMODFixedContentDevice
Returns the value of the FederationJNDIXADataSource property.
get_FederationJNDIXADataSource() - Method in interface com.filenet.api.admin.IICEFixedContentDevice
Returns the value of the FederationJNDIXADataSource property.
get_FederationUpdateHasPriority() - Method in interface com.filenet.api.admin.IICEFixedContentDevice
Returns the value of the FederationUpdateHasPriority property.
get_FilteredPropertyId() - Method in interface com.filenet.api.admin.AuditDefinition
Returns the value of the FilteredPropertyId property.
get_FilteredPropertyId() - Method in interface com.filenet.api.events.Subscription
Returns the value of the FilteredPropertyId property.
get_FilteredQueryTimeout() - Method in interface com.filenet.api.sweep.CmPolicyControlledSweep
Returns the value of the FilteredQueryTimeout property.
get_FilteredQueryTimeout() - Method in interface com.filenet.api.sweep.CmSweepJob
Returns the value of the FilteredQueryTimeout property.
get_FilterExpression() - Method in interface com.filenet.api.admin.AuditDefinition
Returns the value of the FilterExpression property.
get_FilterExpression() - Method in interface com.filenet.api.admin.StoragePolicy
Returns the value of the FilterExpression property.
get_FilterExpression() - Method in interface com.filenet.api.events.Subscription
Returns the value of the FilterExpression property.
get_FilterExpression() - Method in interface com.filenet.api.sweep.CmSweepJob
Returns the value of the FilterExpression property.
get_FilterExpression() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the FilterExpression property.
get_FixedContentDevice() - Method in interface com.filenet.api.admin.FixedStorageArea
Returns the value of the FixedContentDevice property.
get_FixedContentDevice() - Method in interface com.filenet.api.replication.ContentFederatingRepository
Returns the value of the FixedContentDevice property.
get_FixedContentDevices() - Method in interface com.filenet.api.core.Domain
Returns the value of the FixedContentDevices property.
get_FixedContentProviderTraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the FixedContentProviderTraceFlags property.
get_FolderCacheMaxAgeDelta() - Method in interface com.filenet.api.core.ObjectStore
Deprecated.
As of release 4.0.1.
get_FolderCacheMaxEntries() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the FolderCacheMaxEntries property.
get_FolderCacheReapFrequency() - Method in interface com.filenet.api.core.ObjectStore
Deprecated.
As of release 4.0.1.
get_FolderName() - Method in interface com.filenet.api.core.Folder
Returns the value of the FolderName property.
get_FoldersFiledIn() - Method in interface com.filenet.api.core.Versionable
Returns the value of the FoldersFiledIn property.
get_ForceCaseInsensitiveSearch() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the ForceCaseInsensitiveSearch property.
get_FPLogConfigFile() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the FPLogConfigFile property.
get_FPLogEnabled() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the FPLogEnabled property.
get_FPOpenStrategy() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the FPOpenStrategy property.
get_FPPoolBufferSize() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the FPPoolBufferSize property.
get_FPPoolClusterNonAvailTime() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the FPPoolClusterNonAvailTime property.
get_FPPoolDefaultCollisionAvoidance() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the FPPoolDefaultCollisionAvoidance property.
get_FPPoolEnableMulticlusterFailover() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the FPPoolEnableMulticlusterFailover property.
get_FPPoolMaxConnections() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the FPPoolMaxConnections property.
get_FPPoolMulticlusterDeleteStrategy() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the FPPoolMulticlusterDeleteStrategy property.
get_FPPoolMulticlusterExistsStrategy() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the FPPoolMulticlusterExistsStrategy property.
get_FPPoolMulticlusterQueryStrategy() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the FPPoolMulticlusterQueryStrategy property.
get_FPPoolMulticlusterReadStrategy() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the FPPoolMulticlusterReadStrategy property.
get_FPPoolMulticlusterWriteStrategy() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the FPPoolMulticlusterWriteStrategy property.
get_FPPoolPrefetchSize() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the FPPoolPrefetchSize property.
get_FPPoolRetryCount() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the FPPoolRetryCount property.
get_FPPoolRetrySleep() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the FPPoolRetrySleep property.
get_FPPoolTimeout() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the FPPoolTimeout property.
get_FromVersions() - Method in interface com.filenet.api.admin.UpgradeAddOn
Returns the value of the FromVersions property.
get_FullTextRowDefault() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the FullTextRowDefault property.
get_FullTextRowMax() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the FullTextRowMax property.
get_GCDCacheTTL() - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Returns the value of the GCDCacheTTL property.
get_GCDRevisionNumber() - Method in interface com.filenet.api.core.Domain
Returns the value of the GCDRevisionNumber property.
get_GCDTraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the GCDTraceFlags property.
get_GCHost() - Method in interface com.filenet.api.admin.DirectoryConfigurationAD
Returns the value of the GCHost property.
get_GCPort() - Method in interface com.filenet.api.admin.DirectoryConfigurationAD
Returns the value of the GCPort property.
get_GranteeName() - Method in interface com.filenet.api.security.Permission
Returns the value of the GranteeName property.
get_GranteeType() - Method in interface com.filenet.api.security.Permission
Returns the value of the GranteeType property.
get_GroupBaseDN() - Method in interface com.filenet.api.admin.DirectoryConfiguration
Returns the value of the GroupBaseDN property.
get_GroupDisplayNameAttribute() - Method in interface com.filenet.api.admin.DirectoryConfiguration
Returns the value of the GroupDisplayNameAttribute property.
get_GroupMembershipSearchFilter() - Method in interface com.filenet.api.admin.DirectoryConfiguration
Returns the value of the GroupMembershipSearchFilter property.
get_GroupNameAttribute() - Method in interface com.filenet.api.admin.DirectoryConfiguration
Returns the value of the GroupNameAttribute property.
get_Groups() - Method in interface com.filenet.api.security.Group
Returns the value of the Groups property.
get_GroupSearchFilter() - Method in interface com.filenet.api.admin.DirectoryConfiguration
Returns the value of the GroupSearchFilter property.
get_GroupUniqueIDAttribute() - Method in interface com.filenet.api.admin.DirectoryConfiguration
Returns the value of the GroupUniqueIDAttribute property.
get_GroupUniqueIDAttributeIsBinary() - Method in interface com.filenet.api.admin.DirectoryConfigurationCA
Deprecated.
As of release 5.0.0.
get_HandlerTraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the HandlerTraceFlags property.
get_HasHierarchy() - Method in interface com.filenet.api.admin.ChoiceList
Returns the value of the HasHierarchy property.
get_HasIncludeSubclasses() - Method in interface com.filenet.api.meta.ClassDescription
Returns the value of the HasIncludeSubclasses property.
get_HasProperSubclassProperties() - Method in interface com.filenet.api.meta.ClassDescription
Returns the value of the HasProperSubclassProperties property.
get_HcpDirectoryPath() - Method in interface com.filenet.api.admin.CmHitachiFixedContentDevice
Returns the value of the HcpDirectoryPath property.
get_HcpMaxConnections() - Method in interface com.filenet.api.admin.CmHitachiFixedContentDevice
Returns the value of the HcpMaxConnections property.
get_HcpNamespaceUrl() - Method in interface com.filenet.api.admin.CmHitachiFixedContentDevice
Returns the value of the HcpNamespaceUrl property.
get_HcpPassword() - Method in interface com.filenet.api.admin.CmHitachiFixedContentDevice
Returns the value of the HcpPassword property.
get_HcpUser() - Method in interface com.filenet.api.admin.CmHitachiFixedContentDevice
Returns the value of the HcpUser property.
get_Head() - Method in interface com.filenet.api.core.Link
Returns the value of the Head property.
get_Head() - Method in interface com.filenet.api.core.Relationship
Returns the value of the Head property.
get_HeldObject() - Method in interface com.filenet.api.admin.CmHoldRelationship
Returns the value of the HeldObject property.
get_HeldUntilDate() - Method in interface com.filenet.api.admin.CmAbstractQueueEntry
Returns the value of the HeldUntilDate property.
get_HeldUntilDate() - Method in interface com.filenet.api.replication.ReplicationJournalEntry
Returns the value of the HeldUntilDate property.
get_HistoryExporterEnabled() - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Returns the value of the HistoryExporterEnabled property.
get_HistoryExporterUpdateCacheSize() - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Returns the value of the HistoryExporterUpdateCacheSize property.
get_Hold() - Method in interface com.filenet.api.admin.CmHoldRelationship
Returns the value of the Hold property.
get_HostNames() - Method in interface com.filenet.api.admin.ServerInstance
Returns the value of the HostNames property.
get_HttpMaxConnections() - Method in interface com.filenet.api.admin.CmAtmosFixedContentDevice
Returns the value of the HttpMaxConnections property.
get_HttpsCertValidationEnabled() - Method in interface com.filenet.api.admin.CmAtmosFixedContentDevice
Returns the value of the HttpsCertValidationEnabled property.
get_Id() - Method in interface com.filenet.api.admin.AddOn
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.AddOnInstallationRecord
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.AuditDefinition
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.Choice
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.ChoiceList
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.CmAbstractQueueEntry
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.CmAuditDispositionPolicy
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.CmAuditProcessingBookmark
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.CmChangePreprocessorDefinition
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.CmDatabaseConnection
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.CmEventExportStore
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.CmHold
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.CmHoldRelationship
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.CmIndexPartitionConstraint
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.CmIndexRequest
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.CmTextSearchAffinityGroup
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.CmTextSearchIndex
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.CmTextSearchPartitionProperty
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.CmTextSearchServer
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.CmTimeslot
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.ColumnDefinition
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.ContentCacheArea
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.DirectoryConfiguration
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.DITARenditionEngineConnection
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.FixedContentDevice
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.IndexArea
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.IndexJob
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.IndexJobItem
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.IsolatedRegion
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.LocalizedString
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.PEConnectionPoint
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.PropertyDefinition
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.QueueItem
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.RenditionEngineConnection
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.ServerInstance
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.Site
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.SiteSettings
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.StoragePolicy
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.SubsystemConfiguration
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.TableDefinition
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.VerityCollection
Deprecated.
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.admin.VirtualServer
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.core.Annotation
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.core.CmAbstractPersistable
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.core.CmTask
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.core.CmTaskRelationship
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.core.CmThumbnail
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.core.ComponentRelationship
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.core.Containable
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.core.Domain
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.core.Link
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.core.Relationship
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.core.VersionSeries
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.events.Action
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.events.ActionConsumer
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.events.DocumentState
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.events.Event
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.events.SubscribedEvent
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.meta.ClassDescription
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.meta.PropertyDescription
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.publishing.PublishRequest
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.replication.ExternalIdentity
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.replication.ReplicationGroup
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.replication.ReplicationJournalEntry
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.replication.ReplicationParticipant
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.replication.Repository
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.security.Group
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.security.Marking
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.security.MarkingSet
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.security.SecurityPolicy
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.security.SecurityTemplate
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.security.User
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.sweep.CmSweep
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.sweep.CmSweepRelationship
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.sweep.CmSweepResult
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.util.CmAbstractSequential
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.util.CmRecoveryBin
Returns the value of the Id property.
get_Id() - Method in interface com.filenet.api.util.CmRecoveryItem
Returns the value of the Id property.
get_Ids() - Method in interface com.filenet.api.meta.Metadata
Returns the value of the Ids property.
get_IICEConfigurationServerURL() - Method in interface com.filenet.api.admin.IICEFixedContentDevice
Returns the value of the IICEConfigurationServerURL property.
get_Image() - Method in interface com.filenet.api.core.CmThumbnail
Returns the value of the Image property.
get_ImageByteCount() - Method in interface com.filenet.api.core.CmThumbnail
Returns the value of the ImageByteCount property.
get_ImageColor() - Method in interface com.filenet.api.sweep.CmThumbnailRequestSweep
Returns the value of the ImageColor property.
get_ImageFormat() - Method in interface com.filenet.api.sweep.CmThumbnailRequestSweep
Returns the value of the ImageFormat property.
get_ImageServicesClassDescriptions() - Method in interface com.filenet.api.admin.IMFixedContentDevice
Returns the value of the ImageServicesClassDescriptions property.
get_ImageServicesClassName() - Method in interface com.filenet.api.admin.ImageServicesClassDescription
Returns the value of the ImageServicesClassName property.
get_ImageServicesDataType() - Method in interface com.filenet.api.admin.ImageServicesPropertyDescription
Returns the value of the ImageServicesDataType property.
get_ImageServicesPropertyDescriptions() - Method in interface com.filenet.api.admin.ImageServicesClassDescription
Returns the value of the ImageServicesPropertyDescriptions property.
get_ImageServicesPropertyName() - Method in interface com.filenet.api.admin.ImageServicesPropertyDescription
Returns the value of the ImageServicesPropertyName property.
get_ImageSize() - Method in interface com.filenet.api.sweep.CmThumbnailRequestSweep
Returns the value of the ImageSize property.
get_ImmediateSubclassDefinitions() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the ImmediateSubclassDefinitions property.
get_ImmediateSubclassDescriptions() - Method in interface com.filenet.api.meta.ClassDescription
Returns the value of the ImmediateSubclassDescriptions property.
get_ImplementationClass() - Method in interface com.filenet.api.admin.FixedContentDevice
Returns the value of the ImplementationClass property.
get_ImportAgentRetryCount() - Method in interface com.filenet.api.admin.ImageServicesImportAgentConfiguration
Returns the value of the ImportAgentRetryCount property.
get_InboundBatchSize() - Method in interface com.filenet.api.admin.ReplicationConfiguration
Returns the value of the InboundBatchSize property.
get_InboundBusyWaitInterval() - Method in interface com.filenet.api.admin.ReplicationConfiguration
Returns the value of the InboundBusyWaitInterval property.
get_InboundDispatcherEnabled() - Method in interface com.filenet.api.admin.ReplicationConfiguration
Returns the value of the InboundDispatcherEnabled property.
get_InboundFileNameCacheMaxEntries() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the InboundFileNameCacheMaxEntries property.
get_InboundIdleWaitInterval() - Method in interface com.filenet.api.admin.ReplicationConfiguration
Returns the value of the InboundIdleWaitInterval property.
get_IncludeSubclassesRequested() - Method in interface com.filenet.api.admin.AuditDefinition
Returns the value of the IncludeSubclassesRequested property.
get_IncludeSubclassesRequested() - Method in interface com.filenet.api.admin.IndexJobClassItem
Returns the value of the IncludeSubclassesRequested property.
get_IncludeSubclassesRequested() - Method in interface com.filenet.api.events.ClassSubscription
Returns the value of the IncludeSubclassesRequested property.
get_IncludeSubclassesRequested() - Method in interface com.filenet.api.sweep.CmSweepJob
Returns the value of the IncludeSubclassesRequested property.
get_IncludeSubclassesRequested() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the IncludeSubclassesRequested property.
get_IndexArea() - Method in interface com.filenet.api.admin.CmIndexJobResyncItem
Returns the value of the IndexArea property.
get_IndexArea() - Method in interface com.filenet.api.admin.CmIndexRequest
Returns the value of the IndexArea property.
get_IndexArea() - Method in interface com.filenet.api.admin.IndexJobCollectionItem
Returns the value of the IndexArea property.
get_IndexAreas() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the IndexAreas property.
get_IndexationId() - Method in interface com.filenet.api.admin.CmIndexJobResyncItem
Returns the value of the IndexationId property.
get_IndexationId() - Method in interface com.filenet.api.admin.CmIndexRequest
Returns the value of the IndexationId property.
get_IndexationId() - Method in interface com.filenet.api.admin.IndexJobCollectionItem
Returns the value of the IndexationId property.
get_IndexationId() - Method in interface com.filenet.api.core.Annotation
Returns the value of the IndexationId property.
get_IndexationId() - Method in interface com.filenet.api.core.CustomObject
Returns the value of the IndexationId property.
get_IndexationId() - Method in interface com.filenet.api.core.Document
Returns the value of the IndexationId property.
get_IndexationId() - Method in interface com.filenet.api.core.Folder
Returns the value of the IndexationId property.
get_IndexedObjectCount() - Method in interface com.filenet.api.admin.CmTextSearchIndex
Returns the value of the IndexedObjectCount property.
get_IndexingFailureRecordingLevel() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the IndexingFailureRecordingLevel property.
get_IndexingJobTimeslots() - Method in interface com.filenet.api.admin.CmTextSearchConfiguration
Returns the value of the IndexingJobTimeslots property.
get_IndexingOperation() - Method in interface com.filenet.api.admin.CmIndexRequest
Returns the value of the IndexingOperation property.
get_IndexingStatus() - Method in interface com.filenet.api.admin.CmTextSearchIndex
Returns the value of the IndexingStatus property.
get_IndexItems() - Method in interface com.filenet.api.admin.IndexJob
Returns the value of the IndexItems property.
get_IndexJob() - Method in interface com.filenet.api.admin.CmIndexRequest
Returns the value of the IndexJob property.
get_IndexName() - Method in interface com.filenet.api.admin.CmTextSearchIndex
Returns the value of the IndexName property.
get_IndexPartitionConstraints() - Method in interface com.filenet.api.admin.CmTextSearchIndex
Returns the value of the IndexPartitionConstraints property.
get_IndexRequests() - Method in interface com.filenet.api.admin.IndexJob
Returns the value of the IndexRequests property.
get_IndexRequestStatus() - Method in interface com.filenet.api.admin.CmIndexRequest
Returns the value of the IndexRequestStatus property.
get_IndexSizeKbytes() - Method in interface com.filenet.api.admin.CmTextSearchIndex
Returns the value of the IndexSizeKbytes property.
get_InheritableDepth() - Method in interface com.filenet.api.security.Permission
Returns the value of the InheritableDepth property.
get_InheritParentPermissions() - Method in interface com.filenet.api.core.Folder
Returns the value of the InheritParentPermissions property.
get_InheritRecoveryBinPermissions() - Method in interface com.filenet.api.util.CmRecoveryItem
Returns the value of the InheritRecoveryBinPermissions property.
get_InitiatingUser() - Method in interface com.filenet.api.events.Event
Returns the value of the InitiatingUser property.
get_InitiatingUser() - Method in interface com.filenet.api.publishing.PublishRequest
Returns the value of the InitiatingUser property.
get_InlineContentRetrievalLimit() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the InlineContentRetrievalLimit property.
get_InputDocument() - Method in interface com.filenet.api.core.CmThumbnail
Returns the value of the InputDocument property.
get_InputDocument() - Method in interface com.filenet.api.publishing.PublishRequest
Returns the value of the InputDocument property.
get_InputDocument() - Method in interface com.filenet.api.sweep.CmThumbnailRequest
Returns the value of the InputDocument property.
get_InputFormats() - Method in interface com.filenet.api.publishing.PublishStyleTemplate
Returns the value of the InputFormats property.
get_InstallationDate() - Method in interface com.filenet.api.admin.AddOnInstallationRecord
Returns the value of the InstallationDate property.
get_InstallationReport() - Method in interface com.filenet.api.admin.AddOnInstallationRecord
Returns the value of the InstallationReport property.
get_InstallationStatus() - Method in interface com.filenet.api.admin.AddOnInstallationRecord
Returns the value of the InstallationStatus property.
get_InstalledByAddOn() - Method in interface com.filenet.api.admin.ChoiceList
Returns the value of the InstalledByAddOn property.
get_InstalledByAddOn() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the InstalledByAddOn property.
get_InstalledByAddOn() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the InstalledByAddOn property.
get_Installer() - Method in interface com.filenet.api.admin.AddOnInstallationRecord
Returns the value of the Installer property.
get_InterBatchDelay() - Method in interface com.filenet.api.sweep.CmSweep
Returns the value of the InterBatchDelay property.
get_InterBatchDelay() - Method in interface com.filenet.api.sweep.CmSweepConfiguration
Returns the value of the InterBatchDelay property.
get_InternalPortNumber() - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Returns the value of the InternalPortNumber property.
get_InterSweepDelay() - Method in interface com.filenet.api.sweep.CmPolicyControlledSweep
Returns the value of the InterSweepDelay property.
get_IsCBREnabled() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the IsCBREnabled property.
get_IsCBREnabled() - Method in interface com.filenet.api.admin.PropertyDefinitionString
Returns the value of the IsCBREnabled property.
get_IsCBREnabled() - Method in interface com.filenet.api.meta.ClassDescription
Returns the value of the IsCBREnabled property.
get_IsCBREnabled() - Method in interface com.filenet.api.meta.PropertyDescriptionString
Returns the value of the IsCBREnabled property.
get_IsCurrentVersion() - Method in interface com.filenet.api.core.Versionable
Returns the value of the IsCurrentVersion property.
get_ISDomainName() - Method in interface com.filenet.api.admin.IMFixedContentDevice
Returns the value of the ISDomainName property.
get_IsEnabled() - Method in interface com.filenet.api.admin.AuditDefinition
Returns the value of the IsEnabled property.
get_IsEnabled() - Method in interface com.filenet.api.admin.CmAuditDispositionPolicy
Returns the value of the IsEnabled property.
get_IsEnabled() - Method in interface com.filenet.api.admin.CmChangePreprocessorDefinition
Returns the value of the IsEnabled property.
get_IsEnabled() - Method in interface com.filenet.api.events.CmChangePreprocessorAction
Returns the value of the IsEnabled property.
get_IsEnabled() - Method in interface com.filenet.api.events.EventAction
Returns the value of the IsEnabled property.
get_IsEnabled() - Method in interface com.filenet.api.events.Subscription
Returns the value of the IsEnabled property.
get_IsEnabled() - Method in interface com.filenet.api.security.SecurityTemplate
Returns the value of the IsEnabled property.
get_IsEnabled() - Method in interface com.filenet.api.sweep.CmQueueSweep
Returns the value of the IsEnabled property.
get_IsEnabled() - Method in interface com.filenet.api.sweep.CmSweepJob
Returns the value of the IsEnabled property.
get_IsEnabled() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the IsEnabled property.
get_IsFrozenVersion() - Method in interface com.filenet.api.core.Versionable
Returns the value of the IsFrozenVersion property.
get_IsHidden() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the IsHidden property.
get_IsHidden() - Method in interface com.filenet.api.admin.PropertyDefinition
Returns the value of the IsHidden property.
get_IsHidden() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the IsHidden property.
get_IsHidden() - Method in interface com.filenet.api.meta.ClassDescription
Returns the value of the IsHidden property.
get_IsHidden() - Method in interface com.filenet.api.meta.PropertyDescription
Returns the value of the IsHidden property.
get_IsHierarchical() - Method in interface com.filenet.api.security.MarkingSet
Returns the value of the IsHierarchical property.
get_IsImportAgentEnabled() - Method in interface com.filenet.api.admin.CFSSiteSettings
Returns the value of the IsImportAgentEnabled property.
get_IsInExceptionState() - Method in interface com.filenet.api.core.Document
Returns the value of the IsInExceptionState property.
get_IsMigrationJob() - Method in interface com.filenet.api.admin.IndexJob
Returns the value of the IsMigrationJob property.
get_IsNameProperty() - Method in interface com.filenet.api.admin.PropertyDefinition
Returns the value of the IsNameProperty property.
get_IsNameProperty() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the IsNameProperty property.
get_IsolatedRegion() - Method in interface com.filenet.api.admin.PEConnectionPoint
Returns the value of the IsolatedRegion property.
get_IsolatedRegionNumber() - Method in interface com.filenet.api.admin.IsolatedRegion
Returns the value of the IsolatedRegionNumber property.
get_IsolatedRegionNumber() - Method in interface com.filenet.api.events.ClassWorkflowSubscription
Returns the value of the IsolatedRegionNumber property.
get_IsolatedRegionNumber() - Method in interface com.filenet.api.events.InstanceWorkflowSubscription
Returns the value of the IsolatedRegionNumber property.
get_IsolatedRegions() - Method in interface com.filenet.api.admin.CmDatabaseConnection
Returns the value of the IsolatedRegions property.
get_IsolatedRegions() - Method in interface com.filenet.api.core.Domain
Returns the value of the IsolatedRegions property.
get_IsolatedRegions() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the IsolatedRegions property.
get_IsOrderable() - Method in interface com.filenet.api.meta.PropertyDescription
Returns the value of the IsOrderable property.
get_ISOrganization() - Method in interface com.filenet.api.admin.IMFixedContentDevice
Returns the value of the ISOrganization property.
get_ISPassword() - Method in interface com.filenet.api.admin.IMFixedContentDevice
Returns the value of the ISPassword property.
get_IsPersistent() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the IsPersistent property.
get_IsPersistent() - Method in interface com.filenet.api.meta.ClassDescription
Returns the value of the IsPersistent property.
get_IsReadOnly() - Method in interface com.filenet.api.meta.PropertyDescription
Returns the value of the IsReadOnly property.
get_IsReserved() - Method in interface com.filenet.api.core.Versionable
Returns the value of the IsReserved property.
get_IsReserved() - Method in interface com.filenet.api.core.VersionSeries
Returns the value of the IsReserved property.
get_IsSearchable() - Method in interface com.filenet.api.meta.PropertyDescription
Returns the value of the IsSearchable property.
get_IsSecurable() - Method in interface com.filenet.api.meta.ClassDescription
Returns the value of the IsSecurable property.
get_IsSelectable() - Method in interface com.filenet.api.meta.PropertyDescription
Returns the value of the IsSelectable property.
get_IsSingleIndexed() - Method in interface com.filenet.api.admin.ColumnDefinition
Returns the value of the IsSingleIndexed property.
get_IsSSLEnabled() - Method in interface com.filenet.api.admin.CmTextSearchServer
Returns the value of the IsSSLEnabled property.
get_IsSSLEnabled() - Method in interface com.filenet.api.admin.DirectoryConfiguration
Returns the value of the IsSSLEnabled property.
get_IsSynchronous() - Method in interface com.filenet.api.events.Subscription
Returns the value of the IsSynchronous property.
get_IsSystemGenerated() - Method in interface com.filenet.api.core.CmThumbnail
Returns the value of the IsSystemGenerated property.
get_IsSystemGenerated() - Method in interface com.filenet.api.meta.PropertyDescription
Returns the value of the IsSystemGenerated property.
get_IsSystemOwned() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the IsSystemOwned property.
get_IsSystemOwned() - Method in interface com.filenet.api.admin.PropertyDefinition
Returns the value of the IsSystemOwned property.
get_IsSystemOwned() - Method in interface com.filenet.api.meta.PropertyDescription
Returns the value of the IsSystemOwned property.
get_ISUserName() - Method in interface com.filenet.api.admin.IMFixedContentDevice
Returns the value of the ISUserName property.
get_IsValueRequired() - Method in interface com.filenet.api.admin.PropertyDefinition
Returns the value of the IsValueRequired property.
get_IsValueRequired() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the IsValueRequired property.
get_IsValueRequired() - Method in interface com.filenet.api.meta.PropertyDescription
Returns the value of the IsValueRequired property.
get_IsVersioningEnabled() - Method in interface com.filenet.api.core.Versionable
Returns the value of the IsVersioningEnabled property.
get_IsVersioningEnabled() - Method in interface com.filenet.api.core.VersionSeries
Returns the value of the IsVersioningEnabled property.
get_IterationNumber() - Method in interface com.filenet.api.sweep.CmPolicySweepResult
Returns the value of the IterationNumber property.
get_JNDIDataSource() - Method in interface com.filenet.api.admin.CmDatabaseConnection
Returns the value of the JNDIDataSource property.
get_JNDIDataSource() - Method in interface com.filenet.api.admin.DatabaseStorageArea
Returns the value of the JNDIDataSource property.
get_JNDIDataSource() - Method in interface com.filenet.api.core.ObjectStore
Deprecated.
As of release 5.2.0.
get_JNDIXADataSource() - Method in interface com.filenet.api.admin.CmDatabaseConnection
Returns the value of the JNDIXADataSource property.
get_JNDIXADataSource() - Method in interface com.filenet.api.admin.DatabaseStorageArea
Returns the value of the JNDIXADataSource property.
get_JNDIXADataSource() - Method in interface com.filenet.api.core.ObjectStore
Deprecated.
As of release 5.2.0.
get_JobAbortRequested() - Method in interface com.filenet.api.admin.IndexJob
Returns the value of the JobAbortRequested property.
get_JobPauseRequested() - Method in interface com.filenet.api.admin.IndexJob
Returns the value of the JobPauseRequested property.
get_JobStatus() - Method in interface com.filenet.api.admin.IndexJob
Returns the value of the JobStatus property.
get_LabelBindValue() - Method in interface com.filenet.api.core.ComponentRelationship
Returns the value of the LabelBindValue property.
get_LastFailureReason() - Method in interface com.filenet.api.admin.CmAbstractQueueEntry
Returns the value of the LastFailureReason property.
get_LastFailureReason() - Method in interface com.filenet.api.admin.CmIndexRequest
Returns the value of the LastFailureReason property.
get_LastFailureReason() - Method in interface com.filenet.api.admin.IndexJob
Returns the value of the LastFailureReason property.
get_LastFailureReason() - Method in interface com.filenet.api.core.CmTask
Returns the value of the LastFailureReason property.
get_LastFailureReason() - Method in interface com.filenet.api.replication.ReplicationJournalEntry
Returns the value of the LastFailureReason property.
get_LastModifier() - Method in interface com.filenet.api.admin.AddOn
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.ChoiceList
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.CmAbstractQueueEntry
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.CmAuditDispositionPolicy
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.CmAuditProcessingBookmark
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.CmDatabaseConnection
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.CmEventExportStore
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.CmHold
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.CmHoldRelationship
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.CmIndexRequest
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.CmTextSearchAffinityGroup
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.CmTextSearchServer
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.ContentCacheArea
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.DITARenditionEngineConnection
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.FixedContentDevice
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.IndexArea
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.IndexJob
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.IsolatedRegion
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.PEConnectionPoint
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.QueueItem
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.RenditionEngineConnection
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.ServerInstance
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.Site
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.StoragePolicy
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.TableDefinition
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.admin.VirtualServer
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.core.Annotation
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.core.CmAbstractPersistable
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.core.CmTask
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.core.CmTaskRelationship
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.core.CmThumbnail
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.core.ComponentRelationship
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.core.Containable
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.core.Link
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.core.Relationship
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.events.Action
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.events.ActionConsumer
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.events.Event
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.publishing.PublishRequest
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.replication.ReplicationGroup
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.replication.ReplicationJournalEntry
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.replication.Repository
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.security.MarkingSet
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.security.SecurityPolicy
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.sweep.CmSweep
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.sweep.CmSweepRelationship
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.sweep.CmSweepResult
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.util.CmAbstractSequential
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.util.CmRecoveryBin
Returns the value of the LastModifier property.
get_LastModifier() - Method in interface com.filenet.api.util.CmRecoveryItem
Returns the value of the LastModifier property.
get_LastProcessed() - Method in interface com.filenet.api.admin.CmAuditProcessingBookmark
Returns the value of the LastProcessed property.
get_LeaseDuration() - Method in interface com.filenet.api.admin.CFSImportAgentConfiguration
Returns the value of the LeaseDuration property.
get_LeaseDuration() - Method in interface com.filenet.api.admin.CmAuditingConfiguration
Returns the value of the LeaseDuration property.
get_LeaseDuration() - Method in interface com.filenet.api.admin.CmTextSearchConfiguration
Returns the value of the LeaseDuration property.
get_LeaseDuration() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the LeaseDuration property.
get_LeaseDuration() - Method in interface com.filenet.api.admin.ReplicationConfiguration
Returns the value of the LeaseDuration property.
get_LeaseDuration() - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Returns the value of the LeaseDuration property.
get_LeaseDuration() - Method in interface com.filenet.api.admin.VerityServerConfiguration
Deprecated.
As of release 5.0.0.
get_LeaseExpiryTime() - Method in interface com.filenet.api.admin.CmTextSearchIndex
Returns the value of the LeaseExpiryTime property.
get_LeaseHolderId() - Method in interface com.filenet.api.admin.CmAbstractQueueEntry
Returns the value of the LeaseHolderId property.
get_LifecycleOperation() - Method in interface com.filenet.api.events.ChangeStateEvent
Returns the value of the LifecycleOperation property.
get_LocalDomain() - Method in interface com.filenet.api.core.EntireNetwork
Returns the value of the LocalDomain property.
get_LocaleName() - Method in interface com.filenet.api.admin.LocalizedString
Returns the value of the LocaleName property.
get_LocaleName() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the LocaleName property.
get_LocaleNames() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the LocaleNames property.
get_LocalizedText() - Method in interface com.filenet.api.admin.LocalizedString
Returns the value of the LocalizedText property.
get_LockOwner() - Method in interface com.filenet.api.core.Containable
Returns the value of the LockOwner property.
get_LockTimeout() - Method in interface com.filenet.api.core.Containable
Returns the value of the LockTimeout property.
get_LockToken() - Method in interface com.filenet.api.core.Containable
Returns the value of the LockToken property.
get_MajorVersionNumber() - Method in interface com.filenet.api.core.Versionable
Returns the value of the MajorVersionNumber property.
get_MappableDirection() - Method in interface com.filenet.api.replication.ExternalPropertyDescription
Returns the value of the MappableDirection property.
get_Marking() - Method in interface com.filenet.api.security.ActiveMarking
Returns the value of the Marking property.
get_Markings() - Method in interface com.filenet.api.security.MarkingSet
Returns the value of the Markings property.
get_MarkingSet() - Method in interface com.filenet.api.admin.PropertyDefinitionString
Returns the value of the MarkingSet property.
get_MarkingSet() - Method in interface com.filenet.api.admin.PropertyTemplateString
Returns the value of the MarkingSet property.
get_MarkingSet() - Method in interface com.filenet.api.meta.PropertyDescriptionString
Returns the value of the MarkingSet property.
get_MarkingSetCacheEntryTTL() - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Returns the value of the MarkingSetCacheEntryTTL property.
get_MarkingSetCacheMaxEntries() - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Returns the value of the MarkingSetCacheMaxEntries property.
get_MarkingSets() - Method in interface com.filenet.api.core.Domain
Returns the value of the MarkingSets property.
get_MarkingUseGranted() - Method in interface com.filenet.api.security.Marking
Returns the value of the MarkingUseGranted property.
get_MarkingValue() - Method in interface com.filenet.api.security.Marking
Returns the value of the MarkingValue property.
get_MaxBatchSize() - Method in interface com.filenet.api.admin.AsyncProcessingConfiguration
Returns the value of the MaxBatchSize property.
get_MaxBatchSize() - Method in interface com.filenet.api.admin.CmTextSearchConfiguration
Returns the value of the MaxBatchSize property.
get_MaxBatchSize() - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Returns the value of the MaxBatchSize property.
get_MaxBatchSize() - Method in interface com.filenet.api.admin.VerityServerConfiguration
Deprecated.
As of release 5.0.0.
get_MaxCollections() - Method in interface com.filenet.api.admin.VerityIndexArea
Deprecated.
Returns the value of the MaxCollections property.
get_MaxDispatcherThreads() - Method in interface com.filenet.api.admin.CmThreadPoolConfiguration
Returns the value of the MaxDispatcherThreads property.
get_MaxEventCollectorThreads() - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Returns the value of the MaxEventCollectorThreads property.
get_MaxEventExporterThreads() - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Returns the value of the MaxEventExporterThreads property.
get_MaxHeartbeatThreads() - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Returns the value of the MaxHeartbeatThreads property.
get_MaximumConcurrentIndexingBatches() - Method in interface com.filenet.api.admin.CmTextSearchServer
Returns the value of the MaximumConcurrentIndexingBatches property.
get_MaximumContentElements() - Method in interface com.filenet.api.admin.ContentCacheArea
Returns the value of the MaximumContentElements property.
get_MaximumContentElements() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the MaximumContentElements property.
get_MaximumFailures() - Method in interface com.filenet.api.sweep.CmQueueSweep
Returns the value of the MaximumFailures property.
get_MaximumLengthBinary() - Method in interface com.filenet.api.admin.PropertyDefinitionBinary
Returns the value of the MaximumLengthBinary property.
get_MaximumLengthBinary() - Method in interface com.filenet.api.admin.PropertyTemplateBinary
Returns the value of the MaximumLengthBinary property.
get_MaximumLengthBinary() - Method in interface com.filenet.api.meta.PropertyDescriptionBinary
Returns the value of the MaximumLengthBinary property.
get_MaximumLengthString() - Method in interface com.filenet.api.admin.PropertyDefinitionString
Returns the value of the MaximumLengthString property.
get_MaximumLengthString() - Method in interface com.filenet.api.admin.PropertyTemplateString
Returns the value of the MaximumLengthString property.
get_MaximumLengthString() - Method in interface com.filenet.api.meta.PropertyDescriptionString
Returns the value of the MaximumLengthString property.
get_MaximumRetentionDays() - Method in interface com.filenet.api.admin.SnapLockFixedContentDevice
Returns the value of the MaximumRetentionDays property.
get_MaximumSizeKBytes() - Method in interface com.filenet.api.admin.ContentCacheArea
Returns the value of the MaximumSizeKBytes property.
get_MaximumSizeKBytes() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the MaximumSizeKBytes property.
get_MaximumTimeToLive() - Method in interface com.filenet.api.admin.ContentCacheArea
Returns the value of the MaximumTimeToLive property.
get_MaxInboundWorkers() - Method in interface com.filenet.api.admin.ReplicationConfiguration
Returns the value of the MaxInboundWorkers property.
get_MaxIndexes() - Method in interface com.filenet.api.admin.CmTextSearchIndexArea
Returns the value of the MaxIndexes property.
get_MaxInMemoryElementState() - Method in interface com.filenet.api.admin.ContentCacheConfiguration
Returns the value of the MaxInMemoryElementState property.
get_MaxInMemoryItems() - Method in interface com.filenet.api.admin.CFSImportAgentConfiguration
Returns the value of the MaxInMemoryItems property.
get_MaxInMemoryQueueItems() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the MaxInMemoryQueueItems property.
get_MaxObjectsPerCollection() - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Returns the value of the MaxObjectsPerCollection property.
get_MaxObjectsPerCollection() - Method in interface com.filenet.api.admin.VerityServerConfiguration
Deprecated.
As of release 5.0.0.
get_MaxObjectsPerIndex() - Method in interface com.filenet.api.admin.CmTextSearchIndexArea
Returns the value of the MaxObjectsPerIndex property.
get_MaxOutboundWorkers() - Method in interface com.filenet.api.admin.ReplicationConfiguration
Returns the value of the MaxOutboundWorkers property.
get_MaxPrimaryThreads() - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Returns the value of the MaxPrimaryThreads property.
get_MaxQueryTimeLimit() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the MaxQueryTimeLimit property.
get_MaxReaderSemaphoreWaitTime() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the MaxReaderSemaphoreWaitTime property.
get_MaxResolutionBatchSize() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the MaxResolutionBatchSize property.
get_MaxSecondaryThreads() - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Returns the value of the MaxSecondaryThreads property.
get_MaxSizePerIndexKbytes() - Method in interface com.filenet.api.admin.CmTextSearchIndexArea
Returns the value of the MaxSizePerIndexKbytes property.
get_MaxSweepWorkers() - Method in interface com.filenet.api.sweep.CmSweep
Returns the value of the MaxSweepWorkers property.
get_MaxTextFiltersPerBatch() - Method in interface com.filenet.api.admin.CmTextSearchConfiguration
Returns the value of the MaxTextFiltersPerBatch property.
get_MaxThumbnailGenerationProcesses() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the MaxThumbnailGenerationProcesses property.
get_MaxWorkerThreads() - Method in interface com.filenet.api.admin.CFSImportAgentConfiguration
Returns the value of the MaxWorkerThreads property.
get_MaxWorkerThreads() - Method in interface com.filenet.api.admin.CmThreadPoolConfiguration
Returns the value of the MaxWorkerThreads property.
get_MemberOfGroups() - Method in interface com.filenet.api.security.Group
Returns the value of the MemberOfGroups property.
get_MemberOfGroups() - Method in interface com.filenet.api.security.User
Returns the value of the MemberOfGroups property.
get_MetadataMergedScopeCacheMaxEntries() - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Returns the value of the MetadataMergedScopeCacheMaxEntries property.
get_MetadataTraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the MetadataTraceFlags property.
get_MimeType() - Method in interface com.filenet.api.core.Annotation
Returns the value of the MimeType property.
get_MimeType() - Method in interface com.filenet.api.core.CmThumbnail
Returns the value of the MimeType property.
get_MimeType() - Method in interface com.filenet.api.core.Document
Returns the value of the MimeType property.
get_MimeType() - Method in interface com.filenet.api.events.DocumentClassificationAction
Returns the value of the MimeType property.
get_MinimumRetentionDays() - Method in interface com.filenet.api.admin.SnapLockFixedContentDevice
Returns the value of the MinimumRetentionDays property.
get_MinorVersionNumber() - Method in interface com.filenet.api.core.Versionable
Returns the value of the MinorVersionNumber property.
get_ModificationAccessRequired() - Method in interface com.filenet.api.admin.PropertyDefinition
Returns the value of the ModificationAccessRequired property.
get_ModificationAccessRequired() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the ModificationAccessRequired property.
get_ModificationAccessRequired() - Method in interface com.filenet.api.meta.PropertyDescription
Returns the value of the ModificationAccessRequired property.
get_ModifiedProperties() - Method in interface com.filenet.api.events.ChangeClassEvent
Returns the value of the ModifiedProperties property.
get_ModifiedProperties() - Method in interface com.filenet.api.events.ChangeStateEvent
Returns the value of the ModifiedProperties property.
get_ModifiedProperties() - Method in interface com.filenet.api.events.CheckinEvent
Returns the value of the ModifiedProperties property.
get_ModifiedProperties() - Method in interface com.filenet.api.events.CheckoutEvent
Returns the value of the ModifiedProperties property.
get_ModifiedProperties() - Method in interface com.filenet.api.events.ClassifyCompleteEvent
Returns the value of the ModifiedProperties property.
get_ModifiedProperties() - Method in interface com.filenet.api.events.CmMoveContentEvent
Returns the value of the ModifiedProperties property.
get_ModifiedProperties() - Method in interface com.filenet.api.events.CustomEvent
Returns the value of the ModifiedProperties property.
get_ModifiedProperties() - Method in interface com.filenet.api.events.DemoteVersionEvent
Returns the value of the ModifiedProperties property.
get_ModifiedProperties() - Method in interface com.filenet.api.events.FreezeEvent
Returns the value of the ModifiedProperties property.
get_ModifiedProperties() - Method in interface com.filenet.api.events.LockEvent
Returns the value of the ModifiedProperties property.
get_ModifiedProperties() - Method in interface com.filenet.api.events.PromoteVersionEvent
Returns the value of the ModifiedProperties property.
get_ModifiedProperties() - Method in interface com.filenet.api.events.PublishCompleteEvent
Returns the value of the ModifiedProperties property.
get_ModifiedProperties() - Method in interface com.filenet.api.events.TakeFederatedOwnershipEvent
Returns the value of the ModifiedProperties property.
get_ModifiedProperties() - Method in interface com.filenet.api.events.UnlockEvent
Returns the value of the ModifiedProperties property.
get_ModifiedProperties() - Method in interface com.filenet.api.events.UpdateEvent
Returns the value of the ModifiedProperties property.
get_ModifiedProperties() - Method in interface com.filenet.api.events.UpdateSecurityEvent
Returns the value of the ModifiedProperties property.
get_MoveContentLeaseThreshold() - Method in interface com.filenet.api.admin.CFSImportAgentConfiguration
Returns the value of the MoveContentLeaseThreshold property.
get_MyRealm() - Method in interface com.filenet.api.core.EntireNetwork
Returns the value of the MyRealm property.
get_Name() - Method in interface com.filenet.api.admin.Choice
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.admin.ChoiceList
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.admin.CmAuditDispositionPolicy
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.admin.CmAuditProcessingBookmark
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.admin.CMODApplicationGroup
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.admin.CmTivoliManagementClass
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.admin.ColumnDefinition
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.admin.IndexArea
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.admin.PEConnectionPoint
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.admin.PropertyDefinition
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.admin.ServerInstance
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.admin.Site
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.admin.StoragePolicy
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.admin.TableDefinition
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.admin.VirtualServer
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.core.Annotation
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.core.CmAbstractPersistable
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.core.CmTask
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.core.CmThumbnail
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.core.ComponentRelationship
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.core.Containable
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.core.Domain
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.core.Link
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.core.Relationship
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.events.Action
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.events.ActionConsumer
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.events.DocumentState
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.events.Event
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.meta.ClassDescription
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.meta.PropertyDescription
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.security.Group
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.security.Realm
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.security.SecurityPolicy
Returns the value of the Name property.
get_Name() - Method in interface com.filenet.api.security.User
Returns the value of the Name property.
get_NamePropertyIndex() - Method in interface com.filenet.api.meta.ClassDescription
Returns the value of the NamePropertyIndex property.
get_NeverDeleteClipsOrContent() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the NeverDeleteClipsOrContent property.
get_NextOverflowTableDefinition() - Method in interface com.filenet.api.admin.TableDefinition
Returns the value of the NextOverflowTableDefinition property.
get_NextRetryDate() - Method in interface com.filenet.api.admin.QueueItem
Returns the value of the NextRetryDate property.
get_NextRetryDate() - Method in interface com.filenet.api.publishing.PublishRequest
Returns the value of the NextRetryDate property.
get_NextStartTime() - Method in interface com.filenet.api.sweep.CmPolicyControlledSweep
Returns the value of the NextStartTime property.
get_NonPagedQueryMaxSize() - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Returns the value of the NonPagedQueryMaxSize property.
get_NoWorkDelay() - Method in interface com.filenet.api.admin.ImageServicesImportAgentConfiguration
Returns the value of the NoWorkDelay property.
get_NumImportAgents() - Method in interface com.filenet.api.admin.ImageServicesImportAgentConfiguration
Returns the value of the NumImportAgents property.
GET_OBJECT_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
get_ObjectSecurityCacheEntryTTL() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the ObjectSecurityCacheEntryTTL property.
get_ObjectSecurityCacheMaxEntries() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the ObjectSecurityCacheMaxEntries property.
get_ObjectStateRecordingLevel() - Method in interface com.filenet.api.admin.AuditDefinition
Returns the value of the ObjectStateRecordingLevel property.
get_ObjectStore() - Method in interface com.filenet.api.admin.IsolatedRegion
Returns the value of the ObjectStore property.
get_ObjectStore() - Method in interface com.filenet.api.replication.ObjectStoreParticipant
Returns the value of the ObjectStore property.
get_ObjectStoreId() - Method in interface com.filenet.api.admin.ImageServicesClassDescription
Returns the value of the ObjectStoreId property.
get_ObjectStoreId() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the ObjectStoreId property.
get_ObjectStores() - Method in interface com.filenet.api.admin.CmDatabaseConnection
Returns the value of the ObjectStores property.
get_ObjectStores() - Method in interface com.filenet.api.core.Domain
Returns the value of the ObjectStores property.
get_ObjectStoreSchemaDB2() - Method in interface com.filenet.api.core.Domain
Returns the value of the ObjectStoreSchemaDB2 property.
get_ObjectStoreSchemaMSSQL() - Method in interface com.filenet.api.core.Domain
Returns the value of the ObjectStoreSchemaMSSQL property.
get_ObjectStoreSchemaOracle() - Method in interface com.filenet.api.core.Domain
Returns the value of the ObjectStoreSchemaOracle property.
get_OptimizationInterval() - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Returns the value of the OptimizationInterval property.
get_OptimizationInterval() - Method in interface com.filenet.api.admin.VerityServerConfiguration
Deprecated.
As of release 5.0.0.
get_OriginalClassId() - Method in interface com.filenet.api.util.CmRecoveryItem
Returns the value of the OriginalClassId property.
get_OriginalCreator() - Method in interface com.filenet.api.util.CmRecoveryItem
Returns the value of the OriginalCreator property.
get_OriginalDateCreated() - Method in interface com.filenet.api.util.CmRecoveryItem
Returns the value of the OriginalDateCreated property.
get_OriginalDateLastModified() - Method in interface com.filenet.api.util.CmRecoveryItem
Returns the value of the OriginalDateLastModified property.
get_OriginalId() - Method in interface com.filenet.api.util.CmRecoveryItem
Returns the value of the OriginalId property.
get_OriginalLastModifier() - Method in interface com.filenet.api.util.CmRecoveryItem
Returns the value of the OriginalLastModifier property.
get_OriginalName() - Method in interface com.filenet.api.util.CmRecoveryItem
Returns the value of the OriginalName property.
get_OriginalObject() - Method in interface com.filenet.api.events.ChangeClassEvent
Returns the value of the OriginalObject property.
get_OriginalObject() - Method in interface com.filenet.api.events.ChangeStateEvent
Returns the value of the OriginalObject property.
get_OriginalObject() - Method in interface com.filenet.api.events.CheckinEvent
Returns the value of the OriginalObject property.
get_OriginalObject() - Method in interface com.filenet.api.events.CheckoutEvent
Returns the value of the OriginalObject property.
get_OriginalObject() - Method in interface com.filenet.api.events.ClassifyCompleteEvent
Returns the value of the OriginalObject property.
get_OriginalObject() - Method in interface com.filenet.api.events.CmMoveContentEvent
Returns the value of the OriginalObject property.
get_OriginalObject() - Method in interface com.filenet.api.events.CustomEvent
Returns the value of the OriginalObject property.
get_OriginalObject() - Method in interface com.filenet.api.events.DemoteVersionEvent
Returns the value of the OriginalObject property.
get_OriginalObject() - Method in interface com.filenet.api.events.FreezeEvent
Returns the value of the OriginalObject property.
get_OriginalObject() - Method in interface com.filenet.api.events.LockEvent
Returns the value of the OriginalObject property.
get_OriginalObject() - Method in interface com.filenet.api.events.PromoteVersionEvent
Returns the value of the OriginalObject property.
get_OriginalObject() - Method in interface com.filenet.api.events.PublishCompleteEvent
Returns the value of the OriginalObject property.
get_OriginalObject() - Method in interface com.filenet.api.events.TakeFederatedOwnershipEvent
Returns the value of the OriginalObject property.
get_OriginalObject() - Method in interface com.filenet.api.events.UnlockEvent
Returns the value of the OriginalObject property.
get_OriginalObject() - Method in interface com.filenet.api.events.UpdateEvent
Returns the value of the OriginalObject property.
get_OriginalObject() - Method in interface com.filenet.api.events.UpdateSecurityEvent
Returns the value of the OriginalObject property.
get_OriginalObject() - Method in interface com.filenet.api.util.CmRecoveryItem
Returns the value of the OriginalObject property.
get_OriginalOrdinal() - Method in interface com.filenet.api.admin.VerityCollection
Deprecated.
Returns the value of the OriginalOrdinal property.
get_OutboundBatchSize() - Method in interface com.filenet.api.admin.ReplicationConfiguration
Returns the value of the OutboundBatchSize property.
get_OutboundBusyWaitInterval() - Method in interface com.filenet.api.admin.ReplicationConfiguration
Returns the value of the OutboundBusyWaitInterval property.
get_OutboundDispatcherEnabled() - Method in interface com.filenet.api.admin.ReplicationConfiguration
Returns the value of the OutboundDispatcherEnabled property.
get_OutboundIdleWaitInterval() - Method in interface com.filenet.api.admin.ReplicationConfiguration
Returns the value of the OutboundIdleWaitInterval property.
get_OutputFolder() - Method in interface com.filenet.api.publishing.PublishRequest
Returns the value of the OutputFolder property.
get_OutputFormat() - Method in interface com.filenet.api.publishing.PublishStyleTemplate
Returns the value of the OutputFormat property.
get_OutputLocation() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the OutputLocation property.
get_Owner() - Method in interface com.filenet.api.admin.ChoiceList
Returns the value of the Owner property.
get_Owner() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the Owner property.
get_Owner() - Method in interface com.filenet.api.admin.CmAuditDispositionPolicy
Returns the value of the Owner property.
get_Owner() - Method in interface com.filenet.api.admin.CmAuditProcessingBookmark
Returns the value of the Owner property.
get_Owner() - Method in interface com.filenet.api.admin.CmHold
Returns the value of the Owner property.
get_Owner() - Method in interface com.filenet.api.admin.IndexJob
Returns the value of the Owner property.
get_Owner() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the Owner property.
get_Owner() - Method in interface com.filenet.api.admin.StoragePolicy
Returns the value of the Owner property.
get_Owner() - Method in interface com.filenet.api.admin.TableDefinition
Returns the value of the Owner property.
get_Owner() - Method in interface com.filenet.api.core.Annotation
Returns the value of the Owner property.
get_Owner() - Method in interface com.filenet.api.core.CmAbstractPersistable
Returns the value of the Owner property.
get_Owner() - Method in interface com.filenet.api.core.CmTask
Returns the value of the Owner property.
get_Owner() - Method in interface com.filenet.api.core.Containable
Returns the value of the Owner property.
get_Owner() - Method in interface com.filenet.api.core.Link
Returns the value of the Owner property.
get_Owner() - Method in interface com.filenet.api.events.Action
Returns the value of the Owner property.
get_Owner() - Method in interface com.filenet.api.events.ActionConsumer
Returns the value of the Owner property.
get_Owner() - Method in interface com.filenet.api.events.Event
Returns the value of the Owner property.
get_Owner() - Method in interface com.filenet.api.security.SecurityPolicy
Returns the value of the Owner property.
get_Owner() - Method in interface com.filenet.api.sweep.CmSweep
Returns the value of the Owner property.
get_Owner() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the Owner property.
get_Owner() - Method in interface com.filenet.api.util.CmAbstractSequential
Returns the value of the Owner property.
get_Owner() - Method in interface com.filenet.api.util.CmRecoveryBin
Returns the value of the Owner property.
get_Owner() - Method in interface com.filenet.api.util.CmRecoveryItem
Returns the value of the Owner property.
get_OwnerDocument() - Method in interface com.filenet.api.core.Document
Returns the value of the OwnerDocument property.
get_Parent() - Method in interface com.filenet.api.core.Folder
Returns the value of the Parent property.
get_ParentComponent() - Method in interface com.filenet.api.core.ComponentRelationship
Returns the value of the ParentComponent property.
get_ParentDocuments() - Method in interface com.filenet.api.core.Document
Returns the value of the ParentDocuments property.
get_ParentRelationships() - Method in interface com.filenet.api.core.Document
Returns the value of the ParentRelationships property.
get_PartialResolutionChunkSize() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the PartialResolutionChunkSize property.
get_PartitionDateInterval() - Method in interface com.filenet.api.admin.CmTextSearchPartitionDateProperty
Returns the value of the PartitionDateInterval property.
get_PartitioningProperties() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the PartitioningProperties property.
get_PartitionPropertyName() - Method in interface com.filenet.api.admin.CmIndexPartitionConstraint
Returns the value of the PartitionPropertyName property.
get_PartitionPropertyName() - Method in interface com.filenet.api.admin.CmTextSearchPartitionProperty
Returns the value of the PartitionPropertyName property.
get_PartitionStringValue() - Method in interface com.filenet.api.admin.CmIndexPartitionConstraintString
Returns the value of the PartitionStringValue property.
get_PartnerObjectStore() - Method in interface com.filenet.api.replication.ExternalParticipant
Returns the value of the PartnerObjectStore property.
get_PathName() - Method in interface com.filenet.api.core.Folder
Returns the value of the PathName property.
get_PDFMasterPassword() - Method in interface com.filenet.api.publishing.PublishStyleTemplate
Returns the value of the PDFMasterPassword property.
get_PDFUserPassword() - Method in interface com.filenet.api.publishing.PublishStyleTemplate
Returns the value of the PDFUserPassword property.
get_PEConnectionPoints() - Method in interface com.filenet.api.admin.IsolatedRegion
Returns the value of the PEConnectionPoints property.
get_PEConnectionPoints() - Method in interface com.filenet.api.core.Domain
Returns the value of the PEConnectionPoints property.
get_PermissionDescriptions() - Method in interface com.filenet.api.core.Domain
Returns the value of the PermissionDescriptions property.
get_PermissionDescriptions() - Method in interface com.filenet.api.meta.ClassDescription
Returns the value of the PermissionDescriptions property.
get_Permissions() - Method in interface com.filenet.api.admin.ChoiceList
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.admin.CmAuditDispositionPolicy
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.admin.CmAuditProcessingBookmark
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.admin.CmHold
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.admin.IndexArea
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.admin.IndexJob
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.admin.StoragePolicy
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.admin.TableDefinition
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.core.Annotation
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.core.CmAbstractPersistable
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.core.CmTask
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.core.Containable
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.core.Domain
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.core.Link
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.events.Action
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.events.ActionConsumer
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.events.Event
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.security.Marking
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.security.SecurityPolicy
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.sweep.CmSweep
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.util.CmAbstractSequential
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.util.CmRecoveryBin
Returns the value of the Permissions property.
get_Permissions() - Method in interface com.filenet.api.util.CmRecoveryItem
Returns the value of the Permissions property.
get_PermissionSource() - Method in interface com.filenet.api.security.Permission
Returns the value of the PermissionSource property.
get_PermissionType() - Method in interface com.filenet.api.security.AccessPermissionDescription
Returns the value of the PermissionType property.
get_PersistenceType() - Method in interface com.filenet.api.admin.PropertyDefinition
Returns the value of the PersistenceType property.
get_PersistenceType() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the PersistenceType property.
get_PersistenceType() - Method in interface com.filenet.api.meta.PropertyDescription
Returns the value of the PersistenceType property.
get_PolicyControlledSweepBatchSize() - Method in interface com.filenet.api.sweep.CmSweepConfiguration
Returns the value of the PolicyControlledSweepBatchSize property.
get_PolicyControlledSweeps() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the PolicyControlledSweeps property.
get_PoolAddress() - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Returns the value of the PoolAddress property.
get_PoolAddress() - Method in interface com.filenet.api.admin.CenteraSiteSettings
Returns the value of the PoolAddress property.
get_PostCondition() - Method in interface com.filenet.api.core.CmTask
Returns the value of the PostCondition property.
get_PreCondition() - Method in interface com.filenet.api.core.CmTask
Returns the value of the PreCondition property.
get_Predecessors() - Method in interface com.filenet.api.core.CmTask
Returns the value of the Predecessors property.
get_PredecessorTask() - Method in interface com.filenet.api.core.CmTaskRelationship
Returns the value of the PredecessorTask property.
get_PreloadOnCreate() - Method in interface com.filenet.api.admin.ContentCacheArea
Returns the value of the PreloadOnCreate property.
get_Prerequisites() - Method in interface com.filenet.api.admin.AddOn
Returns the value of the Prerequisites property.
get_PreserveDirectPermissions() - Method in interface com.filenet.api.events.DocumentLifecyclePolicy
Returns the value of the PreserveDirectPermissions property.
get_PreserveDirectPermissions() - Method in interface com.filenet.api.security.SecurityPolicy
Returns the value of the PreserveDirectPermissions property.
get_PrimaryId() - Method in interface com.filenet.api.admin.PropertyDefinition
Returns the value of the PrimaryId property.
get_PrincipalCacheEntryTTL() - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Returns the value of the PrincipalCacheEntryTTL property.
get_PrincipalCacheMaxEntries() - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Returns the value of the PrincipalCacheMaxEntries property.
get_PrivilegedSettability() - Method in interface com.filenet.api.meta.PropertyDescription
Returns the value of the PrivilegedSettability property.
get_ProcessedObjectCount() - Method in interface com.filenet.api.sweep.CmSweep
Returns the value of the ProcessedObjectCount property.
get_ProcessedObjectCount() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the ProcessedObjectCount property.
get_ProcessEngineEnabled() - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Returns the value of the ProcessEngineEnabled property.
get_ProgId() - Method in interface com.filenet.api.events.Action
Returns the value of the ProgId property.
get_ProperSubclassPropertyDescriptions() - Method in interface com.filenet.api.meta.ClassDescription
Returns the value of the ProperSubclassPropertyDescriptions property.
get_PropertyDefaultBinary() - Method in interface com.filenet.api.admin.PropertyDefinitionBinary
Returns the value of the PropertyDefaultBinary property.
get_PropertyDefaultBinary() - Method in interface com.filenet.api.admin.PropertyTemplateBinary
Returns the value of the PropertyDefaultBinary property.
get_PropertyDefaultBinary() - Method in interface com.filenet.api.meta.PropertyDescriptionBinary
Returns the value of the PropertyDefaultBinary property.
get_PropertyDefaultBoolean() - Method in interface com.filenet.api.admin.PropertyDefinitionBoolean
Returns the value of the PropertyDefaultBoolean property.
get_PropertyDefaultBoolean() - Method in interface com.filenet.api.admin.PropertyTemplateBoolean
Returns the value of the PropertyDefaultBoolean property.
get_PropertyDefaultBoolean() - Method in interface com.filenet.api.meta.PropertyDescriptionBoolean
Returns the value of the PropertyDefaultBoolean property.
get_PropertyDefaultDateTime() - Method in interface com.filenet.api.admin.PropertyDefinitionDateTime
Returns the value of the PropertyDefaultDateTime property.
get_PropertyDefaultDateTime() - Method in interface com.filenet.api.admin.PropertyTemplateDateTime
Returns the value of the PropertyDefaultDateTime property.
get_PropertyDefaultDateTime() - Method in interface com.filenet.api.meta.PropertyDescriptionDateTime
Returns the value of the PropertyDefaultDateTime property.
get_PropertyDefaultFloat64() - Method in interface com.filenet.api.admin.PropertyDefinitionFloat64
Returns the value of the PropertyDefaultFloat64 property.
get_PropertyDefaultFloat64() - Method in interface com.filenet.api.admin.PropertyTemplateFloat64
Returns the value of the PropertyDefaultFloat64 property.
get_PropertyDefaultFloat64() - Method in interface com.filenet.api.meta.PropertyDescriptionFloat64
Returns the value of the PropertyDefaultFloat64 property.
get_PropertyDefaultId() - Method in interface com.filenet.api.admin.PropertyDefinitionId
Returns the value of the PropertyDefaultId property.
get_PropertyDefaultId() - Method in interface com.filenet.api.admin.PropertyTemplateId
Returns the value of the PropertyDefaultId property.
get_PropertyDefaultId() - Method in interface com.filenet.api.meta.PropertyDescriptionId
Returns the value of the PropertyDefaultId property.
get_PropertyDefaultInteger32() - Method in interface com.filenet.api.admin.PropertyDefinitionInteger32
Returns the value of the PropertyDefaultInteger32 property.
get_PropertyDefaultInteger32() - Method in interface com.filenet.api.admin.PropertyTemplateInteger32
Returns the value of the PropertyDefaultInteger32 property.
get_PropertyDefaultInteger32() - Method in interface com.filenet.api.meta.PropertyDescriptionInteger32
Returns the value of the PropertyDefaultInteger32 property.
get_PropertyDefaultObject() - Method in interface com.filenet.api.admin.PropertyDefinitionObject
Returns the value of the PropertyDefaultObject property.
get_PropertyDefaultObject() - Method in interface com.filenet.api.meta.PropertyDescriptionObject
Returns the value of the PropertyDefaultObject property.
get_PropertyDefaultString() - Method in interface com.filenet.api.admin.PropertyDefinitionString
Returns the value of the PropertyDefaultString property.
get_PropertyDefaultString() - Method in interface com.filenet.api.admin.PropertyTemplateString
Returns the value of the PropertyDefaultString property.
get_PropertyDefaultString() - Method in interface com.filenet.api.meta.PropertyDescriptionString
Returns the value of the PropertyDefaultString property.
get_PropertyDefinitions() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the PropertyDefinitions property.
get_PropertyDescriptions() - Method in interface com.filenet.api.meta.ClassDescription
Returns the value of the PropertyDescriptions property.
get_PropertyDisplayCategory() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the PropertyDisplayCategory property.
get_PropertyDisplayName() - Method in interface com.filenet.api.security.ActiveMarking
Returns the value of the PropertyDisplayName property.
get_PropertyIdentity() - Method in interface com.filenet.api.replication.ExternalPropertyAlias
Returns the value of the PropertyIdentity property.
get_PropertyIdentity() - Method in interface com.filenet.api.replication.ExternalPropertyDescription
Returns the value of the PropertyIdentity property.
get_PropertyMap() - Method in interface com.filenet.api.events.ClassWorkflowSubscription
Returns the value of the PropertyMap property.
get_PropertyMap() - Method in interface com.filenet.api.events.InstanceWorkflowSubscription
Returns the value of the PropertyMap property.
get_PropertyMaximumDateTime() - Method in interface com.filenet.api.admin.PropertyDefinitionDateTime
Returns the value of the PropertyMaximumDateTime property.
get_PropertyMaximumDateTime() - Method in interface com.filenet.api.admin.PropertyTemplateDateTime
Returns the value of the PropertyMaximumDateTime property.
get_PropertyMaximumDateTime() - Method in interface com.filenet.api.meta.PropertyDescriptionDateTime
Returns the value of the PropertyMaximumDateTime property.
get_PropertyMaximumFloat64() - Method in interface com.filenet.api.admin.PropertyDefinitionFloat64
Returns the value of the PropertyMaximumFloat64 property.
get_PropertyMaximumFloat64() - Method in interface com.filenet.api.admin.PropertyTemplateFloat64
Returns the value of the PropertyMaximumFloat64 property.
get_PropertyMaximumFloat64() - Method in interface com.filenet.api.meta.PropertyDescriptionFloat64
Returns the value of the PropertyMaximumFloat64 property.
get_PropertyMaximumInteger32() - Method in interface com.filenet.api.admin.PropertyDefinitionInteger32
Returns the value of the PropertyMaximumInteger32 property.
get_PropertyMaximumInteger32() - Method in interface com.filenet.api.admin.PropertyTemplateInteger32
Returns the value of the PropertyMaximumInteger32 property.
get_PropertyMaximumInteger32() - Method in interface com.filenet.api.meta.PropertyDescriptionInteger32
Returns the value of the PropertyMaximumInteger32 property.
get_PropertyMinimumDateTime() - Method in interface com.filenet.api.admin.PropertyDefinitionDateTime
Returns the value of the PropertyMinimumDateTime property.
get_PropertyMinimumDateTime() - Method in interface com.filenet.api.admin.PropertyTemplateDateTime
Returns the value of the PropertyMinimumDateTime property.
get_PropertyMinimumDateTime() - Method in interface com.filenet.api.meta.PropertyDescriptionDateTime
Returns the value of the PropertyMinimumDateTime property.
get_PropertyMinimumFloat64() - Method in interface com.filenet.api.admin.PropertyDefinitionFloat64
Returns the value of the PropertyMinimumFloat64 property.
get_PropertyMinimumFloat64() - Method in interface com.filenet.api.admin.PropertyTemplateFloat64
Returns the value of the PropertyMinimumFloat64 property.
get_PropertyMinimumFloat64() - Method in interface com.filenet.api.meta.PropertyDescriptionFloat64
Returns the value of the PropertyMinimumFloat64 property.
get_PropertyMinimumInteger32() - Method in interface com.filenet.api.admin.PropertyDefinitionInteger32
Returns the value of the PropertyMinimumInteger32 property.
get_PropertyMinimumInteger32() - Method in interface com.filenet.api.admin.PropertyTemplateInteger32
Returns the value of the PropertyMinimumInteger32 property.
get_PropertyMinimumInteger32() - Method in interface com.filenet.api.meta.PropertyDescriptionInteger32
Returns the value of the PropertyMinimumInteger32 property.
get_PropertySelectionBinary() - Method in interface com.filenet.api.meta.PropertyDescriptionBinary
Returns the value of the PropertySelectionBinary property.
get_PropertySelectionsBoolean() - Method in interface com.filenet.api.meta.PropertyDescriptionBoolean
Returns the value of the PropertySelectionsBoolean property.
get_PropertySelectionsDateTime() - Method in interface com.filenet.api.meta.PropertyDescriptionDateTime
Returns the value of the PropertySelectionsDateTime property.
get_PropertySelectionsFloat64() - Method in interface com.filenet.api.meta.PropertyDescriptionFloat64
Returns the value of the PropertySelectionsFloat64 property.
get_PropertySelectionsId() - Method in interface com.filenet.api.meta.PropertyDescriptionId
Returns the value of the PropertySelectionsId property.
get_PropertySelectionsInteger32() - Method in interface com.filenet.api.meta.PropertyDescriptionInteger32
Returns the value of the PropertySelectionsInteger32 property.
get_PropertySelectionsObject() - Method in interface com.filenet.api.meta.PropertyDescriptionObject
Returns the value of the PropertySelectionsObject property.
get_PropertySelectionsString() - Method in interface com.filenet.api.meta.PropertyDescriptionString
Returns the value of the PropertySelectionsString property.
get_PropertyTemplate() - Method in interface com.filenet.api.admin.PropertyDefinition
Returns the value of the PropertyTemplate property.
get_PropertyTemplates() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the PropertyTemplates property.
get_ProtectedPropertyCount() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the ProtectedPropertyCount property.
get_ProviderID() - Method in interface com.filenet.api.publishing.PublishStyleTemplate
Returns the value of the ProviderID property.
get_PruneAmount() - Method in interface com.filenet.api.admin.ContentCacheArea
Returns the value of the PruneAmount property.
get_PruneThresholdContentElements() - Method in interface com.filenet.api.admin.ContentCacheArea
Returns the value of the PruneThresholdContentElements property.
get_PruneThresholdSizeKBytes() - Method in interface com.filenet.api.admin.ContentCacheArea
Returns the value of the PruneThresholdSizeKBytes property.
get_PublicationDocument() - Method in interface com.filenet.api.publishing.PublishRequest
Returns the value of the PublicationDocument property.
get_PublicationInfo() - Method in interface com.filenet.api.core.Document
Returns the value of the PublicationInfo property.
get_PublishingStatus() - Method in interface com.filenet.api.publishing.PublishRequest
Returns the value of the PublishingStatus property.
get_PublishingSubsidiaryFolder() - Method in interface com.filenet.api.core.Document
Returns the value of the PublishingSubsidiaryFolder property.
get_PublishRequestType() - Method in interface com.filenet.api.publishing.PublishRequest
Returns the value of the PublishRequestType property.
get_PublishStyleTemplate() - Method in interface com.filenet.api.publishing.PublishRequest
Returns the value of the PublishStyleTemplate property.
get_PublishTemplate() - Method in interface com.filenet.api.publishing.PublishRequest
Returns the value of the PublishTemplate property.
get_PublishTraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the PublishTraceFlags property.
get_QueryCountDefaultSize() - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Returns the value of the QueryCountDefaultSize property.
get_QueryCountMaxSize() - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Returns the value of the QueryCountMaxSize property.
get_QueryDatabaseTimeout() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the QueryDatabaseTimeout property.
get_QueryPageDefaultSize() - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Returns the value of the QueryPageDefaultSize property.
get_QueryPageMaxSize() - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Returns the value of the QueryPageMaxSize property.
get_QueryText() - Method in interface com.filenet.api.events.QueryEvent
Returns the value of the QueryText property.
get_QueuedObject() - Method in interface com.filenet.api.admin.AsyncUpgradeQueueItem
Returns the value of the QueuedObject property.
get_QueuedObject() - Method in interface com.filenet.api.admin.DocumentClassificationQueueItem
Returns the value of the QueuedObject property.
get_QueuedObject() - Method in interface com.filenet.api.admin.EventQueueItem
Returns the value of the QueuedObject property.
get_QueuedObject() - Method in interface com.filenet.api.admin.SecurityPropagationQueueItem
Returns the value of the QueuedObject property.
get_QueueEntryStatus() - Method in interface com.filenet.api.admin.CmAbstractQueueEntry
Returns the value of the QueueEntryStatus property.
get_QueueItemDatabaseTimeout() - Method in interface com.filenet.api.admin.AsyncProcessingConfiguration
Returns the value of the QueueItemDatabaseTimeout property.
get_QueueItemDatabaseTimeout() - Method in interface com.filenet.api.admin.PublishingConfiguration
Returns the value of the QueueItemDatabaseTimeout property.
get_QueueItemMaxDispatchers() - Method in interface com.filenet.api.admin.AsyncProcessingConfiguration
Returns the value of the QueueItemMaxDispatchers property.
get_QueueItemMaxDispatchers() - Method in interface com.filenet.api.admin.PublishingConfiguration
Returns the value of the QueueItemMaxDispatchers property.
get_QueueItemRetryCount() - Method in interface com.filenet.api.admin.AsyncProcessingConfiguration
Returns the value of the QueueItemRetryCount property.
get_QueueItemRetryCount() - Method in interface com.filenet.api.admin.PublishingConfiguration
Returns the value of the QueueItemRetryCount property.
get_QueueSweepLeaseDuration() - Method in interface com.filenet.api.sweep.CmSweepConfiguration
Returns the value of the QueueSweepLeaseDuration property.
get_QueueSweeps() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the QueueSweeps property.
get_RecordFailures() - Method in interface com.filenet.api.sweep.CmSweepJob
Returns the value of the RecordFailures property.
get_RecoverableObjectsCount() - Method in interface com.filenet.api.util.CmRecoveryItem
Returns the value of the RecoverableObjectsCount property.
get_RecoveryBin() - Method in interface com.filenet.api.util.CmRecoveryItem
Returns the value of the RecoveryBin property.
get_RecoveryItems() - Method in interface com.filenet.api.util.CmRecoveryBin
Returns the value of the RecoveryItems property.
get_ReferencingActions() - Method in interface com.filenet.api.admin.CodeModule
Returns the value of the ReferencingActions property.
get_ReflectivePropertyId() - Method in interface com.filenet.api.admin.PropertyDefinitionObject
Returns the value of the ReflectivePropertyId property.
get_ReflectivePropertyId() - Method in interface com.filenet.api.meta.PropertyDescriptionObject
Returns the value of the ReflectivePropertyId property.
get_RegionKey() - Method in interface com.filenet.api.admin.IsolatedRegion
Deprecated.
As of release 5.2.0.
get_RegionPassword() - Method in interface com.filenet.api.admin.IsolatedRegion
Deprecated.
As of release 5.2.0.
get_ReleasedVersion() - Method in interface com.filenet.api.core.Document
Returns the value of the ReleasedVersion property.
get_ReleasedVersion() - Method in interface com.filenet.api.core.VersionSeries
Returns the value of the ReleasedVersion property.
get_RemovalIndexationId() - Method in interface com.filenet.api.admin.CmTextSearchIndexRequest
Returns the value of the RemovalIndexationId property.
get_RenameFileRetryAttempts() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the RenameFileRetryAttempts property.
get_RenditionEngineConnection() - Method in interface com.filenet.api.admin.PublishingConfiguration
Returns the value of the RenditionEngineConnection property.
get_RenditionEngineConnections() - Method in interface com.filenet.api.core.Domain
Returns the value of the RenditionEngineConnections property.
get_RenditionEnginePassword() - Method in interface com.filenet.api.admin.RenditionEngineConnection
Returns the value of the RenditionEnginePassword property.
get_ReplicableDirection() - Method in interface com.filenet.api.replication.ExternalClassDescription
Returns the value of the ReplicableDirection property.
get_ReplicationData() - Method in interface com.filenet.api.replication.ExternalIdentity
Returns the value of the ReplicationData property.
get_ReplicationGroup() - Method in interface com.filenet.api.replication.Replicable
Returns the value of the ReplicationGroup property.
get_ReplicationGroup() - Method in interface com.filenet.api.replication.ReplicationJournalEntry
Returns the value of the ReplicationGroup property.
get_ReplicationGroups() - Method in interface com.filenet.api.core.Domain
Returns the value of the ReplicationGroups property.
get_ReplicationMode() - Method in interface com.filenet.api.replication.ReplicationParticipant
Returns the value of the ReplicationMode property.
get_ReplicationOperation() - Method in interface com.filenet.api.replication.ReplicationJournalEntry
Returns the value of the ReplicationOperation property.
get_ReplicationParticipants() - Method in interface com.filenet.api.replication.ReplicationGroup
Returns the value of the ReplicationParticipants property.
get_ReplicationStatus() - Method in interface com.filenet.api.replication.ReplicationJournalEntry
Returns the value of the ReplicationStatus property.
get_ReplicationTraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the ReplicationTraceFlags property.
get_RequiredClass() - Method in interface com.filenet.api.meta.PropertyDescriptionObject
Returns the value of the RequiredClass property.
get_RequiredClassId() - Method in interface com.filenet.api.admin.PropertyDefinitionObject
Returns the value of the RequiredClassId property.
get_RequiresUniqueElements() - Method in interface com.filenet.api.admin.PropertyDefinition
Returns the value of the RequiresUniqueElements property.
get_RequiresUniqueElements() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the RequiresUniqueElements property.
get_RequiresUniqueElements() - Method in interface com.filenet.api.meta.PropertyDescription
Returns the value of the RequiresUniqueElements property.
get_Reservation() - Method in interface com.filenet.api.core.Versionable
Returns the value of the Reservation property.
get_Reservation() - Method in interface com.filenet.api.core.VersionSeries
Returns the value of the Reservation property.
get_ReservationType() - Method in interface com.filenet.api.core.Versionable
Returns the value of the ReservationType property.
get_ResetLifecycleOnCheckin() - Method in interface com.filenet.api.events.DocumentLifecyclePolicy
Returns the value of the ResetLifecycleOnCheckin property.
get_ResourceStatus() - Method in interface com.filenet.api.admin.CmTextSearchIndex
Returns the value of the ResourceStatus property.
get_ResourceStatus() - Method in interface com.filenet.api.admin.IndexArea
Returns the value of the ResourceStatus property.
get_ResourceStatus() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the ResourceStatus property.
get_ResourceStatus() - Method in interface com.filenet.api.admin.VerityCollection
Deprecated.
Returns the value of the ResourceStatus property.
get_ResourceString() - Method in interface com.filenet.api.admin.FixedStorageArea
Returns the value of the ResourceString property.
get_RestrictMembershipToConfiguredRealms() - Method in interface com.filenet.api.admin.DirectoryConfiguration
Returns the value of the RestrictMembershipToConfiguredRealms property.
get_ResyncModificationDate() - Method in interface com.filenet.api.admin.CmIndexJobResyncItem
Returns the value of the ResyncModificationDate property.
get_RetentionDurationUpdate() - Method in interface com.filenet.api.sweep.CmRetentionUpdateJob
Returns the value of the RetentionDurationUpdate property.
get_RetentionDurationUpdate() - Method in interface com.filenet.api.sweep.CmRetentionUpdatePolicy
Returns the value of the RetentionDurationUpdate property.
get_RetentionPeriod() - Method in interface com.filenet.api.admin.StorageArea
Deprecated.
As of release 5.2.0.
get_RetentionPeriodUnits() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the RetentionPeriodUnits property.
get_RetentionPeriodUnits() - Method in interface com.filenet.api.meta.ClassDescription
Returns the value of the RetentionPeriodUnits property.
get_RetentionPeriodUnits() - Method in interface com.filenet.api.sweep.CmRetentionUpdateJob
Returns the value of the RetentionPeriodUnits property.
get_RetentionPeriodUnits() - Method in interface com.filenet.api.sweep.CmRetentionUpdatePolicy
Returns the value of the RetentionPeriodUnits property.
get_RetrievalName() - Method in interface com.filenet.api.core.ContentTransfer
Returns the value of the RetrievalName property.
get_RetrievalNameExtension() - Method in interface com.filenet.api.admin.CmVerityIndexRequest
Deprecated.
Returns the value of the RetrievalNameExtension property.
get_RetrievalRetryAttempts() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the RetrievalRetryAttempts property.
get_RetrievalTimeout() - Method in interface com.filenet.api.admin.CmAtmosFixedContentDevice
Returns the value of the RetrievalTimeout property.
get_RetryCount() - Method in interface com.filenet.api.admin.CmIndexRequest
Returns the value of the RetryCount property.
get_RetryCount() - Method in interface com.filenet.api.admin.QueueItem
Returns the value of the RetryCount property.
get_RetryCount() - Method in interface com.filenet.api.publishing.PublishRequest
Returns the value of the RetryCount property.
get_RetryCount() - Method in interface com.filenet.api.replication.ReplicationJournalEntry
Returns the value of the RetryCount property.
get_ReturnNameAsDN() - Method in interface com.filenet.api.admin.DirectoryConfigurationAD
Returns the value of the ReturnNameAsDN property.
get_RollFwdBatchRetryAttempts() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the RollFwdBatchRetryAttempts property.
get_RootClassDefinitions() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the RootClassDefinitions property.
get_RootDirectoryPath() - Method in interface com.filenet.api.admin.CmTextSearchIndexArea
Returns the value of the RootDirectoryPath property.
get_RootDirectoryPath() - Method in interface com.filenet.api.admin.ContentCacheArea
Returns the value of the RootDirectoryPath property.
get_RootDirectoryPath() - Method in interface com.filenet.api.admin.FileStorageArea
Returns the value of the RootDirectoryPath property.
get_RootDirectoryPath() - Method in interface com.filenet.api.admin.SnapLockFixedContentDevice
Returns the value of the RootDirectoryPath property.
get_RootDirectoryPath() - Method in interface com.filenet.api.admin.VerityIndexArea
Deprecated.
Returns the value of the RootDirectoryPath property.
get_RootFolder() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the RootFolder property.
get_SchemaVersion() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the SchemaVersion property.
get_ScriptText() - Method in interface com.filenet.api.events.Action
Returns the value of the ScriptText property.
get_ScriptType() - Method in interface com.filenet.api.admin.AddOn
Returns the value of the ScriptType property.
get_SearchCrossForestGroupMembership() - Method in interface com.filenet.api.admin.DirectoryConfigurationAD
Returns the value of the SearchCrossForestGroupMembership property.
get_SearchDynamicGroup() - Method in interface com.filenet.api.admin.DirectoryConfigurationCA
Returns the value of the SearchDynamicGroup property.
get_SearchingObjectStores() - Method in interface com.filenet.api.query.StoredSearch
Returns the value of the SearchingObjectStores property.
get_SearchingObjectType() - Method in interface com.filenet.api.query.StoredSearch
Returns the value of the SearchingObjectType property.
get_SearchServersToAttach() - Method in interface com.filenet.api.admin.VerityIndexArea
Deprecated.
Returns the value of the SearchServersToAttach property.
get_SearchTraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the SearchTraceFlags property.
get_SearchType() - Method in interface com.filenet.api.query.StoredSearch
Returns the value of the SearchType property.
get_SecurityDescCacheMaxEntries() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the SecurityDescCacheMaxEntries property.
get_SecurityFolder() - Method in interface com.filenet.api.core.CustomObject
Returns the value of the SecurityFolder property.
get_SecurityFolder() - Method in interface com.filenet.api.core.Versionable
Returns the value of the SecurityFolder property.
get_SecurityParent() - Method in interface com.filenet.api.core.CustomObject
Deprecated. 
get_SecurityParent() - Method in interface com.filenet.api.core.Document
Deprecated. 
get_SecurityPolicies() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the SecurityPolicies property.
get_SecurityPolicy() - Method in interface com.filenet.api.core.Containable
Returns the value of the SecurityPolicy property.
get_SecurityProxyType() - Method in interface com.filenet.api.admin.PropertyDefinitionObject
Returns the value of the SecurityProxyType property.
get_SecurityProxyType() - Method in interface com.filenet.api.admin.PropertyTemplateObject
Returns the value of the SecurityProxyType property.
get_SecurityProxyType() - Method in interface com.filenet.api.meta.PropertyDescriptionObject
Returns the value of the SecurityProxyType property.
get_SecurityTemplates() - Method in interface com.filenet.api.security.SecurityPolicy
Returns the value of the SecurityTemplates property.
get_SecurityTraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the SecurityTraceFlags property.
get_SequenceNumber() - Method in interface com.filenet.api.admin.CmIndexRequest
Returns the value of the SequenceNumber property.
get_SequenceNumber() - Method in interface com.filenet.api.util.CmAbstractSequential
Returns the value of the SequenceNumber property.
get_ServerInstances() - Method in interface com.filenet.api.admin.VirtualServer
Returns the value of the ServerInstances property.
get_Settability() - Method in interface com.filenet.api.admin.PropertyDefinition
Returns the value of the Settability property.
get_Settability() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the Settability property.
get_Settability() - Method in interface com.filenet.api.meta.PropertyDescription
Returns the value of the Settability property.
get_ShortName() - Method in interface com.filenet.api.security.Group
Returns the value of the ShortName property.
get_ShortName() - Method in interface com.filenet.api.security.User
Returns the value of the ShortName property.
get_SingleItem() - Method in interface com.filenet.api.admin.IndexJobSingleItem
Returns the value of the SingleItem property.
get_Site() - Method in interface com.filenet.api.admin.CmDatabaseConnection
Returns the value of the Site property.
get_Site() - Method in interface com.filenet.api.admin.CmTextSearchServer
Returns the value of the Site property.
get_Site() - Method in interface com.filenet.api.admin.ContentCacheArea
Returns the value of the Site property.
get_Site() - Method in interface com.filenet.api.admin.DITARenditionEngineConnection
Returns the value of the Site property.
get_Site() - Method in interface com.filenet.api.admin.IndexArea
Returns the value of the Site property.
get_Site() - Method in interface com.filenet.api.admin.IsolatedRegion
Deprecated.
As of release 5.2.0.
get_Site() - Method in interface com.filenet.api.admin.RenditionEngineConnection
Returns the value of the Site property.
get_Site() - Method in interface com.filenet.api.admin.SiteSettings
Returns the value of the Site property.
get_Site() - Method in interface com.filenet.api.admin.StorageArea
Returns the value of the Site property.
get_Site() - Method in interface com.filenet.api.admin.VirtualServer
Returns the value of the Site property.
get_Site() - Method in interface com.filenet.api.replication.Repository
Returns the value of the Site property.
get_Sites() - Method in interface com.filenet.api.core.Domain
Returns the value of the Sites property.
get_SiteSettings() - Method in interface com.filenet.api.admin.FixedContentDevice
Returns the value of the SiteSettings property.
get_SnapLockPassword() - Method in interface com.filenet.api.admin.SnapLockFixedContentDevice
Returns the value of the SnapLockPassword property.
get_SnapLockUserName() - Method in interface com.filenet.api.admin.SnapLockFixedContentDevice
Returns the value of the SnapLockUserName property.
get_SourceClassId() - Method in interface com.filenet.api.events.ObjectChangeEvent
Returns the value of the SourceClassId property.
get_SourceClassId() - Method in interface com.filenet.api.events.RetrievalEvent
Returns the value of the SourceClassId property.
get_SourceDatabaseConnection() - Method in interface com.filenet.api.admin.CmEventExportStore
Returns the value of the SourceDatabaseConnection property.
get_SourceDatabaseSchemaName() - Method in interface com.filenet.api.admin.CmEventExportStore
Returns the value of the SourceDatabaseSchemaName property.
get_SourceDocument() - Method in interface com.filenet.api.core.Document
Returns the value of the SourceDocument property.
get_SourceObject() - Method in interface com.filenet.api.admin.CmIndexRequest
Returns the value of the SourceObject property.
get_SourceObject() - Method in interface com.filenet.api.admin.EventQueueItem
Returns the value of the SourceObject property.
get_SourceObject() - Method in interface com.filenet.api.events.ObjectChangeEvent
Returns the value of the SourceObject property.
get_SourceObject() - Method in interface com.filenet.api.replication.ReplicationJournalEntry
Returns the value of the SourceObject property.
get_SourceObject() - Method in interface com.filenet.api.sweep.CmSweepResult
Returns the value of the SourceObject property.
get_SourceObjectId() - Method in interface com.filenet.api.events.GetContentEvent
Returns the value of the SourceObjectId property.
get_SourceObjectId() - Method in interface com.filenet.api.events.GetObjectEvent
Returns the value of the SourceObjectId property.
get_SourceObjectId() - Method in interface com.filenet.api.events.ObjectChangeEvent
Returns the value of the SourceObjectId property.
get_SourceObjectStore() - Method in interface com.filenet.api.admin.CmEventExportStore
Returns the value of the SourceObjectStore property.
get_SourceRepositoryName() - Method in interface com.filenet.api.admin.IICEFixedContentDevice
Returns the value of the SourceRepositoryName property.
get_SpecificRetentionDate() - Method in interface com.filenet.api.sweep.CmRetentionUpdateJob
Returns the value of the SpecificRetentionDate property.
get_SpecificRetentionDate() - Method in interface com.filenet.api.sweep.CmRetentionUpdatePolicy
Returns the value of the SpecificRetentionDate property.
get_SSITraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the SSITraceFlags property.
get_StagingAreaPath() - Method in interface com.filenet.api.admin.FixedStorageArea
Returns the value of the StagingAreaPath property.
get_StartDate() - Method in interface com.filenet.api.admin.CmIndexPartitionConstraintDate
Returns the value of the StartDate property.
get_StartDate() - Method in interface com.filenet.api.admin.VerityCollection
Deprecated.
Returns the value of the StartDate property.
get_StartMinutesPastMidnight() - Method in interface com.filenet.api.admin.CmTimeslot
Returns the value of the StartMinutesPastMidnight property.
get_StateName() - Method in interface com.filenet.api.events.DocumentState
Returns the value of the StateName property.
get_StatusDescription() - Method in interface com.filenet.api.publishing.PublishRequest
Returns the value of the StatusDescription property.
get_StorageArea() - Method in interface com.filenet.api.core.Annotation
Returns the value of the StorageArea property.
get_StorageArea() - Method in interface com.filenet.api.core.Document
Returns the value of the StorageArea property.
get_StorageAreas() - Method in interface com.filenet.api.admin.StoragePolicy
Returns the value of the StorageAreas property.
get_StorageAreas() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the StorageAreas property.
get_StorageLocation() - Method in interface com.filenet.api.core.Annotation
Deprecated.
As of release 4.0.0.
get_StorageLocation() - Method in interface com.filenet.api.core.Document
Deprecated.
As of release 4.0.0.
get_StoragePolicies() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the StoragePolicies property.
get_StoragePolicy() - Method in interface com.filenet.api.core.Annotation
Returns the value of the StoragePolicy property.
get_StoragePolicy() - Method in interface com.filenet.api.core.Document
Returns the value of the StoragePolicy property.
get_StoragePolicy() - Method in interface com.filenet.api.sweep.CmBulkMoveContentJob
Returns the value of the StoragePolicy property.
get_StoragePolicy() - Method in interface com.filenet.api.sweep.CmContentMigrationPolicy
Returns the value of the StoragePolicy property.
get_StyleTemplate() - Method in interface com.filenet.api.publishing.PublishTemplate
Returns the value of the StyleTemplate property.
get_SubFolders() - Method in interface com.filenet.api.core.Folder
Returns the value of the SubFolders property.
get_Subject() - Method in interface com.filenet.api.events.ClassWorkflowSubscription
Returns the value of the Subject property.
get_Subject() - Method in interface com.filenet.api.events.InstanceWorkflowSubscription
Returns the value of the Subject property.
get_SubjectCacheEntryTTL() - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Returns the value of the SubjectCacheEntryTTL property.
get_SubjectCacheMaxEntries() - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Returns the value of the SubjectCacheMaxEntries property.
get_SubmittedCount() - Method in interface com.filenet.api.admin.IndexJob
Returns the value of the SubmittedCount property.
get_SubscribedEvents() - Method in interface com.filenet.api.events.Subscription
Returns the value of the SubscribedEvents property.
get_SubscriptionCacheMaxEntries() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the SubscriptionCacheMaxEntries property.
get_Subscriptions() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the Subscriptions property.
get_Subscriptions() - Method in interface com.filenet.api.events.EventAction
Returns the value of the Subscriptions property.
get_SubscriptionTarget() - Method in interface com.filenet.api.events.Subscription
Returns the value of the SubscriptionTarget property.
get_SubsystemConfigurations() - Method in interface com.filenet.api.admin.ServerInstance
Returns the value of the SubsystemConfigurations property.
get_SubsystemConfigurations() - Method in interface com.filenet.api.admin.Site
Returns the value of the SubsystemConfigurations property.
get_SubsystemConfigurations() - Method in interface com.filenet.api.admin.VirtualServer
Returns the value of the SubsystemConfigurations property.
get_SubsystemConfigurations() - Method in interface com.filenet.api.core.Domain
Returns the value of the SubsystemConfigurations property.
get_Successors() - Method in interface com.filenet.api.core.CmTask
Returns the value of the Successors property.
get_SuccessorTask() - Method in interface com.filenet.api.core.CmTaskRelationship
Returns the value of the SuccessorTask property.
get_SuperclassDefinition() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the SuperclassDefinition property.
get_SuperclassDescription() - Method in interface com.filenet.api.meta.ClassDescription
Returns the value of the SuperclassDescription property.
get_SuperclassIdentity() - Method in interface com.filenet.api.replication.ExternalClassDescription
Returns the value of the SuperclassIdentity property.
get_SuperclassPropertyCount() - Method in interface com.filenet.api.meta.ClassDescription
Returns the value of the SuperclassPropertyCount property.
get_SupersededAddOnIds() - Method in interface com.filenet.api.admin.AddOn
Returns the value of the SupersededAddOnIds property.
get_SupportedLanguages() - Method in interface com.filenet.api.admin.CmTextSearchServer
Returns the value of the SupportedLanguages property.
get_Sweep() - Method in interface com.filenet.api.sweep.CmSweepRelationship
Returns the value of the Sweep property.
get_SweepAction() - Method in interface com.filenet.api.sweep.CmCustomQueueSweep
Returns the value of the SweepAction property.
get_SweepAction() - Method in interface com.filenet.api.sweep.CmCustomSweepJob
Returns the value of the SweepAction property.
get_SweepAction() - Method in interface com.filenet.api.sweep.CmCustomSweepPolicy
Returns the value of the SweepAction property.
get_SweepBatchSize() - Method in interface com.filenet.api.sweep.CmQueueSweep
Returns the value of the SweepBatchSize property.
get_SweepBatchSize() - Method in interface com.filenet.api.sweep.CmSweepJob
Returns the value of the SweepBatchSize property.
get_SweepEndDate() - Method in interface com.filenet.api.sweep.CmSweep
Returns the value of the SweepEndDate property.
get_SweepJobLeaseDuration() - Method in interface com.filenet.api.sweep.CmSweepConfiguration
Returns the value of the SweepJobLeaseDuration property.
get_SweepJobs() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the SweepJobs property.
get_SweepMode() - Method in interface com.filenet.api.sweep.CmSweepJob
Returns the value of the SweepMode property.
get_SweepMode() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the SweepMode property.
get_SweepPolicies() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the SweepPolicies property.
get_SweepResultIterationKeepCount() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the SweepResultIterationKeepCount property.
get_SweepResults() - Method in interface com.filenet.api.sweep.CmSweepJob
Returns the value of the SweepResults property.
get_SweepResults() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the SweepResults property.
get_SweepResultType() - Method in interface com.filenet.api.sweep.CmSweepResult
Returns the value of the SweepResultType property.
get_SweepRetryWaitInterval() - Method in interface com.filenet.api.sweep.CmQueueSweep
Returns the value of the SweepRetryWaitInterval property.
get_SweepRetryWaitInterval() - Method in interface com.filenet.api.sweep.CmSweepJob
Returns the value of the SweepRetryWaitInterval property.
get_SweepStartDate() - Method in interface com.filenet.api.sweep.CmSweep
Returns the value of the SweepStartDate property.
get_SweepSubscriber() - Method in interface com.filenet.api.sweep.CmSweepRelationship
Returns the value of the SweepSubscriber property.
get_SweepSubscribers() - Method in interface com.filenet.api.sweep.CmPolicyControlledSweep
Returns the value of the SweepSubscribers property.
get_SweepSubscriptions() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the SweepSubscriptions property.
get_SweepTarget() - Method in interface com.filenet.api.sweep.CmSweep
Returns the value of the SweepTarget property.
get_SweepTarget() - Method in interface com.filenet.api.sweep.CmSweepPolicy
Returns the value of the SweepTarget property.
get_SweepTimeslots() - Method in interface com.filenet.api.sweep.CmSweep
Returns the value of the SweepTimeslots property.
get_SweepTimeslots() - Method in interface com.filenet.api.sweep.CmSweepConfiguration
Returns the value of the SweepTimeslots property.
get_SweepTraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the SweepTraceFlags property.
get_SymbolicName() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the SymbolicName property.
get_SymbolicName() - Method in interface com.filenet.api.admin.PropertyDefinition
Returns the value of the SymbolicName property.
get_SymbolicName() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the SymbolicName property.
get_SymbolicName() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the SymbolicName property.
get_SymbolicName() - Method in interface com.filenet.api.meta.ClassDescription
Returns the value of the SymbolicName property.
get_SymbolicName() - Method in interface com.filenet.api.meta.PropertyDescription
Returns the value of the SymbolicName property.
get_TableDefinition() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the TableDefinition property.
get_TableDefinition() - Method in interface com.filenet.api.admin.PropertyDefinition
Returns the value of the TableDefinition property.
get_TableDefinitions() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the TableDefinitions property.
get_TableName() - Method in interface com.filenet.api.admin.TableDefinition
Returns the value of the TableName property.
get_TableOverflowEnabled() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the TableOverflowEnabled property.
get_Tail() - Method in interface com.filenet.api.core.Link
Returns the value of the Tail property.
get_Tail() - Method in interface com.filenet.api.core.Relationship
Returns the value of the Tail property.
get_TargetAccessRequired() - Method in interface com.filenet.api.admin.PropertyDefinitionObject
Returns the value of the TargetAccessRequired property.
get_TargetAccessRequired() - Method in interface com.filenet.api.meta.PropertyDescriptionObject
Returns the value of the TargetAccessRequired property.
get_TargetClass() - Method in interface com.filenet.api.admin.XMLPropertyMappingScript
Returns the value of the TargetClass property.
get_TargetObjectStore() - Method in interface com.filenet.api.admin.CMODApplicationGroup
Returns the value of the TargetObjectStore property.
get_TargetObjectStore() - Method in interface com.filenet.api.replication.ExternalClassDescription
Returns the value of the TargetObjectStore property.
get_TaskState() - Method in interface com.filenet.api.core.CmTask
Returns the value of the TaskState property.
get_TempDBContentLifetime() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the TempDBContentLifetime property.
get_TempDirectoryPath() - Method in interface com.filenet.api.admin.CmTextSearchConfiguration
Returns the value of the TempDirectoryPath property.
get_TempDirectoryPath() - Method in interface com.filenet.api.admin.VerityIndexArea
Deprecated.
Returns the value of the TempDirectoryPath property.
get_TempFileLifetime() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the TempFileLifetime property.
get_TemplatePermissionDescriptions() - Method in interface com.filenet.api.events.DocumentState
Returns the value of the TemplatePermissionDescriptions property.
get_TemplatePermissionDescriptions() - Method in interface com.filenet.api.security.SecurityTemplate
Returns the value of the TemplatePermissionDescriptions property.
get_TemplatePermissions() - Method in interface com.filenet.api.events.DocumentState
Returns the value of the TemplatePermissions property.
get_TemplatePermissions() - Method in interface com.filenet.api.security.SecurityTemplate
Returns the value of the TemplatePermissions property.
get_TemplateType() - Method in interface com.filenet.api.admin.VerityIndexArea
Deprecated.
Returns the value of the TemplateType property.
get_TextFilterTimeout() - Method in interface com.filenet.api.admin.CmTextSearchConfiguration
Returns the value of the TextFilterTimeout property.
get_TextSearchAffinityGroups() - Method in interface com.filenet.api.core.Domain
Returns the value of the TextSearchAffinityGroups property.
get_TextSearchCredential() - Method in interface com.filenet.api.admin.CmTextSearchServer
Returns the value of the TextSearchCredential property.
get_TextSearchEnabled() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the TextSearchEnabled property.
get_TextSearchIndexes() - Method in interface com.filenet.api.admin.CmTextSearchIndexArea
Returns the value of the TextSearchIndexes property.
get_TextSearchIndexingLanguage() - Method in interface com.filenet.api.core.ObjectStore
Deprecated.
As of release 5.2.0.
get_TextSearchIndexingLanguages() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the TextSearchIndexingLanguages property.
get_TextSearchServerHost() - Method in interface com.filenet.api.admin.CmTextSearchServer
Returns the value of the TextSearchServerHost property.
get_TextSearchServerMode() - Method in interface com.filenet.api.admin.CmTextSearchServer
Returns the value of the TextSearchServerMode property.
get_TextSearchServerPort() - Method in interface com.filenet.api.admin.CmTextSearchServer
Returns the value of the TextSearchServerPort property.
get_TextSearchServers() - Method in interface com.filenet.api.admin.CmTextSearchAffinityGroup
Returns the value of the TextSearchServers property.
get_TextSearchServers() - Method in interface com.filenet.api.core.Domain
Returns the value of the TextSearchServers property.
get_TextSearchServerShutdownOnDisable() - Method in interface com.filenet.api.admin.CmTextSearchServer
Returns the value of the TextSearchServerShutdownOnDisable property.
get_TextSearchServerStatus() - Method in interface com.filenet.api.admin.CmTextSearchServer
Returns the value of the TextSearchServerStatus property.
get_TextSearchThreadCount() - Method in interface com.filenet.api.admin.CmTextSearchConfiguration
Returns the value of the TextSearchThreadCount property.
get_ThreadCount() - Method in interface com.filenet.api.admin.CmTextSearchConfiguration
Returns the value of the ThreadCount property.
get_ThreadCount() - Method in interface com.filenet.api.admin.VerityServerConfiguration
Deprecated.
Returns the value of the ThreadCount property.
get_ThumbnailGenerationBatchSize() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the ThumbnailGenerationBatchSize property.
get_ThumbnailGenerationDelay() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the ThumbnailGenerationDelay property.
get_ThumbnailGenerationProcessTimeOut() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the ThumbnailGenerationProcessTimeOut property.
get_ThumbnailGenerationTempDir() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the ThumbnailGenerationTempDir property.
get_ThumbnailGenerationTraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the ThumbnailGenerationTraceFlags property.
get_ThumbnailTempFileLifeTime() - Method in interface com.filenet.api.admin.ContentConfiguration
Returns the value of the ThumbnailTempFileLifeTime property.
get_TimeAllSubmitted() - Method in interface com.filenet.api.admin.IndexJob
Returns the value of the TimeAllSubmitted property.
get_TimeLastProcessed() - Method in interface com.filenet.api.admin.IndexJob
Returns the value of the TimeLastProcessed property.
get_TimeOutSeconds() - Method in interface com.filenet.api.admin.IMFixedContentDevice
Returns the value of the TimeOutSeconds property.
get_Title() - Method in interface com.filenet.api.publishing.PublishStyleTemplate
Returns the value of the Title property.
get_TopFolders() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the TopFolders property.
get_TotalTextFiltersAllowed() - Method in interface com.filenet.api.admin.CmTextSearchConfiguration
Returns the value of the TotalTextFiltersAllowed property.
get_ToVersions() - Method in interface com.filenet.api.admin.UpgradeAddOn
Returns the value of the ToVersions property.
get_TraceLoggingEnabled() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the TraceLoggingEnabled property.
get_TransformationOptions() - Method in interface com.filenet.api.publishing.PublishStyleTemplate
Returns the value of the TransformationOptions property.
get_TSMApplicationType() - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Returns the value of the TSMApplicationType property.
get_TSMArchiveProtectionFlag() - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Returns the value of the TSMArchiveProtectionFlag property.
get_TSMCompressionFlag() - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Returns the value of the TSMCompressionFlag property.
get_TSMConcurrentTapeReaders() - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Returns the value of the TSMConcurrentTapeReaders property.
get_TSMConfigurationFilesShare() - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Returns the value of the TSMConfigurationFilesShare property.
get_TSMDSMIDirectory() - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Returns the value of the TSMDSMIDirectory property.
get_TSMFilespaceName() - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Returns the value of the TSMFilespaceName property.
get_TSMManagementClasses() - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Returns the value of the TSMManagementClasses property.
get_TSMMinimumRetention() - Method in interface com.filenet.api.admin.CmTivoliManagementClass
Returns the value of the TSMMinimumRetention property.
get_TSMMountWaitDuration() - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Returns the value of the TSMMountWaitDuration property.
get_TSMNodeName() - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Returns the value of the TSMNodeName property.
get_TSMOptions() - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Returns the value of the TSMOptions property.
get_TSMOwnerName() - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Returns the value of the TSMOwnerName property.
get_TSMPassword() - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Returns the value of the TSMPassword property.
get_TSMPort() - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Returns the value of the TSMPort property.
get_TSMRetentionInitiation() - Method in interface com.filenet.api.admin.CmTivoliManagementClass
Returns the value of the TSMRetentionInitiation property.
get_TSMRetentionPeriod() - Method in interface com.filenet.api.admin.CmTivoliManagementClass
Returns the value of the TSMRetentionPeriod property.
get_TSMServerAddress() - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Returns the value of the TSMServerAddress property.
get_TSMWriteBufferSize() - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Returns the value of the TSMWriteBufferSize property.
get_URIValue() - Method in interface com.filenet.api.core.ComponentRelationship
Returns the value of the URIValue property.
get_UsedInClasses() - Method in interface com.filenet.api.admin.PropertyTemplate
Returns the value of the UsedInClasses property.
get_UsedInClasses() - Method in interface com.filenet.api.admin.TableDefinition
Returns the value of the UsedInClasses property.
get_UserBaseDN() - Method in interface com.filenet.api.admin.DirectoryConfiguration
Returns the value of the UserBaseDN property.
get_UserDisplayNameAttribute() - Method in interface com.filenet.api.admin.DirectoryConfiguration
Returns the value of the UserDisplayNameAttribute property.
get_UserDomain() - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Returns the value of the UserDomain property.
get_UserGroup() - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Returns the value of the UserGroup property.
get_UserName() - Method in interface com.filenet.api.admin.RenditionEngineConnection
Returns the value of the UserName property.
get_UserName() - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Returns the value of the UserName property.
get_UserNameAttribute() - Method in interface com.filenet.api.admin.DirectoryConfiguration
Returns the value of the UserNameAttribute property.
get_UserPassword() - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Returns the value of the UserPassword property.
get_Users() - Method in interface com.filenet.api.security.Group
Returns the value of the Users property.
get_UserSearchFilter() - Method in interface com.filenet.api.admin.DirectoryConfiguration
Returns the value of the UserSearchFilter property.
get_UserString() - Method in interface com.filenet.api.events.Subscription
Returns the value of the UserString property.
get_UserTokenCacheEntryTTL() - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Returns the value of the UserTokenCacheEntryTTL property.
get_UserTokenCacheMaxEntries() - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Returns the value of the UserTokenCacheMaxEntries property.
get_UserUniqueIDAttribute() - Method in interface com.filenet.api.admin.DirectoryConfiguration
Returns the value of the UserUniqueIDAttribute property.
get_UserUniqueIDAttributeIsBinary() - Method in interface com.filenet.api.admin.DirectoryConfigurationCA
Deprecated.
As of release 5.0.0.
get_UsesLongColumn() - Method in interface com.filenet.api.admin.PropertyDefinitionString
Returns the value of the UsesLongColumn property.
get_UsesLongColumn() - Method in interface com.filenet.api.admin.PropertyTemplateString
Returns the value of the UsesLongColumn property.
get_UsesLongColumn() - Method in interface com.filenet.api.meta.PropertyDescriptionString
Returns the value of the UsesLongColumn property.
get_ValidateCertificateHost() - Method in interface com.filenet.api.admin.CmTextSearchServer
Returns the value of the ValidateCertificateHost property.
get_ValidateServerCertificate() - Method in interface com.filenet.api.admin.CmTextSearchServer
Returns the value of the ValidateServerCertificate property.
get_VendorName() - Method in interface com.filenet.api.admin.FixedContentDevice
Returns the value of the VendorName property.
get_VerityBrokerNames() - Method in interface com.filenet.api.admin.VerityServerConfiguration
Deprecated.
As of release 5.0.0.
get_VerityBrokers() - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
As of release 5.2.0.
get_VerityCollections() - Method in interface com.filenet.api.admin.VerityIndexArea
Deprecated.
As of release 5.2.0.
get_VerityDomainConfiguration() - Method in interface com.filenet.api.core.Domain
Deprecated.
As of release 5.0.0.
get_VerityDomainConfiguration() - Method in interface com.filenet.api.core.ObjectStore
Deprecated.
As of release 5.2.0.
get_VerityDomainConfigurations() - Method in interface com.filenet.api.core.Domain
Deprecated.
As of release 5.2.0.
get_VerityIndexServers() - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
As of release 5.2.0.
get_VerityIndexServers() - Method in interface com.filenet.api.admin.VerityIndexArea
Deprecated.
As of release 5.2.0.
get_VerityMasterAdminServerHostname() - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
As of release 5.2.0.
get_VerityMasterAdminServerPort() - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
As of release 5.2.0.
get_VerityPartitionInterval() - Method in interface com.filenet.api.core.ObjectStore
Deprecated.
As of release 5.2.0.
get_VerityPartitionProperty() - Method in interface com.filenet.api.core.ObjectStore
Deprecated.
As of release 5.2.0.
get_VeritySearchServers() - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
As of release 5.2.0.
get_VeritySearchServers() - Method in interface com.filenet.api.admin.VerityIndexArea
Deprecated.
As of release 5.2.0.
get_VersionBindType() - Method in interface com.filenet.api.core.ComponentRelationship
Returns the value of the VersionBindType property.
get_Versions() - Method in interface com.filenet.api.core.Versionable
Returns the value of the Versions property.
get_Versions() - Method in interface com.filenet.api.core.VersionSeries
Returns the value of the Versions property.
get_VersionSeries() - Method in interface com.filenet.api.core.DynamicReferentialContainmentRelationship
Returns the value of the VersionSeries property.
get_VersionSeries() - Method in interface com.filenet.api.core.Versionable
Returns the value of the VersionSeries property.
get_VersionSeriesId() - Method in interface com.filenet.api.events.CancelCheckoutEvent
Returns the value of the VersionSeriesId property.
get_VersionSeriesId() - Method in interface com.filenet.api.events.ChangeClassEvent
Returns the value of the VersionSeriesId property.
get_VersionSeriesId() - Method in interface com.filenet.api.events.ChangeStateEvent
Returns the value of the VersionSeriesId property.
get_VersionSeriesId() - Method in interface com.filenet.api.events.CheckinEvent
Returns the value of the VersionSeriesId property.
get_VersionSeriesId() - Method in interface com.filenet.api.events.CheckoutEvent
Returns the value of the VersionSeriesId property.
get_VersionSeriesId() - Method in interface com.filenet.api.events.ClassifyCompleteEvent
Returns the value of the VersionSeriesId property.
get_VersionSeriesId() - Method in interface com.filenet.api.events.CmMarkForDeletionEvent
Returns the value of the VersionSeriesId property.
get_VersionSeriesId() - Method in interface com.filenet.api.events.CmMoveContentEvent
Returns the value of the VersionSeriesId property.
get_VersionSeriesId() - Method in interface com.filenet.api.events.CmRecoverEvent
Returns the value of the VersionSeriesId property.
get_VersionSeriesId() - Method in interface com.filenet.api.events.CreationEvent
Returns the value of the VersionSeriesId property.
get_VersionSeriesId() - Method in interface com.filenet.api.events.CustomEvent
Returns the value of the VersionSeriesId property.
get_VersionSeriesId() - Method in interface com.filenet.api.events.DeletionEvent
Returns the value of the VersionSeriesId property.
get_VersionSeriesId() - Method in interface com.filenet.api.events.DemoteVersionEvent
Returns the value of the VersionSeriesId property.
get_VersionSeriesId() - Method in interface com.filenet.api.events.FreezeEvent
Returns the value of the VersionSeriesId property.
get_VersionSeriesId() - Method in interface com.filenet.api.events.LockEvent
Returns the value of the VersionSeriesId property.
get_VersionSeriesId() - Method in interface com.filenet.api.events.PromoteVersionEvent
Returns the value of the VersionSeriesId property.
get_VersionSeriesId() - Method in interface com.filenet.api.events.PublishCompleteEvent
Returns the value of the VersionSeriesId property.
get_VersionSeriesId() - Method in interface com.filenet.api.events.TakeFederatedOwnershipEvent
Returns the value of the VersionSeriesId property.
get_VersionSeriesId() - Method in interface com.filenet.api.events.UnlockEvent
Returns the value of the VersionSeriesId property.
get_VersionSeriesId() - Method in interface com.filenet.api.events.UpdateEvent
Returns the value of the VersionSeriesId property.
get_VersionSeriesId() - Method in interface com.filenet.api.events.UpdateSecurityEvent
Returns the value of the VersionSeriesId property.
get_VersionStatus() - Method in interface com.filenet.api.core.Versionable
Returns the value of the VersionStatus property.
get_VirtualServer() - Method in interface com.filenet.api.admin.ServerInstance
Returns the value of the VirtualServer property.
get_VirtualServers() - Method in interface com.filenet.api.admin.Site
Returns the value of the VirtualServers property.
get_VWVersion() - Method in interface com.filenet.api.core.WorkflowDefinition
Returns the value of the VWVersion property.
get_VWVersion() - Method in interface com.filenet.api.events.ClassWorkflowSubscription
Returns the value of the VWVersion property.
get_VWVersion() - Method in interface com.filenet.api.events.InstanceWorkflowSubscription
Returns the value of the VWVersion property.
get_WaitForQueueActivityDelay() - Method in interface com.filenet.api.sweep.CmSweepConfiguration
Returns the value of the WaitForQueueActivityDelay property.
get_WaitForWorkersDelay() - Method in interface com.filenet.api.sweep.CmSweepConfiguration
Returns the value of the WaitForWorkersDelay property.
get_WaitForWorkersShortDelay() - Method in interface com.filenet.api.sweep.CmSweepConfiguration
Returns the value of the WaitForWorkersShortDelay property.
get_Weekday() - Method in interface com.filenet.api.admin.CmTimeslot
Returns the value of the Weekday property.
get_WorkerThreadIdleTimeout() - Method in interface com.filenet.api.admin.CmThreadPoolConfiguration
Returns the value of the WorkerThreadIdleTimeout property.
get_WorkflowDefinition() - Method in interface com.filenet.api.events.ClassWorkflowSubscription
Returns the value of the WorkflowDefinition property.
get_WorkflowDefinition() - Method in interface com.filenet.api.events.InstanceWorkflowSubscription
Returns the value of the WorkflowDefinition property.
get_WorkflowDefinitions() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the WorkflowDefinitions property.
get_WorkflowSourceSubscriptions() - Method in interface com.filenet.api.core.WorkflowDefinition
Returns the value of the WorkflowSourceSubscriptions property.
get_WorkflowSubscriptions() - Method in interface com.filenet.api.admin.ClassDefinition
Returns the value of the WorkflowSubscriptions property.
get_WorkflowSubscriptions() - Method in interface com.filenet.api.core.CustomObject
Returns the value of the WorkflowSubscriptions property.
get_WorkflowSubscriptions() - Method in interface com.filenet.api.core.Document
Returns the value of the WorkflowSubscriptions property.
get_WorkflowSubscriptions() - Method in interface com.filenet.api.core.Folder
Returns the value of the WorkflowSubscriptions property.
get_WorkflowSubscriptions() - Method in interface com.filenet.api.core.VersionSeries
Returns the value of the WorkflowSubscriptions property.
get_WSITraceFlags() - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Returns the value of the WSITraceFlags property.
get_XMLDocumentType() - Method in interface com.filenet.api.admin.XMLPropertyMappingScript
Returns the value of the XMLDocumentType property.
get_XMLPropertyMappingScripts() - Method in interface com.filenet.api.admin.DocumentClassDefinition
Returns the value of the XMLPropertyMappingScripts property.
get_XMLPropertyMappingScripts() - Method in interface com.filenet.api.core.ObjectStore
Returns the value of the XMLPropertyMappingScripts property.
getAccessAllowed() - Method in interface com.filenet.api.core.IndependentlyPersistableObject
Returns a value representing a bit mask of access rights granted to the user requesting this object.
getAccessAllowedFor(ObjectReference, String) - Method in class com.filenet.api.engine.HandlerCallContext
Return the access bits that a given user has to some object.
getADAllowEmailOrUPNShortNames() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getADAllowEmailOrUPNShortNames() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getADConnectionTimeout() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getADConnectionTimeout() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getADDNSSite() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getADDNSSite() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getAddOnId() - Method in class com.filenet.api.action.InstallAddOn
Returns an identifier for the add-on to be applied to the underlying object for this pending action.
getADReturnNameAsDN() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getADReturnNameAsDN() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getADSearchCrossForestGroupMembership() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getADSearchCrossForestGroupMembership() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getAmbientSubject() - Static method in class com.filenet.api.util.UserContext
Returns the current ambient JAAS Subject, if any.
getApplyStateId() - Method in class com.filenet.api.action.ApplySecurityTemplate
Returns an identifier for the versioning state to be applied to the underlying object for this pending action.
getAsErrorStack() - Method in exception com.filenet.api.exception.EngineRuntimeException
Returns the error stack, if an error stack is used; otherwise this instance is returned as an ErrorStack object.
getAttributes(String, String[], boolean) - Method in class com.filenet.api.engine.DirectoryContext
For Internal Use Only.
getAugmentedSelectList() - Method in class com.filenet.api.query.SearchTemplateParameters
Retrieves the augmented select list properties to be used for the search.
getAutoClassify() - Method in class com.filenet.api.action.Checkin
Returns whether a document will be auto-classified during check in.
getAutoUniqueContainmentName() - Method in class com.filenet.api.action.Create
Returns true if a unique containment name can be automatically generated for this pending action's underlying object when the new object is saved to the object store; otherwise, returns false.
getBatchItemHandles(IndependentObject) - Method in class com.filenet.api.core.Batch
Returns a list of the BatchItemHandle instances in this batch that reference the specified object, or, if the object parameter is null, the list of all BatchItemHandle instances in this batch.
getBinaryAttrsString() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getBinaryListValue(String) - Method in class com.filenet.api.action.PendingAction
Locates the named parameter in the parameter bag and returns the value of the object it holds.
getBinaryListValue(String) - Method in interface com.filenet.api.property.Properties
Locates a PropertyBinaryList property by name in this Properties collection and returns the value it holds.
getBinaryListValue() - Method in interface com.filenet.api.property.Property
Returns the list of values held by the Content Engine property collection represented by this PropertyBinaryList object.
getBinaryValue(String) - Method in class com.filenet.api.action.PendingAction
Locates the named parameter in the parameter bag and returns the value of the object it holds.
getBinaryValue(String) - Method in interface com.filenet.api.property.Properties
Locates a PropertyBinary property by name in this Properties collection and returns the value it holds.
getBinaryValue() - Method in interface com.filenet.api.property.Property
Returns the value held by the Content Engine property represented by this PropertyBinary object.
getBooleanListValue(String) - Method in class com.filenet.api.action.PendingAction
Locates the named parameter in the parameter bag and returns the value of the object it holds.
getBooleanListValue(String) - Method in interface com.filenet.api.property.Properties
Locates a PropertyBooleanList property by name in this Properties collection and returns the value it holds.
getBooleanListValue() - Method in interface com.filenet.api.property.Property
Returns the list of values held by the Content Engine property collection represented by this PropertyBooleanList object.
getBooleanValue(String) - Method in class com.filenet.api.action.PendingAction
Locates the named parameter in the parameter bag and returns the value of the object it holds.
getBooleanValue() - Method in class com.filenet.api.constants.AutoClassify
Returns a Boolean representation of this instance.
getBooleanValue() - Method in class com.filenet.api.constants.AutoUniqueName
Returns the Boolean value associated with this instance.
getBooleanValue() - Method in class com.filenet.api.constants.CheckinType
Returns a Boolean representation of this instance.
getBooleanValue() - Method in class com.filenet.api.constants.DefineSecurityParentage
Returns the Boolean value associated with a specific instance of this class.
getBooleanValue(String) - Method in interface com.filenet.api.property.Properties
Locates a PropertyBoolean property by name in this Properties collection and returns the value it holds.
getBooleanValue() - Method in interface com.filenet.api.property.Property
Returns the value held by the Content Engine property represented by this PropertyBoolean object.
getBytes() - Method in class com.filenet.api.util.Id
Returns a copy of this ID as an array of bytes.
getCheckinMinorVersion() - Method in class com.filenet.api.action.Checkin
Returns whether a document will be checked in as a new minor version.
getClassDescription(InstantiatingScope, String) - Method in interface com.filenet.api.meta.MetadataCache
Returns the class description for a given class and scope.
getClassDescription(EngineObject) - Method in interface com.filenet.api.meta.MetadataCache
Returns the class description for a given object.
getClassDescriptions(InstantiatingScope, String[]) - Method in interface com.filenet.api.meta.MetadataCache
Returns zero or more class descriptions for a given scope and the classes specified by a class identities array, which can contain both class names and GUID strings.
getClassId() - Method in class com.filenet.api.action.Create
Returns a String containing the identifier (GUID) or symbolic name of the class of object to be created.
getClassId() - Method in class com.filenet.api.action.RaiseEvent
Returns a class identifier of the custom event to be created for this pending action.
getClassIdentity() - Method in interface com.filenet.api.core.ObjectReference
Returns the class name of the object represented by this identity.
getClassName() - Method in interface com.filenet.api.core.EngineObject
Returns the name of the class from which this object is instantiated.
getConnection() - Method in interface com.filenet.api.core.EngineObject
Returns a Connection object that represents a logical connection to the FileNet P8 domain.
getConnection(String) - Static method in class com.filenet.api.core.Factory.Connection
Given a URI, creates and returns a new Connection object.
getConnection(String, ConfigurationParameters) - Static method in class com.filenet.api.core.Factory.Connection
Given a URI and configuration parameters, creates and returns a new Connection object with a copy of the caller's parameters.
getConnectionType() - Method in interface com.filenet.api.core.Connection
Returns a ConnectionType object, which identifies the transport protocol associated with this connection.
getContent() - Method in class com.filenet.api.query.SearchTemplateParameters
Retrieves the content search that is to be modified for the search.
getContentElementIndex() - Method in class com.filenet.api.admin.ContentValidationRequest
Returns the positional index of the Document or Annotation object's content element.
GetContentEvent - Interface in com.filenet.api.events
Represents an event that occurs when the content of a content-carrying object is retrieved.
GetContentEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
getContentItems() - Method in class com.filenet.api.query.SearchTemplateContent
Retrieves the list of content search items to be used for the search.
getContentObject() - Method in class com.filenet.api.admin.ContentValidationRequest
Returns a Document or Annotation object that will be added to the validation request.
getContentQueryDynamicThreshold() - Method in class com.filenet.api.query.SearchTemplateContent
Retrieves the dynamic threshold value that determines the content search optimization to use, content first or database first.
getContentQueryMaximumRecords() - Method in class com.filenet.api.query.SearchTemplateContent
Retrieves the maximum records setting to be used by the content search.
getContentQueryOptimization() - Method in class com.filenet.api.query.SearchTemplateContent
Retrieves the kind of optimization used for the content search, content first, database first, or dynamic threshold.
getContinueFrom() - Method in class com.filenet.api.engine.PrincipalInfoSet
For Internal Use Only.
getCountLimit() - Method in class com.filenet.api.query.SearchTemplateParameters
Retrieves the maximum result count used for the query.
getCredential() - Method in class com.filenet.api.engine.DirectoryContext
For Internal Use Only.
getCredential() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getCredential() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getCurrentPage() - Method in interface com.filenet.api.collection.PageIterator
Returns the current page in the set.
getCurrentPageCheckpoint() - Method in interface com.filenet.api.collection.PageIterator
Returns an opaque representation of the PageIterator that can act as a checkpoint for a later resumption via Factory.PageIterator.resumeInstance.
getCurrentUserId() - Method in class com.filenet.api.engine.HandlerCallContext
Returns the identity of the user on whose behalf the handler has been called.
getDateTimeListValue(String) - Method in class com.filenet.api.action.PendingAction
Locates the named parameter in the parameter bag and returns the value of the object it holds.
getDateTimeListValue(String) - Method in interface com.filenet.api.property.Properties
Locates a PropertyDateTimeList property by name in this Properties collection and returns the value it holds.
getDateTimeListValue() - Method in interface com.filenet.api.property.Property
Returns the list of values held by the Content Engine property collection represented by this PropertyDateTimeList object.
getDateTimeValue(String) - Method in class com.filenet.api.action.PendingAction
Locates the named parameter in the parameter bag and returns the value of the object it holds.
getDateTimeValue(String) - Method in interface com.filenet.api.property.Properties
Locates a PropertyDateTime property by name in this Properties collection and returns the value it holds.
getDateTimeValue() - Method in interface com.filenet.api.property.Property
Returns the value held by the Content Engine property represented by this PropertyDateTime object.
getDefaultEnglishString() - Method in class com.filenet.api.exception.ExceptionCode
Returns default English pattern string.
getDefaultInstance() - Static method in class com.filenet.api.core.Factory.MetadataCache
Returns the default metadata cache for use by a client application.
getDefineSecurityParentage() - Method in class com.filenet.api.action.Create
Returns a Boolean value indicating whether the security parentage should be automatically set.
getDependentObjectListValue(String) - Method in interface com.filenet.api.property.Properties
Locates a PropertyDependentObjectList property by name in this Properties collection and returns the value it holds.
getDependentObjectListValue() - Method in interface com.filenet.api.property.Property
Returns the list of values held by the Content Engine property collection represented by this PropertyDependentObjectList object.
getDescription() - Method in class com.filenet.api.exception.ErrorRecord
Gets the description string for the exception.
getDiagnosticTypes() - Method in class com.filenet.api.exception.ErrorRecord
Returns the key and associated value describing the specific details required to troubleshoot the exception.
getDirectoryDisplayName() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getDirectoryType() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getDisplayName() - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
getDisplayName() - Method in class com.filenet.api.engine.UserInfo
For Internal Use Only.
getDistinguishedName() - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
getDistinguishedName() - Method in class com.filenet.api.engine.UserInfo
For Internal Use Only.
getDynamicGroupMemberAttribute() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getDynamicGroupMemberAttribute() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getDynamicGroupObjectClass() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getDynamicGroupObjectClass() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getDynamicGroupObjectClassList() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getDynamicGroupQueryAttribute() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getDynamicGroupQueryAttribute() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getElementCount() - Method in interface com.filenet.api.collection.PageIterator
Returns the number of elements in the current page.
getEmailAddress() - Method in class com.filenet.api.engine.UserInfo
For Internal Use Only.
getEngineObjectValue(String) - Method in class com.filenet.api.action.PendingAction
Locates the named parameter in the parameter bag and returns the value of the object it holds.
getEngineObjectValue(String) - Method in interface com.filenet.api.property.Properties
Locates a PropertyEngineObject property by name in this Properties collection and returns the value it holds.
getEngineObjectValue() - Method in interface com.filenet.api.property.Property
Returns the value held by the Content Engine property represented by this PropertyEngineObject object.
getEnvironment() - Method in class com.filenet.api.engine.DirectoryContext
For Internal Use Only.
getErrorId() - Method in class com.filenet.api.exception.ExceptionCode
Returns the prefixed (nine character) error code (e.g.
getErrorLoggingLevel() - Method in class com.filenet.api.exception.ExceptionCode
Indicates whether the exception is required to be logged.
getErrorRecords() - Method in class com.filenet.api.exception.ErrorStack
Returns all ErrorRecord instances stored in this error stack.
getEventProperties() - Method in class com.filenet.api.action.RaiseEvent
Returns the properties of the custom event object to be raised.
getException() - Method in interface com.filenet.api.core.BatchItemHandle
Returns the exception assigned to the batch item.
getExceptionCode() - Method in exception com.filenet.api.exception.EngineRuntimeException
Gets the ExceptionCode object specified for this instance.
getExceptionCode() - Method in class com.filenet.api.exception.ErrorStack
Gets the ExceptionCode object for the current exception.
getExceptionCode(String) - Static method in class com.filenet.api.exception.ExceptionCode
Gets the ExceptionCode object referenced by the specified resource key (ExceptionCode field name).
getExcludeFromQuery() - Method in class com.filenet.api.query.SearchTemplateContentItem
Retrieves a Boolean value indicating whether any content search items in the search template are to be excluded.
getExcludeFromQuery() - Method in class com.filenet.api.query.SearchTemplateFolder
Retrieves a Boolean value indicating whether any folders in the search template are to be excluded at runtime.
getExcludeFromQuery() - Method in class com.filenet.api.query.SearchTemplateSelectProperty
Retrieve the merge data ExcludeFromQuery.
getExcludeFromQuery() - Method in class com.filenet.api.query.SearchTemplateSubclass
Retrieves a Boolean value indicating whether any subclasses in the search template are to be excluded at runtime.
getExcludeFromQuery() - Method in class com.filenet.api.query.SearchTemplateWhereProperty
Retrieves a Boolean value indicating whether any Where properties (whereprop items) in the search template are to be excluded.
getExcludeProperties() - Method in class com.filenet.api.property.PropertyFilter
Returns an array of ExcludeProperty specifications, each of which identifies the properties to be excluded during an object retrieval or object refresh.
getFloat64ListValue(String) - Method in class com.filenet.api.action.PendingAction
Locates the named parameter in the parameter bag and returns the value of the object it holds.
getFloat64ListValue(String) - Method in interface com.filenet.api.property.Properties
Locates a PropertyFloat64List property by name in this Properties collection and returns the value it holds.
getFloat64ListValue() - Method in interface com.filenet.api.property.Property
Returns the list of values held by the Content Engine property collection represented by this PropertyFloat64List object.
getFloat64Value(String) - Method in class com.filenet.api.action.PendingAction
Locates the named parameter in the parameter bag and returns the value of the object it holds.
getFloat64Value(String) - Method in interface com.filenet.api.property.Properties
Locates a PropertyFloat64 property by name in this Properties collection and returns the value it holds.
getFloat64Value() - Method in interface com.filenet.api.property.Property
Returns the value held by the Content Engine property represented by this PropertyFloat64 object.
getFolder() - Method in class com.filenet.api.query.SearchTemplateFolder
Retrieves the folder to be available at runtime.
getFolders() - Method in class com.filenet.api.query.SearchTemplateParameters
Retrieves the list of folders to be used for the search.
getGCHost() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getGCHost() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getGCPort() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getGCPort() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getGCUrl() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getGCUrl() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getGroupAction() - Method in class com.filenet.api.query.SearchTemplateContentItem
Retrieves the group actions to be available for the content search item.
getGroupBaseDN() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getGroupBaseDN() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getGroupByDN(String, String[]) - Method in interface com.filenet.api.engine.DirectoryServiceProvider
For Internal Use Only.
getGroupByShortName(String, String[]) - Method in interface com.filenet.api.engine.DirectoryServiceProvider
For Internal Use Only.
getGroupByUniqueId(byte[], String[]) - Method in interface com.filenet.api.engine.DirectoryServiceProvider
For Internal Use Only.
getGroupByUPN(String, String[]) - Method in interface com.filenet.api.engine.DirectoryServiceProvider
For Internal Use Only.
getGroupDisplayNameAttribute() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getGroupDisplayNameAttribute() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getGroupList() - Method in class com.filenet.api.engine.UserInfo
For Internal Use Only.
getGroupMembershipFilter() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getGroupMembershipFilter() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getGroups() - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
getGroupsByShortName(String, String[]) - Method in interface com.filenet.api.engine.DirectoryMigrationProvider
For Internal Use Only.
getGroupSearchFilter() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getGroupSearchFilter() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getGroupShortNameAttribute() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getGroupShortNameAttribute() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getGroupUniqueIDAttribute() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getGroupUniqueIDAttribute() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getHost() - Method in class com.filenet.api.engine.DirectoryContext
For Internal Use Only.
getHost() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getHost() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getId() - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
getId() - Method in class com.filenet.api.engine.UserInfo
For Internal Use Only.
getId() - Method in class com.filenet.api.exception.ExceptionCode
Returns id.
getIdListValue(String) - Method in class com.filenet.api.action.PendingAction
Locates the named parameter in the parameter bag and returns the value of the object it holds.
getIdListValue(String) - Method in interface com.filenet.api.property.Properties
Locates a PropertyIdList property by name in this Properties collection and returns the value it holds.
getIdListValue() - Method in interface com.filenet.api.property.Property
Returns the list of values held by the Content Engine property collection represented by this PropertyIdList object.
getIdValue(String) - Method in class com.filenet.api.action.PendingAction
Locates the named parameter in the parameter bag and returns the value of the object it holds.
getIdValue(String) - Method in interface com.filenet.api.property.Properties
Locates a PropertyId property by name in this Properties collection and returns the value it holds.
getIdValue() - Method in interface com.filenet.api.property.Property
Returns the value held by the Content Engine property represented by this PropertyId object.
getIncludeProperties() - Method in class com.filenet.api.property.PropertyFilter
Returns an array of FilterElement objects, each of which identifies one or more properties by to be included during an object retrieval or object refresh.
getIncludeSubclasses() - Method in class com.filenet.api.query.SearchTemplateSubclass
Retrieves a Boolean value indicating that a class specified in the included subclasses property (the includesubclasses element) in the search template is to be overridden by a subclass, or a new class added to the include subclasses property.
getIncludeTypes() - Method in class com.filenet.api.property.PropertyFilter
Returns an array of FilterElement objects, each of which identifies properties to be included by type during an object retrieval or object refresh.
getIndependentObjectSetValue(String) - Method in interface com.filenet.api.property.Properties
Locates a PropertyIndependentObjectSet property by name in this Properties collection and returns the value it holds.
getIndependentObjectSetValue() - Method in interface com.filenet.api.property.Property
Returns the set of values held by the Content Engine property collection represented by this PropertyIndependentObjectSet object.
getInitialLdapContext() - Method in class com.filenet.api.engine.DirectoryContext
For Internal Use Only.
getInputStreamValue(String) - Method in interface com.filenet.api.property.Properties
Locates a PropertyContent property by name in this Properties collection and returns the value it holds.
getInputStreamValue() - Method in interface com.filenet.api.property.Property
Returns the value held by the Content Engine property represented by this PropertyContent object.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.Action
Constructs an instance of the Action class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.ActionConsumer
Constructs an instance of the ActionConsumer class from the specified object store.
getInstance(Domain, String) - Static method in class com.filenet.api.core.Factory.AddOn
Retrieves an instance of the AddOn class by the specified domain and ID.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.AddOn
Constructs an instance of the AddOn class by the specified domain and ID.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.Annotation
Constructs an instance of the subclassable Annotation class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.AsyncUpgradeQueueItem
Constructs an instance of the AsyncUpgradeQueueItem class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.AuditConfigurationEvent
Constructs an instance of the AuditConfigurationEvent class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CancelCheckoutEvent
Constructs an instance of the CancelCheckoutEvent class from the specified object store.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.CenteraFixedContentDevice
Retrieves an instance of the CenteraFixedContentDevice class by the specified domain and ID.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.ChangeClassEvent
Constructs an instance of the ChangeClassEvent class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.ChangeStateEvent
Constructs an instance of the ChangeStateEvent class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CheckinEvent
Constructs an instance of the CheckinEvent class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CheckoutEvent
Constructs an instance of the CheckoutEvent class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.ChoiceList
Constructs an instance of the ChoiceList class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.ClassDefinition
Constructs an instance of the ClassDefinition class from the specified object store.
getInstance(Scope, Id) - Static method in class com.filenet.api.core.Factory.ClassDescription
Retrieves the instance of the ClassDescription class specified by the given scope and class ID.
getInstance(Scope, String) - Static method in class com.filenet.api.core.Factory.ClassDescription
Retrieves the instance of the ClassDescription class specified by the given scope and class identity.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.ClassifyCompleteEvent
Constructs an instance of the ClassifyCompleteEvent class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.ClassSubscription
Constructs an instance of the subclassable ClassSubscription class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.ClassWorkflowSubscription
Constructs an instance of the subclassable ClassWorkflowSubscription class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmAbstractPersistable
Constructs an instance of the subclassable CmAbstractPersistable class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmAbstractQueueEntry
Constructs an instance of the subclassable CmAbstractQueueEntry class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmAbstractSequential
Constructs an instance of the subclassable CmAbstractSequential class from the specified object store.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.CmAtmosFixedContentDevice
Retrieves an instance of the CmAtmosFixedContentDevice class by the specified domain and ID.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmAuditDispositionPolicy
Constructs an instance of the subclassable CmAuditDispositionPolicy class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmAuditProcessingBookmark
Constructs an instance of the subclassable CmAuditProcessingBookmark class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmBulkMoveContentJob
Constructs an instance of the subclassable CmBulkMoveContentJob class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmChangePreprocessorAction
Constructs an instance of the subclassable CmChangePreprocessorAction class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmContentMigrationPolicy
Constructs an instance of the CmContentMigrationPolicy class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmCustomQueueSweep
Constructs an instance of the subclassable CmCustomQueueSweep class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmCustomSweepJob
Constructs an instance of the subclassable CmCustomSweepJob class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmCustomSweepPolicy
Constructs an instance of the subclassable CmCustomSweepPolicy class from the specified object store.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.CmDatabaseConnection
Constructs an instance of the CmDatabaseConnection class by the specified domain and ID.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmDisposalPolicy
Constructs an instance of the CmDisposalPolicy class from the specified object store.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.CmEventExportStore
Constructs an instance of the CmEventExportStore class by the specified domain and ID.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.CmHitachiFixedContentDevice
Retrieves an instance of the CmHitachiFixedContentDevice class by the specified domain and ID.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmHold
Constructs an instance of the subclassable CmHold class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmHoldRelationship
Constructs an instance of the subclassable CmHoldRelationship class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmIndexRequest
Constructs an instance of the CmIndexRequest class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmJobSweepResult
Constructs an instance of the CmJobSweepResult class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmMarkForDeletionEvent
Constructs an instance of the CmMarkForDeletionEvent class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmMoveContentEvent
Constructs an instance of the CmMoveContentEvent class from the specified object store.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.CMODFixedContentDevice
Retrieves an instance of the CMODFixedContentDevice class by the specified domain and ID.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.CMODRepository
Constructs an instance of the CMODRepository class by the specified domain and ID.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmPolicyControlledSweep
Constructs an instance of the CmPolicyControlledSweep class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmPolicySweepResult
Constructs an instance of the CmPolicySweepResult class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmQueueEntryClassDefinition
Constructs an instance of the CmQueueEntryClassDefinition class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmQueueSweep
Constructs an instance of the CmQueueSweep class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmRecoverEvent
Constructs an instance of the CmRecoverEvent class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmRecoveryBin
Constructs an instance of the subclassable CmRecoveryBin class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmRecoveryItem
Constructs an instance of the subclassable CmRecoveryItem class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmRetentionUpdateJob
Constructs an instance of the subclassable CmRetentionUpdateJob class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmRetentionUpdatePolicy
Constructs an instance of the CmRetentionUpdatePolicy class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmSweep
Constructs an instance of the CmSweep class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmSweepAction
Constructs an instance of the subclassable CmSweepAction class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmSweepJob
Constructs an instance of the CmSweepJob class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmSweepPolicy
Constructs an instance of the CmSweepPolicy class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmSweepPolicyRelationship
Constructs an instance of the CmSweepPolicyRelationship class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmSweepRelationship
Constructs an instance of the CmSweepRelationship class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmSweepResult
Constructs an instance of the CmSweepResult class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmTask
Constructs an instance of the subclassable CmTask class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmTaskRelationship
Constructs an instance of the subclassable CmTaskRelationship class from the specified object store.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.CmTextSearchAffinityGroup
Constructs an instance of the CmTextSearchAffinityGroup class by the specified domain and ID.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmTextSearchIndexArea
Constructs an instance of the CmTextSearchIndexArea class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmTextSearchIndexRequest
Constructs an instance of the CmTextSearchIndexRequest class from the specified object store.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.CmTextSearchServer
Constructs an instance of the CmTextSearchServer class by the specified domain and ID.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmThumbnail
Constructs an instance of the subclassable CmThumbnail class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmThumbnailGenerationJob
Constructs an instance of the subclassable CmThumbnailGenerationJob class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmThumbnailGenerationSubscription
Constructs an instance of the subclassable CmThumbnailGenerationSubscription class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmThumbnailRequest
Constructs an instance of the subclassable CmThumbnailRequest class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CmThumbnailRequestSweep
Constructs an instance of the subclassable CmThumbnailRequestSweep class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CmVerityIndexRequest
Constructs an instance of the CmVerityIndexRequest class from the specified object store.
getInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.CodeModule
Retrieves the instance of the subclassable CodeModule class as specified by a path and an object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CodeModule
Constructs an instance of the subclassable CodeModule class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.ComponentRelationship
Constructs an instance of the subclassable ComponentRelationship class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.ContainmentRelationship
Constructs an instance of the ContainmentRelationship class from the specified object store.
getInstance(Domain, String) - Static method in class com.filenet.api.core.Factory.ContentCacheArea
Retrieves an instance of the ContentCacheArea class by the specified domain and ID.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.ContentCacheArea
Constructs an instance of the ContentCacheArea class by the specified domain and ID.
getInstance(Domain, String, Id) - Static method in class com.filenet.api.core.Factory.ContentFederatingRepository
Retrieves an instance of the ContentFederatingRepository class based on the specified domain and ID.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.CreationEvent
Constructs an instance of the CreationEvent class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CustomEvent
Constructs an instance of the subclassable CustomEvent class from the specified object store.
getInstance(ObjectStore, String, String) - Static method in class com.filenet.api.core.Factory.CustomObject
Retrieves an instance of this class from the specified object store using the supplied path.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.CustomObject
Constructs an instance of the subclassable CustomObject class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.DatabaseStorageArea
Constructs an instance of the DatabaseStorageArea class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.DeletionEvent
Constructs an instance of the DeletionEvent class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.DemoteVersionEvent
Constructs an instance of the DemoteVersionEvent class from the specified object store.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.DITARenditionEngineConnection
Constructs an instance of the DITARenditionEngineConnection class by the specified domain and ID.
getInstance(ObjectStore, String, String) - Static method in class com.filenet.api.core.Factory.Document
Retrieves the instance of the subclassable Document class as specified by a path and an object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.Document
Constructs an instance of the subclassable Document class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.DocumentClassDefinition
Constructs an instance of the DocumentClassDefinition class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.DocumentClassificationAction
Constructs an instance of the subclassable DocumentClassificationAction class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.DocumentClassificationQueueItem
Constructs an instance of the DocumentClassificationQueueItem class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.DocumentLifecycleAction
Constructs an instance of the subclassable DocumentLifecycleAction class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.DocumentLifecyclePolicy
Constructs an instance of the subclassable DocumentLifecyclePolicy class from the specified object store.
getInstance(Connection, String) - Static method in class com.filenet.api.core.Factory.Domain
Retrieves an instance of the Domain class by the specified name.
getInstance(ObjectStore, String, String) - Static method in class com.filenet.api.core.Factory.DynamicReferentialContainmentRelationship
Retrieves the instance of the DynamicReferentialContainmentRelationship class based on the specified pathname, and from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.DynamicReferentialContainmentRelationship
Constructs an instance of the subclassable DynamicReferentialContainmentRelationship class from the specified object store.
getInstance(Connection) - Static method in class com.filenet.api.core.Factory.EntireNetwork
Retrieves an instance of the EntireNetwork class.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.Event
Constructs an instance of the Event class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.EventAction
Constructs an instance of the subclassable EventAction class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.EventClassDefinition
Constructs an instance of the EventClassDefinition class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.EventQueueItem
Constructs an instance of the EventQueueItem class from the specified object store.
getInstance(Domain, String, Id) - Static method in class com.filenet.api.core.Factory.ExternalRepository
Retrieves an instance of the ExternalRepository class based on the specified domain and ID.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.FileEvent
Constructs an instance of the FileEvent class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.FileStorageArea
Constructs an instance of the subclassable FileStorageArea class from the specified object store.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.FixedContentDevice
Retrieves an instance of the FixedContentDevice class by the specified domain and ID.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.FixedStorageArea
Constructs an instance of the subclassable FixedStorageArea class from the specified object store.
getInstance(ObjectStore, String, String) - Static method in class com.filenet.api.core.Factory.Folder
Retrieves the instance of the Folder class based on the specified pathname, and from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.Folder
Constructs an instance of the subclassable Folder class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.FreezeEvent
Constructs an instance of the FreezeEvent class from the specified object store.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.GenericFixedContentDevice
Retrieves an instance of the GenericFixedContentDevice class by the specified domain and ID.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.GetContentEvent
Constructs an instance of the GetContentEvent class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.GetObjectEvent
Constructs an instance of the GetObjectEvent class from the specified object store.
getInstance(Connection, String) - Static method in class com.filenet.api.core.Factory.Group
Retrieves an instance of the Group class by the specified connection and symbolic name.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.IICEFixedContentDevice
Retrieves an instance of the IICEFixedContentDevice class by the specified domain and ID.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.ImageServicesRepository
Retrieves an instance of the ImageServicesRepository class based on the specified domain and ID.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.IMFixedContentDevice
Retrieves an instance of the IMFixedContentDevice class by the specified domain and ID.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.IndexArea
Constructs an instance of the IndexArea class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.IndexJob
Constructs an instance of the IndexJob class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.InstanceSubscription
Constructs an instance of the subclassable InstanceSubscription class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.InstanceWorkflowSubscription
Constructs an instance of the subclassable InstanceWorkflowSubscription class from the specified object store.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.IsolatedRegion
Retrieves an instance of the IsolatedRegion class based on the specified domain and ID.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.Link
Constructs an instance of the subclassable Link class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.LockEvent
Constructs an instance of the LockEvent class from the specified object store.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.MarkingSet
Retrieves an instance of the MarkingSet class by the specified domain and ID.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.ObjectChangeEvent
Constructs an instance of the ObjectChangeEvent class from the specified object store.
getInstance(Domain, String) - Static method in class com.filenet.api.core.Factory.ObjectStore
Retrieves an instance of the ObjectStore class by the specified domain and ID.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.ObjectStore
Constructs an instance of the ObjectStore class by the specified domain and ID.
getInstance(Domain, String) - Static method in class com.filenet.api.core.Factory.PEConnectionPoint
Retrieves an instance of the PEConnectionPoint class based on the specified domain and ID.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.PEConnectionPoint
Constructs an instance of the PEConnectionPoint class by the specified domain and ID.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PromoteVersionEvent
Constructs an instance of the PromoteVersionEvent class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PropertyTemplate
Constructs an instance of the PropertyTemplate class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PropertyTemplateBinary
Constructs an instance of the PropertyTemplateBinary class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PropertyTemplateBoolean
Constructs an instance of the PropertyTemplateBoolean class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PropertyTemplateDateTime
Constructs an instance of the PropertyTemplateDateTime class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PropertyTemplateFloat64
Constructs an instance of the PropertyTemplateFloat64 class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PropertyTemplateId
Constructs an instance of the PropertyTemplateId class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PropertyTemplateInteger32
Constructs an instance of the PropertyTemplateInteger32 class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PropertyTemplateObject
Constructs an instance of the PropertyTemplateObject class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PropertyTemplateString
Constructs an instance of the PropertyTemplateString class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PublishCompleteEvent
Constructs an instance of the PublishCompleteEvent class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PublishRequest
Constructs an instance of the PublishRequest class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PublishRequestEvent
Constructs an instance of the PublishRequestEvent class from the specified object store.
getInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.PublishStyleTemplate
Retrieves an instance of this class from the specified object store using the supplied path.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PublishStyleTemplate
Constructs an instance of the PublishStyleTemplate class from the specified object store.
getInstance(ObjectStore, String) - Static method in class com.filenet.api.core.Factory.PublishTemplate
Retrieves the instance of the subclassable PublishTemplate class as specified by a path and an object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.PublishTemplate
Constructs an instance of the PublishTemplate class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.QueryEvent
Constructs an instance of the QueryEvent class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.QueueItem
Constructs an instance of the subclassable QueueItem class from the specified object store.
getInstance(Connection, String) - Static method in class com.filenet.api.core.Factory.Realm
Constructs an instance of the Realm class by the specified connection and symbolic name.
getInstance(ObjectStore, String, String) - Static method in class com.filenet.api.core.Factory.ReferentialContainmentRelationship
Retrieves the instance of the ReferentialContainmentRelationship class based on the specified pathname, and from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.ReferentialContainmentRelationship
Constructs an instance of the subclassable ReferentialContainmentRelationship class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.Relationship
Constructs an instance of the Relationship class from the specified object store.
getInstance(Domain, String) - Static method in class com.filenet.api.core.Factory.RenditionEngineConnection
Retrieves an instance of the RenditionEngineConnection class by the specified domain and ID.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.RenditionEngineConnection
Constructs an instance of the RenditionEngineConnection class by the specified domain and ID.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.ReplicableClassDefinition
Constructs an instance of the ReplicableClassDefinition class from the specified object store.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.ReplicationGroup
Retrieves an instance of the ReplicationGroup class based on the specified domain and ID.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.ReplicationJournalEntry
Constructs an instance of the ReplicationJournalEntry class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.RetrievalEvent
Constructs an instance of the RetrievalEvent class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.SecurityPolicy
Constructs an instance of the subclassable SecurityPolicy class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.SecurityPropagationQueueItem
Constructs an instance of the SecurityPropagationQueueItem class from the specified object store.
getInstance(Domain, String) - Static method in class com.filenet.api.core.Factory.ServerInstance
Retrieves an instance of the ServerInstance class by the specified domain and ID.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.ServerInstance
Constructs an instance of the ServerInstance class by the specified domain and ID.
getInstance(Domain, String) - Static method in class com.filenet.api.core.Factory.Site
Gets a Site object based on the domain and ID specified.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.Site
Constructs an instance of the Site class by the specified domain and ID.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.SnapLockFixedContentDevice
Retrieves an instance of the SnapLockFixedContentDevice class by the specified domain and ID.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.StorageArea
Constructs an instance of the StorageArea class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.StoragePolicy
Constructs an instance of the StoragePolicy class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.StoredSearch
Constructs an instance of the StoredSearch class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.SubscribableClassDefinition
Constructs an instance of the SubscribableClassDefinition class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.Subscription
Constructs an instance of the Subscription class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.TableDefinition
Constructs an instance of the TableDefinition class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.TakeFederatedOwnershipEvent
Constructs an instance of the TakeFederatedOwnershipEvent class from the specified object store.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.TivoliFixedContentDevice
Retrieves an instance of the TivoliFixedContentDevice class by the specified domain and ID.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.UnfileEvent
Constructs an instance of the UnfileEvent class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.UnlockEvent
Constructs an instance of the UnlockEvent class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.UpdateEvent
Constructs an instance of the UpdateEvent class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.UpdateSecurityEvent
Constructs an instance of the UpdateSecurityEvent class from the specified object store.
getInstance(Domain, String) - Static method in class com.filenet.api.core.Factory.UpgradeAddOn
Retrieves an instance of the UpgradeAddOn class by the specified domain and ID.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.UpgradeAddOn
Constructs an instance of the UpgradeAddOn class by the specified domain and ID.
getInstance(Connection, String) - Static method in class com.filenet.api.core.Factory.User
Retrieves an instance of the User class by the specified connection and symbolic name.
getInstance(Domain) - Static method in class com.filenet.api.core.Factory.VerityDomainConfiguration
Deprecated.
As of release 5.0.0.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.VerityDomainConfiguration
Deprecated.
As of release 5.2.0.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.VerityIndexArea
Deprecated.
As of release 5.2.0.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.VersionableClassDefinition
Constructs an instance of the VersionableClassDefinition class from the specified object store.
getInstance(ObjectStore, Id) - Static method in class com.filenet.api.core.Factory.VersionSeries
Constructs an instance of the VersionSeries class from the specified object store.
getInstance(Domain, String) - Static method in class com.filenet.api.core.Factory.VirtualServer
Gets a VirtualServer object based on the domain and ID specified.
getInstance(Domain, Id) - Static method in class com.filenet.api.core.Factory.VirtualServer
Constructs an instance of the VirtualServer class by the specified domain and ID.
getInstance(ObjectStore, String, String) - Static method in class com.filenet.api.core.Factory.WorkflowDefinition
Retrieves the instance of the subclassable WorkflowDefinition class as specified by a path and an object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.WorkflowDefinition
Constructs an instance of the subclassable WorkflowDefinition class from the specified object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.WorkflowEventAction
Constructs an instance of the subclassable WorkflowEventAction class from the specified object store.
getInstance(ObjectStore, String, String) - Static method in class com.filenet.api.core.Factory.XMLPropertyMappingScript
Retrieves the instance of the subclassable XMLPropertyMappingScript class as specified by a path and an object store.
getInstance(ObjectStore, String, Id) - Static method in class com.filenet.api.core.Factory.XMLPropertyMappingScript
Constructs an instance of the subclassable XMLPropertyMappingScript class from the specified object store.
getInstance() - Static method in class com.filenet.api.engine.HandlerCallContext
Returns a HandlerCallContext object.
getInstanceFromBoolean(boolean) - Static method in class com.filenet.api.constants.AutoClassify
Returns the object instance from its associated boolean value
getInstanceFromBoolean(boolean) - Static method in class com.filenet.api.constants.AutoUniqueName
Creates an instance of this class having the specified auto-unique setting.
getInstanceFromBoolean(boolean) - Static method in class com.filenet.api.constants.CheckinType
Returns the object instance from its associated boolean value
getInstanceFromBoolean(boolean) - Static method in class com.filenet.api.constants.DefineSecurityParentage
Gets an instance of this class from its associated boolean value.
getInstanceFromId(Id) - Static method in class com.filenet.api.constants.SystemAddOnId
Returns an instance of this class corresponding to a given Id, provided the Id value represents the ID of a system AddOn.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.AccessLevel
Deprecated.
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.AccessRight
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.AccessType
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.AddOnType
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.AreaDeleteMethod
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.AuditLevel
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.CachedContentOption
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.CacheStatus
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.Cardinality
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.CBRQueryOptimization
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.CBRQueryRankOverride
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.CBRSearchType
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.CBRSummaryType
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.ChoiceType
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.ComponentCascadeDeleteAction
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.ComponentPreventDeleteAction
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.ComponentRelationshipType
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.CompoundDocumentState
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.ConfigurationParameter
Returns an instance of this class using its associated integer value (the *_AS_INT fields).
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.ConnectionType
Gets the object instance from its associated integer value (see the *_AS_INT constants in this class).
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.ContentAccessRecordingLevel
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.ContentQueryOptimization
Gets an instance of this class using its associated integer value (the *_AS_INT fields).
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.DatabaseType
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.DeletionAction
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.DeviceRetentionMode
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.DirectoryStructure
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.DocClassificationStatus
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.DurationUnits
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.EventExporterType
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.GroupAction
Gets an instance of this class using its associated integer value (the *_AS_INT fields).
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.IndexingFailureCode
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.IndexingFailureRecordingLevel
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.IndexingOperation
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.IndexingStatus
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.IndexJobStatus
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.IndexRequestStatus
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.InstallationStatus
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.JoinComparison
Gets an instance of this class using its associated integer value (the *_AS_INT fields).
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.JoinOperator
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.JoinType
Gets an instance of this class using its associated integer value (the *_AS_INT fields).
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.LifecycleChangeFlags
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.MergeMode
Gets the instance of this class using its associated integer value (the *_AS_INT fields).
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.ObjectStateRecordingLevel
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.PermissionSource
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.PermissionType
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.PrincipalSearchAttribute
Gets the instance of this class using its associated integer value (the *_AS_INT fields).
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.PrincipalSearchSortType
Gets the instance of this class using its associated integer value (the *_AS_INT fields).
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.PrincipalSearchType
Gets the instance of this class using its associated integer value (the *_AS_INT fields).
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.PropertyPersistence
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.PropertySettability
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.PropertyState
Returns an instance of this class using its associated int value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.PublicationStatus
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.PublishingStatus
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.QueueEntryStatus
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.RefreshMode
Gets an instance of this class using its associated integer value (the *_AS_INT fields).
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.RenditionEngineState
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.ReplicationDirection
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.ReplicationJournalStatus
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.ReplicationMode
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.RequiredState
Gets an instance of this class using its associated integer value (the *_AS_INT fields).
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.ReservationType
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.ResourceStatus
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.SearchModifier
Gets an instance of this class using its associated integer value (the *_AS_INT fields).
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.SecurityPrincipalType
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.SecurityProxyType
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.SortOrder
Gets an instance of this class using its associated integer value (the *_AS_INT fields).
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.SweepMode
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.SweepResultType
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.TaskState
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.TextSearchServerMode
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.TextSearchServerStatus
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.ThumbnailImageColor
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.ThumbnailImageFormat
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.ThumbnailImageSize
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.TraceFlag
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.TypeID
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.VersionBindType
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.VersionSelection
Gets an instance of this class using its associated integer value (the *_AS_INT fields).
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.VersionStatus
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.constants.Weekday
Returns an instance of this class using its associated integer value.
getInstanceFromInt(int) - Static method in class com.filenet.api.engine.SweepItemOutcome
Gets an instance of this class using its associated integer value (the *_AS_INT fields).
getInstanceFromString(String) - Static method in class com.filenet.api.constants.ConfigurationParameter
Returns an instance of this class using its associated String value.
getInstanceFromString(String) - Static method in class com.filenet.api.constants.FilteredPropertyType
Returns an instance of this class using its associated String value.
getInstanceFromString(String) - Static method in class com.filenet.api.constants.SpecialPrincipal
Returns an instance of this class based on the specified value.
getInstanceFromString(String) - Static method in class com.filenet.api.constants.SystemAddOnId
Returns an instance of this class corresponding to a given String, provided the String value represents the string-ized ID of a system AddOn.
getInstanceFromString(String) - Static method in class com.filenet.api.constants.VersionStatusId
Returns an enumeration instance of this class corresponding to a given String value.
getInteger32ListValue(String) - Method in class com.filenet.api.action.PendingAction
Locates the named parameter in the parameter bag and returns the value of the object it holds.
getInteger32ListValue(String) - Method in interface com.filenet.api.property.Properties
Locates a PropertyInteger32List property by name in this Properties collection and returns the value it holds.
getInteger32ListValue() - Method in interface com.filenet.api.property.Property
Returns the list of values held by the Content Engine property collection represented by this PropertyInteger32List object.
getInteger32Value(String) - Method in class com.filenet.api.action.PendingAction
Locates the named parameter in the parameter bag and returns the value of the object it holds.
getInteger32Value(String) - Method in interface com.filenet.api.property.Properties
Locates a PropertyInteger32 property by name in this Properties collection and returns the value it holds.
getInteger32Value() - Method in interface com.filenet.api.property.Property
Returns the value held by the Content Engine property represented by this PropertyInteger32 object.
getIntValue() - Method in class com.filenet.api.constants.ConfigurationParameter
Returns a constant's internal integer value.
getIntValue() - Method in class com.filenet.api.constants.FilteredPropertyType
Returns an int value associated with a specific instance of this class.
getItemData() - Method in class com.filenet.api.query.SearchTemplateContentItem
Retrieves the content search item data (the query text) to be used.
getItemId() - Method in class com.filenet.api.query.SearchTemplateContentItem
Retrieves the ID of the content search item to be modified.
getItemId() - Method in class com.filenet.api.query.SearchTemplateFolder
Retrieves the ID of the folder to be modified.
getItemId() - Method in class com.filenet.api.query.SearchTemplateSelectProperty
Retrieve the merge data ItemId.
getItemId() - Method in class com.filenet.api.query.SearchTemplateSubclass
Retrieves the GUID of the subclass to be to be modified, excluded or added for the search.
getItemId() - Method in class com.filenet.api.query.SearchTemplateWhereProperty
Retrieves the ID of the Where property to be modified or excluded.
getKey() - Method in class com.filenet.api.exception.ExceptionCode
Returns resource key.
getLevelDependents() - Method in class com.filenet.api.property.FilterElement
Returns whether the recursion level to use when retrieving a dependent object returned by a property specified by this FilterElement object is the same as that of the independent object to which it belongs (true) or one level deeper (false).
getLevelDependents() - Method in class com.filenet.api.property.PropertyFilter
Returns whether the recursion level that the property filter uses when retrieving a dependent object is the same as that of the independent object to which it belongs (true) or one level deeper (false).
getLifecycleAction() - Method in class com.filenet.api.action.ChangeState
Returns the new lifecycle state for the underlying object of this pending action.
getLiteral() - Method in class com.filenet.api.query.SearchTemplateWhereProperty
Retrieves the Where property literal operand that is to be used for the search.
getLocale() - Method in class com.filenet.api.util.UserContext
Returns the locale identifier for this user context.
getLocalizedMessage() - Method in exception com.filenet.api.exception.EngineRuntimeException
Gets a localized version of the description string (using the default locale) specified in the ExceptionCode object used for this instance.
getMajorVersion() - Method in class com.filenet.api.jdbc.Driver
Gets the major version number for the driver.
getMaximumRecords() - Method in class com.filenet.api.query.SearchTemplateParameters
Retrieves the maximum records setting to be used by the search.
getMaxRecursion() - Method in class com.filenet.api.property.FilterElement
Returns the maximum recursion depth to use when retrieving property relationships specified by this FilterElement object.
getMaxRecursion() - Method in class com.filenet.api.property.PropertyFilter
Returns the maximum recursion depth for the property filter to use when retrieving property relationships.
getMaxSize() - Method in class com.filenet.api.property.FilterElement
Returns the maximum size of the content data that can be returned when properties that hold content data specified by this FilterElement object are retrieved.
getMaxSize() - Method in class com.filenet.api.property.PropertyFilter
Returns the maximum size of content data that the property filter is allowed to retrieve.
getMemberList() - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
getMemberOfGroupList() - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
getMemberOfGroupList() - Method in class com.filenet.api.engine.UserInfo
For Internal Use Only.
getMemberOfGroups() - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
getMemberOfGroups() - Method in class com.filenet.api.engine.UserInfo
For Internal Use Only.
getMergeMode() - Method in class com.filenet.api.query.SearchScope
Returns the merge mode used for this instance.
getMessage() - Method in exception com.filenet.api.exception.EngineRuntimeException
Gets a localized version of the description string (using the default locale) specified in the ExceptionCode object used for this instance.
getMessage() - Method in class com.filenet.api.exception.ErrorStack
Gets the localized error text of the first ErrorRecord object in this error stack.
getMinorVersion() - Method in class com.filenet.api.jdbc.Driver
Get the minor version number for the driver.
getMoveAllVersions() - Method in class com.filenet.api.action.MoveContent
Returns whether to move the content data of every version of a document.
getName() - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
getName() - Method in class com.filenet.api.engine.UserInfo
For Internal Use Only.
getNewClass() - Method in class com.filenet.api.action.ChangeClass
Returns the symbolic name (if a symbolic name was entered in the ChangeClass constructor) or ID (if an ID was entered in the ChangeClass constructor) of the new class with which the underlying object of this pending action has been associated.
getNextPageCheckpoint() - Method in interface com.filenet.api.collection.PageIterator
Returns an opaque representation of the PageIterator, but for the page following the current page.
getObject() - Method in interface com.filenet.api.core.BatchItemHandle
Returns the object referenced by this batch item.
getObject(String, String) - Method in interface com.filenet.api.core.InstantiatingScope
Retrieves an object of the requested type, given class and object identifiers.
getObject(String, Id) - Method in interface com.filenet.api.core.InstantiatingScope
Retrieves an object of the requested type, given a class identifier and an object ID.
GetObjectEvent - Interface in com.filenet.api.events
Represents an event that occurs when an object is retrieved from the object store.
GetObjectEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
getObjectId() - Method in class com.filenet.api.action.Create
Returns a String containing the identifier (GUID) of the underlying object of this pending action.
getObjectIdentity() - Method in interface com.filenet.api.core.ObjectReference
Returns the ID, name, or path of an independent object to which this identity refers.
getObjectReference() - Method in interface com.filenet.api.core.IndependentObject
Returns an object reference that represents the object's identity.
getObjectReference() - Method in interface com.filenet.api.property.PropertyEngineObject
Returns an object reference to the EngineObject value held by this PropertyEngineObject property.
getObjectStore() - Method in interface com.filenet.api.core.RepositoryObject
Returns a reference to the object store to which this object is persisted.
getObjectStoreIdentity() - Method in interface com.filenet.api.core.ObjectReference
Returns the ID or name of the object store in which the referenced object resides.
getObjectStores() - Method in class com.filenet.api.query.SearchScope
Returns the repositories used as the scope for this instance.
getObjectValue(String) - Method in class com.filenet.api.action.PendingAction
Locates the named parameter in the parameter bag and returns the value of the object it holds.
getObjectValue(String) - Method in interface com.filenet.api.property.Properties
Locates a property by name in this Properties collection and returns the value it holds.
getObjectValue() - Method in interface com.filenet.api.property.Property
Returns the value held by the Content Engine property represented by this Property object.
getOperator() - Method in class com.filenet.api.constants.JoinComparison
Gets the standard string representation of the comparison operator used by this instance.
getOwner() - Method in class com.filenet.api.action.Lock
Returns a String containing the intended value of the LockOwner property of the underlying object.
getPageMark() - Method in interface com.filenet.api.collection.PageIterator
Returns the current page mark on which a subsequent call to reset will operate.
getPageSize() - Method in interface com.filenet.api.collection.PageIterator
Returns the internal paging size used by the iterator.
getPageSize() - Method in class com.filenet.api.property.FilterElement
Returns the iterator page size for independent object sets returned by PropertyIndependentObjectSet properties specified by this FilterElement object.
getPageSize() - Method in class com.filenet.api.property.PropertyFilter
Returns the iterator page size for independent object sets returned by PropertyIndependentObjectSet properties.
getParameter(ConfigurationParameter) - Method in interface com.filenet.api.core.Connection
Retrieves the specified configuration parameter.
getParameter(ConfigurationParameter) - Static method in class com.filenet.api.util.Configuration
Retrieves a configured value.
getParameter(ConfigurationParameter) - Method in class com.filenet.api.util.ConfigurationParameters
Retrieves a configured value.
getPendingActions() - Method in interface com.filenet.api.core.IndependentlyPersistableObject
Returns the pending actions for this object.
getPort() - Method in class com.filenet.api.engine.DirectoryContext
For Internal Use Only.
getPort() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getPort() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getPrincipal() - Method in class com.filenet.api.engine.DirectoryContext
For Internal Use Only.
getPrincipal() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getPrincipal() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getPrincipalInfos() - Method in class com.filenet.api.engine.PrincipalInfoSet
For Internal Use Only.
getProperties() - Method in interface com.filenet.api.core.EngineObject
Returns a collection of property values for this object.
getProperties() - Method in interface com.filenet.api.query.RepositoryRow
Gets a single row of properties from the repository database.
getPropertyInfo(String, Properties) - Method in class com.filenet.api.jdbc.Driver
Enables a generic UI tool to discover the properties needed to include in prompts for information sufficient to connect to a database.
getPropertyName() - Method in interface com.filenet.api.property.Property
Returns the name of the Content Engine property represented by this Property object.
getProvider() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getProvider() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getPublicationStatus() - Method in interface com.filenet.api.core.Document
Returns a PublicationStatus enumeration value, which identifies the document's publication status (dependent, independent, or not a publication).
getRank() - Method in class com.filenet.api.query.SearchTemplateContent
Retrieves a Boolean value indicating whether content search rank is to be used for the search.
getRealmByUniqueId(byte[]) - Method in interface com.filenet.api.engine.DirectoryServiceProvider
For Internal Use Only.
getRealmInfos() - Method in interface com.filenet.api.engine.DirectoryServiceProvider
For Internal Use Only.
getRealmName() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getRecoveryProperties() - Method in class com.filenet.api.action.Recover
Returns a list of the recovery override property values.
getRequiredProperties() - Method in interface com.filenet.api.engine.SweepActionHandler
This method is not supported.
getRequiredState() - Method in class com.filenet.api.query.SearchTemplateContentItem
Retrieves the content search item required state to be used.
getReservationClass() - Method in class com.filenet.api.action.Checkout
Returns the symbolic name of the class to which a reservation object belongs.
getReservationId() - Method in class com.filenet.api.action.Checkout
Returns the GUID assigned to a reservation object.
getReservationProperties() - Method in class com.filenet.api.action.Checkout
Returns a list of property values belonging to a document's reservation object.
getReservationType() - Method in class com.filenet.api.action.Checkout
Returns the type of checkout reservation.
getReservationType() - Method in class com.filenet.api.action.Create
Returns the reservation type (collaborative, exclusive, or extracted from the object store) of the underlying object of this pending action.
getRetrievalErrorValue() - Method in interface com.filenet.api.property.Property
Returns the error code held by this Property object when the Content Engine property that it represents cannot be accessed.
getScope() - Method in interface com.filenet.api.meta.ClassDescription
Returns the originating "scope" (enclosing context) of this ClassDescription object.
getSearchableSid(RealmInfo, boolean, byte[]) - Method in interface com.filenet.api.engine.DirectoryMigrationProvider
For Internal Use Only.
getSearchDynamicGroup() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getSearchDynamicGroup() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getSearchModifier() - Method in class com.filenet.api.query.SearchTemplateContentItem
Retrieves the content search item search modifier to be used.
getSearchModifierRange() - Method in class com.filenet.api.query.SearchTemplateContentItem
Retrieves the content search item search modifier range to be used.
getSearchSubFolders() - Method in class com.filenet.api.query.SearchTemplateFolder
Retrieves a Boolean value indicating whether the search subfolders value is to be supplied at runtime.
getSelectProperties() - Method in class com.filenet.api.query.SearchTemplateParameters
Retrieves a listing of the select list properties in the search template that are to modified or excluded, as well as any new select list properties to be added for the search.
getSharedMap() - Method in class com.filenet.api.engine.HandlerCallContext
Returns a Map object with key/value pairs.
getShortName() - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
getShortName() - Method in class com.filenet.api.engine.UserInfo
For Internal Use Only.
getSortLevel() - Method in class com.filenet.api.query.SearchTemplateSelectProperty
Retrieve the merge data SortLevel.
getSortOrder() - Method in class com.filenet.api.query.SearchTemplateSelectProperty
Retrieve the merge data SortOrder.
getSource() - Method in class com.filenet.api.exception.ErrorRecord
Gets the name of the exception instance that occurred.
getSSLSocketFactory() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getSSLSocketFactory() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getState() - Method in interface com.filenet.api.property.Property
Returns a PropertyState constant that specifies the type of value held by this Property object as it relates to a particular Content Engine property.
getStringListValue(String) - Method in class com.filenet.api.action.PendingAction
Locates the named parameter in the parameter bag and returns the value of the object it holds.
getStringListValue(String) - Method in interface com.filenet.api.property.Properties
Locates a PropertyStringList property by name in this Properties collection and returns the value it holds.
getStringListValue() - Method in interface com.filenet.api.property.Property
Returns the list of values held by the Content Engine property collection represented by this PropertyStringList object.
getStringValue(String) - Method in class com.filenet.api.action.PendingAction
Locates the named parameter in the parameter bag and returns the value of the object it holds.
getStringValue() - Method in class com.filenet.api.constants.ConfigurationParameter
Returns a constant's string key equivalent.
getStringValue() - Method in class com.filenet.api.constants.FilteredPropertyType
Returns a String value associated with a specific instance of this class.
getStringValue(String) - Method in interface com.filenet.api.property.Properties
Locates a PropertyString property by name in this Properties collection and returns the value it holds.
getStringValue() - Method in interface com.filenet.api.property.Property
Returns the value held by the Content Engine property represented by this PropertyString object.
getSubclasses() - Method in class com.filenet.api.query.SearchTemplateParameters
Retrieves a listing of the subclass properties in the search template that are to modified or excluded, as well as any new subclass properties to be added for the search.
getSubject() - Method in class com.filenet.api.util.UserContext
Returns the current Subject associated with the thread.
getSummary() - Method in class com.filenet.api.query.SearchTemplateContent
Retrieves a Boolean value indicating whether content search summary is to be used for the search.
getSuperClasses() - Method in interface com.filenet.api.core.EngineObject
Returns a String array specifying the names of the superclasses of the class from which this object is instantiated.
getSymbolicName() - Method in class com.filenet.api.query.SearchTemplateSelectProperty
Retrieve the merge data selectprop symbolic name.
getSymbolicName() - Method in class com.filenet.api.query.SearchTemplateSubclass
Retrieves the symbolic name of the subclass to be to be modified, excluded or added for the search.
getTarget() - Method in interface com.filenet.api.engine.SweepActionHandler.SweepItem
 
getTargetPolicyId() - Method in class com.filenet.api.action.MoveContent
Returns the ID of the target storage area for the object content data.
getTimeLimit() - Method in class com.filenet.api.query.SearchTemplateParameters
Retrieves the query time limit for a client-to-server RPC, in seconds.
getTimeout() - Method in class com.filenet.api.action.Lock
Returns the number of seconds that the underlying object is intended to be locked.
getTotalCount() - Method in interface com.filenet.api.collection.PageIterator
Returns the count requested in a search that includes OPTIONS (COUNT_LIMIT N).
getTransactionKey() - Method in class com.filenet.api.engine.HandlerCallContext
Returns an opaque object representing the transaction context in which the handler is executing, if any.
getUpdateSequenceNumber() - Method in interface com.filenet.api.core.IndependentlyPersistableObject
Returns the update sequence number (USN) for this object.
getURI() - Method in interface com.filenet.api.core.Connection
Returns the Universal Resource Identity (URI) for this connection.
getUrl() - Method in class com.filenet.api.engine.DirectoryContext
For Internal Use Only.
getUrl() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getUrl() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getUserBaseDN() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getUserBaseDN() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getUserByDN(String, String[]) - Method in interface com.filenet.api.engine.DirectoryServiceProvider
For Internal Use Only.
getUserByShortName(String, String[]) - Method in interface com.filenet.api.engine.DirectoryServiceProvider
For Internal Use Only.
getUserByUniqueId(byte[], String[]) - Method in interface com.filenet.api.engine.DirectoryServiceProvider
For Internal Use Only.
getUserByUPN(String, String[]) - Method in interface com.filenet.api.engine.DirectoryServiceProvider
For Internal Use Only.
getUserDisplayNameAttribute() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getUserDisplayNameAttribute() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getUserList() - Method in class com.filenet.api.engine.UserInfo
For Internal Use Only.
getUsers() - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
getUsersByShortName(String, String[]) - Method in interface com.filenet.api.engine.DirectoryMigrationProvider
For Internal Use Only.
getUserSearchFilter() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getUserSearchFilter() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getUserShortNameAttribute() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getUserShortNameAttribute() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getUserUniqueIDAttribute() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
getUserUniqueIDAttribute() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
getValue() - Method in class com.filenet.api.constants.AccessLevel
Deprecated.
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.AccessRight
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.AccessType
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.AddOnType
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.AreaDeleteMethod
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.AuditLevel
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.AutoClassify
Returns a boolean representation of this instance.
getValue() - Method in class com.filenet.api.constants.AutoUniqueName
Returns the boolean value associated with this instance.
getValue() - Method in class com.filenet.api.constants.CachedContentOption
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.CacheStatus
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.Cardinality
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.CBRQueryOptimization
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.CBRQueryRankOverride
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.CBRSearchType
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.CBRSummaryType
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.CheckinType
Returns a boolean representation of this instance.
getValue() - Method in class com.filenet.api.constants.ChoiceType
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.ComponentCascadeDeleteAction
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.ComponentPreventDeleteAction
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.ComponentRelationshipType
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.CompoundDocumentState
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.ConnectionType
Returns an integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.ContentAccessRecordingLevel
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.ContentQueryOptimization
Returns an integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.DatabaseType
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.DefineSecurityParentage
Returns the boolean value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.DeletionAction
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.DeviceRetentionMode
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.DirectoryStructure
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.DocClassificationStatus
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.DurationUnits
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.EventExporterType
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.FilteredPropertyType
Returns a String value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.GroupAction
Returns an integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.IndexingFailureCode
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.IndexingFailureRecordingLevel
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.IndexingOperation
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.IndexingStatus
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.IndexJobStatus
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.IndexRequestStatus
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.InstallationStatus
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.JoinComparison
Returns an integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.JoinOperator
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.JoinType
Returns an integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.LifecycleChangeFlags
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.MergeMode
Returns an integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.ObjectStateRecordingLevel
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.PermissionSource
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.PermissionType
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.PrincipalSearchAttribute
Returns an integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.PrincipalSearchSortType
Returns an integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.PrincipalSearchType
Returns an integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.PropertyPersistence
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.PropertySettability
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.PropertyState
Returns an int value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.PublicationStatus
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.PublishingStatus
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.QueueEntryStatus
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.RefreshMode
Returns an integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.RenditionEngineState
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.ReplicationDirection
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.ReplicationJournalStatus
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.ReplicationMode
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.RequiredState
Returns an integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.ReservationType
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.ResourceStatus
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.SearchModifier
Returns an integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.SecurityPrincipalType
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.SecurityProxyType
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.SortOrder
Returns an integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.SpecialPrincipal
Returns a String associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.SweepMode
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.SweepResultType
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.TaskState
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.TextSearchServerMode
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.TextSearchServerStatus
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.ThumbnailImageColor
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.ThumbnailImageFormat
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.ThumbnailImageSize
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.TraceFlag
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.TypeID
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.VersionBindType
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.VersionSelection
Returns an integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.VersionStatus
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.constants.Weekday
Returns the internal integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.engine.SweepItemOutcome
Returns an integer value associated with a specific instance of this class.
getValue() - Method in class com.filenet.api.property.FilterElement
Returns a space-separated list of one or more property identifiers or a space-separated list of one or more property types that are specified by this FilterElement object.
getValueTypes() - Method in class com.filenet.api.constants.ConfigurationParameter
Returns an array of valid types, such as {Integer.class, Boolean.class}, to assist you in parsing and validating parameter values.
getVersionSelection() - Method in class com.filenet.api.query.SearchTemplateParameters
Retrieves the version selection setting to be used for the search.
getVersionSeriesId() - Method in class com.filenet.api.action.Create
Returns the version series ID for the underlying object of this pending action.
getWaitTimeInSecond() - Method in exception com.filenet.api.engine.EventExternalFailureException
Gets the value set in the constructor that specifies the wait time before retrying an external operation that previously failed.
getWhereProperties() - Method in class com.filenet.api.query.SearchTemplateParameters
Retrieves a listing of the Where properties in the search template that are to modified or excluded for the search.
GIF - Static variable in class com.filenet.api.constants.ThumbnailImageFormat
Specifies that the input document is rendered as a thumbnail GIF image.
GIF_AS_INT - Static variable in class com.filenet.api.constants.ThumbnailImageFormat
An int value associated with the GIF instance of this class.
GRANTEE_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
GRANTEE_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
GRAY_SCALE - Static variable in class com.filenet.api.constants.ThumbnailImageColor
Specifies that the input document is rendered as a grayscale thumbnail image.
GRAY_SCALE_AS_INT - Static variable in class com.filenet.api.constants.ThumbnailImageColor
An int value associated with the GRAY_SCALE instance of this class.
GREATER_THAN - Static variable in class com.filenet.api.constants.JoinComparison
A constant representing a JoinComparison instance of type GREATER_THAN.
GREATER_THAN_AS_INT - Static variable in class com.filenet.api.constants.JoinComparison
An integer associated with the GREATER_THAN instance of this class.
GREATER_THAN_EQUAL_TO - Static variable in class com.filenet.api.constants.JoinComparison
A constant representing a JoinComparison instance of type GREATER_THAN_EQUAL_TO.
GREATER_THAN_EQUAL_TO_AS_INT - Static variable in class com.filenet.api.constants.JoinComparison
An integer associated with the GREATER_THAN_EQUAL_TO instance of this class.
GROUP - Static variable in class com.filenet.api.constants.ClassNames
 
GROUP - Static variable in class com.filenet.api.constants.SecurityPrincipalType
The security principal type is a Group object.
Group - Interface in com.filenet.api.security
Represents a group of user accounts defined by the directory service on the Content Engine server.
GROUP_AS_INT - Static variable in class com.filenet.api.constants.SecurityPrincipalType
An int value associated with the GROUP instance of this class.
GROUP_BASE_DN - Static variable in class com.filenet.api.constants.PropertyNames
 
GROUP_DISPLAY_NAME_ATTRIBUTE - Static variable in class com.filenet.api.constants.PropertyNames
 
GROUP_MEMBERSHIP_SEARCH_FILTER - Static variable in class com.filenet.api.constants.PropertyNames
 
GROUP_NAME_ATTRIBUTE - Static variable in class com.filenet.api.constants.PropertyNames
 
GROUP_SEARCH_FILTER - Static variable in class com.filenet.api.constants.PropertyNames
 
GROUP_UNIQUE_IDATTRIBUTE - Static variable in class com.filenet.api.constants.PropertyNames
 
GROUP_UNIQUE_IDATTRIBUTE_IS_BINARY - Static variable in class com.filenet.api.constants.PropertyNames
 
GroupAction - Class in com.filenet.api.constants
Specifies the type of group action to apply to a set of content terms in a Stored Search query.
GroupInfo - Class in com.filenet.api.engine
For Internal Use Only.
GroupInfo() - Constructor for class com.filenet.api.engine.GroupInfo
 
GROUPS - Static variable in class com.filenet.api.constants.PropertyNames
 
GroupSet - Interface in com.filenet.api.collection
Represents a collection of Group objects.
GUID - Static variable in class com.filenet.api.constants.TypeID
Specifies a GUID (ID) data type.
GUID_AS_INT - Static variable in class com.filenet.api.constants.TypeID
An int value associated with the GUID instance of this class.
GuidConstants - Class in com.filenet.api.constants
Provides a set of constants representing GUID values for Content Engine API classes and properties.

H

HANDLER_TRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
HandlerCallContext - Class in com.filenet.api.engine
A HandlerCallContext object can be used for the following purposes: Communications between synchronous event handlers or change preprocessor handlers that execute within the same operation chain.
HAS_HIERARCHY - Static variable in class com.filenet.api.constants.PropertyNames
 
HAS_INCLUDE_SUBCLASSES - Static variable in class com.filenet.api.constants.PropertyNames
 
HAS_PROPER_SUBCLASS_PROPERTIES - Static variable in class com.filenet.api.constants.PropertyNames
 
hasException() - Method in interface com.filenet.api.core.BatchItemHandle
Indicates whether the batch item has an associated exception.
hasExceptions() - Method in class com.filenet.api.core.RetrievingBatch
Indicates whether any of the batch items have an associated exception as a result of the batch retrieval operation.
hashCode() - Method in class com.filenet.api.jdbc.Driver
 
hashCode() - Method in class com.filenet.api.util.Id
Returns the hashcode for this ID.
hasPendingExecute() - Method in class com.filenet.api.core.UpdatingBatch
Indicates whether there are any pending items to update in this batch.
HCP_DIRECTORY_PATH - Static variable in class com.filenet.api.constants.PropertyNames
 
HCP_MAX_CONNECTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
HCP_NAMESPACE_URL - Static variable in class com.filenet.api.constants.PropertyNames
 
HCP_PASSWORD - Static variable in class com.filenet.api.constants.PropertyNames
 
HCP_USER - Static variable in class com.filenet.api.constants.PropertyNames
 
HEAD - Static variable in class com.filenet.api.constants.PropertyNames
 
HELD_OBJECT - Static variable in class com.filenet.api.constants.PropertyNames
 
HELD_UNTIL_DATE - Static variable in class com.filenet.api.constants.PropertyNames
 
HISTORY - Static variable in class com.filenet.api.constants.EventExporterType
Specifies an event export store for the Case History publishing service.
HISTORY_AS_INT - Static variable in class com.filenet.api.constants.EventExporterType
An int value associated with the HISTORY instance of this class.
HISTORY_EXPORTER_ENABLED - Static variable in class com.filenet.api.constants.PropertyNames
 
HISTORY_EXPORTER_UPDATE_CACHE_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
HOLD - Static variable in class com.filenet.api.constants.PropertyNames
 
HOST_NAMES - Static variable in class com.filenet.api.constants.PropertyNames
 
HOURLY - Static variable in class com.filenet.api.constants.ContentAccessRecordingLevel
Specifies that the DateContentLastAccessed property will be updated only when an hour (3600 seconds) has elapsed since the last update of the DateContentLastAccessed property.
HOURLY_AS_INT - Static variable in class com.filenet.api.constants.ContentAccessRecordingLevel
An int value associated with the HOURLY instance of this class.
HOURS - Static variable in class com.filenet.api.constants.DurationUnits
Specifies a retention period in hours.
HOURS_AS_INT - Static variable in class com.filenet.api.constants.DurationUnits
An int value associated with the HOURS instance of this class.
HTTP_MAX_CONNECTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
HTTPS_CERT_VALIDATION_ENABLED - Static variable in class com.filenet.api.constants.PropertyNames
 

I

ID - Static variable in class com.filenet.api.constants.PropertyNames
 
Id - Class in com.filenet.api.util
Immutable class that represents GUID values.
Id(String) - Constructor for class com.filenet.api.util.Id
Constructs an ID from a string representing its GUID value.
Id(byte[]) - Constructor for class com.filenet.api.util.Id
Constructs an ID with an array of bytes representing its GUID value.
IdList - Interface in com.filenet.api.collection
Represents a collection of Id objects.
IDS - Static variable in class com.filenet.api.constants.PropertyNames
 
IGNORED - Static variable in class com.filenet.api.engine.SweepItemOutcome
Specifies that the object was ignored by the SweepActionHandler, the handler may have filtered the object out, or may have failed before processing the object.
IICECONFIGURATION_SERVER_URL - Static variable in class com.filenet.api.constants.PropertyNames
 
IICEFIXED_CONTENT_DEVICE - Static variable in class com.filenet.api.constants.ClassNames
 
IICEFixedContentDevice - Interface in com.filenet.api.admin
Represents an external fixed content device accessible via an instance of IBM Content Integrator (formerly known as Information Integrator Content Edition or IICE).
IICEFixedContentDeviceSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
IMAGE - Static variable in class com.filenet.api.constants.PropertyNames
 
IMAGE_BYTE_COUNT - Static variable in class com.filenet.api.constants.PropertyNames
 
IMAGE_COLOR - Static variable in class com.filenet.api.constants.PropertyNames
 
IMAGE_FORMAT - Static variable in class com.filenet.api.constants.PropertyNames
 
IMAGE_SERVICES_CLASS_DESCRIPTION - Static variable in class com.filenet.api.constants.ClassNames
 
IMAGE_SERVICES_CLASS_DESCRIPTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
IMAGE_SERVICES_CLASS_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
IMAGE_SERVICES_DATA_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
IMAGE_SERVICES_IMPORT_AGENT_CONFIGURATION - Static variable in class com.filenet.api.constants.ClassNames
 
IMAGE_SERVICES_PROPERTY_DESCRIPTION - Static variable in class com.filenet.api.constants.ClassNames
 
IMAGE_SERVICES_PROPERTY_DESCRIPTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
IMAGE_SERVICES_PROPERTY_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
IMAGE_SERVICES_REPOSITORY - Static variable in class com.filenet.api.constants.ClassNames
 
IMAGE_SERVICES_SITE_SETTINGS - Static variable in class com.filenet.api.constants.ClassNames
 
IMAGE_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
ImageServicesClassDescription - Interface in com.filenet.api.admin
Represents the description of an Image Services document class.
ImageServicesClassDescriptionList - Interface in com.filenet.api.collection
Represents a collection of ImageServicesClassDescription objects.
ImageServicesImportAgentConfiguration - Interface in com.filenet.api.admin
Represents configuration data for an Image Services import operation.
ImageServicesImportAgentConfigurationList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
ImageServicesPropertyDescription - Interface in com.filenet.api.admin
Represents the description of an Image Services document class property.
ImageServicesPropertyDescriptionList - Interface in com.filenet.api.collection
Represents a collection of ImageServicesPropertyDescription objects.
ImageServicesRepository - Interface in com.filenet.api.replication
Represents an IBM® FileNet® Image Services external repository that is capable of federating content.
ImageServicesRepositorySet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
ImageServicesSiteSettings - Interface in com.filenet.api.admin
Represents the configuration settings that can be overridden for the Image Services fixed content devices on the specified site.
ImageServicesSiteSettingsList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
IMEX_EXPORT_DERBY_DRIVER_CLASS_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCX0004E

IMEX_EXPORT_DERBY_DRIVER_CLASS_NOT_FOUND The Apache Derby driver class was not found.

IMEX_EXPORT_DERBY_SQL_EXCEPTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCX0005E

IMEX_EXPORT_DERBY_SQL_EXCEPTION Apache Derby experienced a sql exception.

IMEX_EXPORT_DERBY_STARTUP_EXCEPTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCX0006E

IMEX_EXPORT_DERBY_STARTUP_EXCEPTION Apache Derby experienced a startup exception.

IMEX_EXPORT_MANIFEST_MISSING_OBJECT_STORE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCX0003E

IMEX_EXPORT_MANIFEST_MISSING_OBJECT_STORE The Export Manifest file is missing the ObjectStore information.

IMEX_IMPORT_CAN_NOT_FIND_CONTENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCX0001E

IMEX_IMPORT_CAN_NOT_FIND_CONTENT The import process can not find the content {0} for an object {1}

The import process can not find the content for an object

IMEX_IMPORT_INVALID_XML_START - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCX0007E

IMEX_IMPORT_INVALID_XML_START The import process encountered an invalid dataset.

IMEX_OBJECTSTORE_REFERENCE_NOT_AVAILABLE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCX0002E

IMEX_OBJECTSTORE_REFERENCE_NOT_AVAILABLE The ObjectStore reference is not available for given IndependentObject

IMFIXED_CONTENT_DEVICE - Static variable in class com.filenet.api.constants.ClassNames
 
IMFixedContentDevice - Interface in com.filenet.api.admin
Represents the description of a FileNet Image Services fixed content device.
IMFixedContentDeviceSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
IMMEDIATE - Static variable in class com.filenet.api.constants.ContentAccessRecordingLevel
Specifies that the DateContentLastAccessed property will be updated as soon as content is accessed.
IMMEDIATE_AS_INT - Static variable in class com.filenet.api.constants.ContentAccessRecordingLevel
An int value associated with the IMMEDIATE instance of this class.
IMMEDIATE_SUBCLASS_DEFINITIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
IMMEDIATE_SUBCLASS_DESCRIPTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
IMPLEMENTATION_CLASS - Static variable in class com.filenet.api.constants.PropertyNames
 
IMPORT_AGENT_RETRY_COUNT - Static variable in class com.filenet.api.constants.PropertyNames
 
IMPORT_DATA - Static variable in class com.filenet.api.constants.PropertyNames
 
IN - Static variable in class com.filenet.api.constants.GroupAction
Specifies a group action based on the in context.
IN_PROCESS - Static variable in class com.filenet.api.constants.VersionStatus
Specifies that the document version is an in-process minor version.
IN_PROCESS - Static variable in class com.filenet.api.constants.VersionStatusId
Indicates an in-process document version.
IN_PROCESS_AS_INT - Static variable in class com.filenet.api.constants.VersionStatus
An int value associated with the IN_PROCESS instance of this class.
IN_PROGRESS - Static variable in class com.filenet.api.constants.IndexJobStatus
The indexing job is currently in progress.
IN_PROGRESS - Static variable in class com.filenet.api.constants.IndexRequestStatus
Indicates the index request is currently in progress.
IN_PROGRESS - Static variable in class com.filenet.api.constants.QueueEntryStatus
Indicates that the operation is in progress.
IN_PROGRESS - Static variable in class com.filenet.api.constants.ReplicationJournalStatus
The processing of the replication journal entry is in progress.
IN_PROGRESS_AS_INT - Static variable in class com.filenet.api.constants.IndexJobStatus
An int value associated with the IN_PROGRESS instance of this class.
IN_PROGRESS_AS_INT - Static variable in class com.filenet.api.constants.IndexRequestStatus
An int value associated with the IN_PROGRESS instance of this class.
IN_PROGRESS_AS_INT - Static variable in class com.filenet.api.constants.QueueEntryStatus
An int value associated with the IN_PROGRESS instance of this class.
IN_PROGRESS_AS_INT - Static variable in class com.filenet.api.constants.ReplicationJournalStatus
An int value associated with the IN_PROGRESS instance of this class.
INBOUND - Static variable in class com.filenet.api.constants.ReplicationDirection
For ExternalClassAlias objects, this constant specifies that instances of an external class can be replicated from an external repository to a Content Engine object store, which results in the creation of instances of the mapped Content Engine class.
INBOUND_AS_INT - Static variable in class com.filenet.api.constants.ReplicationDirection
An int value associated with the INBOUND instance of this class.
INBOUND_BATCH_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
INBOUND_BUSY_WAIT_INTERVAL - Static variable in class com.filenet.api.constants.PropertyNames
 
INBOUND_DISPATCHER_ENABLED - Static variable in class com.filenet.api.constants.PropertyNames
 
INBOUND_FILE_NAME_CACHE_MAX_ENTRIES - Static variable in class com.filenet.api.constants.PropertyNames
 
INBOUND_IDLE_WAIT_INTERVAL - Static variable in class com.filenet.api.constants.PropertyNames
 
INCLUDE_SUBCLASSES_REQUESTED - Static variable in class com.filenet.api.constants.PropertyNames
 
INDEFINITE - Static variable in class com.filenet.api.constants.RetentionConstants
Specifies an indefinite retention period for a CmRetentionDate property.
INDEFINITE_PERIOD - Static variable in class com.filenet.api.constants.RetentionConstants
Specifies an indefinite retention period for a DefaultRetentionPeriod property.
INDEFINITE_PERIOD_AS_INT - Static variable in class com.filenet.api.constants.RetentionConstants
An int value associated with the INDEFINITE_PERIOD instance of this class.
IndependentlyPersistableObject - Interface in com.filenet.api.core
Represents a persistable IndependentObject that you can directly create, update, and delete.
IndependentObject - Interface in com.filenet.api.core
Indicates objects that are independent.
IndependentObjectSet - Interface in com.filenet.api.collection
Represents a collection of independent objects.
INDEX - Static variable in class com.filenet.api.constants.TextSearchServerMode
The server performs only indexing tasks.
INDEX_AND_SEARCH - Static variable in class com.filenet.api.constants.TextSearchServerMode
The server performs both indexing and search tasks.
INDEX_AND_SEARCH_AS_INT - Static variable in class com.filenet.api.constants.TextSearchServerMode
An int value associated with the INDEX_AND_SEARCH instance of this class.
INDEX_AREA - Static variable in class com.filenet.api.constants.ClassNames
 
INDEX_AREA - Static variable in class com.filenet.api.constants.PropertyNames
 
INDEX_AREAS - Static variable in class com.filenet.api.constants.PropertyNames
 
INDEX_AS_INT - Static variable in class com.filenet.api.constants.TextSearchServerMode
An int value associated with the INDEX instance of this class.
INDEX_ITEMS - Static variable in class com.filenet.api.constants.PropertyNames
 
INDEX_JOB - Static variable in class com.filenet.api.constants.ClassNames
 
INDEX_JOB - Static variable in class com.filenet.api.constants.PropertyNames
 
INDEX_JOB_CLASS_ITEM - Static variable in class com.filenet.api.constants.ClassNames
 
INDEX_JOB_COLLECTION_ITEM - Static variable in class com.filenet.api.constants.ClassNames
 
INDEX_JOB_ITEM - Static variable in class com.filenet.api.constants.ClassNames
 
INDEX_JOB_SINGLE_ITEM - Static variable in class com.filenet.api.constants.ClassNames
 
INDEX_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
INDEX_PARTITION_CONSTRAINTS - Static variable in class com.filenet.api.constants.PropertyNames
 
INDEX_REQUEST_STATUS - Static variable in class com.filenet.api.constants.PropertyNames
 
INDEX_REQUESTS - Static variable in class com.filenet.api.constants.PropertyNames
 
INDEX_SIZE_KBYTES - Static variable in class com.filenet.api.constants.PropertyNames
 
IndexArea - Interface in com.filenet.api.admin
Represents the disk storage location and data necessary to perform full-text indexing for content-based retrieval.
IndexAreaSet - Interface in com.filenet.api.collection
Represents a collection of IndexArea objects.
INDEXATION_ID - Static variable in class com.filenet.api.constants.PropertyNames
 
INDEXED_OBJECT_COUNT - Static variable in class com.filenet.api.constants.PropertyNames
 
INDEXING_FAILURE_RECORDING_LEVEL - Static variable in class com.filenet.api.constants.PropertyNames
 
INDEXING_JOB_TIMESLOTS - Static variable in class com.filenet.api.constants.PropertyNames
 
INDEXING_OPERATION - Static variable in class com.filenet.api.constants.PropertyNames
 
INDEXING_STATUS - Static variable in class com.filenet.api.constants.PropertyNames
 
IndexingFailureCode - Class in com.filenet.api.constants
Provides a set of constants that identifies the types of failures that have occurred as a result of an index request for a CBR-enabled object.
IndexingFailureRecordingLevel - Class in com.filenet.api.constants
Identifies whether or how indexing failures are persisted to the object store.
IndexingOperation - Class in com.filenet.api.constants
Provides a set of constants that are used by the IndexingOperation property of a CmIndexRequest object to identify the type of index request operation.
IndexingStatus - Class in com.filenet.api.constants
Provides a set of constants that specify the load balancing status of an IBM® Content Search Services index.
IndexJob - Interface in com.filenet.api.admin
Initiates and tracks the status of a full-text indexing operation.
IndexJobClassItem - Interface in com.filenet.api.admin
Identifies the class to be full-text indexed.
IndexJobClassItemList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
IndexJobCollectionItem - Interface in com.filenet.api.admin
Identifies an IBM® Content Search Services index to be full-text indexed.
IndexJobCollectionItemList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
IndexJobItem - Interface in com.filenet.api.admin
Indicates a particular item that is being full text indexed.
IndexJobItemList - Interface in com.filenet.api.collection
Represents a collection of IndexJobItem objects.
IndexJobSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
IndexJobSingleItem - Interface in com.filenet.api.admin
Identifies an object to be full-text indexed.
IndexJobSingleItemList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
IndexJobStatus - Class in com.filenet.api.constants
Provides a set of constants that are used by the JobStatus property of an IndexJob object to identify the status of an index job.
IndexRequestStatus - Class in com.filenet.api.constants
Indicates the status of an index request.
INFINITE - Static variable in class com.filenet.api.constants.RetentionPeriod
Deprecated.
 
INFINITE_AS_INT - Static variable in class com.filenet.api.constants.RetentionPeriod
Deprecated.
As of release 5.2.0.
INHERIT_PARENT_PERMISSIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
INHERIT_RECOVERY_BIN_PERMISSIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
INHERITABLE_DEPTH - Static variable in class com.filenet.api.constants.PropertyNames
 
INHERITANCE - Static variable in class com.filenet.api.constants.SecurityProxyType
Inherits security from a parent object.
INHERITANCE_AS_INT - Static variable in class com.filenet.api.constants.SecurityProxyType
An int value associated with the INHERITANCE instance of this class.
init(ConfigurationParameters) - Static method in class com.filenet.api.util.Configuration
Initializes and configures the client API.
initialize(Subject, CallbackHandler, Map, Map) - Method in class com.filenet.api.authentication.jboss.login.FnClientLoginModule
 
initialize(Subject, CallbackHandler, Map, Map) - Method in class com.filenet.api.authentication.jboss.login.FnClientLoginModuleJB6EAP
 
initialize(DirectoryInfo[]) - Method in interface com.filenet.api.engine.DirectoryServiceProvider
For Internal Use Only.
initialize(Subject, CallbackHandler, Map, Map) - Method in class com.filenet.api.util.WSILoginModule
The standard javax.security.auth.spi.LoginModule.initialize() method.
INITIATING_USER - Static variable in class com.filenet.api.constants.PropertyNames
 
INLINE_CONTENT_RETRIEVAL_LIMIT - Static variable in class com.filenet.api.constants.PropertyNames
 
INNER - Static variable in class com.filenet.api.constants.JoinOperator
Indicates an inner join.
INNER - Static variable in class com.filenet.api.constants.JoinType
Specifies an inner join.
INNER_AS_INT - Static variable in class com.filenet.api.constants.JoinOperator
An int value associated with the INNER instance of this class.
INPUT_DOCUMENT - Static variable in class com.filenet.api.constants.PropertyNames
 
INPUT_FORMATS - Static variable in class com.filenet.api.constants.PropertyNames
 
InstallAddOn - Class in com.filenet.api.action
Represents a pending action for installing an add-on.
InstallAddOn(String) - Constructor for class com.filenet.api.action.InstallAddOn
Creates a new instance of the InstallAddOn pending action object.
installAddOn(AddOn) - Method in interface com.filenet.api.core.ObjectStore
Installs an add-on, available on a domain, to the current object store.
INSTALLATION_DATE - Static variable in class com.filenet.api.constants.PropertyNames
 
INSTALLATION_FAILURE - Static variable in class com.filenet.api.constants.InstallationStatus
Specifies that the add-on installation or upgrade was not successful.
INSTALLATION_FAILURE_AS_INT - Static variable in class com.filenet.api.constants.InstallationStatus
An int value associated with the INSTALLATION_FAILURE instance of this class.
INSTALLATION_REPORT - Static variable in class com.filenet.api.constants.PropertyNames
 
INSTALLATION_STATUS - Static variable in class com.filenet.api.constants.PropertyNames
 
InstallationStatus - Class in com.filenet.api.constants
Provides a set of constants that identify the status of an add-on installation or upgrade.
INSTALLED - Static variable in class com.filenet.api.constants.InstallationStatus
Specifies that the add-on installation or upgrade was successful.
INSTALLED_AS_INT - Static variable in class com.filenet.api.constants.InstallationStatus
An int value associated with the INSTALLED instance of this class.
INSTALLED_BY_ADD_ON - Static variable in class com.filenet.api.constants.PropertyNames
 
INSTALLER - Static variable in class com.filenet.api.constants.PropertyNames
 
INSTANCE_SUBSCRIPTION - Static variable in class com.filenet.api.constants.ClassNames
 
INSTANCE_WORKFLOW_SUBSCRIPTION - Static variable in class com.filenet.api.constants.ClassNames
 
InstanceSubscription - Interface in com.filenet.api.events
Represents a subscription for events generated by a single object instance of a particular class.
InstanceSubscriptionSet - Interface in com.filenet.api.collection
Represents a collection of InstanceSubscription objects.
InstanceWorkflowSubscription - Interface in com.filenet.api.events
Represents a subscription that initiates a workflow in response to events generated by a single object instance.
InstanceWorkflowSubscriptionSet - Interface in com.filenet.api.collection
Represents a collection of InstanceWorkflowSubscription objects.
InstantiatingScope - Interface in com.filenet.api.core
Provides a generic means for instantiating independent objects within a scope.
INTEGER - Static variable in class com.filenet.api.constants.ChoiceType
Specifies a Choice object that represents an integer-type choice item.
Integer32List - Interface in com.filenet.api.collection
Represents a List collection (ordered, non-unique) of Integer (32-bit signed integer) values.
INTEGER_AS_INT - Static variable in class com.filenet.api.constants.ChoiceType
An int value associated with the INTEGER instance of this class.
INTER_BATCH_DELAY - Static variable in class com.filenet.api.constants.PropertyNames
 
INTER_SWEEP_DELAY - Static variable in class com.filenet.api.constants.PropertyNames
 
INTERNAL_PORT_NUMBER - Static variable in class com.filenet.api.constants.PropertyNames
 
INTERSECTION - Static variable in class com.filenet.api.constants.MergeMode
A constant representing a MergeMode instance of type INTERSECTION.
INTERSECTION_AS_INT - Static variable in class com.filenet.api.constants.MergeMode
An integer associated with the INTERSECTION instance of this class.
INVALID_CHARACTERS - Static variable in class com.filenet.api.constants.ContainmentName
Specifies the following illegal containment name characters:
IS_ALL_PUSH_WORKERS_BUSY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0048E

IS_ALL_PUSH_WORKERS_BUSY The maximum number of push workers was exceeded.

IS_ANNOT_ATTR_INVALID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0089E

IS_ANNOT_ATTR_INVALID The attribute_name attribute in the annot_id annotation is not valid.

IS_ANNOT_INVALID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0091E

IS_ANNOT_INVALID The document annotation annot_id originating from the Image Services server is not valid.

IS_ANNOT_NOT_SUPPORTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0063E

IS_ANNOT_NOT_SUPPORTED The annotation class is not supported, the number of content elements is not one or Annotated Content Element property is null.

IS_ANNOT_NOT_SUPPORTED_INFO - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0082E

IS_ANNOT_NOT_SUPPORTED_INFO Image Services annotations will not be federated for Object Store {0}.

IS_ANNOT_PERM_ERR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0066E

IS_ANNOT_PERM_ERR There is an exception in the annotation access permission.

IS_ANNOT_TOO_LARGE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0090E

IS_ANNOT_TOO_LARGE The annot_id annotation is too large to replicate to Image Services.

IS_CANNOT_GET_DCL_MAPPING - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0057E

IS_CANNOT_GET_DCL_MAPPING The Image Services document class or properties mapping for Object Store {0} and {1} cannot be retrieved.

IS_CBRENABLED - Static variable in class com.filenet.api.constants.PropertyNames
 
IS_CLASS_DEFAULT_MAPPED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0087E

IS_CLASS_DEFAULT_MAPPED The class mapping cannot be updated or removed.

IS_CLASS_MAPPING_PARSE_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0001E

IS_CLASS_MAPPING_PARSE_ERROR An error occurred while parsing the XML contained in the DocClassAndPropertyMappingXML property.

IS_CLOSE_NOT_ALLOWED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0047E

IS_CLOSE_NOT_ALLOWED Image Services Replication cannot be shutdown.

IS_CONFIRM_CLASS_MAPPING_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0072E

IS_CONFIRM_CLASS_MAPPING_ERROR An error {0} occurred when sending class mapping changes to the Image Services system {1} for object store {2}.

IS_CONNECT_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0055E

IS_CONNECT_ERROR Failed to connect to the Image Services system {0} due to a network or cache resource problem.

IS_CURRENT_VERSION - Static variable in class com.filenet.api.constants.PropertyNames
 
IS_DATE_PARSE_ERR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0058E

IS_DATE_PARSE_ERR Error occurred while parsing the date {0}.

IS_DEREPL_NOT_ALLOWED_DURING_ASYNC_UPGRADE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0093E

IS_DEREPL_NOT_ALLOWED_DURING_ASYNC_UPGRADE Stop replication is not allowed during asynchronous replication upgrade for object store objstore_id.

IS_DOC_DELETE_NOT_ALLOWED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0074E

IS_DOC_DELETE_NOT_ALLOWED Deletion of the CE document is not allowed.

IS_ENABLED - Static variable in class com.filenet.api.constants.PropertyNames
 
IS_FROZEN_VERSION - Static variable in class com.filenet.api.constants.PropertyNames
 
IS_HIDDEN - Static variable in class com.filenet.api.constants.PropertyNames
 
IS_HIERARCHICAL - Static variable in class com.filenet.api.constants.PropertyNames
 
IS_IMPORT_AGENT_ENABLED - Static variable in class com.filenet.api.constants.PropertyNames
 
IS_IN_EXCEPTION_STATE - Static variable in class com.filenet.api.constants.PropertyNames
 
IS_INBOUND_DOC_UPDATE_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0075E

IS_INBOUND_DOC_UPDATE_ERROR The update from the Image Services document {0} to the Content Engine document {1} cannot be processed because the Content Engine document has a replication error.

IS_INVALID_ANNOT_EXTID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0065E

IS_INVALID_ANNOT_EXTID The external object identity {0} in annotation {1} is not valid.

IS_ISR_NOT_CREATED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0067E

IS_ISR_NOT_CREATED The Image Services Repository must be created for each IS FCD.

IS_LOCK_INTERRUPT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0088E

IS_LOCK_INTERRUPT The IS data dictionary information could not be retrieved because it timed out or was interrupted while waiting for a lock in {0}.

IS_MIGRATION_JOB - Static variable in class com.filenet.api.constants.PropertyNames
 
IS_MOVECONTENT_CANT_NULL_RG - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0080E

IS_MOVECONTENT_CANT_NULL_RG The replication group and external object Id for the document {0} and its annotations cannot be removed during MoveContent post processing.

IS_NAME_PROPERTY - Static variable in class com.filenet.api.constants.PropertyNames
 
IS_ORDERABLE - Static variable in class com.filenet.api.constants.PropertyNames
 
IS_OUTBOUND_REPL_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0056E

IS_OUTBOUND_REPL_ERROR Error encountered during outbound replication to IS.

IS_PD_ACTION_NOT_SUP - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0002E

IS_PD_ACTION_NOT_SUP Catalog Export Log action {0} is not supported.

IS_PD_ANNOT_DATE_ERR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0070E

IS_PD_ANNOT_DATE_ERR The inbound annotation update was rejected because the modify date is older than the last modified date for the current Content Engine annotation value.

IS_PD_ANNOT_DOC_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0077E

IS_PD_ANNOT_DOC_ERROR The {0} action for the annotation {1} could not be processed because the Content Engine document cannot be found.

IS_PD_ANNOT_DOC_REPL_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0079E

IS_PD_ANNOT_DOC_REPL_ERROR The annotation {0} could not be processed because the document is not replicated.

IS_PD_ANNOT_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0003E

IS_PD_ANNOT_ERROR A CFS-IS Import Agent exception occurred during annotation processing.

IS_PD_ANNOT_IRRECOVERABLE_ERR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0004E

IS_PD_ANNOT_IRRECOVERABLE_ERR A CFS-IS Import Agent exception occurred during annotation processing.

IS_PD_ANNOT_NOT_REPL_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0084E

IS_PD_ANNOT_NOT_REPL_ERROR The update or delete action for annotation {0} could not be processed because the existing Content Engine annotation is not replicated.

IS_PD_ANNOT_REPL_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0078E

IS_PD_ANNOT_REPL_ERROR The annotation {0} could not be processed because the replication group {1} did not match the document replication group {2}.

IS_PD_ANNOT_REPL_UPDATE_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0083E

IS_PD_ANNOT_REPL_UPDATE_ERROR The update or delete action for annotation {0} could not be processed because the replication group {1} did not match the existing Content Engine annotation replication group {2}.

IS_PD_CANNOT_ADD_COMPENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0005E

IS_PD_CANNOT_ADD_COMPENT CFS-IS document {0} cannot be added to the list of completed entries.

IS_PD_CANNOT_CLEAR_INX_SHM - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0006E

IS_PD_CANNOT_CLEAR_INX_SHM The document processing data on the Image Services system cannot be cleared when the Content Engine is being shutdown.

IS_PD_CANNOT_FIND_COMPENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0007E

IS_PD_CANNOT_FIND_COMPENT The completed entry for document {0} canont be found.

IS_PD_CANNOT_GET_COMPENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0008E

IS_PD_CANNOT_GET_COMPENT The completed entry for document {0} cannot be retrieved.

IS_PD_CANNOT_RECOVER_DOC - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0009E

IS_PD_CANNOT_RECOVER_DOC Document {0} cannot be recovered.

IS_PD_CE_PROP_TYPE_NOT_SUP - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0010E

IS_PD_CE_PROP_TYPE_NOT_SUP Content Engine property type {0} is not supported.

IS_PD_CE_PROP_UPDATED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0060E

IS_PD_CE_PROP_UPDATED The property {1} in the document {0} will be overridden by the value from the Image Services system.

IS_PD_CE_UNEXPECTED_PROP_TYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0011E

IS_PD_CE_UNEXPECTED_PROP_TYPE The property type for Content Engine property {0} in document {1} is not expected.

IS_PD_COMMIT_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0012E

IS_PD_COMMIT_ERROR Got {0} catalog entries, only completed {1} entries.

IS_PD_CREATE_CONTENT_ELEMENT_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0013E

IS_PD_CREATE_CONTENT_ELEMENT_ERROR The content element object cannot be created.

IS_PD_CREATE_CONTENT_REF_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0014E

IS_PD_CREATE_CONTENT_REF_ERROR The content reference object cannot be created.

IS_PD_CREATE_CONTENT_XFER_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0015E

IS_PD_CREATE_CONTENT_XFER_ERROR The content transfer object cannot be created.

IS_PD_DCL_ID_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0016E

IS_PD_DCL_ID_NOT_FOUND The ID for the external document class [{0}] cannot be obtained.

IS_PD_DCL_NOT_MAPPED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0017E

IS_PD_DCL_NOT_MAPPED The external document {0} cannot be processed.

IS_PD_DCL_NOT_MATCH - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0018E

IS_PD_DCL_NOT_MATCH The update of the external document {0} to the Content Engine document {1} was rejected because the Content Engine document class ID {2} does not match the current document class mapping.

IS_PD_DCL_TO_ID_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0019E

IS_PD_DCL_TO_ID_ERROR The list of IDs for the Image Services document classes could not be retrieved.

IS_PD_DELETE_DOC_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0020E

IS_PD_DELETE_DOC_ERROR The Content Engine document {0} cannot be deleted.

IS_PD_DN_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0021E

IS_PD_DN_NOT_FOUND The Distinguished Name [{0}] cannot be found.

IS_PD_DOC_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0022E

IS_PD_DOC_ERROR A CFS-IS Import Agent exception occurred during document processing.

IS_PD_FETCH_ANNOTATED_DOC_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0023E

IS_PD_FETCH_ANNOTATED_DOC_ERROR The annotated document {0} cannot be retrieved.

IS_PD_FETCH_CUSTOM_OBJ_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0024E

IS_PD_FETCH_CUSTOM_OBJ_ERROR The Custom Object {0} cannot be retrieved.

IS_PD_FETCH_DOC_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0025E

IS_PD_FETCH_DOC_ERROR The document {0} cannot be retrieved.

IS_PD_GET_ANNOTATIONS_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0085E

IS_PD_GET_ANNOTATIONS_ERROR An error occurred while getting all the annotations for the Content Engine document {0}.

IS_PD_GET_DICT_TS_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0073E

IS_PD_GET_DICT_TS_ERROR The data dictionary time stamp for the Image Services system cannot be retrieved.

IS_PD_GET_LOG_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0026E

IS_PD_GET_LOG_ERROR Federated entries from the Image Services system {0} cannot be retrieved.

IS_PD_MAPPING_NOT_INIT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0027E

IS_PD_MAPPING_NOT_INIT Document Class and Properties mapping have not been initialized.

IS_PD_MISC_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0028E

IS_PD_MISC_ERROR A CFS-IS Import Agent exception occurred.

IS_PD_MISMATCH_RG - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0092E

IS_PD_MISMATCH_RG The Replication Group in document ce_doc is repl_group instead of expected_repl_group.

IS_PD_NEW_DIR_MISMATCH - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0029E

IS_PD_NEW_DIR_MISMATCH The Content Engine property value does not match the CFS-IS current catalog value.

IS_PD_NO_DN - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0030E

IS_PD_NO_DN The Distinguished Name for the Image Services principal ID {0} cannot be retrieved.

IS_PD_NO_FSA - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0031E

IS_PD_NO_FSA The Fixed Storage Area for the Fixed Content Device {0} cannot be found.

IS_PD_OLD_DIR_MISMATCH - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0032E

IS_PD_OLD_DIR_MISMATCH The Content Engine property value does not match the CFS-IS previous catalog value.

IS_PD_OS_GUID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0033E

IS_PD_OS_GUID Failed to set up FN_IS_GUID for object store {0}.

IS_PD_PARSER_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0034E

IS_PD_PARSER_ERROR An error occurred while parsing the XML in the Custom Object {0}.

IS_PD_PROP_ID_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0035E

IS_PD_PROP_ID_NOT_FOUND The ID for the Image Services property [{0}] cannot be found.

IS_PD_PROP_TO_ID_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0036E

IS_PD_PROP_TO_ID_ERROR The list of IDs for the Image Services properties could not be retrieved.

IS_PD_PROPERTY_CONVERT_ERR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0081E

IS_PD_PROPERTY_CONVERT_ERR The Image Services document {0} was rejected because an {1} error occurred converting the Image Services index {2} = '{3}' to the Content Engine type {4}.

IS_PD_PROPERTY_UPDATE_ERR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0071E

IS_PD_PROPERTY_UPDATE_ERR The Image Services document {0} was rejected because an {1} error occurred when setting the Content Engine property {2} to Image Services index {3} = '{4}'.

IS_PD_SAVE_BATCH_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0037E

IS_PD_SAVE_BATCH_ERROR An error occurred while saving a batch of catalog entries.

IS_PD_SAVE_DOC_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0038E

IS_PD_SAVE_DOC_ERROR An error occurred while saving the Content Engine document {0}.

IS_PD_SSI_LOGON_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0039E

IS_PD_SSI_LOGON_ERROR SSI Logon to {0} failed, retrying.

IS_PD_UNEXPECTED_INDEX_TYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0040E

IS_PD_UNEXPECTED_INDEX_TYPE Image Services index type {0} in document {1} is not expected.

IS_PD_UPDATE_ANNOT_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0086E

IS_PD_UPDATE_ANNOT_NOT_FOUND The Content Engine annotation cannot be retrieved for update.

IS_PD_UPDATE_DOC_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0041E

IS_PD_UPDATE_DOC_ERROR Inbound update of the Image Services document ID {0} failed.

IS_PD_XML_LEN_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0042E

IS_PD_XML_LEN_ERROR The XML string in the Custom Object {0} is less than the minimum length of {1}.

IS_PD_XML_VERSION_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0043E

IS_PD_XML_VERSION_ERROR Wrong XMLVERSION in the Custom Object {0}.

IS_PERSISTENT - Static variable in class com.filenet.api.constants.PropertyNames
 
IS_PS_DOC_BUILDER_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0044E

IS_PS_DOC_BUILDER_ERROR newDocumentBuilder method failed; object '{0}.

IS_PS_PARSE_IO_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0045E

IS_PS_PARSE_IO_ERROR I/O exception while parsing custom object; object: '{0}.

IS_PS_PARSE_SAX_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0046E

IS_PS_PARSE_SAX_ERROR SAX exception while parsing custom object; object: '{0}.

IS_PULL_WORKER_CALLED_WHILE_BUSY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0049E

IS_PULL_WORKER_CALLED_WHILE_BUSY The index for a pullWork call refers to a worker that is still busy from a previous call.

IS_PULL_WORKER_INDEX_INVALID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0052E

IS_PULL_WORKER_INDEX_INVALID An inbound worker was requested that does not exist.

IS_PULLWORKER_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0059E

IS_PULLWORKER_ERROR An error occurred in a CFS-IS inbound replication worker.

IS_READ_ONLY - Static variable in class com.filenet.api.constants.PropertyNames
 
IS_REPL_CANT_FETCH_OBJ - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0064E

IS_REPL_CANT_FETCH_OBJ Object {0} cannot be retrieved.

IS_REPL_GROUP_FUNCTION_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0062E

IS_REPL_GROUP_FUNCTION_ERROR An error {0} occurred in a {1} function for Replication Group [{2}] and Image Services system {3}.

IS_REPL_GROUP_UNEXPECTED_EXCEPTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0061E

IS_REPL_GROUP_UNEXPECTED_EXCEPTION An unexpected exception occurred in a {0} function for Replication Group {1} and Image Services system {2}.

IS_REPL_LEAVE_GROUP_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0076E

IS_REPL_LEAVE_GROUP_ERROR The replication group [{0}] cannot be deleted.

IS_REPLICATION_PROVIDER_ALREADY_INITIALIZED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0051E

IS_REPLICATION_PROVIDER_ALREADY_INITIALIZED The Image Services replication provider has already been initialized and can only be initialized once.

IS_REPLICATION_PROVIDER_NOT_INITIALIZED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0050E

IS_REPLICATION_PROVIDER_NOT_INITIALIZED The Image Services replication provider must be initialized before calling any of its functions.

IS_RESERVED - Static variable in class com.filenet.api.constants.PropertyNames
 
IS_RG_ALREADY_EXIST - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0069E

IS_RG_ALREADY_EXIST Replication group {0} [{1}] already exists for object store {2} and Image Services repository {3}.

IS_SEARCHABLE - Static variable in class com.filenet.api.constants.PropertyNames
 
IS_SECURABLE - Static variable in class com.filenet.api.constants.PropertyNames
 
IS_SELECTABLE - Static variable in class com.filenet.api.constants.PropertyNames
 
IS_SINGLE_INDEXED - Static variable in class com.filenet.api.constants.PropertyNames
 
IS_SSI_LOGOFF_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0054E

IS_SSI_LOGOFF_ERROR SSI Logoff failed for {0}.

IS_SSI_LOGON_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0053E

IS_SSI_LOGON_ERROR SSI Logon failed for {0}.

IS_SSLENABLED - Static variable in class com.filenet.api.constants.PropertyNames
 
IS_STRING_EXCEED_MAX - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0068E

IS_STRING_EXCEED_MAX The length of the Content Engine String property {0} exceeds the Image Services supported maximum length of 239.

IS_SYNCHRONOUS - Static variable in class com.filenet.api.constants.PropertyNames
 
IS_SYSTEM_GENERATED - Static variable in class com.filenet.api.constants.PropertyNames
 
IS_SYSTEM_OWNED - Static variable in class com.filenet.api.constants.PropertyNames
 
IS_UPDATE_DUP_ANNOT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCI0094E

IS_UPDATE_DUP_ANNOT Annotation annot_id is a duplicate and should be deleted.

IS_VALUE_REQUIRED - Static variable in class com.filenet.api.constants.PropertyNames
 
IS_VERSIONING_ENABLED - Static variable in class com.filenet.api.constants.PropertyNames
 
isAddOnInstalled(Id) - Method in interface com.filenet.api.core.ObjectStore
Returns a boolean value indicating whether the feature addon identified by addOnId is installed (true) or not (false) in the object store.
isCurrent() - Method in interface com.filenet.api.core.IndependentlyPersistableObject
Returns a value indicating whether or not the state of this object is consistent with its state in the repository.
isDetailTraceEnabled() - Method in class com.filenet.api.engine.HandlerCallContext
Indicates whether detailed-level tracing is enabled for the Handlers subsystem.
isDirty() - Method in interface com.filenet.api.property.Properties
Specifies whether this Properties collection has changed since it was last saved (true) or not (false).
isDirty() - Method in interface com.filenet.api.property.Property
Specifies whether the value of the Content Engine property represented by this Property object has changed since it was last saved (true) or not (false).
ISDOMAIN_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
isEmpty() - Method in interface com.filenet.api.collection.EngineCollection
Indicates whether the collection is empty.
isFatal() - Method in class com.filenet.api.exception.ExceptionCode
Indicates whether the exception is thrown back to the initiating client, or whether it can be returned by an accessor method.
isGroup() - Method in class com.filenet.api.engine.PrincipalInfoSet
For Internal Use Only.
isGroupSidBinary() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
isId(String) - Static method in class com.filenet.api.util.Id
Determines if a String is an ID or not.
isList() - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
isList() - Method in class com.filenet.api.engine.UserInfo
For Internal Use Only.
isLocked() - Method in interface com.filenet.api.core.CustomObject
Queries this object's lock state.
isLocked() - Method in interface com.filenet.api.core.Document
Queries this object's lock state.
isLocked() - Method in interface com.filenet.api.core.Folder
Queries this object's lock state.
isModerateTraceEnabled() - Method in class com.filenet.api.engine.HandlerCallContext
Indicates whether moderate-level tracing is enabled for the Handlers subsystem.
ISOLATED_REGION - Static variable in class com.filenet.api.constants.ClassNames
 
ISOLATED_REGION - Static variable in class com.filenet.api.constants.PropertyNames
 
ISOLATED_REGION_NUMBER - Static variable in class com.filenet.api.constants.PropertyNames
 
ISOLATED_REGIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
IsolatedRegion - Interface in com.filenet.api.admin
Contains the connection information necessary to access the isolated region of a workflow system.
IsolatedRegionSet - Interface in com.filenet.api.collection
Represents a collection of IsolatedRegion objects.
ISORGANIZATION - Static variable in class com.filenet.api.constants.PropertyNames
 
ISPASSWORD - Static variable in class com.filenet.api.constants.PropertyNames
 
isPropertyPresent(String) - Method in interface com.filenet.api.property.Properties
Returns whether this Properties collection holds a Property instance having the given property name (true) or not (false).
isResolved() - Method in interface com.filenet.api.core.ObjectReference
Returns true when this identity is an ID (GUID), as it would be if resolved by the server.
isRestrictMembershipToConfiguredRealms() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
isRestrictMembershipToConfiguredRealms() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
isSettable() - Method in interface com.filenet.api.property.Property
Specifies whether the value of the Content Engine property represented by this Property object can be set by an application (true) or not (false).
isSSLenabled() - Method in class com.filenet.api.engine.DirectoryContext
For Internal Use Only.
isSSLEnabled() - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
isSSLEnabled() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
isSummaryTraceEnabled() - Method in class com.filenet.api.engine.HandlerCallContext
Indicates whether summary-level tracing is enabled for the Handlers subsystem.
ISUSER_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
isUserSidBinary() - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
ITERATION_NUMBER - Static variable in class com.filenet.api.constants.PropertyNames
 
iterator() - Method in interface com.filenet.api.collection.EngineCollection
Returns a Java Iterator object for iterating the items in the collection.
iterator() - Method in interface com.filenet.api.property.Properties
Returns a Java Iterator object that provides methods necessary to enumerate through a series of elements in a collection.

J

JAASCONFIGNAME_PROPERTY_KEY - Static variable in class com.filenet.api.jdbc.Driver
The key for the JAAS configuration name used in the Properties instance passed to the driver.
JDBC_AFTER_END_OF_RESULTSET_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0001E

JDBC_AFTER_END_OF_RESULTSET_ERROR The setting specified is after the end of the result set.

JDBC_BEFORE_START_OF_RESULTSET_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0002E

JDBC_BEFORE_START_OF_RESULTSET_ERROR The setting specified is before the start of the result set.

JDBC_CANNOT_ABSOLUTE_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0003E

JDBC_CANNOT_ABSOLUTE_ERROR An absolute position cannot be used for the initial row.

JDBC_COLUMN_NOT_FOUND_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0004E

JDBC_COLUMN_NOT_FOUND_ERROR Column {0} not found

The indicated column could not be found.

JDBC_CONNECT_ACCESS_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0026E

JDBC_CONNECT_ACCESS_ERROR Access denied connecting to ObjectStore {0}

JDBC_CONNECT_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0006E

JDBC_CONNECT_ERROR Connection could not be established with CE Server; The URL passed to JDBC Driver is : {0} ...

JDBC_CONNECTION_IS_READONLY_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0005E

JDBC_CONNECTION_IS_READONLY_ERROR The Content Engine JDBC driver is read-only.

JDBC_DRIVER_STATIC_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0007E

JDBC_DRIVER_STATIC_ERROR The Content Engine JBDC Driver could not be registered.

JDBC_ILLEGAL_FETCH_DIRECTION_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0008E

JDBC_ILLEGAL_FETCH_DIRECTION_ERROR The value specified for the fetch direction is invalid.

JDBC_ILLEGAL_OPERATION_ON_RESULTSET_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0009E

JDBC_ILLEGAL_OPERATION_ON_RESULTSET_ERROR An illegal operation was performed on an empty result set.

JDBC_INVALID_CURSOR_OPERATION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0025E

JDBC_INVALID_CURSOR_OPERATION Operation not allowed for TYPE_FORWARD_ONLY ResultSet objects

JDBC_NOT_SUPPORTED_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0010E

JDBC_NOT_SUPPORTED_ERROR JDBC method not supported or not implemented in driver: {0}.{1}

The indicated method is not supported or not implemented in the JDBC driver for the Content Engine.

JDBC_OBJECT_STORE_NOT_FOUND_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0012E

JDBC_OBJECT_STORE_NOT_FOUND_ERROR {0} Object Store in URL is not found...

JDBC_OBJECTSTORE_IS_EMPTY_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0011E

JDBC_OBJECTSTORE_IS_EMPTY_ERROR The Object store property is not found in JDBC driver URL.

JDBC_PASSWORD_IS_EMPTY_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0013E

JDBC_PASSWORD_IS_EMPTY_ERROR The Password is null or empty in the JDBC URL

JDBC_QUERY_GENERTED_NO_FIELDS_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0014E

JDBC_QUERY_GENERTED_NO_FIELDS_ERROR The query generated no fields for ResultSet.

JDBC_QUERY_NOT_EXECUTED_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0015E

JDBC_QUERY_NOT_EXECUTED_ERROR Cannot execute query {0}...

JDBC_RESULTSET_CLOSED_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0017E

JDBC_RESULTSET_CLOSED_ERROR The operation is not allowed after the ResultSet is closed.

JDBC_RESULTSETMETADATA_COLUMN_INDEX_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0016E

JDBC_RESULTSETMETADATA_COLUMN_INDEX_ERROR The column index is out of range.

JDBC_STATEMENT_CLOSED_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0018E

JDBC_STATEMENT_CLOSED_ERROR No operations are allowed after the statement has closed.

JDBC_STATEMENT_FETCH_DIRECTION_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0019E

JDBC_STATEMENT_FETCH_DIRECTION_ERROR The value for setFetchDirection() is invalid.

JDBC_STATEMENT_FETCH_SIZE_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0020E

JDBC_STATEMENT_FETCH_SIZE_ERROR The value for setFetchSize() is invalid.

JDBC_STATEMENT_QUERY_NULL_OR_EMPTY_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0021E

JDBC_STATEMENT_QUERY_NULL_OR_EMPTY_ERROR The query cannot be empty or null.

JDBC_URI_IS_EMPTY_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0022E

JDBC_URI_IS_EMPTY_ERROR The URL found in the JDBC URL string is not valid.

JDBC_USER_IS_EMPTY_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0023E

JDBC_USER_IS_EMPTY_ERROR The Username is null or empty in the JDBC URL

JDBC_VALUE_GENERATED_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCJ0024E

JDBC_VALUE_GENERATED_ERROR The value must be between 0 and getMaxRows().

jdbcCompliant() - Method in class com.filenet.api.jdbc.Driver
Indicates whether the driver is JDBC-compliant.
JNDIDATA_SOURCE - Static variable in class com.filenet.api.constants.PropertyNames
 
JNDIXADATA_SOURCE - Static variable in class com.filenet.api.constants.PropertyNames
 
JOB_ABORT_REQUESTED - Static variable in class com.filenet.api.constants.PropertyNames
 
JOB_PAUSE_REQUESTED - Static variable in class com.filenet.api.constants.PropertyNames
 
JOB_STATUS - Static variable in class com.filenet.api.constants.PropertyNames
 
JoinComparison - Class in com.filenet.api.constants
Specifies the operation to use when comparing the constituents of a SQL join operation (the constituents of the ON clause in a SQL statement).
JoinOperator - Class in com.filenet.api.constants
Specifies the type of join to use when querying multiple class instances (tables).
JoinType - Class in com.filenet.api.constants
Specifies the join type for a Stored Search query.
JPEG - Static variable in class com.filenet.api.constants.ThumbnailImageFormat
Specifies that the input document is rendered as a thumbnail JPEG image.
JPEG_AS_INT - Static variable in class com.filenet.api.constants.ThumbnailImageFormat
An int value associated with the JPEG instance of this class.

L

LABEL_BIND_VALUE - Static variable in class com.filenet.api.constants.PropertyNames
 
LARGE - Static variable in class com.filenet.api.constants.ThumbnailImageSize
Specifies that the input document is rendered as a large thumbnail image.
LARGE_AS_INT - Static variable in class com.filenet.api.constants.ThumbnailImageSize
An int value associated with the LARGE instance of this class.
LAST_FAILURE_REASON - Static variable in class com.filenet.api.constants.PropertyNames
 
LAST_MODIFIER - Static variable in class com.filenet.api.constants.PropertyNames
 
LAST_PROCESSED - Static variable in class com.filenet.api.constants.PropertyNames
 
LATEST_MAJOR_VERSION - Static variable in class com.filenet.api.constants.VersionBindType
Causes all major versions of the child component document to be considered candidates for binding with the parent component.
LATEST_MAJOR_VERSION_AS_INT - Static variable in class com.filenet.api.constants.VersionBindType
An int value associated with the LATEST_MAJOR_VERSION instance of this class.
LATEST_VERSION - Static variable in class com.filenet.api.constants.VersionBindType
Causes all versions, major and minor, of the child component document to be considered candidates for binding with the parent component.
LATEST_VERSION_AS_INT - Static variable in class com.filenet.api.constants.VersionBindType
An int value associated with the LATEST_VERSION instance of this class.
LEASE_DURATION - Static variable in class com.filenet.api.constants.PropertyNames
 
LEASE_EXPIRY_TIME - Static variable in class com.filenet.api.constants.PropertyNames
 
LEASE_HOLDER_ID - Static variable in class com.filenet.api.constants.PropertyNames
 
LEFT_OUTER - Static variable in class com.filenet.api.constants.JoinOperator
Indicates a left outer join.
LEFT_OUTER_AS_INT - Static variable in class com.filenet.api.constants.JoinOperator
An int value associated with the LEFT_OUTER instance of this class.
LESS_THAN - Static variable in class com.filenet.api.constants.JoinComparison
A constant representing a JoinComparison instance of type LESS_THAN.
LESS_THAN_AS_INT - Static variable in class com.filenet.api.constants.JoinComparison
An integer associated with the LESS_THAN instance of this class.
LESS_THAN_EQUAL_TO - Static variable in class com.filenet.api.constants.JoinComparison
A constant representing a JoinComparison instance of type LESS_THAN_EQUAL_TO.
LESS_THAN_EQUAL_TO_AS_INT - Static variable in class com.filenet.api.constants.JoinComparison
An integer associated with the LESS_THAN_EQUAL_TO instance of this class.
LEVEL - Static variable in class com.filenet.api.constants.PermissionType
The permission is an access level (a commonly used combination of access rights).
LEVEL_AS_INT - Static variable in class com.filenet.api.constants.PermissionType
An int value associated with the LEVEL instance of this class.
LEVEL_DEFAULT - Static variable in class com.filenet.api.constants.PermissionType
The permission is the recommended default for new permissions.
LEVEL_DEFAULT_AS_INT - Static variable in class com.filenet.api.constants.PermissionType
An int value associated with the LEVEL_DEFAULT instance of this class.
LIFECYCLE_OPERATION - Static variable in class com.filenet.api.constants.PropertyNames
 
LifecycleChangeFlags - Class in com.filenet.api.constants
Provides a set of constants that specify how to change a document�s current lifecycle state or exception-state status, or an task's current state or exception-state status.
LINK - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group is granted or denied permission to link to an object.
LINK - Static variable in class com.filenet.api.constants.ClassNames
 
Link - Interface in com.filenet.api.core
Represents a relationship between two objects.
LINK_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the LINK instance of this class.
LINK_CLASS_DEF - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies that the user or group is granted or denied permission to link to and view a ClassDefinition object's properties and security.
LINK_CLASS_DEF_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the LINK_CLASS_DEF instance of this class.
LINK_CUSTOM - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies that the user or group is granted or denied permission to link to and view a CustomObject object's properties and security.
LINK_CUSTOM_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the LINK_CUSTOM instance of this class.
LINK_FOLDER - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies that the user or group is granted or denied permission to link to and unlink from a Folder object.
LINK_FOLDER_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the LINK_FOLDER instance of this class.
LinkSet - Interface in com.filenet.api.collection
Represents a collection of Link objects.
LIST - Static variable in class com.filenet.api.constants.Cardinality
Specifies a property with list cardinality.
LIST_AS_INT - Static variable in class com.filenet.api.constants.Cardinality
An int value associated with the LIST instance of this class.
LIST_OF_BINARY - Static variable in class com.filenet.api.constants.FilteredPropertyType
Indicates PropertyBinaryList properties.
LIST_OF_BINARY_AS_INT - Static variable in class com.filenet.api.constants.FilteredPropertyType
An int value associated with the LIST_OF_BINARY instance of this class.
LIST_OF_BOOLEAN - Static variable in class com.filenet.api.constants.FilteredPropertyType
Indicates PropertyBooleanList properties.
LIST_OF_BOOLEAN_AS_INT - Static variable in class com.filenet.api.constants.FilteredPropertyType
An int value associated with the LIST_OF_BOOLEAN instance of this class.
LIST_OF_DATE - Static variable in class com.filenet.api.constants.FilteredPropertyType
Indicates PropertyDateTimeList properties.
LIST_OF_DATE_AS_INT - Static variable in class com.filenet.api.constants.FilteredPropertyType
An int value associated with the LIST_OF_DATE instance of this class.
LIST_OF_DOUBLE - Static variable in class com.filenet.api.constants.FilteredPropertyType
Indicates PropertyFloat64List properties.
LIST_OF_DOUBLE_AS_INT - Static variable in class com.filenet.api.constants.FilteredPropertyType
An int value associated with the LIST_OF_DOUBLE instance of this class.
LIST_OF_GUID - Static variable in class com.filenet.api.constants.FilteredPropertyType
Indicates PropertyIdList properties.
LIST_OF_GUID_AS_INT - Static variable in class com.filenet.api.constants.FilteredPropertyType
An int value associated with the LIST_OF_GUID instance of this class.
LIST_OF_LONG - Static variable in class com.filenet.api.constants.FilteredPropertyType
Indicates PropertyInteger32List properties.
LIST_OF_LONG_AS_INT - Static variable in class com.filenet.api.constants.FilteredPropertyType
An int value associated with the LIST_OF_LONG instance of this class.
LIST_OF_OBJECT - Static variable in class com.filenet.api.constants.FilteredPropertyType
Indicates PropertyDependentObjectList properties.
LIST_OF_OBJECT_AS_INT - Static variable in class com.filenet.api.constants.FilteredPropertyType
An int value associated with the LIST_OF_OBJECT instance of this class.
LIST_OF_STRING - Static variable in class com.filenet.api.constants.FilteredPropertyType
Indicates PropertyStringList properties.
LIST_OF_STRING_AS_INT - Static variable in class com.filenet.api.constants.FilteredPropertyType
An int value associated with the LIST_OF_STRING instance of this class.
loadMap(Map) - Method in class com.filenet.api.util.ConfigurationParameters
Parses a map of key/value pairs into valid ConfigurationParameter keys and Object values.
LOCAL_DOMAIN - Static variable in class com.filenet.api.constants.PropertyNames
 
LOCALE_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
LOCALE_NAMES - Static variable in class com.filenet.api.constants.PropertyNames
 
LOCALE_PROPERTY_KEY - Static variable in class com.filenet.api.jdbc.Driver
The key for the locale value specified in the database URL, or used in the Properties instance passed to the driver.
LOCALIZED_STRING - Static variable in class com.filenet.api.constants.ClassNames
 
LOCALIZED_TEXT - Static variable in class com.filenet.api.constants.PropertyNames
 
LocalizedString - Interface in com.filenet.api.admin
Provides a means of support for locale-specific display names and descriptive text used by a class definition or property template.
LocalizedStringList - Interface in com.filenet.api.collection
Represents a collection of LocalizedString objects.
Lock - Class in com.filenet.api.action
Represents a pending action for locking an object.
Lock(Long, String) - Constructor for class com.filenet.api.action.Lock
Creates a new instance of a Lock pending action object initialized with the specified parameters.
lock(int, String) - Method in interface com.filenet.api.core.CustomObject
Sets a new lock or updates an existing lock on the object.
lock(int, String) - Method in interface com.filenet.api.core.Document
Sets a new lock or updates an existing lock on the object.
lock(int, String) - Method in interface com.filenet.api.core.Folder
Sets a new lock or updates an existing lock on the object.
LOCK_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
LOCK_OWNER - Static variable in class com.filenet.api.constants.PropertyNames
 
LOCK_TIMEOUT - Static variable in class com.filenet.api.constants.PropertyNames
 
LOCK_TOKEN - Static variable in class com.filenet.api.constants.PropertyNames
 
LockEvent - Interface in com.filenet.api.events
Represents an event that occurs when the lock method is called to lock or update an existing lock on a Document, CustomObject, or Folder object.
LockEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
LOG_ONLY - Static variable in class com.filenet.api.constants.IndexingFailureRecordingLevel
Indexing failures are not persisted to the object store.
LOG_ONLY_AS_INT - Static variable in class com.filenet.api.constants.IndexingFailureRecordingLevel
An int value associated with the LOG_ONLY instance of this class.
logError(Object) - Method in class com.filenet.api.engine.HandlerCallContext
Writes the specified error to the server error log and trace log.
login() - Method in class com.filenet.api.authentication.jboss.login.FnClientLoginModule
 
login() - Method in class com.filenet.api.authentication.jboss.login.FnClientLoginModuleJB6EAP
 
login() - Method in class com.filenet.api.util.WSILoginModule
The standard javax.security.auth.spi.LoginModule.login() method.
logout() - Method in class com.filenet.api.authentication.jboss.login.FnClientLoginModule
 
logout() - Method in class com.filenet.api.authentication.jboss.login.FnClientLoginModuleJB6EAP
 
logout() - Method in class com.filenet.api.util.WSILoginModule
The standard javax.security.auth.spi.LoginModule.logout() method.
logWarning(Object) - Method in class com.filenet.api.engine.HandlerCallContext
Writes the specified warning to the server trace log.
LONG - Static variable in class com.filenet.api.constants.TypeID
Specifies a integer data type.
LONG_AS_INT - Static variable in class com.filenet.api.constants.TypeID
An int value associated with the LONG instance of this class.

M

MAJOR_VERSION - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group is granted or denied permission to create a document major version.
MAJOR_VERSION - Static variable in class com.filenet.api.constants.CheckinType
Specifies that a document reservation will be checked in as a new major version.
MAJOR_VERSION_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the MAJOR_VERSION instance of this class.
MAJOR_VERSION_DOCUMENT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies that the user or group is granted or denied permission to create a new major version of a Document object's content.
MAJOR_VERSION_DOCUMENT_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the MAJOR_VERSION_DOCUMENT instance of this class.
MAJOR_VERSION_NUMBER - Static variable in class com.filenet.api.constants.PropertyNames
 
MALFORMED - Static variable in class com.filenet.api.constants.IndexingFailureCode
Indicates some or all of the text to be extracted for the full text index is missing and the content was not read correctly.
MALFORMED_AS_INT - Static variable in class com.filenet.api.constants.IndexingFailureCode
An int value associated with the MALFORMED instance of this class.
MALFORMED_XML - Static variable in class com.filenet.api.constants.IndexingFailureCode
Indicates the XML to be extracted for the full text index was not well-formed XML.
MALFORMED_XML_AS_INT - Static variable in class com.filenet.api.constants.IndexingFailureCode
An int value associated with the MALFORMED_XML instance of this class.
MAPPABLE_DIRECTION - Static variable in class com.filenet.api.constants.PropertyNames
 
MARKED_AS_SKIPPED - Static variable in class com.filenet.api.constants.IndexingFailureCode
Indicates that an administrator or an application (via the IndexingOperation property of a CmIndexRequest object) has marked a CBR-enabled object to be skipped for full-text indexing.
MARKED_AS_SKIPPED_AS_INT - Static variable in class com.filenet.api.constants.IndexingFailureCode
An int value associated with the MARKED_AS_SKIPPED instance of this class.
markForDeletion(CmRecoveryBin, String) - Method in interface com.filenet.api.core.CustomObject
Marks the object for deletion and associates it with the specified recovery bin.
markForDeletion(CmRecoveryBin, String) - Method in interface com.filenet.api.core.VersionSeries
Marks the object for deletion and associates it with the specified recovery bin.
MARKING - Static variable in class com.filenet.api.constants.ClassNames
 
MARKING - Static variable in class com.filenet.api.constants.PermissionSource
Deprecated.
As of release 4.0.1.
MARKING - Static variable in class com.filenet.api.constants.PropertyNames
 
Marking - Interface in com.filenet.api.security
Represents the definition of a value that may be assigned to a marking-controlled property.
MARKING_AS_INT - Static variable in class com.filenet.api.constants.PermissionSource
Deprecated. 
MARKING_SET - Static variable in class com.filenet.api.constants.ClassNames
 
MARKING_SET - Static variable in class com.filenet.api.constants.PropertyNames
 
MARKING_SET_CACHE_ENTRY_TTL - Static variable in class com.filenet.api.constants.PropertyNames
 
MARKING_SET_CACHE_MAX_ENTRIES - Static variable in class com.filenet.api.constants.PropertyNames
 
MARKING_SETS - Static variable in class com.filenet.api.constants.PropertyNames
 
MARKING_USE_GRANTED - Static variable in class com.filenet.api.constants.PropertyNames
 
MARKING_VALUE - Static variable in class com.filenet.api.constants.PropertyNames
 
MarkingList - Interface in com.filenet.api.collection
Represents a collection of Marking objects.
MARKINGS - Static variable in class com.filenet.api.constants.PropertyNames
 
MarkingSet - Interface in com.filenet.api.security
Represents a container for the set of markings for a given object property.
MarkingSetSet - Interface in com.filenet.api.collection
Represents a collection of MarkingSet objects.
MASTER - Static variable in class com.filenet.api.constants.ReplicationMode
Master mode.
MASTER_AS_INT - Static variable in class com.filenet.api.constants.ReplicationMode
An int value associated with the MASTER instance of this class.
MAX_BATCH_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
MAX_COLLECTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
MAX_DISPATCHER_THREADS - Static variable in class com.filenet.api.constants.PropertyNames
 
MAX_EVENT_COLLECTOR_THREADS - Static variable in class com.filenet.api.constants.PropertyNames
 
MAX_EVENT_EXPORTER_THREADS - Static variable in class com.filenet.api.constants.PropertyNames
 
MAX_HEARTBEAT_THREADS - Static variable in class com.filenet.api.constants.PropertyNames
 
MAX_IN_MEMORY_ELEMENT_STATE - Static variable in class com.filenet.api.constants.PropertyNames
 
MAX_IN_MEMORY_ITEMS - Static variable in class com.filenet.api.constants.PropertyNames
 
MAX_IN_MEMORY_QUEUE_ITEMS - Static variable in class com.filenet.api.constants.PropertyNames
 
MAX_INBOUND_WORKERS - Static variable in class com.filenet.api.constants.PropertyNames
 
MAX_INDEXES - Static variable in class com.filenet.api.constants.PropertyNames
 
MAX_OBJECTS_PER_COLLECTION - Static variable in class com.filenet.api.constants.PropertyNames
 
MAX_OBJECTS_PER_INDEX - Static variable in class com.filenet.api.constants.PropertyNames
 
MAX_OUTBOUND_WORKERS - Static variable in class com.filenet.api.constants.PropertyNames
 
MAX_PRIMARY_THREADS - Static variable in class com.filenet.api.constants.PropertyNames
 
MAX_QUERY_TIME_LIMIT - Static variable in class com.filenet.api.constants.PropertyNames
 
MAX_READER_SEMAPHORE_WAIT_TIME - Static variable in class com.filenet.api.constants.PropertyNames
 
MAX_RESOLUTION_BATCH_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
MAX_SECONDARY_THREADS - Static variable in class com.filenet.api.constants.PropertyNames
 
MAX_SIZE_PER_INDEX_KBYTES - Static variable in class com.filenet.api.constants.PropertyNames
 
MAX_SWEEP_WORKERS - Static variable in class com.filenet.api.constants.PropertyNames
 
MAX_TEXT_FILTERS_PER_BATCH - Static variable in class com.filenet.api.constants.PropertyNames
 
MAX_THUMBNAIL_GENERATION_PROCESSES - Static variable in class com.filenet.api.constants.PropertyNames
 
MAX_WAIT_TIME_SECONDS - Static variable in exception com.filenet.api.engine.EventExternalFailureException
 
MAX_WORKER_THREADS - Static variable in class com.filenet.api.constants.PropertyNames
 
MAXIMUM_CONCURRENT_INDEXING_BATCHES - Static variable in class com.filenet.api.constants.PropertyNames
 
MAXIMUM_CONTENT_ELEMENTS - Static variable in class com.filenet.api.constants.PropertyNames
 
MAXIMUM_FAILURES - Static variable in class com.filenet.api.constants.PropertyNames
 
MAXIMUM_LENGTH_BINARY - Static variable in class com.filenet.api.constants.PropertyNames
 
MAXIMUM_LENGTH_STRING - Static variable in class com.filenet.api.constants.PropertyNames
 
MAXIMUM_RETENTION_DAYS - Static variable in class com.filenet.api.constants.PropertyNames
 
MAXIMUM_SIZE_KBYTES - Static variable in class com.filenet.api.constants.PropertyNames
 
MAXIMUM_TIME_TO_LIVE - Static variable in class com.filenet.api.constants.PropertyNames
 
MEDIUM - Static variable in class com.filenet.api.constants.ThumbnailImageSize
Specifies that the input document is rendered as a medium thumbnail image.
MEDIUM_AS_INT - Static variable in class com.filenet.api.constants.ThumbnailImageSize
An int value associated with the MEDIUM instance of this class.
MEMBER_OF_GROUPS - Static variable in class com.filenet.api.constants.PropertyNames
 
MergeMode - Class in com.filenet.api.constants
Determines how the search results are merged for searches across multiple repositories.
MERGEMODE_PROPERTY_KEY - Static variable in class com.filenet.api.jdbc.Driver
The key for the merge mode value specified in the database URL, or used in the Properties instance passed to the driver.
mergeStackTraces(Throwable, Throwable) - Static method in exception com.filenet.api.exception.EngineRuntimeException
Merges the stack trace elements from two threads and returns it as a single stack trace.
METADATA - Static variable in class com.filenet.api.constants.ClassNames
 
Metadata - Interface in com.filenet.api.meta
Represents the base class for classes that hold immutable metadata (class description and property description classes).
METADATA_BAD_AUDITDEF_PARENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0001E

METADATA_BAD_AUDITDEF_PARENT Bad parent_id in AuditDefinition with event_class_id {0}

The parent_id in AuditDefinition having the indicated event_class_id is invalid.

METADATA_BAD_CARDINALITY_ON_MERGE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0002E

METADATA_BAD_CARDINALITY_ON_MERGE Merged properties don't have same cardinality.

METADATA_BAD_CHANGEPREPROCESSORDEF_PARENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0034E

METADATA_BAD_CHANGEPREPROCESSORDEF_PARENT The change preprocessor definition identified by ActionId {0} and DisplayName {1} has a bad parent_id.

METADATA_BAD_MERGE_SCOPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0003E

METADATA_BAD_MERGE_SCOPE Multiple object store searches must have at least two object stores.

METADATA_BAD_SUBTREE_CLASS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0004E

METADATA_BAD_SUBTREE_CLASS Read class "{0}" not in subtree "{1}"

The indicated read class is not in the subtree.

METADATA_BAD_TYPES_ON_MERGE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0005E

METADATA_BAD_TYPES_ON_MERGE Merged properties don't have same datatype.

METADATA_CACHE_SERIALIZE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0006E

METADATA_CACHE_SERIALIZE Serialization error of metadata cache {0}.

METADATA_DDSTATE_NULL - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0007E

METADATA_DDSTATE_NULL The record in DDState has a null column or columns.

METADATA_DUP_CLASS_ALIAS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0008E

METADATA_DUP_CLASS_ALIAS Duplicate alias id: {0}, on class {1}.

METADATA_DUP_OBJECT_STORE_IN_SCOPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0009E

METADATA_DUP_OBJECT_STORE_IN_SCOPE The multiple object store search has the same object store in it multiple times.

METADATA_DUP_PROP_ALIAS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0010E

METADATA_DUP_PROP_ALIAS Duplicate alias id: {0}, on property {1}.

METADATA_FAILURE_READING_METADATA_FILE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0011E

METADATA_FAILURE_READING_METADATA_FILE Failed to read static metadata file: {0}.

METADATA_INCOMPATIBLE_REVISION_ID_DB - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0013E

METADATA_INCOMPATIBLE_REVISION_ID_DB The schema revision for the database of object store "{0}" is "{2}", which is incompatible with the schema revision "{1}" of the Content Engine software.

METADATA_INCOMPATIBLE_REVISIONS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0012E

METADATA_INCOMPATIBLE_REVISIONS Incompatible schema revisions: "{0}" and "{1}"

The indicated schema revisions are incompatible.

METADATA_INVALID_CVL - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0014E

METADATA_INVALID_CVL The value for CVL is invalid.

METADATA_INVALID_DEFAULT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0015E

METADATA_INVALID_DEFAULT Invalid default value for property {0}

The default value for the indicated property is invalid.

METADATA_INVALID_SEARCH_MD_RESULT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0016E

METADATA_INVALID_SEARCH_MD_RESULT Server error; get search metata was expected to return a single value for {0}

The indicated request to the server for search metadata was expected to return a single value.

METADATA_LOAD_CLASS_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0017E

METADATA_LOAD_CLASS_ERROR Unable to load class: {0}.

METADATA_MERGED_SCOPE_CACHE_MAX_ENTRIES - Static variable in class com.filenet.api.constants.PropertyNames
 
METADATA_NO_DDSTATE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0018E

METADATA_NO_DDSTATE There is no record in DDState.

METADATA_NO_ROOT_CLASS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0019E

METADATA_NO_ROOT_CLASS Root class not in static metadata: {0}.

METADATA_NO_SUBCLASS_PROPS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0020E

METADATA_NO_SUBCLASS_PROPS Subclass properties on this class are unknown: {0}.

METADATA_OS_CACHE_LOAD_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0032E

METADATA_OS_CACHE_LOAD_ERROR The object store cache failed to load for object store {0}.

METADATA_PERSISTER_NOT_DEFINED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0021E

METADATA_PERSISTER_NOT_DEFINED No persister defined for class {0}.

METADATA_PRIMARY_ID_NULL - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0022E

METADATA_PRIMARY_ID_NULL Primary Id of property {0} is null.

METADATA_REFLECTIVE_PROPERTY_INVALID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0023E

METADATA_REFLECTIVE_PROPERTY_INVALID Reflective property {0} (in "Constraint" column) of metadata is invalid for class {1}, property {2}

The reflective property (in 'Constraint' column) of metadata is invalid for the indicated class and property.

METADATA_REQUIRED_CLASS_INVALID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0024E

METADATA_REQUIRED_CLASS_INVALID Required class {0} (in "DefaultValue" column) of metadata is invalid for class {1}, property {2}.

METADATA_RETRIEVE_ABOVE_ROOT_IN_DB - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0027E

METADATA_RETRIEVE_ABOVE_ROOT_IN_DB Found class in DB that is above root of subtree (system error) {0}

A class was found in the database that is located above the root of the subtree.

METADATA_RETRIEVER_METADATA_CACHE_MERGE_FAIL - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0025E

METADATA_RETRIEVER_METADATA_CACHE_MERGE_FAIL Class {0} cannot be merged into cache due to a duplicate name/id.

METADATA_RETRIEVER_NOT_DEFINED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0026E

METADATA_RETRIEVER_NOT_DEFINED No retriever defined for class {0}.

METADATA_ROOT_NOT_IN_DB - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0028E

METADATA_ROOT_NOT_IN_DB Root class not in database: {0}.

METADATA_STALE_CACHE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0033E

METADATA_STALE_CACHE The metadata cache for object store {0} is stale.

METADATA_STATIC_LOAD_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0029E

METADATA_STATIC_LOAD_FAILED An error occurred while loading static metadata.

METADATA_TOO_MANY_ROOTS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0030E

METADATA_TOO_MANY_ROOTS Too many root classes in metadata.

METADATA_TRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
METADATA_UNEXPECTED_CREATE_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCM0031E

METADATA_UNEXPECTED_CREATE_ERROR Unexpected exception creating ObjectStoreCache: {0}.

MetadataCache - Interface in com.filenet.api.meta
Represents a client cache of the immutable metadata (class descriptions and their associated property descriptions) for all metadata objects accessed during the life of a given server connection.
MIDNODE_INTEGER - Static variable in class com.filenet.api.constants.ChoiceType
Specifies a Choice object that acts as a group node for a nested collection of integer-type Choice objects.
MIDNODE_INTEGER_AS_INT - Static variable in class com.filenet.api.constants.ChoiceType
An int value associated with the MIDNODE_INTEGER instance of this class.
MIDNODE_STRING - Static variable in class com.filenet.api.constants.ChoiceType
Specifies a Choice object that acts as a group node for a nested collection of string-type Choice objects.
MIDNODE_STRING_AS_INT - Static variable in class com.filenet.api.constants.ChoiceType
An int value associated with the MIDNODE_STRING instance of this class.
MIME_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
MIN_WAIT_TIME_SECONDS - Static variable in exception com.filenet.api.engine.EventExternalFailureException
 
MINIMUM_RETENTION_DAYS - Static variable in class com.filenet.api.constants.PropertyNames
 
MINOR_VERSION - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group is granted or denied permission to create a new document minor version.
MINOR_VERSION - Static variable in class com.filenet.api.constants.CheckinType
Specifies that a document reservation will be checked in as a new minor version.
MINOR_VERSION_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the MINOR_VERSION instance of this class.
MINOR_VERSION_DOCUMENT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies that the user or group is granted or denied permission to create a new minor version of a Document object's content.
MINOR_VERSION_DOCUMENT_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the MINOR_VERSION_DOCUMENT instance of this class.
MINOR_VERSION_NUMBER - Static variable in class com.filenet.api.constants.PropertyNames
 
MINUTES - Static variable in class com.filenet.api.constants.DurationUnits
Specifies a retention period in minutes.
MINUTES_AS_INT - Static variable in class com.filenet.api.constants.DurationUnits
An int value associated with the MINUTES instance of this class.
MODERATE - Static variable in class com.filenet.api.constants.TraceFlag
Provides detailed information about all operations.
MODERATE_AS_INT - Static variable in class com.filenet.api.constants.TraceFlag
An int value associated with the MODERATE instance of this class.
MODIFICATION_ACCESS_REQUIRED - Static variable in class com.filenet.api.constants.PropertyNames
 
MODIFIED_OBJECT - Static variable in class com.filenet.api.constants.ObjectStateRecordingLevel
Specifies that only the modified, post-event object is recorded in the audit log.
MODIFIED_OBJECT_AS_INT - Static variable in class com.filenet.api.constants.ObjectStateRecordingLevel
An int value associated with the MODIFIED_OBJECT instance of this class.
MODIFIED_PROPERTIES - Static variable in class com.filenet.api.constants.PropertyNames
 
MODIFY_OBJECTS - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group is granted or denied permission to modify objects in an object store.
MODIFY_OBJECTS_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the MODIFY_OBJECTS instance of this class.
MODIFY_RETENTION - Static variable in class com.filenet.api.constants.AccessRight
This constant is not supported.
MODIFY_RETENTION_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the MODIFY_RETENTION instance of this class.
MONDAY - Static variable in class com.filenet.api.constants.Weekday
Indicates Monday.
MONDAY_AS_INT - Static variable in class com.filenet.api.constants.Weekday
An int value associated with the MONDAY instance of this class.
MONTHS - Static variable in class com.filenet.api.constants.DurationUnits
Specifies a retention period in months.
MONTHS_AS_INT - Static variable in class com.filenet.api.constants.DurationUnits
An int value associated with the MONTHS instance of this class.
move(Folder) - Method in interface com.filenet.api.core.Folder
Moves this folder and all of its subfolders and contents from its current parent folder to the target parent folder specified.
MOVE_CONTENT_LEASE_THRESHOLD - Static variable in class com.filenet.api.constants.PropertyNames
 
MoveContent - Class in com.filenet.api.action
Represents a pending action for moving the content data of an object to a new storage location.
MoveContent(String, Boolean) - Constructor for class com.filenet.api.action.MoveContent
Creates a new instance of a MoveContent pending action object.
moveContent(StorageArea) - Method in interface com.filenet.api.core.Annotation
Moves the content data of an object to a new storage area.
moveContent(StorageArea) - Method in interface com.filenet.api.core.Document
Moves the content data of an object to a new storage area.
moveContent(StorageArea) - Method in interface com.filenet.api.core.VersionSeries
Moves the content data of an object to a new storage area.
MSSQL - Static variable in class com.filenet.api.constants.DatabaseType
Specifies a Microsoft SQL Server database.
MSSQL_AS_INT - Static variable in class com.filenet.api.constants.DatabaseType
An int value associated with the MSSQL instance of this class.
MY_REALM - Static variable in class com.filenet.api.constants.PropertyNames
 

N

NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
NAME_PROPERTY_INDEX - Static variable in class com.filenet.api.constants.PropertyNames
 
NEAR - Static variable in class com.filenet.api.constants.GroupAction
Specifies that the group action is based on proximity, the NEAR condition.
NEVER_DELETE_CLIPS_OR_CONTENT - Static variable in class com.filenet.api.constants.PropertyNames
 
NEXT_OVERFLOW_TABLE_DEFINITION - Static variable in class com.filenet.api.constants.PropertyNames
 
NEXT_RETRY_DATE - Static variable in class com.filenet.api.constants.PropertyNames
 
NEXT_START_TIME - Static variable in class com.filenet.api.constants.PropertyNames
 
nextPage() - Method in interface com.filenet.api.collection.PageIterator
Moves the iterator to the first page in the set on the first call and to the next page in the set on subsequent calls.
NO_CASCADE_DELETE - Static variable in class com.filenet.api.constants.ComponentCascadeDeleteAction
Causes no special action to occur when the parent component document is deleted.
NO_CASCADE_DELETE_AS_INT - Static variable in class com.filenet.api.constants.ComponentCascadeDeleteAction
An int value associated with the NO_CASCADE_DELETE instance of this class.
NO_OP - Static variable in class com.filenet.api.constants.IndexingOperation
For internal use only.
NO_OP_AS_INT - Static variable in class com.filenet.api.constants.IndexingOperation
An int value associated with the NO_OP instance of this class.
NO_REFRESH - Static variable in class com.filenet.api.constants.RefreshMode
Specifies that upon saving or committing the object, its property cache is not refreshed with updated data from the Content Engine server.
NO_TEXT_EXTRACTED - Static variable in class com.filenet.api.constants.IndexingFailureCode
Indicates an empty file was found during indexing.
NO_TEXT_EXTRACTED_AS_INT - Static variable in class com.filenet.api.constants.IndexingFailureCode
An int value associated with the NO_TEXT_EXTRACTED instance of this class.
NO_VALUE - Static variable in class com.filenet.api.constants.PropertyState
Indicates that the Content Engine property represented by the Property object is either null (if it has single cardinality) or refers to an empty collection (if it has list or enumeration cardinality).
NO_VALUE_AS_INT - Static variable in class com.filenet.api.constants.PropertyState
An int value associated with the NO_VALUE instance of this class.
NO_WORK_DELAY - Static variable in class com.filenet.api.constants.PropertyNames
 
NON_PAGED_QUERY_MAX_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
NONE - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group has no access to objects.
NONE - Static variable in class com.filenet.api.constants.AuditLevel
Disables auditing on the object store.
NONE - Static variable in class com.filenet.api.constants.CBRQueryOptimization
Disables dynamic switching optimization for searches that combine both full text and relational query conditions.
NONE - Static variable in class com.filenet.api.constants.CBRSearchType
Indicates that full-text indexing (CBR) is not enabled for this object store.
NONE - Static variable in class com.filenet.api.constants.CBRSummaryType
This constant is not supported.
NONE - Static variable in class com.filenet.api.constants.ContentAccessRecordingLevel
Specifies that updates to the DateContentLastAccessed property are disabled (which is the default behavior).
NONE - Static variable in class com.filenet.api.constants.ContentQueryOptimization
Disables dynamic switching optimization.
NONE - Static variable in class com.filenet.api.constants.DeletionAction
Specifies that, if an attempt is made to delete the object containing a given object-valued property, no special action will be taken; objects referenced by the property will not be deleted, nor will the object containing the property be prevented from being deleted.
NONE - Static variable in class com.filenet.api.constants.GroupAction
Specifies no group action.
NONE - Static variable in class com.filenet.api.constants.ObjectStateRecordingLevel
Specifies that no source objects are recorded in the audit log.
NONE - Static variable in class com.filenet.api.constants.PrincipalSearchAttribute
A constant representing a PrincipalSearchAttribute instance of type NONE.
NONE - Static variable in class com.filenet.api.constants.PrincipalSearchSortType
A constant representing a PrincipalSearchSortType instance of type NONE.
NONE - Static variable in class com.filenet.api.constants.PrincipalSearchType
A constant representing a PrincipalSearchType instance of type NONE.
NONE - Static variable in class com.filenet.api.constants.RequiredState
Specifies no required state.
NONE - Static variable in class com.filenet.api.constants.SecurityProxyType
No security proxy behavior is associated with the described property.
NONE - Static variable in class com.filenet.api.constants.SortOrder
Sort order is not specified.
NONE_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the NONE instance of this class.
NONE_AS_INT - Static variable in class com.filenet.api.constants.AuditLevel
An int value associated with the NONE instance of this class.
NONE_AS_INT - Static variable in class com.filenet.api.constants.CBRQueryOptimization
An int value associated with the NONE instance of this class.
NONE_AS_INT - Static variable in class com.filenet.api.constants.CBRSearchType
An int value associated with the NONE instance of this class.
NONE_AS_INT - Static variable in class com.filenet.api.constants.CBRSummaryType
An int value associated with the NONE instance of this class.
NONE_AS_INT - Static variable in class com.filenet.api.constants.ContentAccessRecordingLevel
An int value associated with the NONE instance of this class.
NONE_AS_INT - Static variable in class com.filenet.api.constants.DeletionAction
An int value associated with the NONE instance of this class.
NONE_AS_INT - Static variable in class com.filenet.api.constants.ObjectStateRecordingLevel
An int value associated with the NONE instance of this class.
NONE_AS_INT - Static variable in class com.filenet.api.constants.PrincipalSearchAttribute
An integer associated with the NONE instance of this class.
NONE_AS_INT - Static variable in class com.filenet.api.constants.PrincipalSearchSortType
An integer associated with the NONE instance of this class.
NONE_AS_INT - Static variable in class com.filenet.api.constants.PrincipalSearchType
An integer associated with the NONE instance of this class.
NONE_AS_INT - Static variable in class com.filenet.api.constants.SecurityProxyType
An int value associated with the NONE instance of this class.
NORMAL - Static variable in class com.filenet.api.constants.IndexingStatus
The index is assigned to an IBM Content Search Services server and does not need to be reassigned.
NORMAL_AS_INT - Static variable in class com.filenet.api.constants.IndexingStatus
An int value associated with the NORMAL instance of this class.
NOT_ALIGNED - Static variable in class com.filenet.api.constants.DeviceRetentionMode
Indicates no alignment relative to a fixed content device.
NOT_ALIGNED_AS_INT - Static variable in class com.filenet.api.constants.DeviceRetentionMode
An int value associated with the NOT_ALIGNED instance of this class.
NOT_ALLOWED - Static variable in class com.filenet.api.constants.CachedContentOption
Disallows content for this storage area to be copied to a content cache.
NOT_ALLOWED - Static variable in class com.filenet.api.constants.RetentionPeriod
Deprecated.
 
NOT_ALLOWED_AS_INT - Static variable in class com.filenet.api.constants.CachedContentOption
An int value associated with the NOT_ALLOWED instance of this class.
NOT_ALLOWED_AS_INT - Static variable in class com.filenet.api.constants.RetentionPeriod
Deprecated.
As of release 5.2.0.
NOT_AUTO_UNIQUE - Static variable in class com.filenet.api.constants.AutoUniqueName
A constant representing an instance of type NOT_AUTO_UNIQUE.
NOT_CLASSIFIED - Static variable in class com.filenet.api.constants.DocClassificationStatus
Specifies that auto-classification of the document has not been requested.
NOT_CLASSIFIED_AS_INT - Static variable in class com.filenet.api.constants.DocClassificationStatus
An int value associated with the NOT_CLASSIFIED instance of this class.
NOT_EQUAL - Static variable in class com.filenet.api.constants.JoinComparison
A constant representing a JoinComparison instance of type NOT_EQUAL.
NOT_EQUAL_AS_INT - Static variable in class com.filenet.api.constants.JoinComparison
An integer associated with the NOT_EQUAL instance of this class.
NOT_PERSISTENT - Static variable in class com.filenet.api.constants.PropertyPersistence
Specifies that a property cannot be made persistent.
NOT_PERSISTENT_AS_INT - Static variable in class com.filenet.api.constants.PropertyPersistence
An int value associated with the NOT_PERSISTENT instance of this class.
NOT_STARTED - Static variable in class com.filenet.api.constants.IndexRequestStatus
Indicates the index request has not yet started.
NOT_STARTED_AS_INT - Static variable in class com.filenet.api.constants.IndexRequestStatus
An int value associated with the NOT_STARTED instance of this class.
NUM_IMPORT_AGENTS - Static variable in class com.filenet.api.constants.PropertyNames
 

O

OBJECT - Static variable in class com.filenet.api.constants.TypeID
Specifies an object data type.
OBJECT_AS_INT - Static variable in class com.filenet.api.constants.TypeID
An int value associated with the OBJECT instance of this class.
OBJECT_CHANGE_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
OBJECT_SECURITY_CACHE_ENTRY_TTL - Static variable in class com.filenet.api.constants.PropertyNames
 
OBJECT_SECURITY_CACHE_MAX_ENTRIES - Static variable in class com.filenet.api.constants.PropertyNames
 
OBJECT_STATE_RECORDING_LEVEL - Static variable in class com.filenet.api.constants.PropertyNames
 
OBJECT_STORE - Static variable in class com.filenet.api.constants.ClassNames
 
OBJECT_STORE - Static variable in class com.filenet.api.constants.PropertyNames
 
OBJECT_STORE_DEFAULT - Static variable in class com.filenet.api.constants.ReservationType
Specifies that the reservation type is the same as the default reservation type for the object store, which is specified by the DefaultReservationType property.
OBJECT_STORE_DEFAULT_AS_INT - Static variable in class com.filenet.api.constants.ReservationType
An int value associated with the OBJECT_STORE_DEFAULT instance of this class.
OBJECT_STORE_ID - Static variable in class com.filenet.api.constants.PropertyNames
 
OBJECT_STORE_PARTICIPANT - Static variable in class com.filenet.api.constants.ClassNames
 
OBJECT_STORE_SCHEMA_DB2 - Static variable in class com.filenet.api.constants.PropertyNames
 
OBJECT_STORE_SCHEMA_MSSQL - Static variable in class com.filenet.api.constants.PropertyNames
 
OBJECT_STORE_SCHEMA_ORACLE - Static variable in class com.filenet.api.constants.PropertyNames
 
OBJECT_STORES - Static variable in class com.filenet.api.constants.PropertyNames
 
ObjectChangeEvent - Interface in com.filenet.api.events
Represents an event that occurs when the state of an object is changed.
ObjectChangeEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
objectIsOfClass(EngineObject, String) - Method in interface com.filenet.api.meta.MetadataCache
Returns whether an object is instantiated from a class or subclass identified by a given class name or GUID string (true) or not (false).
ObjectReference - Interface in com.filenet.api.core
Provides a means to retrieve identity information about an object.
ObjectStateRecordingLevel - Class in com.filenet.api.constants
Specifies the audit recording level of the source object for an event of type ObjectChangeEvent.
ObjectStore - Interface in com.filenet.api.core
Represents a location in which folders, documents, and custom objects are stored, accessed, and managed on the Content Engine server.
ObjectStoreParticipant - Interface in com.filenet.api.replication
Represents an object store participant of a replication group.
ObjectStoreParticipantList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
OBJECTSTORES_PROPERTY_KEY - Static variable in class com.filenet.api.jdbc.Driver
The key for the object stores value specified in the database URL, or used in the Properties instance passed to the driver.
ObjectStoreSet - Interface in com.filenet.api.collection
Represents a collection of ObjectStore objects.
onDocumentClearException(Document, DocumentLifecyclePolicy) - Method in interface com.filenet.api.engine.DocumentLifecycleActionHandler
Executes when the lifecycle exception is cleared (changeState flag parameter is set to CLEAR_EXCEPTION).
onDocumentDemote(Document, DocumentLifecyclePolicy) - Method in interface com.filenet.api.engine.DocumentLifecycleActionHandler
Executes when the lifecycle state is demoted (changeState flag parameter is set to DEMOTE).
onDocumentPromote(Document, DocumentLifecyclePolicy) - Method in interface com.filenet.api.engine.DocumentLifecycleActionHandler
Executes when the lifecycle state of a document is promoted (changeState flag parameter is set to PROMOTE).
onDocumentResetLifecycle(Document, DocumentLifecyclePolicy) - Method in interface com.filenet.api.engine.DocumentLifecycleActionHandler
Executes when the lifecycle state is reset (changeState flag parameter is set to RESET).
onDocumentSetException(Document, DocumentLifecyclePolicy) - Method in interface com.filenet.api.engine.DocumentLifecycleActionHandler
Executes when the lifecycle state is set to the exception state (changeState flag parameter is set to SET_EXCEPTION).
onEvent(ObjectChangeEvent, Id) - Method in interface com.filenet.api.engine.EventActionHandler
Invoked when an operation on an object triggers a subscribed event, or when a publish or republish operation is configured to trigger an event action.
onEvent(RetrievalEvent, Id) - Method in interface com.filenet.api.engine.RetrievalEventActionHandler
Invoked when an operation on an object triggers a subscribed event.
onPolicySweep(CmSweep, CmSweepPolicy, SweepActionHandler.SweepItem[]) - Method in interface com.filenet.api.engine.SweepActionHandler
This method is not supported.
onSweep(CmSweep, SweepActionHandler.SweepItem[]) - Method in interface com.filenet.api.engine.SweepActionHandler
This method is not supported.
OPEN - Static variable in class com.filenet.api.constants.CacheStatus
Enables the cache area for active use.
OPEN - Static variable in class com.filenet.api.constants.ResourceStatus
Specifies that the index area, index, or storage area is accepting new content.
OPEN_AS_INT - Static variable in class com.filenet.api.constants.CacheStatus
An int value associated with the OPEN instance of this class.
OPEN_AS_INT - Static variable in class com.filenet.api.constants.ResourceStatus
An int value associated with the OPEN instance of this class.
OPTIMIZATION_INTERVAL - Static variable in class com.filenet.api.constants.PropertyNames
 
OPTIONAL - Static variable in class com.filenet.api.constants.AddOnType
Specifies that the installation of an add-on is optional.
Optional - Static variable in class com.filenet.api.exception.ErrorLoggingLevel
Specifies that logging on the Content Engine server is not required for the exception.
OPTIONAL_AS_INT - Static variable in class com.filenet.api.constants.AddOnType
An int value associated with the OPTIONAL instance of this class.
ORACLE - Static variable in class com.filenet.api.constants.DatabaseType
Specifies an Oracle database.
ORACLE_AS_INT - Static variable in class com.filenet.api.constants.DatabaseType
An int value associated with the ORACLE instance of this class.
ORIGINAL_AND_MODIFIED_OBJECTS - Static variable in class com.filenet.api.constants.ObjectStateRecordingLevel
Specifies that both the original, pre-event object and the modified, post-event object are recorded in the audit log.
ORIGINAL_AND_MODIFIED_OBJECTS_AS_INT - Static variable in class com.filenet.api.constants.ObjectStateRecordingLevel
An int value associated with the ORIGINAL_AND_MODIFIED_OBJECTS instance of this class.
ORIGINAL_CLASS_ID - Static variable in class com.filenet.api.constants.PropertyNames
 
ORIGINAL_CREATOR - Static variable in class com.filenet.api.constants.PropertyNames
 
ORIGINAL_DATE_CREATED - Static variable in class com.filenet.api.constants.PropertyNames
 
ORIGINAL_DATE_LAST_MODIFIED - Static variable in class com.filenet.api.constants.PropertyNames
 
ORIGINAL_ID - Static variable in class com.filenet.api.constants.PropertyNames
 
ORIGINAL_LAST_MODIFIER - Static variable in class com.filenet.api.constants.PropertyNames
 
ORIGINAL_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
ORIGINAL_OBJECT - Static variable in class com.filenet.api.constants.PropertyNames
 
ORIGINAL_ORDINAL - Static variable in class com.filenet.api.constants.PropertyNames
 
OTHER - Static variable in class com.filenet.api.constants.IndexingFailureCode
Indicates an uncommon error occurred.
OTHER_AS_INT - Static variable in class com.filenet.api.constants.IndexingFailureCode
An int value associated with the OTHER instance of this class.
OUTBOUND - Static variable in class com.filenet.api.constants.ReplicationDirection
For ExternalClassAlias objects, this constant specifies that instances of the mapped Content Engine class can be replicated to an external repository, which results in the creation of instances of the specified external class.
OUTBOUND_AS_INT - Static variable in class com.filenet.api.constants.ReplicationDirection
An int value associated with the OUTBOUND instance of this class.
OUTBOUND_BATCH_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
OUTBOUND_BUSY_WAIT_INTERVAL - Static variable in class com.filenet.api.constants.PropertyNames
 
OUTBOUND_DISPATCHER_ENABLED - Static variable in class com.filenet.api.constants.PropertyNames
 
OUTBOUND_IDLE_WAIT_INTERVAL - Static variable in class com.filenet.api.constants.PropertyNames
 
OUTPUT_FOLDER - Static variable in class com.filenet.api.constants.PropertyNames
 
OUTPUT_FORMAT - Static variable in class com.filenet.api.constants.PropertyNames
 
OUTPUT_LOCATION - Static variable in class com.filenet.api.constants.PropertyNames
 
OWN_COLUMN - Static variable in class com.filenet.api.constants.PropertyPersistence
Specifies that a property has a dedicated column in the database and therefore can be made persistent.
OWN_COLUMN_AS_INT - Static variable in class com.filenet.api.constants.PropertyPersistence
An int value associated with the OWN_COLUMN instance of this class.
OWN_TABLE - Static variable in class com.filenet.api.constants.PropertyPersistence
Specifies that the property has a dedicated table in the database and therefore can be made persistent.
OWN_TABLE_AS_INT - Static variable in class com.filenet.api.constants.PropertyPersistence
An int value associated with the OWN_TABLE instance of this class.
OWNER - Static variable in class com.filenet.api.constants.PropertyNames
 
OWNER_DOCUMENT - Static variable in class com.filenet.api.constants.PropertyNames
 

P

pageIterator() - Method in interface com.filenet.api.collection.EngineSet
Returns a PageIterator object for iterating through a set-type collection.
PageIterator - Interface in com.filenet.api.collection
Provides paging functionality for sets of independent objects and repository rows.
PageMark - Interface in com.filenet.api.collection
Identifies the page on which the next iteration operation will be performed when iterating a collection.
PARAGRAPH - Static variable in class com.filenet.api.constants.GroupAction
Specifies a group action based on the paragraph context.
PARENT - Static variable in class com.filenet.api.constants.PropertyNames
 
PARENT_COMPONENT - Static variable in class com.filenet.api.constants.PropertyNames
 
PARENT_DOCUMENTS - Static variable in class com.filenet.api.constants.PropertyNames
 
PARENT_RELATIONSHIPS - Static variable in class com.filenet.api.constants.PropertyNames
 
PARTIAL_RESOLUTION_CHUNK_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
PARTIALLY_INDEXED_CONTENT - Static variable in class com.filenet.api.constants.IndexingFailureCode
Indicates one of the content elements was only partially indexed.
PARTIALLY_INDEXED_CONTENT_AS_INT - Static variable in class com.filenet.api.constants.IndexingFailureCode
An int value associated with the PARTIALLY_INDEXED_CONTENT instance of this class.
PARTITION_DATE_INTERVAL - Static variable in class com.filenet.api.constants.PropertyNames
 
PARTITION_PROPERTY_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
PARTITION_STRING_VALUE - Static variable in class com.filenet.api.constants.PropertyNames
 
PARTITIONING_PROPERTIES - Static variable in class com.filenet.api.constants.PropertyNames
 
PARTNER_OBJECT_STORE - Static variable in class com.filenet.api.constants.PropertyNames
 
PASSWORD_IS_EMPTY_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0035E

PASSWORD_IS_EMPTY_ERROR The password was null or empty when trying to create JAAS Subject.

PASSWORD_PROPERTY_KEY - Static variable in class com.filenet.api.jdbc.Driver
The key for the password value specified in the database URL, or used in the Properties instance passed to the driver.
PASSWORD_PROTECTED - Static variable in class com.filenet.api.constants.IndexingFailureCode
Indicates some or all of the text to be extracted for the full text index was not indexed because it was password-protected.
PASSWORD_PROTECTED_AS_INT - Static variable in class com.filenet.api.constants.IndexingFailureCode
An int value associated with the PASSWORD_PROTECTED instance of this class.
PATH_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
PAUSED - Static variable in class com.filenet.api.constants.IndexJobStatus
A request to pause the indexing job has been submitted (IndexJob.set_JobPauseRequested) and the indexing job has been paused.
PAUSED - Static variable in class com.filenet.api.constants.IndexRequestStatus
Indicates the index request is paused.
PAUSED_AS_INT - Static variable in class com.filenet.api.constants.IndexJobStatus
An int value associated with the PAUSED instance of this class.
PAUSED_AS_INT - Static variable in class com.filenet.api.constants.IndexRequestStatus
An int value associated with the PAUSED instance of this class.
PDFMASTER_PASSWORD - Static variable in class com.filenet.api.constants.PropertyNames
 
PDFUSER_PASSWORD - Static variable in class com.filenet.api.constants.PropertyNames
 
PECONNECTION_POINT - Static variable in class com.filenet.api.constants.ClassNames
 
PECONNECTION_POINTS - Static variable in class com.filenet.api.constants.PropertyNames
 
PEConnectionPoint - Interface in com.filenet.api.admin
Routes Process Engine requests to an isolated region (IsolatedRegion instance).
PEConnectionPointSet - Interface in com.filenet.api.collection
Represents a collection of PEConnectionPoint objects.
PENDING - Static variable in class com.filenet.api.constants.IndexJobStatus
The indexing job request has been submitted and is currently pending.
PENDING_AS_INT - Static variable in class com.filenet.api.constants.IndexJobStatus
An int value associated with the PENDING instance of this class.
PendingAction - Class in com.filenet.api.action
Provides the base class for all of the other classes in this package.
PERMANENT - Static variable in class com.filenet.api.constants.RetentionConstants
Specifies a permanent retention period for a CmRetentionDate property.
PERMANENT_PERIOD - Static variable in class com.filenet.api.constants.RetentionConstants
Specifies a permanent retention period for a DefaultRetentionPeriod property.
PERMANENT_PERIOD_AS_INT - Static variable in class com.filenet.api.constants.RetentionConstants
An int value associated with the PERMANENT_PERIOD instance of this class.
PERMISSION - Static variable in class com.filenet.api.constants.ClassNames
 
Permission - Interface in com.filenet.api.security
Represents the base class for Permission objects.
PERMISSION_DESCRIPTION - Static variable in class com.filenet.api.constants.ClassNames
 
PERMISSION_DESCRIPTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
PERMISSION_SOURCE - Static variable in class com.filenet.api.constants.PropertyNames
 
PERMISSION_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
PermissionDescription - Interface in com.filenet.api.security
Base class for objects describing permissions.
PermissionDescriptionList - Interface in com.filenet.api.collection
Represents a collection of PermissionDescription objects.
PermissionList - Interface in com.filenet.api.collection
Represents a collection of Permission objects.
PERMISSIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
PermissionSource - Class in com.filenet.api.constants
Specifies the source of a given access permission.
PermissionType - Class in com.filenet.api.constants
Specifies the type of permission.
PERSIST_ADDON_CREATION_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0001E

PERSIST_ADDON_CREATION_FAILED A failure occurred while creating AddOn "{0}" in Domain "{1}".

PERSIST_ADDON_INSTALLATION_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0002E

PERSIST_ADDON_INSTALLATION_FAILED The installation of the AddOn {0} into the object store {1} failed.

PERSIST_BAD_AUDIT_DISPOSITION_RULE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0033E

PERSIST_BAD_AUDIT_DISPOSITION_RULE The specified disposition rule contains a syntax error or an invalid property name: {0}

The specified disposition rule contains a syntax error or an invalid property name.

PERSIST_BAD_FILTERED_PROPERTY_ID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0003E

PERSIST_BAD_FILTERED_PROPERTY_ID Bad filtered property ID "{0}".

PERSIST_CANNOT_GET_DATABASE_VERSION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0004E

PERSIST_CANNOT_GET_DATABASE_VERSION The database version could not be identified.

PERSIST_CANT_CBR_ENABLE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0005E

PERSIST_CANT_CBR_ENABLE Cannot set CBREnabled equal to true until the object store has been enabled for CBR.

PERSIST_CANT_CHANGE_CBR_LOCALE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0006E

PERSIST_CANT_CHANGE_CBR_LOCALE The CBRLocale of object store {0} may not be changed when any VerityCollection objects exist in that object store.

PERSIST_CANT_CHANGE_INDEX_REQUEST_STATUS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0048E

PERSIST_CANT_CHANGE_INDEX_REQUEST_STATUS Content Engine ignored the requested operation to change the status of the "index_request_id" index request.

PERSIST_CANT_CHANGE_ROOT_DIRECTORY_PATH - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0023E

PERSIST_CANT_CHANGE_ROOT_DIRECTORY_PATH The VerityIndexArea.RootDirectoryPath property cannot be changed when a VerityCollection exists in that IndexArea.

PERSIST_CANT_DELETE_INUSE_INDEX_AREA - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0018E

PERSIST_CANT_DELETE_INUSE_INDEX_AREA Cannot delete a VerityIndexArea when the VerityCollections property is not empty.

PERSIST_CANT_DELETE_INUSE_TEXTSEARCH_INDEX_AREA - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0035E

PERSIST_CANT_DELETE_INUSE_TEXTSEARCH_INDEX_AREA Application code that calls the Content Engine API methods could not delete the index_area index area for IBM Content Search Services.

PERSIST_CANT_DELETE_TEXTSEARCH_INDEX - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0034E

PERSIST_CANT_DELETE_TEXTSEARCH_INDEX Application code that calls the Content Engine API methods could not delete an index for IBM Content Search Services.

PERSIST_CANT_DELETE_VERITY_COLLECTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0019E

PERSIST_CANT_DELETE_VERITY_COLLECTION Cannot delete a VerityCollection from an IndexArea.

PERSIST_CANT_SAVE_TEXTSEARCH_INDEX - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0036E

PERSIST_CANT_SAVE_TEXTSEARCH_INDEX Application code that calls the Content Engine API methods could not create an IBM Content Search Services index.

PERSIST_CANT_USE_ZERO_GUID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0024E

PERSIST_CANT_USE_ZERO_GUID Creating an object with a Id of all zeroes is not allowed.

PERSIST_CBR_LOCALE_NOT_SET - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0007E

PERSIST_CBR_LOCALE_NOT_SET The CBRLocale property of the object store must be set before any IndexAreas are created

PERSIST_COMPOUND_DOCUMENT_INTEGRITY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0008E

PERSIST_COMPOUND_DOCUMENT_INTEGRITY An attempted operation would violate compound document integrity rules.

PERSIST_INVALID_AUDIT_FILTERING_FILTER_EXPRESSION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0027E

PERSIST_INVALID_AUDIT_FILTERING_FILTER_EXPRESSION The filter expression value {1} is invalid for the audit definition {0}.

PERSIST_INVALID_AUDIT_FILTERING_FILTERED_PROPERTY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0028E

PERSIST_INVALID_AUDIT_FILTERING_FILTERED_PROPERTY The filter expression value {1} is invalid for the audit definition property {0}.

PERSIST_INVALID_DATABASE_CHARSET - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0009E

PERSIST_INVALID_DATABASE_CHARSET The character set for this database is invalid.

PERSIST_INVALID_JOB_IDX_ID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0010E

PERSIST_INVALID_JOB_IDX_ID The IndexationId indexation_id property of the IndexJobCollectionItem object does not refer to an existing CmTextSearchIndex object.

PERSIST_INVALID_PATH - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0020E

PERSIST_INVALID_PATH Property {0} contains a path name ({1}) that does not exist in the file system of the CE server.

PERSIST_INVALID_PATH_NO_WRITE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0021E

PERSIST_INVALID_PATH_NO_WRITE Property {0} contains a path name ({1}) that exists in the file system of the CE server, but cannot be written.

PERSIST_INVALID_POSTCONDITION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0030E

PERSIST_INVALID_POSTCONDITION The postcondition expression {0} is invalid.

PERSIST_INVALID_PRECONDITION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0029E

PERSIST_INVALID_PRECONDITION The precondition expression {0} is invalid.

PERSIST_INVALID_SUBSCRIPTION_TARGET - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0011E

PERSIST_INVALID_SUBSCRIPTION_TARGET The specified subscription target is invalid.

PERSIST_INVALID_TEMP_DIRECTORY_PATH - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0025E

PERSIST_INVALID_TEMP_DIRECTORY_PATH The VerityIndexArea.TempDirectoryPath ({0}) contains a path name that does not exist in the file system of the CE server.

PERSIST_NO_COLUMN - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0012E

PERSIST_NO_COLUMN No column defined for property {0} on class {1}.

PERSIST_NOT_ALLOWED_CBR_ENABLE_CLASS_INDEX_REQUEST - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0052E

PERSIST_NOT_ALLOWED_CBR_ENABLE_CLASS_INDEX_REQUEST Changing the IsCBREnabled property of a class definition for an IndexRequest class is not allowed.

PERSIST_NOT_ALLOWED_INDEX_REQUEST_OPERATION_CHANGE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0050E

PERSIST_NOT_ALLOWED_INDEX_REQUEST_OPERATION_CHANGE Content Engine ignored the requested change to the operation of the "index_request_id" index request.

PERSIST_OBJSTR_DATABASE_TABLES_EXIST - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0013E

PERSIST_OBJSTR_DATABASE_TABLES_EXIST Database tables already exist for ObjectStore: {0}.

PERSIST_RECOVERYITEM_NOT_SUPPORTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0055E

PERSIST_RECOVERYITEM_NOT_SUPPORTED A recovery item cannot be created because the original object is not supported for mark for deletion.

PERSIST_RECOVERYITEM_OBJECT_DESERIALIZATION_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0054E

PERSIST_RECOVERYITEM_OBJECT_DESERIALIZATION_FAILED The objects failed to be deserialized from a byte array.

PERSIST_RECOVERYITEM_OBJECT_SERIALIZATION_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0053E

PERSIST_RECOVERYITEM_OBJECT_SERIALIZATION_FAILED The objects failed to be serialized into a byte array.

PERSIST_RETENTION_CLOCK_SKEW - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0043E

PERSIST_RETENTION_CLOCK_SKEW The system and RDBMS clocks are skewed, event based retention cannot be applied: skew seconds clock_skew_offset.

PERSIST_RETENTION_COMPATIBILITY_MODE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0042E

PERSIST_RETENTION_COMPATIBILITY_MODE The default retention period of the fixed storage area is invalid for an area operating in retention compatibility mode, : Storage area {0} Default Period {1}.

PERSIST_RETENTION_CONSTRAINT_VIOLATED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0044E

PERSIST_RETENTION_CONSTRAINT_VIOLATED The retention date of the object cannot be altered due to a retention constraint.

PERSIST_RETENTION_DELETE_PREVENTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0045E

PERSIST_RETENTION_DELETE_PREVENTED The object cannot be deleted due to a retention constraint.

PERSIST_RETENTION_NOT_SUPPORTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0049E

PERSIST_RETENTION_NOT_SUPPORTED The retention feature is not currently supported.

PERSIST_RETENTION_PERIOD_PREVENTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0046E

PERSIST_RETENTION_PERIOD_PREVENTED The Retention Period property of the Storage Area cannot be changed to any value except NOT_ALLOWED: period RetentionPeriod.

PERSIST_SINGLETON_CLASS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0014E

PERSIST_SINGLETON_CLASS Only one instance of class {0} can be created.

PERSIST_TASK_RELATIONSHIP_INTEGRITY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0032E

PERSIST_TASK_RELATIONSHIP_INTEGRITY An attempted operation would violate task relationship integrity rules.

PERSIST_TS_CANT_CHANGE_INDEXING_LANGUAGE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0051E

PERSIST_TS_CANT_CHANGE_INDEXING_LANGUAGE Content Engine could not update the Indexing Language property because the property is deprecated and replaced with the Indexing Languages list property.

PERSIST_TS_INDEXING_LANGUAGE_NOT_SET - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0040E

PERSIST_TS_INDEXING_LANGUAGE_NOT_SET Content Engine could not create an index area because the value of the Indexing Language property is null.

PERSIST_TS_INVALID_INDEXING_LANGUAGE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0041E

PERSIST_TS_INVALID_INDEXING_LANGUAGE Content Engine could not save the following value for the Indexing Language property because the value is not valid: indexing_language.

PERSIST_TS_INVALID_MAX_INDEXES_CHANGE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0038E

PERSIST_TS_INVALID_MAX_INDEXES_CHANGE IBM Content Search Services could not set the maximum number of indexes for the index_area index area.

PERSIST_TS_INVALID_ROOT_DIRECTORY_PATH - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0037E

PERSIST_TS_INVALID_ROOT_DIRECTORY_PATH IBM Content Search Services could not set the root directory path for the index_area index area.

PERSIST_TS_ROOT_DIRECTORY_PATH_NO_WRITE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0039E

PERSIST_TS_ROOT_DIRECTORY_PATH_NO_WRITE IBM Content Search Services could not write index information to the index_area index area with the following root directory path: root_directory_path.

PERSIST_TS_ROOT_DIRECTORY_PATH_NOT_SET - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0031E

PERSIST_TS_ROOT_DIRECTORY_PATH_NOT_SET IBM Content Search Services could not set the root directory path for the index_area index area.

PERSIST_UNEXPECTED_PROPERTY_CARDINALITY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0015E

PERSIST_UNEXPECTED_PROPERTY_CARDINALITY The property cardinality value was unexpected.

PERSIST_UNSUPPORTED_DATABASE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0016E

PERSIST_UNSUPPORTED_DATABASE Unsupported database, type {0}.

PERSIST_UNSUPPORTED_DATABASE_VERSION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0017E

PERSIST_UNSUPPORTED_DATABASE_VERSION Unsupported database version {0} (must have at least {1}).

PERSIST_UNSUPPORTED_FEDERATED_OP - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0026E

PERSIST_UNSUPPORTED_FEDERATED_OP The current operation ({0}) is not supported or invalid for the federated document.

PERSIST_VERITY_MASTER_ADMIN_PORT_INCONSISTENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCP0022E

PERSIST_VERITY_MASTER_ADMIN_PORT_INCONSISTENT If either the VerityMasterAdminServerHostname or VerityMasterAdminServerPort is non-null, both must be non-null.

PERSISTENCE_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
PHRASE - Static variable in class com.filenet.api.constants.GroupAction
Specifies a group action based on the phrase context.
PNG - Static variable in class com.filenet.api.constants.ThumbnailImageFormat
Specifies that the input document is rendered as a thumbnail PNG image.
PNG_AS_INT - Static variable in class com.filenet.api.constants.ThumbnailImageFormat
An int value associated with the PNG instance of this class.
POLICY_CONTROLLED_SWEEP_BATCH_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
POLICY_CONTROLLED_SWEEPS - Static variable in class com.filenet.api.constants.PropertyNames
 
POOL_ADDRESS - Static variable in class com.filenet.api.constants.PropertyNames
 
popSubject() - Method in class com.filenet.api.util.UserContext
Removes and returns the currently active Subject, making the previously active Subject the current one.
POST_CONDITION - Static variable in class com.filenet.api.constants.PropertyNames
 
POST_IMPORT_SCRIPT - Static variable in class com.filenet.api.constants.PropertyNames
 
PRE_CONDITION - Static variable in class com.filenet.api.constants.PropertyNames
 
PRE_IMPORT_SCRIPT - Static variable in class com.filenet.api.constants.PropertyNames
 
PREDECESSOR_TASK - Static variable in class com.filenet.api.constants.PropertyNames
 
PREDECESSORS - Static variable in class com.filenet.api.constants.PropertyNames
 
PREFIX_MATCH - Static variable in class com.filenet.api.constants.PrincipalSearchType
A constant representing a PrincipalSearchType instance of type PREFIX_MATCH.
PREFIX_MATCH_AS_INT - Static variable in class com.filenet.api.constants.PrincipalSearchType
An integer associated with the PREFIX_MATCH instance of this class.
PRELOAD_ON_CREATE - Static variable in class com.filenet.api.constants.PropertyNames
 
preprocessObjectChange(IndependentlyPersistableObject) - Method in interface com.filenet.api.engine.ChangePreprocessor
Invoked when the class definition (or a superclass) of a new or changed object is configured with an enabled change preprocessor definition.
PREREQUISITES - Static variable in class com.filenet.api.constants.PropertyNames
 
PRESERVE_DIRECT_PERMISSIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
PREVENT - Static variable in class com.filenet.api.constants.DeletionAction
Specifies that, if a given object-valued property has a value (references one or more objects), the deletion operation of the object containing the property will be prevented until all of the objects that the property references are deleted first.
PREVENT_AS_INT - Static variable in class com.filenet.api.constants.DeletionAction
An int value associated with the PREVENT instance of this class.
PREVENT_BOTH_DELETE - Static variable in class com.filenet.api.constants.ComponentPreventDeleteAction
Prevents the deletion of both the parent and child component documents.
PREVENT_BOTH_DELETE_AS_INT - Static variable in class com.filenet.api.constants.ComponentPreventDeleteAction
An int value associated with the PREVENT_BOTH_DELETE instance of this class.
PREVENT_CHILD_DELETE - Static variable in class com.filenet.api.constants.ComponentPreventDeleteAction
Prevents the deletion of the child component document if the parent component document exists.
PREVENT_CHILD_DELETE_AS_INT - Static variable in class com.filenet.api.constants.ComponentPreventDeleteAction
An int value associated with the PREVENT_CHILD_DELETE instance of this class.
PREVENT_PARENT_DELETE - Static variable in class com.filenet.api.constants.ComponentPreventDeleteAction
Prevents the deletion of the parent component document.
PREVENT_PARENT_DELETE_AS_INT - Static variable in class com.filenet.api.constants.ComponentPreventDeleteAction
An int value associated with the PREVENT_PARENT_DELETE instance of this class.
PREVIEW - Static variable in class com.filenet.api.constants.SweepResultType
The result record is of type preview.
PREVIEW_AS_INT - Static variable in class com.filenet.api.constants.SweepResultType
An int value associated with the PREVIEW instance of this class.
PRIMARY_ID - Static variable in class com.filenet.api.constants.PropertyNames
 
PRINCIPAL_CACHE_ENTRY_TTL - Static variable in class com.filenet.api.constants.PropertyNames
 
PRINCIPAL_CACHE_MAX_ENTRIES - Static variable in class com.filenet.api.constants.PropertyNames
 
PrincipalInfo - Interface in com.filenet.api.engine
For Internal Use Only.
PrincipalInfoSet - Class in com.filenet.api.engine
For Internal Use Only.
PrincipalInfoSet() - Constructor for class com.filenet.api.engine.PrincipalInfoSet
 
PrincipalSearchAttribute - Class in com.filenet.api.constants
Determines which (if any) identifying attribute is used for a specified search pattern.
PrincipalSearchSortType - Class in com.filenet.api.constants
Determines which (if any) sorting is applied to the results of a specified search pattern.
PrincipalSearchType - Class in com.filenet.api.constants
Determines which (if any) pattern-matching is used for a specified search pattern.
PRIVILEGED_SETTABILITY - Static variable in class com.filenet.api.constants.PropertyNames
 
PRIVILEGED_WRITE - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group is granted or denied permission to set certain system-level properties (Creator, DateCreated, LastModifier, DateLastModified).
PRIVILEGED_WRITE_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the PRIVILEGED_WRITE instance of this class.
PROCESS_ENGINE - Static variable in class com.filenet.api.constants.SystemAddOnId
Specifies the ID of the Process Engine Extensions AddOn.
PROCESS_ENGINE_ENABLED - Static variable in class com.filenet.api.constants.PropertyNames
 
PROCESSED - Static variable in class com.filenet.api.engine.SweepItemOutcome
Specifies that the object was successfully processed by the SweepActionHandler.
PROCESSED_OBJECT_COUNT - Static variable in class com.filenet.api.constants.PropertyNames
 
PROG_ID - Static variable in class com.filenet.api.constants.PropertyNames
 
PROHIBITED - Static variable in class com.filenet.api.constants.RequiredState
Specifies that a term is prohibited in a Stored Search query.
PROMOTE - Static variable in class com.filenet.api.constants.LifecycleChangeFlags
Promote the document�s current lifecycle state to the next state in its document lifecycle policy and set the document's CurrentState property to the name of the next state.
PROMOTE_AS_INT - Static variable in class com.filenet.api.constants.LifecycleChangeFlags
An int value associated with the PROMOTE instance of this class.
PROMOTE_VERSION_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
PromoteVersion - Class in com.filenet.api.action
Represents a pending action for promoting a minor version of a document to a major version.
PromoteVersion() - Constructor for class com.filenet.api.action.PromoteVersion
 
promoteVersion() - Method in interface com.filenet.api.core.Versionable
Promotes an unreleased minor version of this document to a released major version.
PromoteVersionEvent - Interface in com.filenet.api.events
Represents an event that occurs when a document is promoted or checked in as a major version.
PromoteVersionEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
Prop_AbandonedContentCleanupInterval - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AbandonedContentCleanupInterval value is {6132E912-F3A3-4CE2-B496-689F8452611F}.
Prop_AbandonedDBContentCleanupInterval - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AbandonedDBContentCleanupInterval value is {AA002442-E3AD-4705-B366-392050BDB232}.
Prop_AbandonedThumbnailCleanupInterval - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AbandonedThumbnailCleanupInterval value is {6BAD875B-12DB-4798-9471-EA9D7D83DD9F}.
Prop_AccessMask - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AccessMask value is {1187B275-EB51-457C-BDA6-0655AE047835}.
Prop_AccessType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AccessType value is {3F161851-07C7-4004-A019-1148F13F01F4}.
Prop_ActiveDirectorySiteDNS - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ActiveDirectorySiteDNS value is {38126586-0E6E-4F01-B358-92734521DCD3}.
Prop_ActiveMarkings - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ActiveMarkings value is {6423B72B-F8F7-4F81-AB5E-F7AB19F0B88E}.
Prop_AddOn - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AddOn value is {D65642B2-5273-48E4-800C-B80FBDFF39E1}.
Prop_AddOnInstallationRecords - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AddOnInstallationRecords value is {12609EF5-74ED-43C2-8210-7480A3CB3C82}.
Prop_AddOnName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AddOnName value is {4EDD3182-F8DC-4EFA-8AD6-8C3329C6E85C}.
Prop_AddOns - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AddOns value is {1B14C7C3-B7B3-4FD5-B1C3-E2D073107D9E}.
Prop_AddOnType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AddOnType value is {1A9F3000-A064-4747-BEE6-BCD11F77085D}.
Prop_AffinityGroup - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AffinityGroup value is {183FE7AD-9769-4640-8671-8E50926742BE}.
Prop_AliasDirection - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AliasDirection value is {AA661076-67B1-44A1-B782-E14F5A6EBA53}.
Prop_AliasIds - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AliasIds value is {D32E5035-AFB2-11D2-8BD6-00E0290F729A}.
Prop_AllowEmailOrUPNShortNames - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AllowEmailOrUPNShortNames value is {F3A27720-B656-4E0F-8838-52B01FBD2F86}.
Prop_AllowRetentionReduction - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AllowRetentionReduction value is {974B28D4-951A-4AF9-BDE9-8A54B0DBC016}.
Prop_AllowsContentToBeCached - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AllowsContentToBeCached value is {C7BE1023-EDFB-4960-A70C-BB124704B1E2}.
Prop_AllowsDelete - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AllowsDelete value is {6222C206-E85C-4E35-A54D-731EB6CE6674}.
Prop_AllowsForeignObject - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AllowsForeignObject value is {0A482F21-76B8-469F-94E3-3D7165AB92BF}.
Prop_AllowsInstances - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AllowsInstances value is {D32E502F-AFB2-11D2-8BD6-00E0290F729A}.
Prop_AllowsNull - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AllowsNull value is {D32E504A-AFB2-11D2-8BD6-00E0290F729A}.
Prop_AllowsPropertyAdditions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AllowsPropertyAdditions value is {D32E5088-AFB2-11D2-8BD6-00E0290F729A}.
Prop_AllowsSubclasses - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AllowsSubclasses value is {D32E503A-AFB2-11D2-8BD6-00E0290F729A}.
Prop_AllRealms - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AllRealms value is {CBE30ADC-1931-41C5-A40F-403ED0AE8269}.
Prop_AnalysisExporterDimensionCacheSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AnalysisExporterDimensionCacheSize value is {BF550049-B7C8-4D5B-9D06-B3D9C0C97066}.
Prop_AnalysisExporterEnabled - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AnalysisExporterEnabled value is {DD12218F-4044-43E2-A029-28AF26AA95B0}.
Prop_AnalysisExporterFactCacheSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AnalysisExporterFactCacheSize value is {80CD5941-C456-4D02-989F-9E08EFA1AC66}.
Prop_AnnotatedContentElement - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AnnotatedContentElement value is {FAA6AA12-0704-11D3-8A0E-00104B6CB1DA}.
Prop_AnnotatedObject - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AnnotatedObject value is {F3D71838-0704-11D3-8A0E-00104B6CB1DA}.
Prop_Annotations - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Annotations value is {EBA06B78-0704-11D3-8A0E-00104B6CB1DA}.
Prop_APITraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_APITraceFlags value is {9EE7B5DC-5E48-4314-87C7-3C314406D278}.
Prop_AppenderNames - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AppenderNames value is {619BE79B-8402-4692-AA86-D51570F9F6C3}.
Prop_ApplicationGroupNumber - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ApplicationGroupNumber value is {6DB8693B-6070-4A4B-B588-EDB6B15A3139}.
Prop_ApplicationName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ApplicationName value is {8CA080F0-7A39-4E26-9E1F-25A8F12B4D52}.
Prop_ApplyDefinition - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ApplyDefinition value is {AB1A060E-CF7D-484E-A799-6676E8215514}.
Prop_ApplyStateID - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ApplyStateID value is {BDBC2D2C-4AD9-475B-AFDE-1983EC9472A7}.
Prop_ApplyTemplatePermissions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ApplyTemplatePermissions value is {8FBFBF57-6E25-43EB-802D-C28630C364F7}.
Prop_AsynchronousProcessingTraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AsynchronousProcessingTraceFlags value is {D5102D3D-6AF0-427D-9DF9-FEAF5EF83E6F}.
Prop_AsyncUpgradeType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AsyncUpgradeType value is {2C0F6124-ABFE-45A4-8F59-CCAA3C5B9708}.
Prop_AtmosSharedSecret - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AtmosSharedSecret value is {09EA54DD-6E22-4395-B103-961A440D30FC}.
Prop_AtmosSubtenant - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AtmosSubtenant value is {702E87BB-1F91-4B0B-9DB8-45B50F746DC5}.
Prop_AtmosUid - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AtmosUid value is {747372B3-0959-497D-8564-747BD3A41EDD}.
Prop_AtmosUrl - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AtmosUrl value is {D4D2D5B2-8143-45E6-8D84-45152302E699}.
Prop_AuditAs - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AuditAs value is {93F2E0F7-6C63-480F-8F42-4D5F009840FB}.
Prop_AuditDefinitions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AuditDefinitions value is {FE9AEB42-3DA8-4F45-A8DA-1A3B7C9E7CBE}.
Prop_AuditDispositionBatchSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AuditDispositionBatchSize value is {5D6FF202-F30F-4CCC-A8A2-C7ECA64F57F5}.
Prop_AuditDispositionEnabled - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AuditDispositionEnabled value is {9489EB9A-938A-4761-A8FD-3FA96B9ED40F}.
Prop_AuditDispositionPolicies - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AuditDispositionPolicies value is {CBB789B7-648B-4B8C-96E7-98D0278972AA}.
Prop_AuditDispositionQuerySize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AuditDispositionQuerySize value is {72A274ED-8C00-485A-A5B4-4EB6BCF3F735}.
Prop_AuditDispositionTimeslots - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AuditDispositionTimeslots value is {0E920451-5055-4D82-88D4-4B0B90F571CE}.
Prop_AuditDispositionTraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AuditDispositionTraceFlags value is {EB1ECCE8-9AB3-48CB-B8F9-B325E2C02976}.
Prop_AuditDispositionWaitInterval - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AuditDispositionWaitInterval value is {D8330691-451E-4790-BCAE-723A16530F6F}.
Prop_AuditedDeletePrefix - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AuditedDeletePrefix value is {770A0568-B6F1-4421-83CE-6E346640EAC5}.
Prop_AuditedEvents - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AuditedEvents value is {3530DB98-411E-40D5-A52B-FBF4B7CD90A0}.
Prop_AuditFailure - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AuditFailure value is {F234E222-26EA-4F81-AA7A-2E946493F220}.
Prop_AuditLevel - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AuditLevel value is {7FE8F84E-D5BB-411D-858D-3D347A5FFD33}.
Prop_AuditProcessingBookmarks - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AuditProcessingBookmarks value is {874CFF81-1579-45C5-9B4C-1449B8BE95CD}.
Prop_AuditSuccess - Static variable in class com.filenet.api.constants.GuidConstants
Prop_AuditSuccess value is {5B05FD85-5622-4A1A-B8A4-1E49581563E9}.
Prop_BaseClassIds - Static variable in class com.filenet.api.constants.GuidConstants
Prop_BaseClassIds value is {E7EFC782-105C-4931-9547-E0B4DEAF048C}.
Prop_BaseDatePropertyName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_BaseDatePropertyName value is {266311CE-D7F3-4D24-9F7A-9340276C1A63}.
Prop_BatchDelay - Static variable in class com.filenet.api.constants.GuidConstants
Prop_BatchDelay value is {40684797-D2A8-4682-8540-62EFC33A44C9}.
Prop_BatchSelectionSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_BatchSelectionSize value is {0E89BC55-8A27-4FD8-87DD-FB8C9B45BA6E}.
Prop_BlobReadAheadSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_BlobReadAheadSize value is {C5AE0621-9D8A-4719-8F02-87FBA078C4DF}.
Prop_BlobWriteCollisionsAvoidanceFlag - Static variable in class com.filenet.api.constants.GuidConstants
Prop_BlobWriteCollisionsAvoidanceFlag value is {626A2B84-5C74-44E6-8532-D61EEE9C158A}.
Prop_BrokerPort - Static variable in class com.filenet.api.constants.GuidConstants
Prop_BrokerPort value is {5A0F8706-2825-4353-9F55-9DB94C732B39}.
Prop_CacheStatus - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CacheStatus value is {597C09BB-ACB8-41F7-B80F-48886A2EFCB1}.
Prop_CanAcceptForwardedRequests - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CanAcceptForwardedRequests value is {CE349AA5-F5F0-43A2-99FB-2D270883C488}.
Prop_CanBeDemoted - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CanBeDemoted value is {EC32A234-7588-42F4-9BF2-9006B46EF06C}.
Prop_CanForwardRequests - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CanForwardRequests value is {19387EF4-EF0D-4A17-A1E9-5445F4E1A359}.
Prop_Cardinality - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Cardinality value is {045C3745-7AAD-11D1-85E5-00A024E8A452}.
Prop_CBRLocale - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CBRLocale value is {14D52932-012F-4F45-B782-FF67652FC408}.
Prop_CBRPreFilterEnabled - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CBRPreFilterEnabled value is {CBFD8BF1-A8FD-46A5-A683-F3DD0C4160E8}.
Prop_CBRQueryDynamicThreshold - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CBRQueryDynamicThreshold value is {657CB9AA-200E-4913-9A80-B4AA6ACEA8C1}.
Prop_CBRQueryOptimization - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CBRQueryOptimization value is {1CBF4E38-9828-4513-B205-B84D2250A9A0}.
Prop_CBRQueryRankOverride - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CBRQueryRankOverride value is {D8F52822-C260-4A9B-97FE-A8E4932A2B79}.
Prop_CBRSearchType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CBRSearchType value is {46F3B7CA-62ED-48C6-9DFF-05814B8AE90A}.
Prop_CBRSummaryIndexingSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CBRSummaryIndexingSize value is {7F3EDC85-B8F4-4DF2-9FEA-C140593BD71D}.
Prop_CBRSummaryResultSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CBRSummaryResultSize value is {A7FD8492-3198-4CFB-9B3E-BD5977D61C16}.
Prop_CBRSummaryType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CBRSummaryType value is {84CE79AB-97C0-424B-9C47-8BD8A7B4D285}.
Prop_CBRTraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CBRTraceFlags value is {800BB35B-F6CA-4AE9-9D9F-F4D7ABA8FFDB}.
Prop_CFSDaemonTraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CFSDaemonTraceFlags value is {EB1382DB-7D7E-47E1-BB30-D5AB010C41FC}.
Prop_CFSImportAgentTraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CFSImportAgentTraceFlags value is {B6043053-0421-48B4-8C09-A083D38EE634}.
Prop_CFSPassword - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CFSPassword value is {E2AD8F41-F930-441A-A267-361287685D5D}.
Prop_CFSUserName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CFSUserName value is {A97DD0D7-F7EC-4DD9-AF69-AF6EE8CE10E5}.
Prop_ChangePreprocessorAction - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ChangePreprocessorAction value is {D67262F7-C331-4AA9-A439-6C7519E8224F}.
Prop_ChangePreprocessorActions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ChangePreprocessorActions value is {3A0718EE-81CA-4284-A803-F2DF9D793242}.
Prop_ChangePreprocessorDefinitions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ChangePreprocessorDefinitions value is {EE8C0FC0-5CAA-4AA3-B3F1-41D566963A2A}.
Prop_ChildComponent - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ChildComponent value is {62AC7A6A-2376-4DDE-9363-F731B0B0D312}.
Prop_ChildDocuments - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ChildDocuments value is {13704817-13AA-47DC-B675-4D4FEA324355}.
Prop_ChildRelationships - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ChildRelationships value is {DE1DF593-8DF7-4FBB-A7C4-AEE3F5B2C267}.
Prop_ChildVersionSeries - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ChildVersionSeries value is {1CCB1CBF-CDAE-4381-80AD-7F7DD53CAE55}.
Prop_ChoiceIntegerValue - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ChoiceIntegerValue value is {D32E504F-AFB2-11D2-8BD6-00E0290F729A}.
Prop_ChoiceList - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ChoiceList value is {D32E5044-AFB2-11D2-8BD6-00E0290F729A}.
Prop_ChoiceLists - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ChoiceLists value is {D32E5059-AFB2-11D2-8BD6-00E0290F729A}.
Prop_ChoiceStringValue - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ChoiceStringValue value is {D32E504E-AFB2-11D2-8BD6-00E0290F729A}.
Prop_ChoiceType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ChoiceType value is {C93059CD-D93E-4E1A-927F-680A22B0C6CC}.
Prop_ChoiceValues - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ChoiceValues value is {D32E5051-AFB2-11D2-8BD6-00E0290F729A}.
Prop_ClassDefinition - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ClassDefinition value is {EDB2917B-A6F8-4DA3-A997-3083562E784A}.
Prop_ClassDescription - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ClassDescription value is {045C3748-7AAD-11D1-85E5-00A024E8A452}.
Prop_ClassDescriptions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ClassDescriptions value is {045C3749-7AAD-11D1-85E5-00A024E8A452}.
Prop_ClassFamily - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ClassFamily value is {AC47C9FF-4857-442C-B908-AD35372447D7}.
Prop_ClassIdentity - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ClassIdentity value is {91EF54F1-9EB8-43FD-B557-5302CF7BBA36}.
Prop_ClassificationStatus - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ClassificationStatus value is {88E556D0-7AC3-4EC9-9417-7D5AF2CAFFAC}.
Prop_ClosureDate - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ClosureDate value is {235DF38A-68CF-4184-8A06-9C8BFFC79922}.
Prop_CmAuditSequence - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CmAuditSequence value is {E299A413-82DD-40CC-B0F8-03A51DF229DF}.
Prop_CmCompressionEnabled - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CmCompressionEnabled value is {8F737460-46E4-4BF6-BACE-EE34B11FE8B6}.
Prop_CmCompressionThresholdPercent - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CmCompressionThresholdPercent value is {1A438966-B617-4FD4-8307-BE5ADF823523}.
Prop_CmDefinesAlternatePredecessor - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CmDefinesAlternatePredecessor value is {24E27558-D1EB-4856-9F9A-69168A422882}.
Prop_CmDeviceRetentionMode - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CmDeviceRetentionMode value is {6BD1229B-BA28-40D9-9EE8-F5E80114081D}.
Prop_CmHoldRelationships - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CmHoldRelationships value is {2D727F45-9DC1-4AD5-8D97-B31D3EEF03A3}.
Prop_CmIndexingFailureCode - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CmIndexingFailureCode value is {73B2714D-8000-4A46-BEA0-E40605110870}.
Prop_CmInheritCoordinatorPermissions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CmInheritCoordinatorPermissions value is {ACBDC029-FA26-43BD-B348-AFE848EEADBB}.
Prop_CmIsMarkedForDeletion - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CmIsMarkedForDeletion value is {DE18DDCB-E07E-464E-B0DE-7543596A3DC6}.
Prop_CMODApplicationGroups - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CMODApplicationGroups value is {BDA9C4C3-01A7-465A-955A-4D9F76D48C08}.
Prop_CMODLanguage - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CMODLanguage value is {F63482C7-0CAC-42BE-B2C9-653D339DC2D9}.
Prop_CMODPassword - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CMODPassword value is {B5E4463D-D648-496D-A011-08E3A4E70D92}.
Prop_CMODPort - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CMODPort value is {2E8AD25D-AA4E-44E0-B6E5-9901E58A843D}.
Prop_CMODServerName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CMODServerName value is {7FD379CC-3AF8-49D8-BB2A-927DC220AAD3}.
Prop_CMODTraceLevel - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CMODTraceLevel value is {BEE86FAA-8FB2-4427-880F-790A2E2CF085}.
Prop_CMODUserName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CMODUserName value is {E811F3E8-E2FD-4E09-92DC-DBBA84D438D7}.
Prop_CmRecoveryItem - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CmRecoveryItem value is {4730D659-68D8-41BF-9580-EFA7B88581E5}.
Prop_CmRetentionDate - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CmRetentionDate value is {16B0F9FC-4914-4EAE-A2E0-4B2A35EBC543}.
Prop_CmSearchSchemaVersion - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CmSearchSchemaVersion value is {4B7180A5-8FD0-41CC-9BFD-E7EF4BC8F612}.
Prop_CmSourceStorageArea - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CmSourceStorageArea value is {CB33BBA0-172F-45FF-A526-35664CE8C146}.
Prop_CmStandbyActivationPriority - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CmStandbyActivationPriority value is {8B56CEFA-CAA4-484B-9DEE-46C7026CFE29}.
Prop_CmTargetStorageArea - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CmTargetStorageArea value is {0365868D-55FA-4A83-A4C2-97D0083A7958}.
Prop_CmThumbnails - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CmThumbnails value is {741ED160-7086-4746-9454-ED3C9DF76C02}.
Prop_CmTransactionTimeout - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CmTransactionTimeout value is {CB338358-4445-4C93-AE31-79BD6D8C24BD}.
Prop_CodeModule - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CodeModule value is {87DDE72C-19B2-4E0D-B633-81A0BA905C5B}.
Prop_CodeModuleCacheEntryTTL - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CodeModuleCacheEntryTTL value is {3B3FA8BD-599C-4540-9940-CC9AE5BCC282}.
Prop_CodeModuleCacheMaxFileSpace - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CodeModuleCacheMaxFileSpace value is {642C4260-220B-4CD9-9A0A-7B3918642BC5}.
Prop_CodeModuleCacheMaxMemory - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CodeModuleCacheMaxMemory value is {6A159C26-2E29-4817-9ABB-88953A1F43E8}.
Prop_CodeModuleTraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CodeModuleTraceFlags value is {E98B7143-8D80-4CA1-9728-25AFFAE2A709}.
Prop_CollectionName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CollectionName value is {44F7E550-70D9-47C0-8420-28F461113E20}.
Prop_ColumnDefinitions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ColumnDefinitions value is {D32E5046-AFB2-11D2-8BD6-00E0290F729A}.
Prop_ColumnId - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ColumnId value is {D32E5045-AFB2-11D2-8BD6-00E0290F729A}.
Prop_ColumnName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ColumnName value is {D32E5047-AFB2-11D2-8BD6-00E0290F729A}.
Prop_ColumnSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ColumnSize value is {D32E5048-AFB2-11D2-8BD6-00E0290F729A}.
Prop_CompletedIterations - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CompletedIterations value is {33A6AF45-A0D6-4953-99EF-7F7E0806DDB7}.
Prop_CompletionWaitInterval - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CompletionWaitInterval value is {E8494046-87CF-4568-A590-74E54C6FF93F}.
Prop_ComponentCascadeDelete - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ComponentCascadeDelete value is {290AC4AE-D5DA-4F5B-A891-F4736F6E33F8}.
Prop_ComponentPreventDelete - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ComponentPreventDelete value is {5BE30888-E23E-4FBA-B41B-DF168CBFF048}.
Prop_ComponentRelationshipType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ComponentRelationshipType value is {5A3F8D51-5462-4FA3-935D-277D3C876137}.
Prop_ComponentSortOrder - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ComponentSortOrder value is {1A9BE985-0E83-4682-82B7-47AF2B6FC46A}.
Prop_CompoundDocumentState - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CompoundDocumentState value is {DFFC2614-80FB-4248-AB93-F02552F498EF}.
Prop_CompressionBlockSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CompressionBlockSize value is {0D44FAB0-3920-45AD-AA97-156CEEA1A41C}.
Prop_ConcurrentReaders - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ConcurrentReaders value is {59402365-1B31-4038-8178-DE131F0F166E}.
Prop_ConfigurationParameters - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ConfigurationParameters value is {13C63218-253A-48BE-9A09-8143F2804299}.
Prop_ConnectionState - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ConnectionState value is {EA31CC04-AF45-4C82-8719-2DDE8F293D4E}.
Prop_ConnectionTimeout - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ConnectionTimeout value is {C2F2C6FA-0BE1-4CD6-AE2C-74C75CC3C663}.
Prop_ConstraintMask - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ConstraintMask value is {A3C02F0C-C0FD-4AC3-B816-7ABA4E5A91CA}.
Prop_ContainedDocuments - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ContainedDocuments value is {4EF45EC9-57B8-4238-B8C3-F339C86F258A}.
Prop_Containees - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Containees value is {045C374E-7AAD-11D1-85E5-00A024E8A452}.
Prop_Containers - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Containers value is {045C374F-7AAD-11D1-85E5-00A024E8A452}.
Prop_ContainmentName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ContainmentName value is {02675457-442F-4C3D-A436-033B0EF6DA31}.
Prop_ContentAccessRecordingLevel - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ContentAccessRecordingLevel value is {357295A4-50BC-4EB6-9FD9-8F39548EB5D1}.
Prop_ContentCacheArea - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ContentCacheArea value is {D6245681-D303-4263-82FF-C89ADA675981}.
Prop_ContentCacheAreas - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ContentCacheAreas value is {512C22E4-C53A-4AEF-819D-19A209893F20}.
Prop_ContentCacheTraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ContentCacheTraceFlags value is {9F36DE41-75F3-487A-BB96-B43B53CD1662}.
Prop_ContentElementCount - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ContentElementCount value is {FE736477-027B-4072-A942-6874BE2D34F7}.
Prop_ContentElementKBytes - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ContentElementKBytes value is {18AE2185-68DC-4AA5-8405-C35D0DF7431E}.
Prop_ContentElements - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ContentElements value is {045C37D5-7AAD-11D1-85E5-00A024E8A452}.
Prop_ContentElementsCreated - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ContentElementsCreated value is {1C2F3993-04B9-4CBD-9EA5-25FAA2F5DDD8}.
Prop_ContentElementsDeleted - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ContentElementsDeleted value is {7A0AC2E4-8C2D-4357-BBD2-CF1F134C29F8}.
Prop_ContentElementsPresent - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ContentElementsPresent value is {045C37AE-7AAD-11D1-85E5-00A024E8A452}.
Prop_ContentLocation - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ContentLocation value is {045C37D3-7AAD-11D1-85E5-00A024E8A452}.
Prop_ContentQueueMaxWorkerThreads - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ContentQueueMaxWorkerThreads value is {A3D15869-B818-4BE1-A140-60FE87A62A5F}.
Prop_ContentRetentionDate - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ContentRetentionDate value is {090E773A-2F56-4DD4-B41F-FEAAA957C70A}.
Prop_ContentSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ContentSize value is {D32E506E-AFB2-11D2-8BD6-00E0290F729A}.
Prop_ContentStorageTraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ContentStorageTraceFlags value is {AB96814E-C23F-401A-A070-003AFBF472F2}.
Prop_ContentSummary - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ContentSummary value is {1176B5D7-FCB2-47AA-8C5D-25289A235E40}.
Prop_ContentTempDirectoryRoot - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ContentTempDirectoryRoot value is {C7F4088C-B7C5-46F2-9AED-43DA9775D90B}.
Prop_ContentType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ContentType value is {045C374B-7AAD-11D1-85E5-00A024E8A452}.
Prop_ControllingObject - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ControllingObject value is {FADBDA93-33DC-4C98-A615-A2FC6D76F77A}.
Prop_CoordinatedTasks - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CoordinatedTasks value is {56580DAD-FCA1-4964-A5CA-9C5AB24D1A78}.
Prop_Coordinator - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Coordinator value is {5EFD06F4-F77A-4AD6-870C-76FA61AC4617}.
Prop_CopyToReservation - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CopyToReservation value is {17F42DAA-5797-4D1C-B6FE-68D83DF6C66E}.
Prop_Creator - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Creator value is {D32E5069-AFB2-11D2-8BD6-00E0290F729A}.
Prop_CSMCache - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CSMCache value is {167B2F3C-F01A-4B41-B567-07F1D4174E5A}.
Prop_CurrentExaminedObjectCount - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CurrentExaminedObjectCount value is {AE8FCE94-6085-437F-A56B-A1C7E830EA82}.
Prop_CurrentFailedObjectCount - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CurrentFailedObjectCount value is {00C83576-C479-4AFD-981B-6EAC2FA78CC2}.
Prop_CurrentIndexServer - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CurrentIndexServer value is {712EAC71-3D63-434F-A0D4-026AD004DBE9}.
Prop_CurrentProcessedObjectCount - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CurrentProcessedObjectCount value is {5FA97890-F74C-4CB2-A7C1-3831957AB493}.
Prop_CurrentState - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CurrentState value is {220C6AA8-EE16-4FA8-AD76-217B91B2EE85}.
Prop_CurrentUser - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CurrentUser value is {A786E571-2087-4C01-AC17-B337A1B6F1B9}.
Prop_CurrentVersion - Static variable in class com.filenet.api.constants.GuidConstants
Prop_CurrentVersion value is {D32E5079-AFB2-11D2-8BD6-00E0290F729A}.
Prop_DatabaseConnection - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DatabaseConnection value is {0FC39619-0C22-43F0-AAF7-3A6A35FB5D5E}.
Prop_DatabaseConnections - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DatabaseConnections value is {38DEFB51-248F-46CB-AFB0-0AE11C77104E}.
Prop_DatabaseContentUploadBufferSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DatabaseContentUploadBufferSize value is {6EEEFDAF-4DB0-40DE-867E-3F56203204E1}.
Prop_DatabaseIndexStorageLocation - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DatabaseIndexStorageLocation value is {DEDD4944-9071-40F5-BE41-58623762277D}.
Prop_DatabaseLOBStorageLocation - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DatabaseLOBStorageLocation value is {FBFC309A-2409-422F-8367-E1ABFAA3AEF8}.
Prop_DatabaseName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DatabaseName value is {F2BA1A9D-F260-4D3D-9DD0-76172CB91B84}.
Prop_DatabaseSchemaName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DatabaseSchemaName value is {577819AB-B5BB-4A14-9E86-5A55FB18826E}.
Prop_DatabaseServerName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DatabaseServerName value is {D320A00C-DA4E-40A0-96FE-31E0F17D6627}.
Prop_DatabaseServerPort - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DatabaseServerPort value is {BB26B5CD-C7EC-41F8-941B-9CCDA9423DBE}.
Prop_DatabaseTableStorageLocation - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DatabaseTableStorageLocation value is {3B789070-FA97-47E3-8D4F-91F33A30326B}.
Prop_DatabaseTraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DatabaseTraceFlags value is {9A256783-20F5-4394-AAC6-27AF1F06A648}.
Prop_DatabaseType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DatabaseType value is {E8DD0803-A623-4657-A382-05EE49ACD797}.
Prop_DataType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DataType value is {045C3779-7AAD-11D1-85E5-00A024E8A452}.
Prop_DateCheckedIn - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DateCheckedIn value is {53449D3E-8042-4707-82AB-14540A5E9454}.
Prop_DateCompleted - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DateCompleted value is {9200CB2E-2CB2-4AFF-87FA-59B41C95A2F5}.
Prop_DateContentLastAccessed - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DateContentLastAccessed value is {0E6C1C07-8038-46A3-8AA4-54A9302704D3}.
Prop_DateCreated - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DateCreated value is {D32E506A-AFB2-11D2-8BD6-00E0290F729A}.
Prop_DateLastModified - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DateLastModified value is {D32E5074-AFB2-11D2-8BD6-00E0290F729A}.
Prop_DateRequested - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DateRequested value is {10332665-5BC1-427B-BBAA-33DF58A8B913}.
Prop_DateStarted - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DateStarted value is {72846F1B-B680-47AC-BBDE-2DE3AD6D1D14}.
Prop_DefaultDispatcherDelay - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DefaultDispatcherDelay value is {EF59350B-7F26-424C-B407-77E21FC69EEF}.
Prop_DefaultInstanceOwner - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DefaultInstanceOwner value is {73028CFE-52D2-434D-9316-ECA61BE82253}.
Prop_DefaultInstancePermissionDescriptions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DefaultInstancePermissionDescriptions value is {B680DDB0-50D2-49AA-92D9-44F965831100}.
Prop_DefaultInstancePermissions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DefaultInstancePermissions value is {0F10A604-5687-4535-9308-A74A34E8699E}.
Prop_DefaultISDocumentClass - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DefaultISDocumentClass value is {F75404AD-F851-47F2-A622-8CD7B2A0DD55}.
Prop_DefaultQueryTimeLimit - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DefaultQueryTimeLimit value is {68C3560B-8C42-4BD1-B92B-8070F66DB06E}.
Prop_DefaultReservationType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DefaultReservationType value is {DF4C27EC-8162-4638-959F-469090BD7A1C}.
Prop_DefaultRetentionDays - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DefaultRetentionDays value is {B3D29721-8C8A-456A-913B-F8D21618BCE0}.
Prop_DefaultRetentionPassThrough - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DefaultRetentionPassThrough value is {D71FA44B-90BF-4D77-81D8-9F299CE511E8}.
Prop_DefaultRetentionPeriod - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DefaultRetentionPeriod value is {EB5B1C13-4363-4280-AA17-3A4562A5F4BA}.
Prop_DefaultSite - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DefaultSite value is {28002BDE-6775-4735-9AC7-4A44E5555B96}.
Prop_DeleteMethod - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DeleteMethod value is {EB69D80C-CC72-4158-A010-954715A8206A}.
Prop_DeletionAction - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DeletionAction value is {D32E503F-AFB2-11D2-8BD6-00E0290F729A}.
Prop_DependentDocuments - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DependentDocuments value is {7E38775D-2062-49BD-832D-2AB46ADF5E3E}.
Prop_DequeueHost - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DequeueHost value is {C9217A3D-9E3C-40C4-857E-32BF282685DB}.
Prop_Description - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Description value is {4F2D07F2-DE5A-4B6D-8FB9-1E56DD66930F}.
Prop_DescriptiveText - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DescriptiveText value is {045C375E-7AAD-11D1-85E5-00A024E8A452}.
Prop_DescriptiveTexts - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DescriptiveTexts value is {D32E5033-AFB2-11D2-8BD6-00E0290F729A}.
Prop_DestinationDocuments - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DestinationDocuments value is {96804858-96E0-4422-A7F0-E3DA5488C491}.
Prop_DestinationRepository - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DestinationRepository value is {41591386-B20E-4C00-9F19-BDF6DA3C7B5E}.
Prop_DeviceAddress - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DeviceAddress value is {9A4A088B-EF8F-4201-9EC7-5BAF89BA6575}.
Prop_DevicePassword - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DevicePassword value is {598BDE45-49F3-4BC4-9AD5-2E1EC266FB28}.
Prop_DeviceRootDirectory - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DeviceRootDirectory value is {A109E0FD-AD2F-4C78-9FEA-560F2AC63D58}.
Prop_DirectoryConfigurations - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DirectoryConfigurations value is {9974327D-9074-4E6F-B3E0-27CFDBEF8EDA}.
Prop_DirectoryServerHost - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DirectoryServerHost value is {47CF69E0-DE62-4437-BCA5-947F19470BA7}.
Prop_DirectoryServerPassword - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DirectoryServerPassword value is {7ECF33EB-F9BE-46CF-AAEE-C5B9CC66FF2F}.
Prop_DirectoryServerPort - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DirectoryServerPort value is {50F68D17-943A-4EA7-966F-5A9F28A065CC}.
Prop_DirectoryServerProviderClass - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DirectoryServerProviderClass value is {3A59759F-A269-440E-93EE-127F1BEA5160}.
Prop_DirectoryServerType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DirectoryServerType value is {AE4682AD-AC61-4498-AF27-37C7B207FB61}.
Prop_DirectoryServerUserName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DirectoryServerUserName value is {B3CDB479-2274-4C01-988E-D65C78FC73BA}.
Prop_DirectoryStructure - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DirectoryStructure value is {41E214DF-BD9C-4103-AF30-317FBD69961E}.
Prop_DispatcherEnabled - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DispatcherEnabled value is {E4B07077-87FE-4F2F-9141-337DD7516C77}.
Prop_DispatcherThreadIdleTimeout - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DispatcherThreadIdleTimeout value is {30A6E387-6C2C-479D-92E8-90250FD1B45E}.
Prop_DispatcherWaitInterval - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DispatcherWaitInterval value is {1A79E736-5C47-484A-8600-0856C84B2EE5}.
Prop_DisplayName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DisplayName value is {045C375F-7AAD-11D1-85E5-00A024E8A452}.
Prop_DisplayNames - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DisplayNames value is {D32E5032-AFB2-11D2-8BD6-00E0290F729A}.
Prop_DispositionRule - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DispositionRule value is {31FB54D1-60FA-4A33-BA49-82C48E99ABB6}.
Prop_DistinguishedName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DistinguishedName value is {AA279170-DF91-443C-8A28-52D8AA35C22F}.
Prop_DITADatabaseTimeout - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DITADatabaseTimeout value is {64222C58-A09C-40B2-987B-138BCBB7BF0F}.
Prop_DITAHome - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DITAHome value is {C4B7E1E5-63BF-4090-929B-52BB6EAFFC21}.
Prop_DITAJVMArguments - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DITAJVMArguments value is {4A4CD4EA-7B4F-4153-9505-173DA38B95FC}.
Prop_DITARenditionEngineConnection - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DITARenditionEngineConnection value is {93D8AB2F-ADAB-4D03-8F6B-F1050D435041}.
Prop_DITARenditionEngineConnections - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DITARenditionEngineConnections value is {C166900A-2D47-42D3-B30E-D7B43EE796C5}.
Prop_DITAWorkingDirectory - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DITAWorkingDirectory value is {BDA43663-7EA3-4A99-8AC6-A4F7C044378B}.
Prop_DNSName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DNSName value is {6C843C99-BB40-4CF9-8ABC-0A9AC36D655D}.
Prop_DocumentationURL - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DocumentationURL value is {F72E3579-CB83-4CFE-9331-D729F1A88A12}.
Prop_DocumentClassificationActions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DocumentClassificationActions value is {76A6C4AA-3D2E-491D-AAE9-B0C024B3C882}.
Prop_DocumentLifecycleAction - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DocumentLifecycleAction value is {379C1BBC-79B3-4FEB-9A46-6B138D9357D5}.
Prop_DocumentLifecycleActions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DocumentLifecycleActions value is {137F1B27-EE8C-458D-9ED3-4B5ABC3CEBCD}.
Prop_DocumentLifecyclePolicies - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DocumentLifecyclePolicies value is {BB475831-0F43-45FA-B989-706BC9564138}.
Prop_DocumentLifecyclePolicy - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DocumentLifecyclePolicy value is {A3FCEB29-C43A-4381-BF23-BBA6A243B840}.
Prop_DocumentsPerBatch - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DocumentsPerBatch value is {AFE18435-5098-47AF-A785-BFE29E8D41BE}.
Prop_DocumentStates - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DocumentStates value is {1FB00410-0EBA-47E3-B3D9-912FAE9945F7}.
Prop_Domain - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Domain value is {3CE50FC7-DAD7-41F7-A2F4-0CA556FE07F3}.
Prop_DomainId - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DomainId value is {0F1E3CA1-A477-4A9E-B76F-3F41BF328CCB}.
Prop_DuplicateSuppressionEnabled - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DuplicateSuppressionEnabled value is {948A8C8F-0059-45AC-A41B-D83976D53C5D}.
Prop_Duration - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Duration value is {E9874F6F-2D24-45C9-8441-121DB13007C1}.
Prop_DynamicGroupMemberAttribute - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DynamicGroupMemberAttribute value is {4C16D985-D852-40C6-BC84-198F7C49D647}.
Prop_DynamicGroupObjectClass - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DynamicGroupObjectClass value is {86D16B71-A65F-4B19-B17E-A5BBC98CE546}.
Prop_DynamicGroupQueryAttribute - Static variable in class com.filenet.api.constants.GuidConstants
Prop_DynamicGroupQueryAttribute value is {17042555-9872-4C9D-BEDE-8BA0D9F0695D}.
Prop_EffectiveEndDate - Static variable in class com.filenet.api.constants.GuidConstants
Prop_EffectiveEndDate value is {532415A4-87DD-4E33-B775-06D80186A191}.
Prop_EffectiveStartDate - Static variable in class com.filenet.api.constants.GuidConstants
Prop_EffectiveStartDate value is {B296BC6A-AA7B-4250-B65B-94A39A4F9CED}.
Prop_EJBForwardingEndpoint - Static variable in class com.filenet.api.constants.GuidConstants
Prop_EJBForwardingEndpoint value is {CE0A4B24-4E70-4FCC-83A2-B263A8F0CEB1}.
Prop_EJBTraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_EJBTraceFlags value is {894A0F3D-2F8F-41FB-93A4-099CD02CCC5C}.
Prop_ElementSequenceNumber - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ElementSequenceNumber value is {497C5E76-4344-44A8-B262-2DA2E2B4AD7B}.
Prop_Email - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Email value is {1907A576-B03A-4A2D-85D2-39B225DFE85C}.
Prop_EmbeddedDataThreshold - Static variable in class com.filenet.api.constants.GuidConstants
Prop_EmbeddedDataThreshold value is {D78CFC46-2A69-4F8D-94BB-32DA6FB498C0}.
Prop_EnableDefensibleDisposal - Static variable in class com.filenet.api.constants.GuidConstants
Prop_EnableDefensibleDisposal value is {C2BF1229-C9A4-4F77-96E3-BB38F7C39298}.
Prop_EnableManualLaunch - Static variable in class com.filenet.api.constants.GuidConstants
Prop_EnableManualLaunch value is {6E91B594-6EC2-4314-A701-4B8E13639CE3}.
Prop_EncryptionEnabled - Static variable in class com.filenet.api.constants.GuidConstants
Prop_EncryptionEnabled value is {23F06C4C-5AE5-4DC0-AB70-5D4C3E5D9097}.
Prop_EncryptionKey - Static variable in class com.filenet.api.constants.GuidConstants
Prop_EncryptionKey value is {31B53F30-0C3D-4DD2-8875-8D285ABF4E19}.
Prop_EndDate - Static variable in class com.filenet.api.constants.GuidConstants
Prop_EndDate value is {49CEBD9F-5C3C-4D20-8B55-F050E3464AC4}.
Prop_EndReplicationAfterMove - Static variable in class com.filenet.api.constants.GuidConstants
Prop_EndReplicationAfterMove value is {0CDF6B76-8B07-4F85-830E-3D8FC1832448}.
Prop_EngineTraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_EngineTraceFlags value is {D49BEC55-F67B-4FC6-BBDC-404CE81DCEC9}.
Prop_ErrorCode - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ErrorCode value is {815EF44F-A7D4-43B8-B4F7-EFA1DD33398C}.
Prop_ErrorDescription - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ErrorDescription value is {57F50C5C-1018-4DBB-A792-7006E3872BE5}.
Prop_ErrorTraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ErrorTraceFlags value is {E445ADCE-D407-4B31-A026-5F3AA22031A6}.
Prop_EventAction - Static variable in class com.filenet.api.constants.GuidConstants
Prop_EventAction value is {E0E40B66-46A6-4592-BDB0-D518722BB96C}.
Prop_EventActions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_EventActions value is {C1C09434-7053-472E-BD5A-90D877280FC0}.
Prop_EventClass - Static variable in class com.filenet.api.constants.GuidConstants
Prop_EventClass value is {32116C11-90D9-4FB4-985C-6F0C0F229015}.
Prop_EventExporterLeaseWaitInterval - Static variable in class com.filenet.api.constants.GuidConstants
Prop_EventExporterLeaseWaitInterval value is {07B82BA9-8C6C-486F-A180-D2CCB4F01752}.
Prop_EventExportStores - Static variable in class com.filenet.api.constants.GuidConstants
Prop_EventExportStores value is {AEFADC12-C707-4BE9-BC66-1D13C13EDA3D}.
Prop_EventObject - Static variable in class com.filenet.api.constants.GuidConstants
Prop_EventObject value is {47420BB7-D96A-4604-B283-D9B573ABB1A7}.
Prop_EventStatus - Static variable in class com.filenet.api.constants.GuidConstants
Prop_EventStatus value is {4089D90A-DEE8-4A15-B0BA-76930503C53F}.
Prop_EventsTraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_EventsTraceFlags value is {0099761B-DD7B-4623-A685-53962AB857A8}.
Prop_ExaminedObjectCount - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ExaminedObjectCount value is {2F4A946D-ECFB-4A8B-8101-1202271FDA46}.
Prop_ExcludedBrokers - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ExcludedBrokers value is {0A7CDB09-765C-4026-A2AA-BB73A08F610B}.
Prop_ExpiredBatchSelectionSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ExpiredBatchSelectionSize value is {DCCD6502-76F3-4BCC-A5AB-FDDCF0B51725}.
Prop_ExporterType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ExporterType value is {2D535B1B-9F1B-4C58-B7DC-23791B8FECB9}.
Prop_ExternalAliases - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ExternalAliases value is {C3050F3A-0BD7-4E6B-9373-6BCA46E8A92E}.
Prop_ExternalClassDescriptions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ExternalClassDescriptions value is {A944D2DA-C070-4973-A890-5182484B2C44}.
Prop_ExternalObjectIdentity - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ExternalObjectIdentity value is {D3A9D07C-2B89-4B8E-B784-F675E9278854}.
Prop_ExternalPropertyDescriptions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ExternalPropertyDescriptions value is {B2B505F8-49B6-45CF-A7ED-FD4E191C2F1E}.
Prop_ExternalReplicaIdentities - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ExternalReplicaIdentities value is {79EF459B-752B-447A-B1C7-43BC3B9CB6F6}.
Prop_ExternalRepositories - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ExternalRepositories value is {B539D529-A8DF-49AE-9FEA-C0D20612392A}.
Prop_ExternalRepository - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ExternalRepository value is {C1A0B2FD-9D7F-431F-9A2D-C457ECEBDA40}.
Prop_FailedObjectCount - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FailedObjectCount value is {9F82BA86-3979-41E9-902A-1A325ABA68A0}.
Prop_FailureCount - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FailureCount value is {BE2DAA2F-C3BB-4F78-ABD0-C7B14BA9141B}.
Prop_FailureDescription - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FailureDescription value is {B3E3F740-676E-4F42-B2A7-70669931CB01}.
Prop_FcpPoolIdleTimeoutSeconds - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FcpPoolIdleTimeoutSeconds value is {C7314ED9-0E71-4E45-BED3-1E15835A7F4A}.
Prop_FcpPoolMaxInUse - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FcpPoolMaxInUse value is {499603B1-B804-49FC-8A2D-A7123ED5FC6A}.
Prop_FcpPoolMaxWaitSeconds - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FcpPoolMaxWaitSeconds value is {F66234D9-012B-4AE5-8BAE-701DAFFB55F0}.
Prop_FcpPoolPreferredSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FcpPoolPreferredSize value is {E660167C-FDE1-49F5-8A63-A202AB01CB56}.
Prop_FederationJNDIDataSource - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FederationJNDIDataSource value is {170672AE-10CD-4529-9504-43D2EF5B2175}.
Prop_FederationJNDIXADataSource - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FederationJNDIXADataSource value is {7CBE87F9-990F-4233-ACD6-1591775F6461}.
Prop_FederationUpdateHasPriority - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FederationUpdateHasPriority value is {95B4C1CB-8AC6-44F7-AA90-297138F6112A}.
Prop_FilteredPropertyId - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FilteredPropertyId value is {99C7E3EE-A924-44EC-B8C1-5EFEF5C4205E}.
Prop_FilteredQueryTimeout - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FilteredQueryTimeout value is {04759634-D13D-407D-B7FE-7D8B93CA5903}.
Prop_FilterExpression - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FilterExpression value is {923F5BA4-B1BB-485A-9CFD-67727E9EA3BF}.
Prop_FixedContentDevice - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FixedContentDevice value is {2975A760-B95A-4E18-A9ED-1D0A92449FE3}.
Prop_FixedContentDevices - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FixedContentDevices value is {3ABFB281-99C7-4C98-9843-5F8341699DD8}.
Prop_FixedContentProviderTraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FixedContentProviderTraceFlags value is {1AF17DD2-8903-4BD8-980D-00B0A27E6527}.
Prop_FolderCacheMaxAgeDelta - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FolderCacheMaxAgeDelta value is {6EAEA6B7-9983-48A6-9DC2-C1A37E7C601B}.
Prop_FolderCacheMaxEntries - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FolderCacheMaxEntries value is {4E676AC5-125D-4CD2-A1B6-B1264BE8A1DF}.
Prop_FolderCacheReapFrequency - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FolderCacheReapFrequency value is {00A27774-47F1-42DC-A5AF-5CD62E604A8C}.
Prop_FolderName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FolderName value is {D32E5054-AFB2-11D2-8BD6-00E0290F729A}.
Prop_FoldersFiledIn - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FoldersFiledIn value is {48C625A2-AEC8-4124-8C0A-E79C2C4AC5C3}.
Prop_ForceCaseInsensitiveSearch - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ForceCaseInsensitiveSearch value is {E1E384DB-313D-4055-9751-66754E8E2366}.
Prop_FPLogConfigFile - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FPLogConfigFile value is {F8AA4424-044F-41F3-AAA0-8B26E6CB71A9}.
Prop_FPLogEnabled - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FPLogEnabled value is {F922B519-E961-484F-9278-195E1D76B3A0}.
Prop_FPOpenStrategy - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FPOpenStrategy value is {7E87218C-FAA7-4A82-9C4D-9F1257E3DAB4}.
Prop_FPPoolBufferSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FPPoolBufferSize value is {14FA27C5-9824-4BFC-8C3A-65C09FDA7B6A}.
Prop_FPPoolClusterNonAvailTime - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FPPoolClusterNonAvailTime value is {04D7D496-145E-4E55-8DD4-4251EC8B0D89}.
Prop_FPPoolDefaultCollisionAvoidance - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FPPoolDefaultCollisionAvoidance value is {74AB5513-8FD1-4FCC-8C10-1DC12A79A670}.
Prop_FPPoolEnableMulticlusterFailover - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FPPoolEnableMulticlusterFailover value is {151BF7E6-9E93-41CA-8775-A0DF7F4ED045}.
Prop_FPPoolMaxConnections - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FPPoolMaxConnections value is {B93D2CB0-0B4E-4926-98AB-AE11734E7A00}.
Prop_FPPoolMulticlusterDeleteStrategy - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FPPoolMulticlusterDeleteStrategy value is {1D7AC9D1-73A8-4457-8EBA-6EC6D871C10E}.
Prop_FPPoolMulticlusterExistsStrategy - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FPPoolMulticlusterExistsStrategy value is {C0BA9CD5-173A-40C5-A882-EEEC0714222E}.
Prop_FPPoolMulticlusterQueryStrategy - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FPPoolMulticlusterQueryStrategy value is {033405C2-A295-4812-9DC5-78249D65055E}.
Prop_FPPoolMulticlusterReadStrategy - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FPPoolMulticlusterReadStrategy value is {79225D79-C40E-4916-A9D2-452B12085B62}.
Prop_FPPoolMulticlusterWriteStrategy - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FPPoolMulticlusterWriteStrategy value is {9C27FBD7-27DB-428A-B7AB-AC8449FCABE7}.
Prop_FPPoolPrefetchSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FPPoolPrefetchSize value is {0D8B76B7-6F88-426B-B4C2-29794B0D42FB}.
Prop_FPPoolRetryCount - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FPPoolRetryCount value is {B18EE76C-6EA6-4674-AA0B-7026198C77C8}.
Prop_FPPoolRetrySleep - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FPPoolRetrySleep value is {B82FCAC4-F5EB-4F92-A78C-56A536917215}.
Prop_FPPoolTimeout - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FPPoolTimeout value is {7221889C-ABC5-48D7-B8DD-C37750125706}.
Prop_FromVersions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FromVersions value is {1B760F04-A245-43B8-85B2-DDACC20286AF}.
Prop_FullTextRowDefault - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FullTextRowDefault value is {8B336BCB-4E88-42E9-8788-9C123E32015E}.
Prop_FullTextRowMax - Static variable in class com.filenet.api.constants.GuidConstants
Prop_FullTextRowMax value is {402CA895-E9D7-4D00-B100-A8FF64A25B82}.
Prop_GCDCacheTTL - Static variable in class com.filenet.api.constants.GuidConstants
Prop_GCDCacheTTL value is {9B465F57-A9F9-4919-95C8-770287931ED1}.
Prop_GCDRevisionNumber - Static variable in class com.filenet.api.constants.GuidConstants
Prop_GCDRevisionNumber value is {EF222A8E-DDC2-4717-A6D0-AA373834938C}.
Prop_GCDTraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_GCDTraceFlags value is {157D410A-3A0A-4F51-A95D-3FBCB281F5E9}.
Prop_GCHost - Static variable in class com.filenet.api.constants.GuidConstants
Prop_GCHost value is {8361E1B8-B6A5-4408-857F-62CC7BF1E7DB}.
Prop_GCPort - Static variable in class com.filenet.api.constants.GuidConstants
Prop_GCPort value is {F6BABC59-62D5-4BE7-8BBB-3F61BD97CC9D}.
Prop_GranteeName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_GranteeName value is {5FD5B445-D77C-485A-9C18-E326D215EFD9}.
Prop_GranteeType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_GranteeType value is {732253AA-6190-456A-8F0D-A666E3FCCB20}.
Prop_GroupBaseDN - Static variable in class com.filenet.api.constants.GuidConstants
Prop_GroupBaseDN value is {80E43E38-0F18-4E85-B23E-2BF30496399E}.
Prop_GroupDisplayNameAttribute - Static variable in class com.filenet.api.constants.GuidConstants
Prop_GroupDisplayNameAttribute value is {861EBCD0-3CC2-4F96-ABCB-E9E8EBBE7B67}.
Prop_GroupMembershipSearchFilter - Static variable in class com.filenet.api.constants.GuidConstants
Prop_GroupMembershipSearchFilter value is {9D15D6E5-C02C-4146-94E2-50BA6BCC04A6}.
Prop_GroupNameAttribute - Static variable in class com.filenet.api.constants.GuidConstants
Prop_GroupNameAttribute value is {D512BF5E-0322-4C0C-B642-262E6B759C63}.
Prop_Groups - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Groups value is {20642A34-729B-47D0-8871-62328CF3B456}.
Prop_GroupSearchFilter - Static variable in class com.filenet.api.constants.GuidConstants
Prop_GroupSearchFilter value is {8EB9BDE9-BA41-4C51-91A9-A4B962D2DE87}.
Prop_GroupUniqueIDAttribute - Static variable in class com.filenet.api.constants.GuidConstants
Prop_GroupUniqueIDAttribute value is {A5254553-D997-432F-8398-BF1C6ECD5624}.
Prop_GroupUniqueIDAttributeIsBinary - Static variable in class com.filenet.api.constants.GuidConstants
Prop_GroupUniqueIDAttributeIsBinary value is {DB70F337-090F-40F8-A72A-4E19C767E155}.
Prop_HandlerTraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_HandlerTraceFlags value is {4BE94727-2D26-427C-85F3-BD98391D04C0}.
Prop_HasHierarchy - Static variable in class com.filenet.api.constants.GuidConstants
Prop_HasHierarchy value is {D9D364D9-90B7-40A6-849A-1DA517A5D127}.
Prop_HasIncludeSubclasses - Static variable in class com.filenet.api.constants.GuidConstants
Prop_HasIncludeSubclasses value is {045C37AA-7AAD-11D1-85E5-00A024E8A452}.
Prop_HasProperSubclassProperties - Static variable in class com.filenet.api.constants.GuidConstants
Prop_HasProperSubclassProperties value is {045C37A9-7AAD-11D1-85E5-00A024E8A452}.
Prop_HcpDirectoryPath - Static variable in class com.filenet.api.constants.GuidConstants
Prop_HcpDirectoryPath value is {E80FD613-F412-4FF2-B241-D0FC658571AA}.
Prop_HcpMaxConnections - Static variable in class com.filenet.api.constants.GuidConstants
Prop_HcpMaxConnections value is {F55B1769-4A0B-4857-BEB0-AF3DE6D7B6EF}.
Prop_HcpNamespaceUrl - Static variable in class com.filenet.api.constants.GuidConstants
Prop_HcpNamespaceUrl value is {40F912FE-3FDF-4A86-BFBE-EEE942C8D67F}.
Prop_HcpPassword - Static variable in class com.filenet.api.constants.GuidConstants
Prop_HcpPassword value is {41A7AD60-C71D-4424-B4C4-EF044F2CEC08}.
Prop_HcpUser - Static variable in class com.filenet.api.constants.GuidConstants
Prop_HcpUser value is {11E25BEC-878C-4633-BE42-150FD9E7FB18}.
Prop_Head - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Head value is {045C3750-7AAD-11D1-85E5-00A024E8A452}.
Prop_HeldObject - Static variable in class com.filenet.api.constants.GuidConstants
Prop_HeldObject value is {DB98C36A-D53E-4D16-B7E4-631EA521EA60}.
Prop_HeldUntilDate - Static variable in class com.filenet.api.constants.GuidConstants
Prop_HeldUntilDate value is {EDF77383-3356-4C39-A034-A05CCA856E5C}.
Prop_HighlightOffsets - Static variable in class com.filenet.api.constants.GuidConstants
Prop_HighlightOffsets value is {95754480-C4D5-479F-97C9-23538C611851}.
Prop_HistoryExporterEnabled - Static variable in class com.filenet.api.constants.GuidConstants
Prop_HistoryExporterEnabled value is {61B10446-7E6B-4861-8A74-C23ED7BE9027}.
Prop_HistoryExporterUpdateCacheSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_HistoryExporterUpdateCacheSize value is {C968153D-21DD-4D83-AF56-5ABA9A9F8F41}.
Prop_Hold - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Hold value is {7AC56FA3-9BCF-4E39-8160-1DF0FE970001}.
Prop_HostNames - Static variable in class com.filenet.api.constants.GuidConstants
Prop_HostNames value is {0A2A9BB3-A969-4DC0-B7C5-DF8DBC40F471}.
Prop_HttpMaxConnections - Static variable in class com.filenet.api.constants.GuidConstants
Prop_HttpMaxConnections value is {E446ECD6-909A-4760-970C-FE852F0FB3DA}.
Prop_HttpsCertValidationEnabled - Static variable in class com.filenet.api.constants.GuidConstants
Prop_HttpsCertValidationEnabled value is {2F1912AC-AF5A-4359-A51C-A1C5FF36D296}.
Prop_Id - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Id value is {B19C39FD-9E71-4E56-8D7E-9B036B3B903B}.
Prop_Ids - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Ids value is {045C3764-7AAD-11D1-85E5-00A024E8A452}.
Prop_IICEConfigurationServerURL - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IICEConfigurationServerURL value is {E9F5EDED-80DD-412C-A9F5-E7F95A3BBA54}.
Prop_Image - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Image value is {E16204BC-0AA1-43C3-94A0-742AC2E3880C}.
Prop_ImageByteCount - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ImageByteCount value is {49B53E52-E44B-4BFD-ABB7-3CD1D878976C}.
Prop_ImageColor - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ImageColor value is {C9326489-DF35-4968-9200-BA2B7D1C4A8B}.
Prop_ImageFormat - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ImageFormat value is {19DE0D8B-95DE-436E-B3AF-3FA48E7D5ADF}.
Prop_ImageServicesClassDescriptions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ImageServicesClassDescriptions value is {932A4DDB-1A50-4954-8C07-B40C34D7AD4B}.
Prop_ImageServicesClassName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ImageServicesClassName value is {FE98440C-94CE-4B2E-8066-020CADFF2D36}.
Prop_ImageServicesDataType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ImageServicesDataType value is {47D78E34-1438-48EB-96BB-035A025C8C65}.
Prop_ImageServicesPropertyDescriptions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ImageServicesPropertyDescriptions value is {91F64B2E-8CDE-4115-A814-BACEFC9678C3}.
Prop_ImageServicesPropertyName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ImageServicesPropertyName value is {6D5FE4A4-0419-41B7-8E71-E00AC324AF0E}.
Prop_ImageSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ImageSize value is {852B8062-9345-4068-BB96-BEC830971180}.
Prop_ImmediateSubclassDefinitions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ImmediateSubclassDefinitions value is {D32E5038-AFB2-11D2-8BD6-00E0290F729A}.
Prop_ImmediateSubclassDescriptions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ImmediateSubclassDescriptions value is {045C3746-7AAD-11D1-85E5-00A024E8A452}.
Prop_ImplementationClass - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ImplementationClass value is {E38B4FD4-2FB0-46A4-9B68-9127788656B4}.
Prop_ImportAgentRetryCount - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ImportAgentRetryCount value is {56CBA16B-3FA9-479E-8FF5-E6255B75181E}.
Prop_InboundBatchSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_InboundBatchSize value is {FA6FC970-33AD-4F57-A8A9-B8DE95266421}.
Prop_InboundBusyWaitInterval - Static variable in class com.filenet.api.constants.GuidConstants
Prop_InboundBusyWaitInterval value is {A796B55E-3C85-495D-ACD7-4BC84D7EF987}.
Prop_InboundDispatcherEnabled - Static variable in class com.filenet.api.constants.GuidConstants
Prop_InboundDispatcherEnabled value is {4E0E23EE-65D3-44EB-A0F7-0A1C21F35A29}.
Prop_InboundFileNameCacheMaxEntries - Static variable in class com.filenet.api.constants.GuidConstants
Prop_InboundFileNameCacheMaxEntries value is {8A1BE58E-21D4-4E8E-824D-6EDAB3C9D25A}.
Prop_InboundIdleWaitInterval - Static variable in class com.filenet.api.constants.GuidConstants
Prop_InboundIdleWaitInterval value is {B478D32D-4544-43B6-9DC8-CF87EDC5E2A1}.
Prop_IncludeSubclassesRequested - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IncludeSubclassesRequested value is {045C3765-7AAD-11D1-85E5-00A024E8A452}.
Prop_IndexArea - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IndexArea value is {BD677CBA-34BA-4BC2-BE22-430FF2C368D2}.
Prop_IndexAreas - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IndexAreas value is {15ECE32F-7131-40DC-B45A-23C2EBCBFA33}.
Prop_IndexationId - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IndexationId value is {48867203-1568-46F9-900F-37515B26AB11}.
Prop_IndexedObjectCount - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IndexedObjectCount value is {D5A4182E-EF13-4F78-85F1-CEEACBDC7ED2}.
Prop_IndexingFailureRecordingLevel - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IndexingFailureRecordingLevel value is {6BE3EAE0-3F47-49B6-B721-FAAEE2E602BA}.
Prop_IndexingJobTimeslots - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IndexingJobTimeslots value is {B8AAAD58-93E4-49A6-B739-E7A2F4150F84}.
Prop_IndexingOperation - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IndexingOperation value is {CB687710-5359-4DC1-AE3B-9243B87CDC05}.
Prop_IndexingStatus - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IndexingStatus value is {2000121C-4109-4808-A25C-FE3600971FCF}.
Prop_IndexItems - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IndexItems value is {4244AFF1-2DCC-4089-9739-045FAA003C37}.
Prop_IndexJob - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IndexJob value is {85D67F5A-36D1-4119-9A45-D9241C836A1D}.
Prop_IndexName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IndexName value is {E30B937F-54E6-4744-AE47-F7A5EF43BF63}.
Prop_IndexPartitionConstraints - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IndexPartitionConstraints value is {2BD14634-07DF-42AC-8BDC-52FEBE0C3EBC}.
Prop_IndexRequests - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IndexRequests value is {110E8C7A-C3F9-4B0A-A253-C90D0E4B3409}.
Prop_IndexRequestStatus - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IndexRequestStatus value is {7785FB24-D6D7-4562-B911-B712D1EAE297}.
Prop_IndexSizeKbytes - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IndexSizeKbytes value is {C56BCA81-A83E-4D8E-81AC-BF79DD47C550}.
Prop_InheritableDepth - Static variable in class com.filenet.api.constants.GuidConstants
Prop_InheritableDepth value is {FB661D14-597D-459A-B764-072A47F467B6}.
Prop_InheritParentPermissions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_InheritParentPermissions value is {6F95A17B-D4BD-4563-9D47-2162BF81BB1C}.
Prop_InheritRecoveryBinPermissions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_InheritRecoveryBinPermissions value is {D6CEC497-E792-4428-B721-3B092FDF95E4}.
Prop_InitiatingUser - Static variable in class com.filenet.api.constants.GuidConstants
Prop_InitiatingUser value is {8326F0B3-FE02-4A27-B0A1-A36AE11A6676}.
Prop_InlineContentRetrievalLimit - Static variable in class com.filenet.api.constants.GuidConstants
Prop_InlineContentRetrievalLimit value is {88F31144-A674-452B-8F52-0CDA711F1C8C}.
Prop_InputDocument - Static variable in class com.filenet.api.constants.GuidConstants
Prop_InputDocument value is {14881A1A-42E5-4441-8960-CC375AC43A57}.
Prop_InputFormats - Static variable in class com.filenet.api.constants.GuidConstants
Prop_InputFormats value is {D592AEDD-3D9E-4F99-A3CF-2EEC253D0338}.
Prop_InstallationDate - Static variable in class com.filenet.api.constants.GuidConstants
Prop_InstallationDate value is {250568BB-CCA3-4817-A6A5-F83F910CD1DB}.
Prop_InstallationReport - Static variable in class com.filenet.api.constants.GuidConstants
Prop_InstallationReport value is {A0E0447A-0C2C-4CF7-9A52-D55D1E511FBC}.
Prop_InstallationStatus - Static variable in class com.filenet.api.constants.GuidConstants
Prop_InstallationStatus value is {5F2234D2-86EA-444C-9E7A-04199F85DAC8}.
Prop_InstalledByAddOn - Static variable in class com.filenet.api.constants.GuidConstants
Prop_InstalledByAddOn value is {46FBD2A8-61D4-472B-8881-C653B786E347}.
Prop_Installer - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Installer value is {091610C1-6B95-4746-B701-1B454148578F}.
Prop_InterBatchDelay - Static variable in class com.filenet.api.constants.GuidConstants
Prop_InterBatchDelay value is {74D09071-033C-4C8F-83F7-5385BF12DDE8}.
Prop_InternalPortNumber - Static variable in class com.filenet.api.constants.GuidConstants
Prop_InternalPortNumber value is {ED9DA4F6-3BC8-4D6B-9F93-3FAD0002174D}.
Prop_InterSweepDelay - Static variable in class com.filenet.api.constants.GuidConstants
Prop_InterSweepDelay value is {21E6BD4D-A73A-4391-A53E-02518B2020DF}.
Prop_IsCBREnabled - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsCBREnabled value is {2D982A92-92D0-4D87-A6E3-053119BF33C0}.
Prop_IsCurrentVersion - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsCurrentVersion value is {045C3768-7AAD-11D1-85E5-00A024E8A452}.
Prop_ISDomainName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ISDomainName value is {258B43DC-1883-4AF7-8A23-F92203AD1674}.
Prop_IsEnabled - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsEnabled value is {0C8A7652-7CBB-411A-867A-3ADAA1C258AB}.
Prop_IsFrozenVersion - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsFrozenVersion value is {D32E5065-AFB2-11D2-8BD6-00E0290F729A}.
Prop_IsHidden - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsHidden value is {045C37CF-7AAD-11D1-85E5-00A024E8A452}.
Prop_IsHierarchical - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsHierarchical value is {9E606776-B839-4F28-80FA-E5463E44515F}.
Prop_IsImportAgentEnabled - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsImportAgentEnabled value is {CF7BED87-2D9D-4499-81D5-2ABAD8FC4801}.
Prop_IsInExceptionState - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsInExceptionState value is {4F0F734C-FDD4-4A56-A9EA-31C743A5C978}.
Prop_IsMigrationJob - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsMigrationJob value is {E7B9257A-694D-4EB3-A82F-822674F5F325}.
Prop_IsNameProperty - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsNameProperty value is {D32E503B-AFB2-11D2-8BD6-00E0290F729A}.
Prop_IsolatedRegion - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsolatedRegion value is {7B3B866F-A7B0-4F4E-9D43-A6E068C3C1EA}.
Prop_IsolatedRegionNumber - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsolatedRegionNumber value is {1D72A02B-97D6-4020-8240-C6797ED4DA92}.
Prop_IsolatedRegions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsolatedRegions value is {AD87D9C5-AA45-4A55-B604-8256D1BE071B}.
Prop_IsOrderable - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsOrderable value is {045C3771-7AAD-11D1-85E5-00A024E8A452}.
Prop_ISOrganization - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ISOrganization value is {956D999E-932A-43EE-B012-0A459E511C3C}.
Prop_ISPassword - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ISPassword value is {CC29BA45-5B34-45B9-84DF-B0A0A6D8AEB3}.
Prop_IsPersistent - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsPersistent value is {D32E502E-AFB2-11D2-8BD6-00E0290F729A}.
Prop_IsReadOnly - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsReadOnly value is {045C3799-7AAD-11D1-85E5-00A024E8A452}.
Prop_IsReserved - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsReserved value is {D32E506B-AFB2-11D2-8BD6-00E0290F729A}.
Prop_IsSearchable - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsSearchable value is {045C379A-7AAD-11D1-85E5-00A024E8A452}.
Prop_IsSecurable - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsSecurable value is {9C25DFEA-D1D5-488B-8F92-0D4E13EFBA5B}.
Prop_IsSelectable - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsSelectable value is {045C379D-7AAD-11D1-85E5-00A024E8A452}.
Prop_IsSingleIndexed - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsSingleIndexed value is {D32E506F-AFB2-11D2-8BD6-00E0290F729A}.
Prop_IsSSLEnabled - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsSSLEnabled value is {EC9C64D6-8CC6-4EEF-A531-11D801CB8FD6}.
Prop_IsSynchronous - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsSynchronous value is {783E3F32-E02E-406D-8472-3DC8E3980FDC}.
Prop_IsSystemGenerated - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsSystemGenerated value is {045C37B3-7AAD-11D1-85E5-00A024E8A452}.
Prop_IsSystemOwned - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsSystemOwned value is {D32E5036-AFB2-11D2-8BD6-00E0290F729A}.
Prop_ISUserName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ISUserName value is {63E886CA-13AD-48D0-9904-E2EF4CA9142A}.
Prop_IsValueRequired - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsValueRequired value is {045C37CC-7AAD-11D1-85E5-00A024E8A452}.
Prop_IsVersioningEnabled - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IsVersioningEnabled value is {D32E507B-AFB2-11D2-8BD6-00E0290F729A}.
Prop_IterationNumber - Static variable in class com.filenet.api.constants.GuidConstants
Prop_IterationNumber value is {448B3BA8-9725-4388-AD2A-1E160923E180}.
Prop_JNDIDataSource - Static variable in class com.filenet.api.constants.GuidConstants
Prop_JNDIDataSource value is {9A734837-7457-47A7-B417-A917DD69F15B}.
Prop_JNDIXADataSource - Static variable in class com.filenet.api.constants.GuidConstants
Prop_JNDIXADataSource value is {96648490-C3A9-47E2-A4FA-B48F3477AC63}.
Prop_JobAbortRequested - Static variable in class com.filenet.api.constants.GuidConstants
Prop_JobAbortRequested value is {76E56534-D56E-4602-91E1-D54FB91EE8D6}.
Prop_JobPauseRequested - Static variable in class com.filenet.api.constants.GuidConstants
Prop_JobPauseRequested value is {FAECDEAF-AACE-425B-B7BB-96751F89CC64}.
Prop_JobStatus - Static variable in class com.filenet.api.constants.GuidConstants
Prop_JobStatus value is {F677C361-4967-4E6A-A94F-C4CA3759596F}.
Prop_LabelBindValue - Static variable in class com.filenet.api.constants.GuidConstants
Prop_LabelBindValue value is {35635907-F301-4F39-B338-A02918942179}.
Prop_LastFailureReason - Static variable in class com.filenet.api.constants.GuidConstants
Prop_LastFailureReason value is {F105903B-E92C-4349-8225-75266066FB78}.
Prop_LastModifier - Static variable in class com.filenet.api.constants.GuidConstants
Prop_LastModifier value is {D32E5075-AFB2-11D2-8BD6-00E0290F729A}.
Prop_LastProcessed - Static variable in class com.filenet.api.constants.GuidConstants
Prop_LastProcessed value is {55584EC5-08E7-4C3C-9A62-1EB37427FCA4}.
Prop_LeaseDuration - Static variable in class com.filenet.api.constants.GuidConstants
Prop_LeaseDuration value is {D6CEBF0E-F0E8-4583-9674-826F16EDFC9F}.
Prop_LeaseExpiryTime - Static variable in class com.filenet.api.constants.GuidConstants
Prop_LeaseExpiryTime value is {73C855A1-E903-4C45-9207-A1FEBAC26DFB}.
Prop_LeaseHolderId - Static variable in class com.filenet.api.constants.GuidConstants
Prop_LeaseHolderId value is {4C62D0B2-6B26-48F0-9480-B409B36C2790}.
Prop_LifecycleOperation - Static variable in class com.filenet.api.constants.GuidConstants
Prop_LifecycleOperation value is {4BFB671C-A5DB-4CBB-AEF3-F3BA23547AF6}.
Prop_LocalDomain - Static variable in class com.filenet.api.constants.GuidConstants
Prop_LocalDomain value is {4B6ED6F2-EA74-4C65-9924-D0DE8CCB4582}.
Prop_LocaleName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_LocaleName value is {045C37B6-7AAD-11D1-85E5-00A024E8A452}.
Prop_LocaleNames - Static variable in class com.filenet.api.constants.GuidConstants
Prop_LocaleNames value is {045C37B7-7AAD-11D1-85E5-00A024E8A452}.
Prop_LocalizedText - Static variable in class com.filenet.api.constants.GuidConstants
Prop_LocalizedText value is {D32E5031-AFB2-11D2-8BD6-00E0290F729A}.
Prop_LockOwner - Static variable in class com.filenet.api.constants.GuidConstants
Prop_LockOwner value is {1FFB0DBC-5EE9-466D-9F6D-6D979FBEB58B}.
Prop_LockTimeout - Static variable in class com.filenet.api.constants.GuidConstants
Prop_LockTimeout value is {8BA24762-DCE1-40F2-98E2-B3E7C969744C}.
Prop_LockToken - Static variable in class com.filenet.api.constants.GuidConstants
Prop_LockToken value is {FC27B48A-F4AE-4413-8F51-AEE2533B937B}.
Prop_MajorVersionNumber - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MajorVersionNumber value is {3C69F7AB-C1F5-4EB7-B177-85F0E1F94D3D}.
Prop_MappableDirection - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MappableDirection value is {F25594D2-32F2-464D-9BB6-B2D38BD012E0}.
Prop_Marking - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Marking value is {00705BB2-7217-45BE-91EC-55A79858BADA}.
Prop_Markings - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Markings value is {1894C6C3-B9F6-4EA0-A039-08C0CA32400E}.
Prop_MarkingSet - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MarkingSet value is {744EC863-1CB7-45AC-8F35-56CABA85BE51}.
Prop_MarkingSetCacheEntryTTL - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MarkingSetCacheEntryTTL value is {FAAB4E20-BDD4-4998-ADED-4611D24D66CF}.
Prop_MarkingSetCacheMaxEntries - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MarkingSetCacheMaxEntries value is {B6524DBC-1956-4612-ADFD-FBEF8A73ACFC}.
Prop_MarkingSets - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MarkingSets value is {9C19340A-3E39-4173-8FC8-B214DA4C1A92}.
Prop_MarkingUseGranted - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MarkingUseGranted value is {AD12B933-F879-4DA9-9954-679729922CC8}.
Prop_MarkingValue - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MarkingValue value is {AC2A1C7D-8517-41B4-83B6-175DEC0D086B}.
Prop_MaxBatchSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaxBatchSize value is {1D74DB20-9049-4348-94B5-3A11BF6C92A2}.
Prop_MaxCollections - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaxCollections value is {3BDED316-2640-4F8B-BCAD-023FE0AC304B}.
Prop_MaxDispatcherThreads - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaxDispatcherThreads value is {7A43F2F0-F3E9-4FF0-A6FE-7EB2C4463158}.
Prop_MaxEventCollectorThreads - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaxEventCollectorThreads value is {70497F36-658C-48F8-A553-5BD32C846539}.
Prop_MaxEventExporterThreads - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaxEventExporterThreads value is {8C9ADB87-3101-46F7-8641-940D92052D3F}.
Prop_MaxHeartbeatThreads - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaxHeartbeatThreads value is {1C239072-4F68-47E1-9D1A-9156915393A3}.
Prop_MaximumConcurrentIndexingBatches - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaximumConcurrentIndexingBatches value is {CFAE3A5F-8F6A-4BC8-BAFF-682EAB291B10}.
Prop_MaximumContentElements - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaximumContentElements value is {6BBD3F87-F769-42AB-9428-35FABCF92441}.
Prop_MaximumFailures - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaximumFailures value is {AB9E9449-5E55-4257-A960-AB76D80D057D}.
Prop_MaximumLengthBinary - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaximumLengthBinary value is {045C37D1-7AAD-11D1-85E5-00A024E8A452}.
Prop_MaximumLengthString - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaximumLengthString value is {045C37D0-7AAD-11D1-85E5-00A024E8A452}.
Prop_MaximumRetentionDays - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaximumRetentionDays value is {6FEDE6EA-9DFA-4E90-8A93-773F2B3A2A7C}.
Prop_MaximumSizeKBytes - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaximumSizeKBytes value is {15F9FBA9-E1BE-45FA-9D17-5F460D2ADE32}.
Prop_MaximumTimeToLive - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaximumTimeToLive value is {78909F7B-C06B-4476-B98E-1FC536761E73}.
Prop_MaxInboundWorkers - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaxInboundWorkers value is {9738D2C1-0B2A-4EA1-AFD6-39F23E486559}.
Prop_MaxIndexes - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaxIndexes value is {AAC9524B-0661-4392-8E62-8CE7963A2CC2}.
Prop_MaxInMemoryElementState - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaxInMemoryElementState value is {FD038D9D-6FD8-4C03-9B8A-96214FEAE8A0}.
Prop_MaxInMemoryItems - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaxInMemoryItems value is {9C962CBE-B68B-4B44-9805-EC1147A710B3}.
Prop_MaxInMemoryQueueItems - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaxInMemoryQueueItems value is {EBED5682-8AF7-4C31-9EA4-F965065A83DD}.
Prop_MaxObjectsPerCollection - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaxObjectsPerCollection value is {05FEE8D6-709F-4745-A768-25F6D6AD1B3F}.
Prop_MaxObjectsPerIndex - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaxObjectsPerIndex value is {6C3070D6-2DD7-4F76-84DD-85608941F344}.
Prop_MaxOutboundWorkers - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaxOutboundWorkers value is {20B2CF01-5D80-41FE-A0EC-7599E3D474DD}.
Prop_MaxPrimaryThreads - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaxPrimaryThreads value is {881C1E17-4C3F-4029-8D11-AADFA4B3B036}.
Prop_MaxQueryTimeLimit - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaxQueryTimeLimit value is {ADD31F25-4257-4D17-ACE1-064DF7C049E6}.
Prop_MaxReaderSemaphoreWaitTime - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaxReaderSemaphoreWaitTime value is {0B6C5865-AEFB-4DEA-8DF7-67B43795A576}.
Prop_MaxResolutionBatchSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaxResolutionBatchSize value is {0586A10F-D4A8-45C9-B3D8-0F6870BFFA61}.
Prop_MaxSecondaryThreads - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaxSecondaryThreads value is {668A8981-511E-49BE-8314-60AF6720E62A}.
Prop_MaxSizePerIndexKbytes - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaxSizePerIndexKbytes value is {E7C32E94-1E13-4490-92B3-892B9050D55E}.
Prop_MaxSweepWorkers - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaxSweepWorkers value is {DA16D992-38B9-444B-B2AF-1611C5BC44C3}.
Prop_MaxTextFiltersPerBatch - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaxTextFiltersPerBatch value is {B578DAC9-4C51-4362-A467-41F903DC80B3}.
Prop_MaxThumbnailGenerationProcesses - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaxThumbnailGenerationProcesses value is {6D47024A-7CED-4754-A500-7185A6B8C1CB}.
Prop_MaxWorkerThreads - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MaxWorkerThreads value is {8EAAF0B8-7D0C-4A4B-891B-F4A9138CB051}.
Prop_MemberOfGroups - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MemberOfGroups value is {A5C82A29-0D27-48FD-AE80-AA7608CD624E}.
Prop_MetadataMergedScopeCacheMaxEntries - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MetadataMergedScopeCacheMaxEntries value is {4B0806B6-836D-4C30-AA2E-1EA4E80ACAC8}.
Prop_MetadataTraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MetadataTraceFlags value is {BA5F970A-515E-448B-B8AD-98BFC2CACA43}.
Prop_MimeType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MimeType value is {8B03CD36-2336-403E-BE49-4AE99DC5F18E}.
Prop_MinimumRetentionDays - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MinimumRetentionDays value is {7ED3A106-79FF-4748-AEFE-38AB8BB75CE2}.
Prop_MinorVersionNumber - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MinorVersionNumber value is {E9D68015-49F3-4732-9AF2-D0196AAFD982}.
Prop_ModificationAccessRequired - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ModificationAccessRequired value is {FEA7F597-7AF4-492B-8300-3DF916BB5B9F}.
Prop_ModifiedProperties - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ModifiedProperties value is {5D5D5594-D421-4F87-9521-727528D1127B}.
Prop_MoveContentLeaseThreshold - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MoveContentLeaseThreshold value is {2E0A85BA-5F08-406D-BF05-17796A7B47EF}.
Prop_MyRealm - Static variable in class com.filenet.api.constants.GuidConstants
Prop_MyRealm value is {06421281-A8EA-4034-94C5-CEC5FB6CBDD7}.
Prop_Name - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Name value is {03A3C895-BE18-4F82-9007-FFEFF379FC5C}.
Prop_NamePropertyIndex - Static variable in class com.filenet.api.constants.GuidConstants
Prop_NamePropertyIndex value is {045C376E-7AAD-11D1-85E5-00A024E8A452}.
Prop_NeverDeleteClipsOrContent - Static variable in class com.filenet.api.constants.GuidConstants
Prop_NeverDeleteClipsOrContent value is {5175409C-4255-4607-B27F-FFEE8F808419}.
Prop_NextOverflowTableDefinition - Static variable in class com.filenet.api.constants.GuidConstants
Prop_NextOverflowTableDefinition value is {4B61E036-93B8-4695-9AB4-91B9DD1F2D09}.
Prop_NextRetryDate - Static variable in class com.filenet.api.constants.GuidConstants
Prop_NextRetryDate value is {A093A6C0-9454-42CD-8E72-E1C9F58B1B8D}.
Prop_NextStartTime - Static variable in class com.filenet.api.constants.GuidConstants
Prop_NextStartTime value is {5CE42FDF-BD4C-4DA2-8CCE-416338BC4BC3}.
Prop_NonPagedQueryMaxSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_NonPagedQueryMaxSize value is {4B6549A7-9851-4262-9064-9A81667C0F6D}.
Prop_NoWorkDelay - Static variable in class com.filenet.api.constants.GuidConstants
Prop_NoWorkDelay value is {041C7C53-524F-4FF5-AA24-B1DA77351340}.
Prop_NumImportAgents - Static variable in class com.filenet.api.constants.GuidConstants
Prop_NumImportAgents value is {F11F5038-306E-4C2B-82E0-E242FAAA0943}.
Prop_ObjectSecurityCacheEntryTTL - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ObjectSecurityCacheEntryTTL value is {C77E6A13-124C-4A0D-8364-8E386349847E}.
Prop_ObjectSecurityCacheMaxEntries - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ObjectSecurityCacheMaxEntries value is {328D38B1-19AD-474D-BB94-B265597DD5EE}.
Prop_ObjectStateRecordingLevel - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ObjectStateRecordingLevel value is {38F514C7-1064-4B7B-AE33-AA7D661839C8}.
Prop_ObjectStore - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ObjectStore value is {AC19E753-58AF-434A-835B-506199CF1EE8}.
Prop_ObjectStoreId - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ObjectStoreId value is {045C37CD-7AAD-11D1-85E5-00A024E8A452}.
Prop_ObjectStores - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ObjectStores value is {79178B8A-69A3-402F-87A2-7A8F86D91828}.
Prop_ObjectStoreSchemaDB2 - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ObjectStoreSchemaDB2 value is {2EFD2909-9A66-4A22-968C-8F6888FD139F}.
Prop_ObjectStoreSchemaMSSQL - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ObjectStoreSchemaMSSQL value is {A5672307-ECC8-4C47-9BAE-E676D113E064}.
Prop_ObjectStoreSchemaOracle - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ObjectStoreSchemaOracle value is {E119B83E-CC9C-43BC-9E67-1572B1D45389}.
Prop_OptimizationInterval - Static variable in class com.filenet.api.constants.GuidConstants
Prop_OptimizationInterval value is {B026692E-F080-4234-92EC-F1E6DFA81013}.
Prop_OriginalClassId - Static variable in class com.filenet.api.constants.GuidConstants
Prop_OriginalClassId value is {88794B9F-5052-4EC2-91FE-7DE5FEDB3C71}.
Prop_OriginalCreator - Static variable in class com.filenet.api.constants.GuidConstants
Prop_OriginalCreator value is {9E564398-961F-4B71-B3F1-48FFEDBDC7A2}.
Prop_OriginalDateCreated - Static variable in class com.filenet.api.constants.GuidConstants
Prop_OriginalDateCreated value is {A4D14224-8B5C-4319-BAF8-8392A31DCA2F}.
Prop_OriginalDateLastModified - Static variable in class com.filenet.api.constants.GuidConstants
Prop_OriginalDateLastModified value is {8174A89E-C295-4A25-8CD0-9BD3E48EC634}.
Prop_OriginalId - Static variable in class com.filenet.api.constants.GuidConstants
Prop_OriginalId value is {21FF754A-0316-48E7-906E-EB0610AD353B}.
Prop_OriginalLastModifier - Static variable in class com.filenet.api.constants.GuidConstants
Prop_OriginalLastModifier value is {B8775228-D644-42C1-966F-568ABA1D6D26}.
Prop_OriginalName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_OriginalName value is {4552CCA5-1FFB-439B-9625-9C5BF9099114}.
Prop_OriginalObject - Static variable in class com.filenet.api.constants.GuidConstants
Prop_OriginalObject value is {A68EEFCE-0763-4FEA-9557-9160CDE0A3A1}.
Prop_OriginalOrdinal - Static variable in class com.filenet.api.constants.GuidConstants
Prop_OriginalOrdinal value is {0E21ADCB-84F6-4A8E-B106-5FACEC301073}.
Prop_OutboundBatchSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_OutboundBatchSize value is {CDE6B6DC-0A0E-457B-BF8A-158C761BAB04}.
Prop_OutboundBusyWaitInterval - Static variable in class com.filenet.api.constants.GuidConstants
Prop_OutboundBusyWaitInterval value is {D04EF48D-AB24-4F3E-ABDE-0443F0AC6F3D}.
Prop_OutboundDispatcherEnabled - Static variable in class com.filenet.api.constants.GuidConstants
Prop_OutboundDispatcherEnabled value is {E0DE1584-F19B-4DC2-BDDF-2DB48887A81D}.
Prop_OutboundIdleWaitInterval - Static variable in class com.filenet.api.constants.GuidConstants
Prop_OutboundIdleWaitInterval value is {761D802C-1D5F-45B3-931B-C9127332D631}.
Prop_OutputFolder - Static variable in class com.filenet.api.constants.GuidConstants
Prop_OutputFolder value is {29AB43F9-7637-456C-AE51-80A5FC456538}.
Prop_OutputFormat - Static variable in class com.filenet.api.constants.GuidConstants
Prop_OutputFormat value is {19E4E23B-FBA3-4048-A86C-79E8A8B6CFDC}.
Prop_OutputLocation - Static variable in class com.filenet.api.constants.GuidConstants
Prop_OutputLocation value is {5725B946-23CF-400F-9B57-AA25750EA394}.
Prop_Owner - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Owner value is {4BC1ED9A-57FF-4029-B413-39FD20F86353}.
Prop_OwnerDocument - Static variable in class com.filenet.api.constants.GuidConstants
Prop_OwnerDocument value is {747D96D7-C70C-428A-8798-720A5D72F6BF}.
Prop_Parent - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Parent value is {045C3776-7AAD-11D1-85E5-00A024E8A452}.
Prop_ParentComponent - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ParentComponent value is {07302114-3475-499B-9578-BFA35CC8ED92}.
Prop_ParentDocuments - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ParentDocuments value is {75BDF04A-509F-4F91-B543-C437189E1DA3}.
Prop_ParentRelationships - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ParentRelationships value is {FB441E23-BF6A-4034-8299-1BFCB8C94261}.
Prop_PartialResolutionChunkSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PartialResolutionChunkSize value is {DA3076B4-802A-4996-BA8C-A10739833176}.
Prop_PartitionDateInterval - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PartitionDateInterval value is {559094A1-8A24-4005-B3F8-40993D6CE24F}.
Prop_PartitioningProperties - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PartitioningProperties value is {1D243828-F90C-45CE-AB6B-B28CF0BCDA68}.
Prop_PartitionPropertyName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PartitionPropertyName value is {4EC19D08-9CB3-4A3E-AF61-6EA0A402AAB4}.
Prop_PartitionStringValue - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PartitionStringValue value is {4C86B110-5E04-4439-81D4-5B50F382C225}.
Prop_PartnerObjectStore - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PartnerObjectStore value is {D6B23EA3-1CC2-4D48-800B-3CDA1AD75204}.
Prop_PathName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PathName value is {D32E5025-AFB2-11D2-8BD6-00E0290F729A}.
Prop_PDFMasterPassword - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PDFMasterPassword value is {8499C895-D0E5-40D3-ABDF-02980985DEA9}.
Prop_PDFUserPassword - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PDFUserPassword value is {B413EC06-30D4-4340-BBB5-BC5DB11678B3}.
Prop_PEConnectionPoints - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PEConnectionPoints value is {06EC2184-1C84-4465-80E8-995F150E6E17}.
Prop_PermissionDescriptions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PermissionDescriptions value is {3975B9F7-1D66-4C7A-B586-415FD88E4FD7}.
Prop_Permissions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Permissions value is {53360BB2-AE2A-4C6C-B073-61375DA13121}.
Prop_PermissionSource - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PermissionSource value is {BAEE19A0-0721-4422-8219-F795DE0E0B7D}.
Prop_PermissionType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PermissionType value is {580F9585-E8D9-4AA9-AFAF-5CB86322B0FE}.
Prop_PersistenceType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PersistenceType value is {156DA682-E248-4F62-8014-C70760585BC3}.
Prop_PolicyControlledSweepBatchSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PolicyControlledSweepBatchSize value is {99A1C25A-3CBC-43DA-AC63-963FA88D4203}.
Prop_PolicyControlledSweeps - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PolicyControlledSweeps value is {C5EADEAF-951C-4AC9-93E2-AF55AC30E235}.
Prop_PoolAddress - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PoolAddress value is {6507EB4A-6DBA-4829-9F3B-FC5F3175723C}.
Prop_PostCondition - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PostCondition value is {52FB10F8-EDA7-4572-9BC7-96EF9680AE27}.
Prop_PreCondition - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PreCondition value is {69AF1930-EF96-4B40-9EE3-C774EFE0206E}.
Prop_Predecessors - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Predecessors value is {6DE87C29-9FF8-4994-885C-B679634A74EF}.
Prop_PredecessorTask - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PredecessorTask value is {CA44E88F-DC6D-4F40-BB74-0C6C508BF127}.
Prop_PreloadOnCreate - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PreloadOnCreate value is {DE56D55F-0FEC-4496-950C-B4988DD9732C}.
Prop_Prerequisites - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Prerequisites value is {025B5BCD-D6B1-4734-9D6B-77F7B82DFC4E}.
Prop_PreserveDirectPermissions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PreserveDirectPermissions value is {6A394A64-3101-4B2B-8A00-296B61BA145E}.
Prop_PrimaryId - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PrimaryId value is {D32E5034-AFB2-11D2-8BD6-00E0290F729A}.
Prop_PrincipalCacheEntryTTL - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PrincipalCacheEntryTTL value is {65BC7DC0-CB07-4622-880B-F0636D11BC76}.
Prop_PrincipalCacheMaxEntries - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PrincipalCacheMaxEntries value is {58F83254-EBC0-44EC-A387-2A941E5529B3}.
Prop_Priority - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Priority value is {16AEEFA3-0852-44AC-8D4A-6BC3DB6B9550}.
Prop_PrivilegedSettability - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PrivilegedSettability value is {23E4F1A1-9936-425F-8E8F-150E267D6128}.
Prop_ProcessedObjectCount - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ProcessedObjectCount value is {44E42F92-6D0B-472E-AF9B-FF01817114CA}.
Prop_ProcessEngineEnabled - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ProcessEngineEnabled value is {15570647-50B9-4FD9-9390-49ADE24FA603}.
Prop_ProgId - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ProgId value is {651BED30-8491-456D-8177-EB9002F9FB73}.
Prop_ProperSubclassPropertyDescriptions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ProperSubclassPropertyDescriptions value is {045C375C-7AAD-11D1-85E5-00A024E8A452}.
Prop_PropertyDefaultBinary - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertyDefaultBinary value is {045C3754-7AAD-11D1-85E5-00A024E8A452}.
Prop_PropertyDefaultBoolean - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertyDefaultBoolean value is {045C3755-7AAD-11D1-85E5-00A024E8A452}.
Prop_PropertyDefaultDateTime - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertyDefaultDateTime value is {045C3756-7AAD-11D1-85E5-00A024E8A452}.
Prop_PropertyDefaultFloat64 - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertyDefaultFloat64 value is {045C3757-7AAD-11D1-85E5-00A024E8A452}.
Prop_PropertyDefaultId - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertyDefaultId value is {045C3758-7AAD-11D1-85E5-00A024E8A452}.
Prop_PropertyDefaultInteger32 - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertyDefaultInteger32 value is {045C3759-7AAD-11D1-85E5-00A024E8A452}.
Prop_PropertyDefaultObject - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertyDefaultObject value is {045C375A-7AAD-11D1-85E5-00A024E8A452}.
Prop_PropertyDefaultString - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertyDefaultString value is {045C375B-7AAD-11D1-85E5-00A024E8A452}.
Prop_PropertyDefinitions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertyDefinitions value is {D32E5039-AFB2-11D2-8BD6-00E0290F729A}.
Prop_PropertyDescriptions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertyDescriptions value is {045C3778-7AAD-11D1-85E5-00A024E8A452}.
Prop_PropertyDisplayCategory - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertyDisplayCategory value is {FCC1E480-19F3-4896-B521-C22561064C09}.
Prop_PropertyDisplayName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertyDisplayName value is {51E1C19C-AD98-4BC3-B908-A89B7F8CD4D7}.
Prop_PropertyIdentity - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertyIdentity value is {9A50EE23-298C-40F7-AC73-854B7C3DEE04}.
Prop_PropertyMap - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertyMap value is {446FCACF-053C-45C2-AEC3-EFA5BCC1F4F0}.
Prop_PropertyMaximumDateTime - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertyMaximumDateTime value is {045C3752-7AAD-11D1-85E5-00A024E8A452}.
Prop_PropertyMaximumFloat64 - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertyMaximumFloat64 value is {045C3761-7AAD-11D1-85E5-00A024E8A452}.
Prop_PropertyMaximumInteger32 - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertyMaximumInteger32 value is {045C3766-7AAD-11D1-85E5-00A024E8A452}.
Prop_PropertyMinimumDateTime - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertyMinimumDateTime value is {045C3753-7AAD-11D1-85E5-00A024E8A452}.
Prop_PropertyMinimumFloat64 - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertyMinimumFloat64 value is {045C3762-7AAD-11D1-85E5-00A024E8A452}.
Prop_PropertyMinimumInteger32 - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertyMinimumInteger32 value is {045C3767-7AAD-11D1-85E5-00A024E8A452}.
Prop_PropertySelectionBinary - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertySelectionBinary value is {045C379E-7AAD-11D1-85E5-00A024E8A452}.
Prop_PropertySelectionsBoolean - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertySelectionsBoolean value is {045C379F-7AAD-11D1-85E5-00A024E8A452}.
Prop_PropertySelectionsDateTime - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertySelectionsDateTime value is {045C37A0-7AAD-11D1-85E5-00A024E8A452}.
Prop_PropertySelectionsFloat64 - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertySelectionsFloat64 value is {045C37A1-7AAD-11D1-85E5-00A024E8A452}.
Prop_PropertySelectionsId - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertySelectionsId value is {045C37A2-7AAD-11D1-85E5-00A024E8A452}.
Prop_PropertySelectionsInteger32 - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertySelectionsInteger32 value is {045C37A3-7AAD-11D1-85E5-00A024E8A452}.
Prop_PropertySelectionsObject - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertySelectionsObject value is {045C37A4-7AAD-11D1-85E5-00A024E8A452}.
Prop_PropertySelectionsString - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertySelectionsString value is {045C37A5-7AAD-11D1-85E5-00A024E8A452}.
Prop_PropertyTemplate - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertyTemplate value is {D32E503D-AFB2-11D2-8BD6-00E0290F729A}.
Prop_PropertyTemplates - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PropertyTemplates value is {D32E5058-AFB2-11D2-8BD6-00E0290F729A}.
Prop_ProtectedPropertyCount - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ProtectedPropertyCount value is {D32E5089-AFB2-11D2-8BD6-00E0290F729A}.
Prop_ProviderID - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ProviderID value is {D53A5A4E-BE37-41FA-94AF-5C4C3EFBCF05}.
Prop_PruneAmount - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PruneAmount value is {04888CE8-8FB6-4977-8EDE-30F30487D09F}.
Prop_PruneThresholdContentElements - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PruneThresholdContentElements value is {9BA017B6-DAF4-47A1-80EA-F255CB6F0F42}.
Prop_PruneThresholdSizeKBytes - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PruneThresholdSizeKBytes value is {FE871B27-3816-44FD-B216-0B7261296D8F}.
Prop_PublicationDocument - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PublicationDocument value is {780940CC-CABB-4D04-8992-31BF3AB318FC}.
Prop_PublicationInfo - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PublicationInfo value is {029F63C8-AAED-4D21-BB73-A108E47F4FA4}.
Prop_PublishingStatus - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PublishingStatus value is {66354BB8-E3C0-4D62-862D-C5A84A356168}.
Prop_PublishingSubsidiaryFolder - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PublishingSubsidiaryFolder value is {1C699ED1-A1D8-4E91-AC8C-DB1A345A374C}.
Prop_PublishRequestType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PublishRequestType value is {06A3F13F-6CE3-4E25-84D6-0752AFD03A08}.
Prop_PublishStyleTemplate - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PublishStyleTemplate value is {67A1E630-5381-4C7B-B348-A5D845CF88D1}.
Prop_PublishTemplate - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PublishTemplate value is {5207F3D7-4E79-4044-9833-2C9F0F1F4609}.
Prop_PublishTraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_PublishTraceFlags value is {3CB95EF2-CC29-422E-A727-7A1AAA38F2D1}.
Prop_QueriedObject - Static variable in class com.filenet.api.constants.GuidConstants
Prop_QueriedObject value is {31A2E056-B0AB-11D2-B2B3-0060081F2DFA}.
Prop_QueryCountDefaultSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_QueryCountDefaultSize value is {59D722E2-682D-47D0-B6EF-5C6CEA679012}.
Prop_QueryCountMaxSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_QueryCountMaxSize value is {A23C68E9-A683-4D0E-85CA-F70106A55029}.
Prop_QueryDatabaseTimeout - Static variable in class com.filenet.api.constants.GuidConstants
Prop_QueryDatabaseTimeout value is {6FD914B2-7C21-4E07-A7C2-6CF686343F11}.
Prop_QueryPageDefaultSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_QueryPageDefaultSize value is {BEC527F0-3ED1-43C5-92D0-AF448BC4854B}.
Prop_QueryPageMaxSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_QueryPageMaxSize value is {48DD15F2-0673-4B4F-8483-0E087307D61E}.
Prop_QueryText - Static variable in class com.filenet.api.constants.GuidConstants
Prop_QueryText value is {274C4765-B442-446A-A7CB-5A5E066FB56E}.
Prop_QueuedObject - Static variable in class com.filenet.api.constants.GuidConstants
Prop_QueuedObject value is {3878285E-6D58-4C40-AD71-7289DB3BBF22}.
Prop_QueueEntryStatus - Static variable in class com.filenet.api.constants.GuidConstants
Prop_QueueEntryStatus value is {7563260C-B502-4209-BC18-6EB29CD6F5EE}.
Prop_QueueItemDatabaseTimeout - Static variable in class com.filenet.api.constants.GuidConstants
Prop_QueueItemDatabaseTimeout value is {0D81DBA5-5981-44A8-9CEC-C30A80D003B5}.
Prop_QueueItemMaxDispatchers - Static variable in class com.filenet.api.constants.GuidConstants
Prop_QueueItemMaxDispatchers value is {B2F07060-BAE2-4415-AFD5-6D65662A4301}.
Prop_QueueItemRetryCount - Static variable in class com.filenet.api.constants.GuidConstants
Prop_QueueItemRetryCount value is {17A66D74-C3BD-496D-9A8A-33529E556B2B}.
Prop_QueueSweepLeaseDuration - Static variable in class com.filenet.api.constants.GuidConstants
Prop_QueueSweepLeaseDuration value is {32F75AD2-8E39-484D-ADA7-DA6A24FF98EB}.
Prop_QueueSweeps - Static variable in class com.filenet.api.constants.GuidConstants
Prop_QueueSweeps value is {D3FD2F45-2F92-40F7-8F72-A5E5E861B476}.
Prop_Rank - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Rank value is {31A2E052-B0AB-11D2-B2B3-0060081F2DFA}.
Prop_RecordFailures - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RecordFailures value is {3DAABDBF-50DD-4EF9-9780-D925887DF87A}.
Prop_RecoverableObjectsCount - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RecoverableObjectsCount value is {93560189-E52F-4689-AE04-35099F0F006A}.
Prop_RecoveryBin - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RecoveryBin value is {88BA11E8-A991-406C-A92B-FEAE76176A86}.
Prop_RecoveryItems - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RecoveryItems value is {FD2E5455-E7E7-4924-814D-EC443827CBB6}.
Prop_ReferencingActions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ReferencingActions value is {481C9962-4A33-4CE5-849F-3078F443E3EE}.
Prop_ReflectivePropertyId - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ReflectivePropertyId value is {045C379C-7AAD-11D1-85E5-00A024E8A452}.
Prop_RegionKey - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RegionKey value is {0017223C-A2E7-41B2-AC46-4DE1F77A4068}.
Prop_RegionPassword - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RegionPassword value is {797584EC-F20A-46BA-B52F-E102754D428D}.
Prop_ReleasedVersion - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ReleasedVersion value is {8ECFBA12-211A-487B-845E-960CDF5FAD07}.
Prop_RemovalIndexationId - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RemovalIndexationId value is {140FB8FB-3F5C-42D7-9B1A-06F3630BF088}.
Prop_RenameFileRetryAttempts - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RenameFileRetryAttempts value is {982DD2C7-61FD-40CB-B45A-04EDE19C91DA}.
Prop_RenditionEngineConnection - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RenditionEngineConnection value is {61911098-1E71-47BA-91A9-3ACE679E2CB6}.
Prop_RenditionEngineConnections - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RenditionEngineConnections value is {96AF5E3B-8E28-4D90-A23F-E75490C093AF}.
Prop_RenditionEnginePassword - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RenditionEnginePassword value is {F0BC8BE5-CCD5-4641-B039-C26BE94C5821}.
Prop_ReplicableDirection - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ReplicableDirection value is {2FB0427E-C35A-4605-A74C-627949414C20}.
Prop_ReplicationData - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ReplicationData value is {F5A3FB82-1FEA-4E82-9156-B1D31D416C98}.
Prop_ReplicationGroup - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ReplicationGroup value is {9D16626D-306B-4A86-AA99-9480ADB310C4}.
Prop_ReplicationGroups - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ReplicationGroups value is {FC527465-A1CA-40AC-969D-428E300C28EC}.
Prop_ReplicationMode - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ReplicationMode value is {0DC44639-963B-4780-8875-E0241C0BE798}.
Prop_ReplicationOperation - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ReplicationOperation value is {FCF14F88-406F-4F47-9FD7-35E73FFBB753}.
Prop_ReplicationParticipants - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ReplicationParticipants value is {0DFB57B6-A1A7-4D3D-84B0-99CB5024BDB5}.
Prop_ReplicationStatus - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ReplicationStatus value is {EBE3FFA1-EF99-488F-872C-278AC3B30C3B}.
Prop_ReplicationTraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ReplicationTraceFlags value is {B00DC9C0-0BB4-4E87-8EF5-9AD96C219EBB}.
Prop_RequiredClass - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RequiredClass value is {045C3793-7AAD-11D1-85E5-00A024E8A452}.
Prop_RequiredClassId - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RequiredClassId value is {D32E5063-AFB2-11D2-8BD6-00E0290F729A}.
Prop_RequiresUniqueElements - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RequiresUniqueElements value is {045C37D9-7AAD-11D1-85E5-00A024E8A452}.
Prop_Reservation - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Reservation value is {D32E507A-AFB2-11D2-8BD6-00E0290F729A}.
Prop_ReservationType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ReservationType value is {00475575-5B2D-4D60-AB74-391730E18462}.
Prop_ResetLifecycleOnCheckin - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ResetLifecycleOnCheckin value is {F0218683-394B-4925-8A22-A81CD9DBEB24}.
Prop_ResourceStatus - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ResourceStatus value is {0E8EE90F-0650-4627-8FA9-4418386A3B1B}.
Prop_ResourceString - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ResourceString value is {3EA2623F-E29A-4D16-80F7-5F203398F881}.
Prop_RestrictMembershipToConfiguredRealms - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RestrictMembershipToConfiguredRealms value is {936DEE31-C6D2-429C-9B49-AE2F716A2F75}.
Prop_ResyncModificationDate - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ResyncModificationDate value is {3B3A1267-FE3F-4FB0-9C84-3D3CB92BD3DA}.
Prop_RetentionDurationUpdate - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RetentionDurationUpdate value is {75C48C11-AF40-4B79-B16B-F04737712C0F}.
Prop_RetentionPeriod - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RetentionPeriod value is {4FB8D731-243A-4314-81BE-C2643BD28564}.
Prop_RetentionPeriodUnits - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RetentionPeriodUnits value is {AAED2742-895F-4758-87EB-E239FD092CE8}.
Prop_RetrievalName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RetrievalName value is {045C37D2-7AAD-11D1-85E5-00A024E8A452}.
Prop_RetrievalNameExtension - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RetrievalNameExtension value is {FC2DE9FF-9A90-43F5-BBAB-2D665B68E2F6}.
Prop_RetrievalRetryAttempts - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RetrievalRetryAttempts value is {EDCBEF18-6465-479B-A3E1-62E1A100F344}.
Prop_RetrievalTimeout - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RetrievalTimeout value is {8533F1E4-71EB-4C7E-8D10-560C011090F0}.
Prop_RetryCount - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RetryCount value is {CAC6229C-6E68-4A5E-9378-96F566E3515C}.
Prop_ReturnNameAsDN - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ReturnNameAsDN value is {D31B4661-9ED9-462D-9699-75F1B61BB573}.
Prop_RollFwdBatchRetryAttempts - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RollFwdBatchRetryAttempts value is {7FC72E20-2CDA-450E-AEDA-44A826D6EDAD}.
Prop_RootClassDefinitions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RootClassDefinitions value is {D32E5057-AFB2-11D2-8BD6-00E0290F729A}.
Prop_RootDirectoryPath - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RootDirectoryPath value is {534C8E4A-04A8-499C-9969-EFF0FA1421C0}.
Prop_RootFolder - Static variable in class com.filenet.api.constants.GuidConstants
Prop_RootFolder value is {F20D0451-D155-4597-AB88-35EF7B594C49}.
Prop_SchemaVersion - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SchemaVersion value is {95069775-040A-4D90-A8F0-1D90A545E46B}.
Prop_ScriptText - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ScriptText value is {07DA8F50-8BC0-4A29-B72F-B2A283ED5C9C}.
Prop_ScriptType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ScriptType value is {87A83EF0-AF65-4B67-8D77-7CEB2A1C2933}.
Prop_SearchCrossForestGroupMembership - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SearchCrossForestGroupMembership value is {1A901ED1-CFF8-4BB0-962D-75D079E7FA8A}.
Prop_SearchDynamicGroup - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SearchDynamicGroup value is {923257E6-442E-4585-8A6F-0AF9377EA5F8}.
Prop_SearchingObjectStores - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SearchingObjectStores value is {046868AF-C022-49B2-A58C-9EAC6F5DF4BF}.
Prop_SearchingObjectType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SearchingObjectType value is {122422E8-782D-4BE9-8523-84A1C6B6E6BF}.
Prop_SearchServersToAttach - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SearchServersToAttach value is {4B11E2CB-1516-4326-BDEF-90356463E2DA}.
Prop_SearchTraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SearchTraceFlags value is {AE6C39C0-3279-4E0F-9AB5-66ABD2FD7FCF}.
Prop_SearchType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SearchType value is {68721D1B-D92D-4182-9A59-56BEF4EDDA32}.
Prop_SecurityDescCacheMaxEntries - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SecurityDescCacheMaxEntries value is {7D05E14E-6F9B-4BA3-B6A4-F11CF4525B27}.
Prop_SecurityFolder - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SecurityFolder value is {2AF36060-ED6E-44FF-8D77-38EED4203045}.
Prop_SecurityParent - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SecurityParent value is {F5853555-22B0-11D3-9BE1-0060081F223B}.
Prop_SecurityPolicies - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SecurityPolicies value is {65C6BB33-0299-4865-94C5-62AEB9393FA7}.
Prop_SecurityPolicy - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SecurityPolicy value is {23244D4C-34D9-4DBA-A805-E25C2E099A29}.
Prop_SecurityProxyType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SecurityProxyType value is {4322759F-CA5D-449A-B893-A845E48B46F9}.
Prop_SecurityTemplates - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SecurityTemplates value is {D970C8D8-C4B1-4936-ACF2-EFCEFFA07792}.
Prop_SecurityTraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SecurityTraceFlags value is {D644C9C0-34BD-454F-BC5B-F2C0482B9E3D}.
Prop_SequenceNumber - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SequenceNumber value is {090C02C2-AF64-49B8-82A5-990448196266}.
Prop_ServerInstances - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ServerInstances value is {432572CF-D702-425C-BE59-BAE147D2B1AF}.
Prop_Settability - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Settability value is {0307A296-83A5-41BA-A9B1-8626CD209F55}.
Prop_ShortName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ShortName value is {0F3D7C64-8D50-43AC-9EA9-D82640F32578}.
Prop_SingleItem - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SingleItem value is {27218CDB-3FFA-449E-B062-7D700058D77B}.
Prop_Site - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Site value is {0D591E7A-6935-4904-ABD4-C6B25350A5C1}.
Prop_Sites - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Sites value is {ECAA3ED4-F222-4065-93FD-A9604907C5BB}.
Prop_SiteSettings - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SiteSettings value is {D2A60AA4-0B0D-438B-A469-CF9D3751B723}.
Prop_SnapLockPassword - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SnapLockPassword value is {007C1097-A14D-4978-99F0-B367B7120103}.
Prop_SnapLockUserName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SnapLockUserName value is {8CA65D8C-55CF-4687-A49A-AC978439ABF8}.
Prop_SourceClassId - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SourceClassId value is {3A29ACFB-6320-48A1-8933-A550C2ADB7D5}.
Prop_SourceDatabaseConnection - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SourceDatabaseConnection value is {A856282A-0A1C-442B-A11D-44842610FF69}.
Prop_SourceDatabaseSchemaName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SourceDatabaseSchemaName value is {D8FBE258-462E-493A-BEFB-2473FF787318}.
Prop_SourceDocument - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SourceDocument value is {74E5CA51-C45D-4327-94C5-75F7CA56B2F6}.
Prop_SourceObject - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SourceObject value is {1F7DC221-943A-44FB-817D-934402FFBB4D}.
Prop_SourceObjectId - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SourceObjectId value is {40425FA2-6585-4D91-97D0-23FABAF10A24}.
Prop_SourceObjectStore - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SourceObjectStore value is {DFBCEA1D-B826-46D1-82F5-E3EE9EA14BA2}.
Prop_SourceRepositoryName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SourceRepositoryName value is {353CF37C-5F5E-4CC3-8CDB-8F0E07885FF6}.
Prop_SpecificRetentionDate - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SpecificRetentionDate value is {4B04E7CF-92B0-4C75-ACAE-39A350612A41}.
Prop_SSITraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SSITraceFlags value is {FEEA05D7-572D-4BF2-8112-CBCF0C491FDF}.
Prop_StagingAreaPath - Static variable in class com.filenet.api.constants.GuidConstants
Prop_StagingAreaPath value is {0CD76127-39B2-4DE3-91F2-8D6A4B0E0F1B}.
Prop_StartDate - Static variable in class com.filenet.api.constants.GuidConstants
Prop_StartDate value is {3854A3D9-DF9C-460F-A107-8BA200EB6E22}.
Prop_StartMinutesPastMidnight - Static variable in class com.filenet.api.constants.GuidConstants
Prop_StartMinutesPastMidnight value is {6E8E5B96-634C-4A84-87B9-12543A65B843}.
Prop_StateName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_StateName value is {06632D45-A9BB-45A6-8988-BED14B02BA5E}.
Prop_StatusDescription - Static variable in class com.filenet.api.constants.GuidConstants
Prop_StatusDescription value is {41A1AE54-61DB-4199-BB98-13EC5A4DF3E3}.
Prop_StorageArea - Static variable in class com.filenet.api.constants.GuidConstants
Prop_StorageArea value is {8CCE9103-5BEF-409A-9C0F-EC480E10784A}.
Prop_StorageAreas - Static variable in class com.filenet.api.constants.GuidConstants
Prop_StorageAreas value is {E742B01C-E780-4442-BA00-1BF80EE827BB}.
Prop_StorageLocation - Static variable in class com.filenet.api.constants.GuidConstants
Prop_StorageLocation value is {D32E5041-AFB2-11D2-8BD6-00E0290F729A}.
Prop_StoragePolicies - Static variable in class com.filenet.api.constants.GuidConstants
Prop_StoragePolicies value is {D32E5071-AFB2-11D2-8BD6-00E0290F729A}.
Prop_StoragePolicy - Static variable in class com.filenet.api.constants.GuidConstants
Prop_StoragePolicy value is {D32E5040-AFB2-11D2-8BD6-00E0290F729A}.
Prop_StyleTemplate - Static variable in class com.filenet.api.constants.GuidConstants
Prop_StyleTemplate value is {1FA54BF1-8960-4880-AF92-D492B2BA7967}.
Prop_SubFolders - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SubFolders value is {D32E5053-AFB2-11D2-8BD6-00E0290F729A}.
Prop_Subject - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Subject value is {D72F108B-9900-40F6-8FB0-475AAFF7C262}.
Prop_SubjectCacheEntryTTL - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SubjectCacheEntryTTL value is {182AE10D-960E-47C4-BBBD-89A67980904A}.
Prop_SubjectCacheMaxEntries - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SubjectCacheMaxEntries value is {C27188FD-E7AF-4004-B283-E83198ECBFE4}.
Prop_SubmittedCount - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SubmittedCount value is {74BB823E-D6E7-464C-9CEA-42A96E1EA457}.
Prop_SubscribedEvents - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SubscribedEvents value is {3D5EE34A-BACA-476B-9DD9-0CB04A1F1ECE}.
Prop_SubscriptionCacheMaxEntries - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SubscriptionCacheMaxEntries value is {4A5E80D8-9EC5-4C30-9FF7-C52CD653263E}.
Prop_Subscriptions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Subscriptions value is {E85D15C7-56B8-44C5-A7DF-5F3465F615D2}.
Prop_SubscriptionTarget - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SubscriptionTarget value is {7EAB7695-D859-4FC1-8FE5-9ADFE4C0F823}.
Prop_SubsystemConfigurations - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SubsystemConfigurations value is {1BC8BE6B-8447-4978-90EB-3F6DF586CC16}.
Prop_Successors - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Successors value is {9E30B038-D31B-490C-8C79-48D0C35A426E}.
Prop_SuccessorTask - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SuccessorTask value is {AE70AB0C-E312-4DBD-B673-8A5665AB81C1}.
Prop_SuperclassDefinition - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SuperclassDefinition value is {D32E5037-AFB2-11D2-8BD6-00E0290F729A}.
Prop_SuperclassDescription - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SuperclassDescription value is {045C3774-7AAD-11D1-85E5-00A024E8A452}.
Prop_SuperclassIdentity - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SuperclassIdentity value is {1D2A0A97-68AF-4CA5-AC8D-F091F4708ACE}.
Prop_SuperclassPropertyCount - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SuperclassPropertyCount value is {045C3775-7AAD-11D1-85E5-00A024E8A452}.
Prop_SupersededAddOnIds - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SupersededAddOnIds value is {A33167A8-CB4A-4A42-A854-18DA9F4E9AFD}.
Prop_SupportedLanguages - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SupportedLanguages value is {A1583CCA-D663-459D-9A6D-50542AA0232E}.
Prop_Sweep - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Sweep value is {FF6B7F62-C08D-4783-B2A8-0FC0AB3614F0}.
Prop_SweepAction - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SweepAction value is {7BC8443E-C9E7-49B7-9FC6-C9ED770D2234}.
Prop_SweepBatchSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SweepBatchSize value is {065D5E64-F23D-4ACE-9D65-23C0786633EA}.
Prop_SweepEndDate - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SweepEndDate value is {6A804A80-99D4-4904-9D3A-CF6CD16A9A6C}.
Prop_SweepJobLeaseDuration - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SweepJobLeaseDuration value is {9AD4E4A9-752C-4494-B583-CA2C6AE77E73}.
Prop_SweepJobs - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SweepJobs value is {7CC9BBF3-BBA4-4A34-BEF5-D152D5B20EBD}.
Prop_SweepMode - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SweepMode value is {BC79DC83-FACB-4A09-8022-BD92A9D85C71}.
Prop_SweepPolicies - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SweepPolicies value is {5D84E7AD-0204-47BD-A87B-0D97C0ABA153}.
Prop_SweepResultIterationKeepCount - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SweepResultIterationKeepCount value is {25D0BF45-7D0E-42A8-AEF5-03B45AF15F13}.
Prop_SweepResults - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SweepResults value is {21C55F80-1E26-430F-8016-9F8A5935E5B9}.
Prop_SweepResultType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SweepResultType value is {57396DA2-0AB4-439F-BD52-EE52144DE0ED}.
Prop_SweepRetryWaitInterval - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SweepRetryWaitInterval value is {5F738AB1-5F95-4DE6-AA68-B7ECDB8DF88E}.
Prop_SweepStartDate - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SweepStartDate value is {9F15BA92-80A6-4F85-918B-35FE9F3B4D02}.
Prop_SweepSubscriber - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SweepSubscriber value is {DDCC0875-0BCA-47A5-B3FF-10CC0CF3752C}.
Prop_SweepSubscribers - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SweepSubscribers value is {51A286EC-5E73-4513-885C-426A0F300F4D}.
Prop_SweepSubscriptions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SweepSubscriptions value is {EDB3C276-1E7D-4DA4-AA92-A85489B4CDF4}.
Prop_SweepTarget - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SweepTarget value is {7F74EC8E-B56C-4665-A97C-52B85186535C}.
Prop_SweepTimeslots - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SweepTimeslots value is {111F3373-283D-4637-832D-7A34A790757F}.
Prop_SweepTraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SweepTraceFlags value is {BD19EBA2-3E41-4D86-8C42-97EDAFFEA3BA}.
Prop_SymbolicName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_SymbolicName value is {9D0CD7D0-4655-11D3-8D35-00E0290F729A}.
Prop_TableDefinition - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TableDefinition value is {D32E5042-AFB2-11D2-8BD6-00E0290F729A}.
Prop_TableDefinitions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TableDefinitions value is {3046CD92-E4C1-4B98-9EF5-B485F37CD7DC}.
Prop_TableName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TableName value is {D32E504D-AFB2-11D2-8BD6-00E0290F729A}.
Prop_TableOverflowEnabled - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TableOverflowEnabled value is {3F6F450C-02B8-4AFF-A04D-EF062720BC29}.
Prop_Tail - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Tail value is {045C374D-7AAD-11D1-85E5-00A024E8A452}.
Prop_TargetAccessRequired - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TargetAccessRequired value is {D4262A46-EFE2-4D7D-809D-4AB7B472CC19}.
Prop_TargetClass - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TargetClass value is {600FF627-93C8-42FC-828E-0D9113DE77EF}.
Prop_TargetObjectStore - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TargetObjectStore value is {1AC34A73-56AD-4FFC-8C7B-E032F18B359E}.
Prop_TaskState - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TaskState value is {E8694ED2-3209-4E47-A075-EE0C5AC57045}.
Prop_TempDBContentLifetime - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TempDBContentLifetime value is {910B57C9-CC16-44A8-8341-9BF4F44D9DFE}.
Prop_TempDirectoryPath - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TempDirectoryPath value is {2A0D4FE1-585C-4C4A-A598-0AC4A4A3F14B}.
Prop_TempFileLifetime - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TempFileLifetime value is {1BD58477-931C-44F2-88EE-D5AF5B3A3497}.
Prop_TemplatePermissionDescriptions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TemplatePermissionDescriptions value is {3219F8B9-61AA-486A-B7CF-DDE81740CE3D}.
Prop_TemplatePermissions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TemplatePermissions value is {3D9A06AA-A578-4EF7-A95A-95C263BCA71E}.
Prop_TemplateType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TemplateType value is {14039247-E334-4F0A-B147-15AD7F59CC14}.
Prop_TextFilterTimeout - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TextFilterTimeout value is {57E88FAC-3778-4BC1-9976-FDD1388BAFBF}.
Prop_TextSearchAffinityGroups - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TextSearchAffinityGroups value is {EBA3614F-0ECE-44FC-A412-DAB1808A24BB}.
Prop_TextSearchCredential - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TextSearchCredential value is {829E83E6-1D34-4217-81A7-9F557539D222}.
Prop_TextSearchEnabled - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TextSearchEnabled value is {5679B1DC-4DB8-4CA3-A4EE-971DEA400619}.
Prop_TextSearchIndexes - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TextSearchIndexes value is {056FD741-9217-4FAC-BA3D-41E6F49F9223}.
Prop_TextSearchIndexingLanguage - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TextSearchIndexingLanguage value is {43C0A26C-11B4-43C5-B682-C8EBD3F15D19}.
Prop_TextSearchIndexingLanguages - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TextSearchIndexingLanguages value is {3607AEA6-1794-4EC2-BEE1-87119FC52CA5}.
Prop_TextSearchServerHost - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TextSearchServerHost value is {02F270B2-B5E7-4BB8-BC44-F9C87B973AF0}.
Prop_TextSearchServerMode - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TextSearchServerMode value is {C44C689F-981E-4AAB-A888-44DF33EAF2B3}.
Prop_TextSearchServerPort - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TextSearchServerPort value is {EA4DC9F4-A9A6-4C72-81FE-092D073255C5}.
Prop_TextSearchServers - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TextSearchServers value is {D0E392AC-487B-49B1-A22C-12079F17BD53}.
Prop_TextSearchServerShutdownOnDisable - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TextSearchServerShutdownOnDisable value is {5439AD89-701A-4220-8971-0C7728196375}.
Prop_TextSearchServerStatus - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TextSearchServerStatus value is {8D06E7A4-230F-4DE2-A5E9-43A06971E975}.
Prop_TextSearchThreadCount - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TextSearchThreadCount value is {A2D7D69E-79F6-46C1-8BB8-85E8D05ED0F8}.
Prop_This - Static variable in class com.filenet.api.constants.GuidConstants
Prop_This value is {045C37AC-7AAD-11D1-85E5-00A024E8A452}.
Prop_ThreadCount - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ThreadCount value is {B4F007F6-1538-4DF0-86A1-F79273EFB2F8}.
Prop_ThumbnailGenerationBatchSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ThumbnailGenerationBatchSize value is {7F95B727-31D3-4640-92D3-3C09ECAB5509}.
Prop_ThumbnailGenerationDelay - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ThumbnailGenerationDelay value is {FB35770F-7B77-48F1-8934-3E9AC40541F2}.
Prop_ThumbnailGenerationProcessTimeOut - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ThumbnailGenerationProcessTimeOut value is {25387A2A-180E-4FD1-AB1C-2B998E86E1FC}.
Prop_ThumbnailGenerationTempDir - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ThumbnailGenerationTempDir value is {2F95D9DB-B737-4BC6-A021-40B907CF2567}.
Prop_ThumbnailGenerationTraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ThumbnailGenerationTraceFlags value is {94BF99D4-A891-45AD-8223-CB1DA9211323}.
Prop_ThumbnailTempFileLifeTime - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ThumbnailTempFileLifeTime value is {6F12C99D-5D5B-4747-9B5E-6984F0B6E457}.
Prop_TimeAllSubmitted - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TimeAllSubmitted value is {90C500E1-7A05-4C62-BF5D-3DF594AC2925}.
Prop_TimeLastProcessed - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TimeLastProcessed value is {6FDD5474-4570-437E-9B56-5F35D75D82CF}.
Prop_TimeOutSeconds - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TimeOutSeconds value is {42F099B0-64B0-43DF-A5CA-92BD7F41CE16}.
Prop_Title - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Title value is {CECFD0F0-B3AD-4A0E-BF71-9E03643A0AB2}.
Prop_TopFolders - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TopFolders value is {045C37D6-7AAD-11D1-85E5-00A024E8A452}.
Prop_TotalTextFiltersAllowed - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TotalTextFiltersAllowed value is {664F6B22-6FB0-4591-BF0A-FCD24B11F38B}.
Prop_ToVersions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ToVersions value is {6F16EF9A-7287-4FBA-B22B-0DC9C0C4AD31}.
Prop_TraceLoggingEnabled - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TraceLoggingEnabled value is {26CB30DD-6FD1-4DD3-AE78-87982C382BC9}.
Prop_TransformationOptions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TransformationOptions value is {C8AD1332-742C-4AEE-B5B9-3C8EC1F73BAB}.
Prop_TSMApplicationType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TSMApplicationType value is {2D1CC8A8-0419-4CB7-BA4F-F55149C235E1}.
Prop_TSMArchiveProtectionFlag - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TSMArchiveProtectionFlag value is {95D9700C-B6B8-4AA4-A1E0-FFD3AEDBE7E7}.
Prop_TSMCompressionFlag - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TSMCompressionFlag value is {FBAB3CB5-E078-4EDB-B9C4-0768E407B4F3}.
Prop_TSMConcurrentTapeReaders - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TSMConcurrentTapeReaders value is {090E6E72-0E1F-438F-AE5B-733834F8EA67}.
Prop_TSMConfigurationFilesShare - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TSMConfigurationFilesShare value is {7A62B5F8-3069-4322-B7E7-E2B947AF1817}.
Prop_TSMDSMIDirectory - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TSMDSMIDirectory value is {1B0EB1EF-D4CA-4E70-8B5C-1E2ADA584247}.
Prop_TSMFilespaceName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TSMFilespaceName value is {EF672E0F-F40D-4F3E-8C02-6776403502A4}.
Prop_TSMManagementClasses - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TSMManagementClasses value is {0CBC22A4-2A18-49D4-B155-5BBF37F6CE55}.
Prop_TSMMinimumRetention - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TSMMinimumRetention value is {666314F4-176A-40E9-8E2C-CA25CA2F3146}.
Prop_TSMMountWaitDuration - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TSMMountWaitDuration value is {81D064ED-8109-4693-97D7-1E5616411732}.
Prop_TSMNodeName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TSMNodeName value is {ABA15652-B06E-4913-80B7-F663CFDF0E4A}.
Prop_TSMOptions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TSMOptions value is {78EFB4C0-B20F-4175-A09A-D3F6E872AC38}.
Prop_TSMOwnerName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TSMOwnerName value is {53E3829F-C026-46FE-9982-74B52E8E2266}.
Prop_TSMPassword - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TSMPassword value is {00942C24-6D32-46BF-AD3A-48B24233C8C1}.
Prop_TSMPort - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TSMPort value is {C0FE9DB8-C660-469F-9654-B53333D15720}.
Prop_TSMRetentionInitiation - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TSMRetentionInitiation value is {A19031A0-496F-48E8-8FF6-F44094D4352A}.
Prop_TSMRetentionPeriod - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TSMRetentionPeriod value is {32E94B45-5782-4016-8720-FD8F996853A3}.
Prop_TSMServerAddress - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TSMServerAddress value is {26BA51E3-3F20-4799-8705-93CE8FBF4718}.
Prop_TSMWriteBufferSize - Static variable in class com.filenet.api.constants.GuidConstants
Prop_TSMWriteBufferSize value is {1FA76842-0CE3-401F-9B7F-62FE77F5DC96}.
Prop_URIValue - Static variable in class com.filenet.api.constants.GuidConstants
Prop_URIValue value is {00696ED7-CF67-4733-BF66-20AF99F0F3FE}.
Prop_UsedInClasses - Static variable in class com.filenet.api.constants.GuidConstants
Prop_UsedInClasses value is {D32E503C-AFB2-11D2-8BD6-00E0290F729A}.
Prop_UserBaseDN - Static variable in class com.filenet.api.constants.GuidConstants
Prop_UserBaseDN value is {DE2EE64F-EF20-4F0E-B3ED-5FDABE06DD78}.
Prop_UserDisplayNameAttribute - Static variable in class com.filenet.api.constants.GuidConstants
Prop_UserDisplayNameAttribute value is {A9ACFBD8-C098-4A58-8910-F62B0CAE334C}.
Prop_UserDomain - Static variable in class com.filenet.api.constants.GuidConstants
Prop_UserDomain value is {A509C050-C0AA-4883-95E3-2D76F0247A66}.
Prop_UserGroup - Static variable in class com.filenet.api.constants.GuidConstants
Prop_UserGroup value is {DB4CB4D3-15F1-45B1-8761-724F9EB418C8}.
Prop_UserName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_UserName value is {5A8C0113-4D10-417E-A9DE-4FA6508A88D9}.
Prop_UserNameAttribute - Static variable in class com.filenet.api.constants.GuidConstants
Prop_UserNameAttribute value is {527F4280-EC7F-40E2-9E89-0378F0EEDFFE}.
Prop_UserPassword - Static variable in class com.filenet.api.constants.GuidConstants
Prop_UserPassword value is {46B343AE-5396-4269-BF23-565331FCDCA9}.
Prop_Users - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Users value is {11C9CA0F-F709-42ED-A674-3B960F5AA07B}.
Prop_UserSearchFilter - Static variable in class com.filenet.api.constants.GuidConstants
Prop_UserSearchFilter value is {4349798B-EAD8-4873-B321-86A1F0640A01}.
Prop_UserString - Static variable in class com.filenet.api.constants.GuidConstants
Prop_UserString value is {23484EB6-F97F-45AC-ABDC-299784FB57C9}.
Prop_UserTokenCacheEntryTTL - Static variable in class com.filenet.api.constants.GuidConstants
Prop_UserTokenCacheEntryTTL value is {E92526DA-1B3A-414F-AB92-7040727135CF}.
Prop_UserTokenCacheMaxEntries - Static variable in class com.filenet.api.constants.GuidConstants
Prop_UserTokenCacheMaxEntries value is {8BF861B0-B1AD-43B4-96A0-667178859F3A}.
Prop_UserUniqueIDAttribute - Static variable in class com.filenet.api.constants.GuidConstants
Prop_UserUniqueIDAttribute value is {A7369B4A-DA28-43D5-BFA3-B6F390F31CC4}.
Prop_UserUniqueIDAttributeIsBinary - Static variable in class com.filenet.api.constants.GuidConstants
Prop_UserUniqueIDAttributeIsBinary value is {4C8482BD-72B9-4F26-A85B-0D65F9F2AFAE}.
Prop_UsesLongColumn - Static variable in class com.filenet.api.constants.GuidConstants
Prop_UsesLongColumn value is {29CE28EC-E729-4ED6-924F-B9E4B2927A22}.
Prop_ValidateCertificateHost - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ValidateCertificateHost value is {68F47A0B-1E10-418B-A19C-8255F673D14D}.
Prop_ValidateServerCertificate - Static variable in class com.filenet.api.constants.GuidConstants
Prop_ValidateServerCertificate value is {1505E997-2BD8-4E61-A428-E09AEEAA8126}.
Prop_VendorName - Static variable in class com.filenet.api.constants.GuidConstants
Prop_VendorName value is {A3EFB0DB-8347-4577-BD5E-53CF15188BF2}.
Prop_VerityBrokerNames - Static variable in class com.filenet.api.constants.GuidConstants
Prop_VerityBrokerNames value is {36585A33-E4B7-4C16-8456-BA32F29F8D85}.
Prop_VerityBrokers - Static variable in class com.filenet.api.constants.GuidConstants
Prop_VerityBrokers value is {D42D0FF1-88C3-4AD0-B761-573ADCDC41CF}.
Prop_VerityCollections - Static variable in class com.filenet.api.constants.GuidConstants
Prop_VerityCollections value is {6608710C-61A1-4642-85B7-7B3C640E3441}.
Prop_VerityDomainConfiguration - Static variable in class com.filenet.api.constants.GuidConstants
Prop_VerityDomainConfiguration value is {EE2D2282-809B-497C-BAA2-AD411ECA6475}.
Prop_VerityDomainConfigurations - Static variable in class com.filenet.api.constants.GuidConstants
Prop_VerityDomainConfigurations value is {D8DF4541-CD7C-430F-AB0E-FE4579ED1BFC}.
Prop_VerityIndexServers - Static variable in class com.filenet.api.constants.GuidConstants
Prop_VerityIndexServers value is {F049F843-5F6E-4BFB-90D8-C85F9DDFA437}.
Prop_VerityMasterAdminServerHostname - Static variable in class com.filenet.api.constants.GuidConstants
Prop_VerityMasterAdminServerHostname value is {7F27D4A2-B218-488F-A0B4-0E108B3BF56A}.
Prop_VerityMasterAdminServerPort - Static variable in class com.filenet.api.constants.GuidConstants
Prop_VerityMasterAdminServerPort value is {C2CA5F1B-ED85-40B0-9253-DF12C26CFCDC}.
Prop_VerityPartitionInterval - Static variable in class com.filenet.api.constants.GuidConstants
Prop_VerityPartitionInterval value is {6A762926-BAD3-4F70-9920-82DD14830F71}.
Prop_VerityPartitionProperty - Static variable in class com.filenet.api.constants.GuidConstants
Prop_VerityPartitionProperty value is {CC0E68B0-3B58-4774-A23A-B1A542D6182B}.
Prop_VeritySearchServers - Static variable in class com.filenet.api.constants.GuidConstants
Prop_VeritySearchServers value is {3AE8E829-AE48-4A3D-B2ED-8FC500751B23}.
Prop_VersionBindType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_VersionBindType value is {903876EC-3100-4BB5-BC5A-F47521A3C08C}.
Prop_Versions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Versions value is {D32E5078-AFB2-11D2-8BD6-00E0290F729A}.
Prop_VersionSeries - Static variable in class com.filenet.api.constants.GuidConstants
Prop_VersionSeries value is {045C37B2-7AAD-11D1-85E5-00A024E8A452}.
Prop_VersionSeriesId - Static variable in class com.filenet.api.constants.GuidConstants
Prop_VersionSeriesId value is {465E04E3-A09A-4098-AC2D-A0F60D9B6F24}.
Prop_VersionStatus - Static variable in class com.filenet.api.constants.GuidConstants
Prop_VersionStatus value is {36321A70-7F6E-44CD-9B49-738615072081}.
Prop_VirtualServer - Static variable in class com.filenet.api.constants.GuidConstants
Prop_VirtualServer value is {CB10A802-9276-4CCF-919B-592D4C1760C5}.
Prop_VirtualServers - Static variable in class com.filenet.api.constants.GuidConstants
Prop_VirtualServers value is {3D22D82B-AE5F-4839-8E07-F7FFEAA68D0A}.
Prop_VWVersion - Static variable in class com.filenet.api.constants.GuidConstants
Prop_VWVersion value is {6733AC62-EA8C-40BE-9934-FA91ACFAF1AE}.
Prop_WaitForQueueActivityDelay - Static variable in class com.filenet.api.constants.GuidConstants
Prop_WaitForQueueActivityDelay value is {765F1165-04F1-477B-A194-BC0087E99C28}.
Prop_WaitForWorkersDelay - Static variable in class com.filenet.api.constants.GuidConstants
Prop_WaitForWorkersDelay value is {F20C7B6C-B09E-4381-B6E2-36072B4B89F4}.
Prop_WaitForWorkersShortDelay - Static variable in class com.filenet.api.constants.GuidConstants
Prop_WaitForWorkersShortDelay value is {6A99347B-DFAA-4383-A8B1-EFD6DF184B20}.
Prop_Weekday - Static variable in class com.filenet.api.constants.GuidConstants
Prop_Weekday value is {3692B8D3-5191-4F91-A166-E529C0022FA0}.
Prop_WorkerThreadIdleTimeout - Static variable in class com.filenet.api.constants.GuidConstants
Prop_WorkerThreadIdleTimeout value is {01A84537-76C5-4DE5-9BE5-CFC6DFD4225F}.
Prop_WorkflowDefinition - Static variable in class com.filenet.api.constants.GuidConstants
Prop_WorkflowDefinition value is {2FEB0601-D891-4188-9531-803CF8A099EC}.
Prop_WorkflowDefinitions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_WorkflowDefinitions value is {91ED39FC-9F66-4DC4-B52F-B72CA5555B4D}.
Prop_WorkflowSourceSubscriptions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_WorkflowSourceSubscriptions value is {78E4D864-6EAE-444E-818A-70F3C796F368}.
Prop_WorkflowSubscriptions - Static variable in class com.filenet.api.constants.GuidConstants
Prop_WorkflowSubscriptions value is {3BF3B281-7525-4CC6-8E80-4CCEE112EB23}.
Prop_WSITraceFlags - Static variable in class com.filenet.api.constants.GuidConstants
Prop_WSITraceFlags value is {BFC7E812-FAF6-41BF-A5D1-447E9027964F}.
Prop_XMLDocumentType - Static variable in class com.filenet.api.constants.GuidConstants
Prop_XMLDocumentType value is {81CA7382-86C9-4831-81BB-9696A24DB7AD}.
Prop_XMLPropertyMappingScripts - Static variable in class com.filenet.api.constants.GuidConstants
Prop_XMLPropertyMappingScripts value is {2C849FA0-C692-477B-95F2-D9240D531830}.
PROPAGATE_TO_SOURCE - Static variable in class com.filenet.api.constants.IndexingFailureRecordingLevel
The indexing failure code is propagated to the CMIndexingFailureCode property on the CBR-enabled object.
PROPAGATE_TO_SOURCE_AS_INT - Static variable in class com.filenet.api.constants.IndexingFailureRecordingLevel
An int value associated with the PROPAGATE_TO_SOURCE instance of this class.
PROPER_SUBCLASS_PROPERTY_DESCRIPTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
Properties - Interface in com.filenet.api.property
Represents a collection of Property values that you can manipulate.
Property - Interface in com.filenet.api.property
Represents the base interface for a property belonging to a Content Engine object.
PROPERTY_DEFAULT_BINARY - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_DEFAULT_BOOLEAN - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_DEFAULT_DATE_TIME - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_DEFAULT_FLOAT64 - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_DEFAULT_ID - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_DEFAULT_INTEGER32 - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_DEFAULT_OBJECT - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_DEFAULT_STRING - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_DEFINITION - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_DEFINITION_BINARY - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_DEFINITION_BOOLEAN - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_DEFINITION_DATE_TIME - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_DEFINITION_FLOAT64 - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_DEFINITION_ID - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_DEFINITION_INTEGER32 - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_DEFINITION_OBJECT - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_DEFINITION_STRING - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_DEFINITIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_DESCRIPTION - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_DESCRIPTION_BINARY - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_DESCRIPTION_BOOLEAN - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_DESCRIPTION_DATE_TIME - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_DESCRIPTION_FLOAT64 - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_DESCRIPTION_ID - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_DESCRIPTION_INTEGER32 - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_DESCRIPTION_OBJECT - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_DESCRIPTION_STRING - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_DESCRIPTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_DISPLAY_CATEGORY - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_DISPLAY_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_IDENTITY - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_MAP - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_MAXIMUM_DATE_TIME - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_MAXIMUM_FLOAT64 - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_MAXIMUM_INTEGER32 - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_MINIMUM_DATE_TIME - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_MINIMUM_FLOAT64 - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_MINIMUM_INTEGER32 - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_SELECTION_BINARY - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_SELECTIONS_BOOLEAN - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_SELECTIONS_DATE_TIME - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_SELECTIONS_FLOAT64 - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_SELECTIONS_ID - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_SELECTIONS_INTEGER32 - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_SELECTIONS_OBJECT - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_SELECTIONS_STRING - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_TEMPLATE - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_TEMPLATE - Static variable in class com.filenet.api.constants.PropertyNames
 
PROPERTY_TEMPLATE_BINARY - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_TEMPLATE_BOOLEAN - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_TEMPLATE_DATE_TIME - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_TEMPLATE_FLOAT64 - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_TEMPLATE_ID - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_TEMPLATE_INTEGER32 - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_TEMPLATE_OBJECT - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_TEMPLATE_STRING - Static variable in class com.filenet.api.constants.ClassNames
 
PROPERTY_TEMPLATES - Static variable in class com.filenet.api.constants.PropertyNames
 
PropertyBinary - Interface in com.filenet.api.property
Represents a Content Engine property that holds a byte (8-bit signed integer) array intended for a binary value.
PropertyBinaryList - Interface in com.filenet.api.property
Represents a Content Engine property that holds a BinaryList object.
PropertyBoolean - Interface in com.filenet.api.property
Represents a Content Engine property that holds a Boolean value.
PropertyBooleanList - Interface in com.filenet.api.property
Represents a Content Engine property that holds a BooleanList object.
PropertyContent - Interface in com.filenet.api.property
Represents a Content Engine property that holds an InputStream object intended for reading bytes of content data from a file source.
PropertyDateTime - Interface in com.filenet.api.property
Represents a Content Engine property that holds a Date object for specifying a date and time.
PropertyDateTimeList - Interface in com.filenet.api.property
Represents a Content Engine property that holds a DateTimeList object.
PropertyDefinition - Interface in com.filenet.api.admin
Represents the base class for all property definition classes.
PropertyDefinitionBinary - Interface in com.filenet.api.admin
Represents the definition of a property that holds a binary value.
PropertyDefinitionBinaryList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PropertyDefinitionBoolean - Interface in com.filenet.api.admin
Represents the definition of a property that holds a Boolean value.
PropertyDefinitionBooleanList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PropertyDefinitionDateTime - Interface in com.filenet.api.admin
Represents the definition of a property that holds a DateTime value.
PropertyDefinitionDateTimeList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PropertyDefinitionFloat64 - Interface in com.filenet.api.admin
Represents the definition of a property that holds a Double (Float64) value.
PropertyDefinitionFloat64List - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PropertyDefinitionId - Interface in com.filenet.api.admin
Represents the definition of a property that holds a GUID string value.
PropertyDefinitionIdList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PropertyDefinitionInteger32 - Interface in com.filenet.api.admin
Represents the definition of a property that holds an integer value.
PropertyDefinitionInteger32List - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PropertyDefinitionList - Interface in com.filenet.api.collection
Represents a collection of objects, each of which is an instance of a PropertyDefinition subclass (PropertyDefinitionBinary, PropertyDefinitionBoolean, and so on).
PropertyDefinitionObject - Interface in com.filenet.api.admin
Represents the definition of a property that holds a Content Engine object value.
PropertyDefinitionObjectList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PropertyDefinitionString - Interface in com.filenet.api.admin
Represents the definition of a property that holds a string value.
PropertyDefinitionStringList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PropertyDependentObjectList - Interface in com.filenet.api.property
Represents a Content Engine property that holds a DependentObjectList object.
PropertyDescription - Interface in com.filenet.api.meta
Represents the base class for all property description classes.
PropertyDescriptionBinary - Interface in com.filenet.api.meta
Represents the fixed description of a property that holds a binary value.
PropertyDescriptionBinaryList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PropertyDescriptionBoolean - Interface in com.filenet.api.meta
Represents the fixed description of a property that holds a Boolean value.
PropertyDescriptionBooleanList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PropertyDescriptionDateTime - Interface in com.filenet.api.meta
Represents the fixed description of a property that holds a DateTime value.
PropertyDescriptionDateTimeList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PropertyDescriptionFloat64 - Interface in com.filenet.api.meta
Represents the fixed description of a property that holds a Double (Float64) value.
PropertyDescriptionFloat64List - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PropertyDescriptionId - Interface in com.filenet.api.meta
Represents the fixed description of a property that holds a GUID string value.
PropertyDescriptionIdList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PropertyDescriptionInteger32 - Interface in com.filenet.api.meta
Represents the fixed description of a property that holds an integer value.
PropertyDescriptionInteger32List - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PropertyDescriptionList - Interface in com.filenet.api.collection
Represents a collection of objects, each of which is an instance of a PropertyDescription subclass (PropertyDescriptionBinary, PropertyDescriptionBoolean, and so on).
PropertyDescriptionObject - Interface in com.filenet.api.meta
Represents the fixed description of a property that holds a Content Engine object value.
PropertyDescriptionObjectList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PropertyDescriptionString - Interface in com.filenet.api.meta
Represents the fixed description of a property that holds a string value.
PropertyDescriptionStringList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PropertyEngineObject - Interface in com.filenet.api.property
Represents a Content Engine property that holds an EngineObject object.
PropertyFilter - Class in com.filenet.api.property
Represents information, used in conjunction with one or more FilterElement objects, for controlling which properties of a Content Engine object (and with what level of detail) to return from the server during an object retrieval or an object refresh.
PropertyFilter() - Constructor for class com.filenet.api.property.PropertyFilter
 
PropertyFloat64 - Interface in com.filenet.api.property
Represents a Content Engine property that holds a Double (64-bit floating point) value.
PropertyFloat64List - Interface in com.filenet.api.property
Represents a Content Engine property that holds a Float64List object.
PropertyId - Interface in com.filenet.api.property
Represents a Content Engine property that holds an Id (GUID string) value.
PropertyIdList - Interface in com.filenet.api.property
Represents a Content Engine property that holds an IdList object.
PropertyIndependentObjectSet - Interface in com.filenet.api.property
Represents a Content Engine property that holds an IndependentObjectSet object.
PropertyInteger32 - Interface in com.filenet.api.property
Represents a Content Engine property that holds an Integer (32-bit signed integer) value.
PropertyInteger32List - Interface in com.filenet.api.property
Represents a Content Engine property that holds an Integer32List object.
PropertyNames - Class in com.filenet.api.constants
Contains a constant for the name of each property in the FileNet P8 Content Engine API.
PropertyPersistence - Class in com.filenet.api.constants
Provides a set of constants that specify whether a property can be made persistent (that is, have its state stored in a database).
PropertySettability - Class in com.filenet.api.constants
Provides a set of constants that specify when the value of a property can be set.
PropertyState - Class in com.filenet.api.constants
Provides a set of constants that indicates the type of value held by a Property object as it relates to a given Content Engine property.
PropertyString - Interface in com.filenet.api.property
Represents a Content Engine property that holds a String value.
PropertyStringList - Interface in com.filenet.api.property
Represents a Content Engine property that holds a StringList object.
PropertyTemplate - Interface in com.filenet.api.admin
Represents the base class for all property template classes.
PropertyTemplateBinary - Interface in com.filenet.api.admin
Represents a property template for creating PropertyDefinitionBinary objects, which you can add to class definitions to create user-defined properties for holding binary values.
PropertyTemplateBinarySet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PropertyTemplateBoolean - Interface in com.filenet.api.admin
Represents a property template for creating PropertyDefinitionBoolean objects, which you can add to class definitions to create user-defined properties for holding Boolean values.
PropertyTemplateBooleanSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PropertyTemplateDateTime - Interface in com.filenet.api.admin
Represents a property template for creating PropertyDefinitionDateTime objects, which you can add to class definitions to create user-defined properties for holding DateTime values.
PropertyTemplateDateTimeSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PropertyTemplateFloat64 - Interface in com.filenet.api.admin
Represents a property template for creating PropertyDefinitionFloat64 objects, which you can add to class definitions to create user-defined properties for holding Double (Float64) values.
PropertyTemplateFloat64Set - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PropertyTemplateId - Interface in com.filenet.api.admin
Represents a property template for creating PropertyDefinitionId objects, which you can add to class definitions to create user-defined properties for holding GUID string values.
PropertyTemplateIdSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PropertyTemplateInteger32 - Interface in com.filenet.api.admin
Represents a property template for creating PropertyDefinitionInteger32 objects, which you can add to class definitions to create user-defined properties for holding integer values.
PropertyTemplateInteger32Set - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PropertyTemplateObject - Interface in com.filenet.api.admin
Represents a property template for creating PropertyDefinitionObject objects, which you can add to class definitions to create user-defined properties for holding Content Engine object values.
PropertyTemplateObjectSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PropertyTemplateSet - Interface in com.filenet.api.collection
Represents a collection of objects, each of which is an instance of a PropertyTemplate subclass (PropertyTemplateBinary, PropertyTemplateBoolean, and so on).
PropertyTemplateString - Interface in com.filenet.api.admin
Represents a property template for creating PropertyDefinitionString objects, which you can add to class definitions to create user-defined properties for holding string values.
PropertyTemplateStringSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PROTECTED_PROPERTY_COUNT - Static variable in class com.filenet.api.constants.PropertyNames
 
PROVIDER_ID - Static variable in class com.filenet.api.constants.PropertyNames
 
PROXIMITY - Static variable in class com.filenet.api.constants.SearchModifier
Specifies searching for terms within a specific distance.
PROXY - Static variable in class com.filenet.api.constants.PermissionSource
Specifies that the permission is from a security proxy object.
PROXY_AS_INT - Static variable in class com.filenet.api.constants.PermissionSource
An int value associated with the PROXY instance of this class.
PRUNE_AMOUNT - Static variable in class com.filenet.api.constants.PropertyNames
 
PRUNE_THRESHOLD_CONTENT_ELEMENTS - Static variable in class com.filenet.api.constants.PropertyNames
 
PRUNE_THRESHOLD_SIZE_KBYTES - Static variable in class com.filenet.api.constants.PropertyNames
 
PUBLICATION_DOCUMENT - Static variable in class com.filenet.api.constants.PropertyNames
 
PUBLICATION_INFO - Static variable in class com.filenet.api.constants.PropertyNames
 
PublicationStatus - Class in com.filenet.api.constants
Provides a set of constants that identify the publication status of a document.
PUBLISH - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies that the user or group is granted or denied permission to publish the object; view its properties, security, and content; and link to the object.
PUBLISH - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group is granted or denied permission to publish an object.
publish(PublishTemplate, String) - Method in interface com.filenet.api.core.Document
Publishes this Document object according to the specifications included in the specified publish template as modified by the contents of the publishOptions parameter.
PUBLISH_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the PUBLISH instance of this class.
PUBLISH_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the PUBLISH instance of this class.
PUBLISH_BAD_PUBLISH_REQUEST - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCU0001E

PUBLISH_BAD_PUBLISH_REQUEST The publish request is invalid.

PUBLISH_BAD_PUBLISH_TEMPLATE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCU0002E

PUBLISH_BAD_PUBLISH_TEMPLATE An exception occurred while handling the provided publish template object.

PUBLISH_COMPLETE_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
PUBLISH_CONTENT_ELEMENT_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCU0008E

PUBLISH_CONTENT_ELEMENT_NOT_FOUND Publishing requires that the source document must contain a content element, but none was found.

PUBLISH_CONTENT_REFERENCE_NOT_SUPPORTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCU0007E

PUBLISH_CONTENT_REFERENCE_NOT_SUPPORTED Publishing does not support a content reference as the first content element of the source document.

PUBLISH_DITA_INVALID_DITAOT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCQ0014E

PUBLISH_DITA_INVALID_DITAOT The DITA Open Toolkit is not installed in the specified DITAHome location, {0}, specified in the DITA Rendition Engine Connection.

PUBLISH_DITA_INVALID_DITAOT_LIB - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCQ0013E

PUBLISH_DITA_INVALID_DITAOT_LIB The DITA Open Toolkit lib folder was not found or is invalid.

PUBLISH_DITA_INVALID_DITAVAL - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCQ0012E

PUBLISH_DITA_INVALID_DITAVAL DITAVAL file requires DocumentTitle, ContentSize, and ContentElement properties.

PUBLISH_DITA_INVALID_WORKSPACE_FOLDER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCQ0008E

PUBLISH_DITA_INVALID_WORKSPACE_FOLDER The DITA temp workspace folder exists but is not a folder {0}.

PUBLISH_DITA_JAVA_HOME_UNDEFINED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCQ0011E

PUBLISH_DITA_JAVA_HOME_UNDEFINED The JAVA_HOME environment variable is not defined.

PUBLISH_DITA_PUBLICATION_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCQ0015E

PUBLISH_DITA_PUBLICATION_NOT_FOUND The DITA publication file was not found {0}.

PUBLISH_DITA_RENDER_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCQ0007E

PUBLISH_DITA_RENDER_FAILED The DITA Open Toolkit render operation failed.

PUBLISH_DITA_UNABLE_TO_CREATE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCQ0010E

PUBLISH_DITA_UNABLE_TO_CREATE Unable to create temp DITA file or folder {0}.

PUBLISH_DITA_UNABLE_TO_DELETE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCQ0009E

PUBLISH_DITA_UNABLE_TO_DELETE After a render operation, the deletion of the DITA temp file or folder failed temp.

PUBLISH_HANDLER_THREW - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCU0004E

PUBLISH_HANDLER_THREW An exception occurred in the Publishing handler.

PUBLISH_NO_HANDLER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCU0003E

PUBLISH_NO_HANDLER Unable to get a handler for the PublishRequest {0}.

PUBLISH_READING_PR_PUBLISHINGSTATUS_THREW - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCU0006E

PUBLISH_READING_PR_PUBLISHINGSTATUS_THREW Reading the PublishRequest.PublishingStatus threw

PUBLISH_READING_REC_THREW - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCU0005E

PUBLISH_READING_REC_THREW Reading the RenditionEngineConnection threw.

PUBLISH_REQUEST - Static variable in class com.filenet.api.constants.ClassNames
 
PUBLISH_REQUEST_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
PUBLISH_REQUEST_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
PUBLISH_STYLE_TEMPLATE - Static variable in class com.filenet.api.constants.ClassNames
 
PUBLISH_STYLE_TEMPLATE - Static variable in class com.filenet.api.constants.PropertyNames
 
PUBLISH_TEMPLATE - Static variable in class com.filenet.api.constants.ClassNames
 
PUBLISH_TEMPLATE - Static variable in class com.filenet.api.constants.PropertyNames
 
PUBLISH_TRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
PublishCompleteEvent - Interface in com.filenet.api.events
Represents an event that occurs when a document-publishing request has completed.
PublishCompleteEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PUBLISHING - Static variable in class com.filenet.api.constants.SystemAddOnId
Specifies the ID of the Publishing Extensions AddOn.
PUBLISHING_COMPLETE - Static variable in class com.filenet.api.constants.PublishingStatus
Specifies that the request has been successfully processed.
PUBLISHING_COMPLETE_AS_INT - Static variable in class com.filenet.api.constants.PublishingStatus
An int value associated with the PUBLISHING_COMPLETE instance of this class.
PUBLISHING_CONFIGURATION - Static variable in class com.filenet.api.constants.ClassNames
 
PUBLISHING_DELETING - Static variable in class com.filenet.api.constants.PublishingStatus
Specifies that the request is pending deletion.
PUBLISHING_DELETING_AS_INT - Static variable in class com.filenet.api.constants.PublishingStatus
An int value associated with the PUBLISHING_DELETING instance of this class.
PUBLISHING_IN_ERROR - Static variable in class com.filenet.api.constants.PublishingStatus
Specifies that the request was unsuccessfully processed.
PUBLISHING_IN_ERROR_AS_INT - Static variable in class com.filenet.api.constants.PublishingStatus
An int value associated with the PUBLISHING_IN_ERROR instance of this class.
PUBLISHING_IN_QUEUE - Static variable in class com.filenet.api.constants.PublishingStatus
Specifies that the request has not yet been processed.
PUBLISHING_IN_QUEUE_AS_INT - Static variable in class com.filenet.api.constants.PublishingStatus
An int value associated with the PUBLISHING_IN_QUEUE instance of this class.
PUBLISHING_IN_WORK - Static variable in class com.filenet.api.constants.PublishingStatus
Specifies that the request is currently being processed.
PUBLISHING_IN_WORK_AS_INT - Static variable in class com.filenet.api.constants.PublishingStatus
An int value associated with the PUBLISHING_IN_WORK instance of this class.
PUBLISHING_STATUS - Static variable in class com.filenet.api.constants.PropertyNames
 
PUBLISHING_SUBSIDIARY_FOLDER - Static variable in class com.filenet.api.constants.PropertyNames
 
PublishingConfiguration - Interface in com.filenet.api.admin
References the configuration data for a publishing operation.
PublishingConfigurationList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PublishingStatus - Class in com.filenet.api.constants
Provides a set of constants that identify the status of a publish request.
PublishRequest - Interface in com.filenet.api.publishing
In IBM Content Foundation, the IBM FileNet Rendition Engine is not supported.
PublishRequestEvent - Interface in com.filenet.api.events
Represents an event that occurs when a request has been made to publish or republish a document.
PublishRequestEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PublishRequestSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PublishStyleTemplate - Interface in com.filenet.api.publishing
In IBM Content Foundation, the IBM FileNet Rendition Engine is not supported.
PublishStyleTemplateSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PublishTemplate - Interface in com.filenet.api.publishing
In IBM Content Foundation, the IBM FileNet Rendition Engine is not supported.
PublishTemplateSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
PURGE - Static variable in class com.filenet.api.constants.AreaDeleteMethod
Specifies that content be overwritten three times before it's deleted.
PURGE_AS_INT - Static variable in class com.filenet.api.constants.AreaDeleteMethod
An int value associated with the PURGE instance of this class.
pushSubject(Subject) - Method in class com.filenet.api.util.UserContext
Saves any previously active Subject and makes the specified Subject active.
putObjectValue(String, Object) - Method in class com.filenet.api.action.PendingAction
Adds an object as the value for the named parameter to the parameter bag for this PendingAction object.
putObjectValue(String, Object) - Method in interface com.filenet.api.property.Properties
Creates or updates a Property instance in this Properties collection.
putValue(String, String) - Method in class com.filenet.api.action.PendingAction
Adds a value for the named parameter to the parameter bag for this PendingAction object.
putValue(String, Boolean) - Method in class com.filenet.api.action.PendingAction
Adds a value for the named parameter to the parameter bag for this PendingAction object.
putValue(String, Double) - Method in class com.filenet.api.action.PendingAction
Adds a value for the named parameter to the parameter bag for this PendingAction object.
putValue(String, Integer) - Method in class com.filenet.api.action.PendingAction
Adds a value for the named parameter to the parameter bag for this PendingAction object.
putValue(String, Id) - Method in class com.filenet.api.action.PendingAction
Adds a value for the named parameter to the parameter bag for this PendingAction object.
putValue(String, byte[]) - Method in class com.filenet.api.action.PendingAction
Adds a value for the named parameter to the parameter bag for this PendingAction object.
putValue(String, Date) - Method in class com.filenet.api.action.PendingAction
Adds a value for the named parameter to the parameter bag for this PendingAction object.
putValue(String, EngineObject) - Method in class com.filenet.api.action.PendingAction
Adds a value for the named parameter to the parameter bag for this PendingAction object.
putValue(String, StringList) - Method in class com.filenet.api.action.PendingAction
Adds a value for the named parameter to the parameter bag for this PendingAction object.
putValue(String, BooleanList) - Method in class com.filenet.api.action.PendingAction
Adds a value for the named parameter to the parameter bag for this PendingAction object.
putValue(String, Integer32List) - Method in class com.filenet.api.action.PendingAction
Adds a value for the named parameter to the parameter bag for this PendingAction object.
putValue(String, Float64List) - Method in class com.filenet.api.action.PendingAction
Adds a value for the named parameter to the parameter bag for this PendingAction object.
putValue(String, DateTimeList) - Method in class com.filenet.api.action.PendingAction
Adds a value for the named parameter to the parameter bag for this PendingAction object.
putValue(String, BinaryList) - Method in class com.filenet.api.action.PendingAction
Adds a value for the named parameter to the parameter bag for this PendingAction object.
putValue(String, IdList) - Method in class com.filenet.api.action.PendingAction
Adds a value for the named parameter to the parameter bag for this PendingAction object.
putValue(String, String) - Method in interface com.filenet.api.property.Properties
Creates or updates a PropertyString instance in this Properties collection.
putValue(String, Date) - Method in interface com.filenet.api.property.Properties
Creates or updates a PropertyDateTime instance in this Properties collection.
putValue(String, Integer) - Method in interface com.filenet.api.property.Properties
Creates or updates a PropertyInteger32 instance in this Properties collection.
putValue(String, int) - Method in interface com.filenet.api.property.Properties
Creates or updates a PropertyInteger32 instance in this Properties collection.
putValue(String, Boolean) - Method in interface com.filenet.api.property.Properties
Creates or updates a PropertyBoolean instance in this Properties collection.
putValue(String, boolean) - Method in interface com.filenet.api.property.Properties
Creates or updates a PropertyBoolean instance in this Properties collection.
putValue(String, Double) - Method in interface com.filenet.api.property.Properties
Creates or updates a PropertyFloat64 instance in this Properties collection.
putValue(String, double) - Method in interface com.filenet.api.property.Properties
Creates or updates a PropertyFloat64 instance in this Properties collection.
putValue(String, byte[]) - Method in interface com.filenet.api.property.Properties
Creates or updates a PropertyBinary instance in this Properties collection.
putValue(String, Id) - Method in interface com.filenet.api.property.Properties
Creates or updates a PropertyId instance in this Properties collection.
putValue(String, EngineObject) - Method in interface com.filenet.api.property.Properties
Creates or updates a PropertyEngineObject instance in this Properties collection.
putValue(String, DependentObjectList) - Method in interface com.filenet.api.property.Properties
Creates or updates a PropertyDependentObjectList instance in this Properties collection.
putValue(String, IndependentObjectSet) - Method in interface com.filenet.api.property.Properties
Creates or updates a PropertyIndependentObjectSet instance in this Properties collection.
putValue(String, StringList) - Method in interface com.filenet.api.property.Properties
Creates or updates a PropertyStringList instance in this Properties collection.
putValue(String, BooleanList) - Method in interface com.filenet.api.property.Properties
Creates or updates a PropertyBooleanList instance in this Properties collection.
putValue(String, Integer32List) - Method in interface com.filenet.api.property.Properties
Creates or updates a PropertyInteger32List instance in this Properties collection.
putValue(String, Float64List) - Method in interface com.filenet.api.property.Properties
Creates or updates a PropertyFloat64List instance in this Properties collection.
putValue(String, DateTimeList) - Method in interface com.filenet.api.property.Properties
Creates or updates a PropertyDateTimeList instance in this Properties collection.
putValue(String, BinaryList) - Method in interface com.filenet.api.property.Properties
Creates or updates a PropertyBinaryList instance in this Properties collection.
putValue(String, IdList) - Method in interface com.filenet.api.property.Properties
Creates or updates a PropertyIdList instance in this Properties collection.
putValue(String, InputStream) - Method in interface com.filenet.api.property.Properties
Creates or updates a PropertyContent instance in this Properties collection.

Q

QUERY_COUNT_DEFAULT_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
QUERY_COUNT_MAX_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
QUERY_DATABASE_TIMEOUT - Static variable in class com.filenet.api.constants.PropertyNames
 
QUERY_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
QUERY_PAGE_DEFAULT_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
QUERY_PAGE_MAX_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
QUERY_TEXT - Static variable in class com.filenet.api.constants.PropertyNames
 
QueryEvent - Interface in com.filenet.api.events
Represents an event that occurs whenever a database query is performed.
QueryEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
QUEUE_ENTRY_STATUS - Static variable in class com.filenet.api.constants.PropertyNames
 
QUEUE_ITEM - Static variable in class com.filenet.api.constants.ClassNames
 
QUEUE_ITEM_DATABASE_TIMEOUT - Static variable in class com.filenet.api.constants.PropertyNames
 
QUEUE_ITEM_MAX_DISPATCHERS - Static variable in class com.filenet.api.constants.PropertyNames
 
QUEUE_ITEM_RETRY_COUNT - Static variable in class com.filenet.api.constants.PropertyNames
 
QUEUE_SWEEP_LEASE_DURATION - Static variable in class com.filenet.api.constants.PropertyNames
 
QUEUE_SWEEPS - Static variable in class com.filenet.api.constants.PropertyNames
 
QUEUED_OBJECT - Static variable in class com.filenet.api.constants.PropertyNames
 
QueueEntryStatus - Class in com.filenet.api.constants
Provides a set of read-only constants that specify the status of the queue-related operation.
QueueItem - Interface in com.filenet.api.admin
This class is the base class for all queue-related classes.
QueueItemSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.

R

RaiseEvent - Class in com.filenet.api.action
Represents a pending action for raising a custom event on a Subscribable object.
RaiseEvent(Properties, String) - Constructor for class com.filenet.api.action.RaiseEvent
Creates a new instance of a RaiseEvent pending action object.
raiseEvent(CustomEvent) - Method in interface com.filenet.api.core.Subscribable
Raises a custom event for this Subscribable object.
READ - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies that the user or group is granted or denied permission to view an object's properties and security.
READ - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group is granted or denied permission to view the properties of an object.
READ_ACL - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group is granted or denied permission to view an object's security (that is, its PermissionList collection).
READ_ACL_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the READ_ACL instance of this class.
READ_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the READ instance of this class.
READ_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the READ instance of this class.
READ_ONLY - Static variable in class com.filenet.api.constants.PropertySettability
Specifies that a property is read-only; only the server can set its value.
READ_ONLY_AS_INT - Static variable in class com.filenet.api.constants.PropertySettability
An int value associated with the READ_ONLY instance of this class.
READ_WRITE - Static variable in class com.filenet.api.constants.PropertySettability
Specifies that a property is read/write; you can set its value at any time.
READ_WRITE_AS_INT - Static variable in class com.filenet.api.constants.PropertySettability
An int value associated with the READ_WRITE instance of this class.
readExternal(ObjectInput) - Method in exception com.filenet.api.exception.EngineRuntimeException
Reads this instance from the underlying stream and stores it in the error stack.
READY - Static variable in class com.filenet.api.constants.TaskState
Indicates that the task is no longer blocked either by predecessors that have not completed or by a precondition, and, therefore, it is ready to be worked on.
READY_AS_INT - Static variable in class com.filenet.api.constants.TaskState
An int value associated with the READY instance of this class.
REALM - Static variable in class com.filenet.api.constants.ClassNames
 
Realm - Interface in com.filenet.api.security
Consists of a set of related groups and users.
RealmInfo - Class in com.filenet.api.engine
For Internal Use Only.
RealmInfo(String, DirectoryServiceProvider, String, String, String, String, boolean, String, String, String, String, String, String, String, String, String, String) - Constructor for class com.filenet.api.engine.RealmInfo
For Internal Use Only.
RealmInfo(String, DirectoryServiceProvider, String, String, String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for class com.filenet.api.engine.RealmInfo
For Internal Use Only.
RealmInfo(String, DirectoryServiceProvider, String, String, String, String, boolean, String, String, String, String, String, String, String, String, String, String, boolean) - Constructor for class com.filenet.api.engine.RealmInfo
For Internal Use Only.
RealmInfo(String, DirectoryServiceProvider, String, String, String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, String, boolean) - Constructor for class com.filenet.api.engine.RealmInfo
 
RealmInfo(String, DirectoryServiceProvider, String, String, String, String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, String, boolean) - Constructor for class com.filenet.api.engine.RealmInfo
For Internal Use Only.
RealmInfo(String, DirectoryServiceProvider, String, String, String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, boolean, String, boolean, String, String, String) - Constructor for class com.filenet.api.engine.RealmInfo
For Internal Use Only.
RealmSet - Interface in com.filenet.api.collection
Represents a collection of Realm objects.
REBALANCING - Static variable in class com.filenet.api.constants.IndexingStatus
The index is in the process of being reassigned to a new IBM Content Search Services server.
REBALANCING_AS_INT - Static variable in class com.filenet.api.constants.IndexingStatus
An int value associated with the REBALANCING instance of this class.
RECOMMENDED - Static variable in class com.filenet.api.constants.AddOnType
Specifies that the installation of an add-on is recommended.
RECOMMENDED_AS_INT - Static variable in class com.filenet.api.constants.AddOnType
An int value associated with the RECOMMENDED instance of this class.
RECORD_FAILURES - Static variable in class com.filenet.api.constants.PropertyNames
 
Recover - Class in com.filenet.api.action
Represents a pending action for recovering an object that's been marked for deletion.
Recover(Properties) - Constructor for class com.filenet.api.action.Recover
Creates a new instance of a Recover pending action object.
recover() - Method in interface com.filenet.api.util.CmRecoveryItem
Initiates recovery of the objects represented by this recovery item.
RECOVERABLE_OBJECTS_COUNT - Static variable in class com.filenet.api.constants.PropertyNames
 
RECOVERY_BIN - Static variable in class com.filenet.api.constants.PropertyNames
 
RECOVERY_ITEMS - Static variable in class com.filenet.api.constants.PropertyNames
 
REFERENCE - Static variable in class com.filenet.api.constants.PropertyState
Indicates that the Property object holds an ObjectReference object specifying a reference to the object returned by an object-valued Content Engine property.
REFERENCE_AS_INT - Static variable in class com.filenet.api.constants.PropertyState
An int value associated with the REFERENCE instance of this class.
REFERENCING_ACTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
REFERENTIAL_CONTAINMENT_RELATIONSHIP - Static variable in class com.filenet.api.constants.ClassNames
 
ReferentialContainmentRelationship - Interface in com.filenet.api.core
Represents a static relationship between two Containable subclasses: a container and a containee.
ReferentialContainmentRelationshipSet - Interface in com.filenet.api.collection
Represents a collection of ReferentialContainmentRelationship objects.
REFLECTIVE_PROPERTY_ID - Static variable in class com.filenet.api.constants.PropertyNames
 
REFRESH - Static variable in class com.filenet.api.constants.RefreshMode
Specifies that upon saving or committing the object, its property cache is refreshed with updated data from the Content Engine server.
refresh() - Method in interface com.filenet.api.core.IndependentObject
Retrieves this object from the server and replaces existing information in the property cache with the retrieved property information.
refresh(String[]) - Method in interface com.filenet.api.core.IndependentObject
Retrieves this object from the server and replaces existing information in the property cache with the retrieved information for the specified properties.
refresh(PropertyFilter) - Method in interface com.filenet.api.core.IndependentObject
Retrieves this object from the server and replaces existing information in the property cache with the retrieved information for the properties specified by the filter.
RefreshMode - Class in com.filenet.api.constants
Specifies whether to retrieve refreshed data from the Content Engine server for updating an object's property cache when the object is explicitly saved or is committed to the persistent store as part of a batch.
REGION_KEY - Static variable in class com.filenet.api.constants.PropertyNames
 
REGION_PASSWORD - Static variable in class com.filenet.api.constants.PropertyNames
 
RELATIONSHIP - Static variable in class com.filenet.api.constants.ClassNames
 
Relationship - Interface in com.filenet.api.core
Represents the base class for binary relationships between independently persistable objects of an object store.
RelationshipSet - Interface in com.filenet.api.collection
Represents a collection of Relationship objects.
RELEASED - Static variable in class com.filenet.api.constants.VersionStatus
Specifies that the document version is a released major version.
RELEASED - Static variable in class com.filenet.api.constants.VersionStatusId
Indicates a released document version.
RELEASED_AS_INT - Static variable in class com.filenet.api.constants.VersionStatus
An int value associated with the RELEASED instance of this class.
RELEASED_VERSION - Static variable in class com.filenet.api.constants.PropertyNames
 
RELEASED_VERSION - Static variable in class com.filenet.api.constants.VersionSelection
Specifies that only the released document version will be returned in the query.
REMOVAL_INDEXATION_ID - Static variable in class com.filenet.api.constants.PropertyNames
 
REMOVE_MARKING - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group is granted or denied permission to remove a Marking object from an object.
REMOVE_MARKING_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the REMOVE_MARKING instance of this class.
REMOVE_OBJECTS - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group is granted or denied permission to delete objects in an object store.
REMOVE_OBJECTS_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the REMOVE_OBJECTS instance of this class.
removeFromCache(String) - Method in interface com.filenet.api.property.Properties
Removes the Property object specified by name from this Properties collection cache.
removeFromCache(String[]) - Method in interface com.filenet.api.property.Properties
Removes the Property objects specified by their names in a String array from this Properties collection cache.
RENAME_FILE_RETRY_ATTEMPTS - Static variable in class com.filenet.api.constants.PropertyNames
 
RENDITION_ENGINE_CONNECTION - Static variable in class com.filenet.api.constants.ClassNames
 
RENDITION_ENGINE_CONNECTION - Static variable in class com.filenet.api.constants.PropertyNames
 
RENDITION_ENGINE_CONNECTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
RENDITION_ENGINE_PASSWORD - Static variable in class com.filenet.api.constants.PropertyNames
 
RenditionEngineConnection - Interface in com.filenet.api.admin
Represents site-specific connection data for a Rendition Engine that is referenced by a publishing configuration.
RenditionEngineConnectionSet - Interface in com.filenet.api.collection
Represents a collection of RenditionEngineConnection objects.
RenditionEngineState - Class in com.filenet.api.constants
Provides a set of constants that identify the state of the Rendition Engine connection.
REPLACING - Static variable in class com.filenet.api.constants.IndexingStatus
The index is unavailable and an index job has set the ResourceStatus property of the index to CLOSED.
REPLACING_AS_INT - Static variable in class com.filenet.api.constants.IndexingStatus
An int value associated with the REPLACING instance of this class.
REPLICABLE - Static variable in class com.filenet.api.constants.ClassNames
 
Replicable - Interface in com.filenet.api.replication
This interface is the base for subinterfaces representing classes of which an object instance can be replicated.
REPLICABLE_CLASS_DEFINITION - Static variable in class com.filenet.api.constants.ClassNames
 
REPLICABLE_DIRECTION - Static variable in class com.filenet.api.constants.PropertyNames
 
ReplicableClassDefinition - Interface in com.filenet.api.admin
Represents the class definition (mutable class metadata) of classes of which an object instance can be replicated.
ReplicableClassDefinitionSet - Interface in com.filenet.api.collection
Represents a collection of ReplicableClassDefinition objects.
ReplicableSet - Interface in com.filenet.api.collection
Represents a collection of Replicable objects.
REPLICATED - Static variable in class com.filenet.api.constants.ReservationType
This constant is not supported.
REPLICATED_AS_INT - Static variable in class com.filenet.api.constants.ReservationType
An int value associated with the REPLICATED instance of this class.
REPLICATION_CONFIGURATION - Static variable in class com.filenet.api.constants.ClassNames
 
REPLICATION_DATA - Static variable in class com.filenet.api.constants.PropertyNames
 
REPLICATION_GROUP - Static variable in class com.filenet.api.constants.ClassNames
 
REPLICATION_GROUP - Static variable in class com.filenet.api.constants.PropertyNames
 
REPLICATION_GROUPS - Static variable in class com.filenet.api.constants.PropertyNames
 
REPLICATION_JOURNAL_ENTRY - Static variable in class com.filenet.api.constants.ClassNames
 
REPLICATION_LATER_VERSION_EXISTS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCY0001E

REPLICATION_LATER_VERSION_EXISTS Can not replicate version {0}.{1} because a later version of {2}.{3} already exists in the target object store.

REPLICATION_MODE - Static variable in class com.filenet.api.constants.PropertyNames
 
REPLICATION_OPERATION - Static variable in class com.filenet.api.constants.PropertyNames
 
REPLICATION_PARTICIPANT - Static variable in class com.filenet.api.constants.ClassNames
 
REPLICATION_PARTICIPANTS - Static variable in class com.filenet.api.constants.PropertyNames
 
REPLICATION_STATUS - Static variable in class com.filenet.api.constants.PropertyNames
 
REPLICATION_TRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
ReplicationConfiguration - Interface in com.filenet.api.admin
Represents the configuration settings for the replication components of a server.
ReplicationConfigurationList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
ReplicationDirection - Class in com.filenet.api.constants
Provides a set of constants that specify the direction in which instances of a class or values of a property can be replicated between a Content Engine object store and an external repository.
ReplicationGroup - Interface in com.filenet.api.replication
Represents a group of object stores and external repositories in which replication is enabled.
ReplicationGroupSet - Interface in com.filenet.api.collection
Represents a collection of ReplicationGroup objects.
ReplicationJournalEntry - Interface in com.filenet.api.replication
Represents the journal record of an operation on a replicated object for outbound replication from a Content Engine object store to an external repository.
ReplicationJournalEntrySet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0
ReplicationJournalStatus - Class in com.filenet.api.constants
A set of constants that specifies the processing status of a replication journal entry.
ReplicationMode - Class in com.filenet.api.constants
Provides a set of constants that specify the replication mode of the object store or external repository participant.
ReplicationParticipant - Interface in com.filenet.api.replication
This interface is the base for subinterfaces representing external repository or object store participants in a replication group.
ReplicationParticipantList - Interface in com.filenet.api.collection
Represents a collection of ReplicationParticipant objects.
REPOSITORY - Static variable in class com.filenet.api.constants.ClassNames
 
Repository - Interface in com.filenet.api.replication
This interface is the base for subinterfaces representing Content Engine object store repositories and repositories that are external to the Content Engine server.
RepositoryObject - Interface in com.filenet.api.core
Indicates objects that are repository objects.
RepositoryRow - Interface in com.filenet.api.query
The RepositoryRow interface is used by search operations to access rows from the repository database.
RepositoryRowSet - Interface in com.filenet.api.collection
Represents a collection of repository rows returned from a query.
RepositorySet - Interface in com.filenet.api.collection
Represents a collection of Repository objects.
republish(Document, String) - Method in interface com.filenet.api.core.Document
Republishes the specified published document.
REQUIRED - Static variable in class com.filenet.api.constants.CBRQueryRankOverride
Suppresses a request for rank order for all CBR searches, with or without dynamic switching enabled, including CBR-first searches.
REQUIRED - Static variable in class com.filenet.api.constants.RequiredState
Specifies that a term is required in a Stored Search query.
Required - Static variable in class com.filenet.api.exception.ErrorLoggingLevel
Specifies that the exception is to be logged on the Content Engine server.
REQUIRED_AS_INT - Static variable in class com.filenet.api.constants.CBRQueryRankOverride
An int value associated with the REQUIRED instance of this class.
REQUIRED_CLASS - Static variable in class com.filenet.api.constants.PropertyNames
 
REQUIRED_CLASS_ID - Static variable in class com.filenet.api.constants.PropertyNames
 
RequiredState - Class in com.filenet.api.constants
Specifies the possible required states for Stored Search queries.
REQUIRES_UNIQUE_ELEMENTS - Static variable in class com.filenet.api.constants.PropertyNames
 
RESERVATION - Static variable in class com.filenet.api.constants.PropertyNames
 
RESERVATION - Static variable in class com.filenet.api.constants.VersionStatus
Specifies that the document version is a reservation version.
RESERVATION - Static variable in class com.filenet.api.constants.VersionStatusId
Indicates a reservation document version.
RESERVATION_AS_INT - Static variable in class com.filenet.api.constants.VersionStatus
An int value associated with the RESERVATION instance of this class.
RESERVATION_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
ReservationType - Class in com.filenet.api.constants
Provides a set of constants that specify the type of reservation created for a checked-out document.
RESERVED12 - Static variable in class com.filenet.api.constants.AccessRight
Reserved.
RESERVED12_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the RESERVED12 instance of this class.
RESERVED13 - Static variable in class com.filenet.api.constants.AccessRight
Reserved.
RESERVED13_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the RESERVED13 instance of this class.
reset() - Method in interface com.filenet.api.collection.PageIterator
Positions the iterator to a point before the first page of the collection.
reset(PageMark) - Method in interface com.filenet.api.collection.PageIterator
Sets the iterator back to a specified page of results.
RESET - Static variable in class com.filenet.api.constants.LifecycleChangeFlags
Reset the document�s current lifecycle state to the initial state in its document lifecycle policy, and set the document's CurrentState property to the name of the initial state.
RESET_AS_INT - Static variable in class com.filenet.api.constants.LifecycleChangeFlags
An int value associated with the RESET instance of this class.
RESET_LIFECYCLE_ON_CHECKIN - Static variable in class com.filenet.api.constants.PropertyNames
 
RESOURCE_STATUS - Static variable in class com.filenet.api.constants.PropertyNames
 
RESOURCE_STRING - Static variable in class com.filenet.api.constants.PropertyNames
 
ResourceStatus - Class in com.filenet.api.constants
Provides a set of constants that specify the availability status of an index area, index, or storage area.
RESTRICT_MEMBERSHIP_TO_CONFIGURED_REALMS - Static variable in class com.filenet.api.constants.PropertyNames
 
resumeInstance(Connection, byte[]) - Static method in class com.filenet.api.core.Factory.PageIterator
Creates a PageIterator that is positioned before the same page as the checkpoint.
RESYNC_MODIFICATION_DATE - Static variable in class com.filenet.api.constants.PropertyNames
 
RESYNCHING - Static variable in class com.filenet.api.constants.IndexingStatus
 
RESYNCHING_AS_INT - Static variable in class com.filenet.api.constants.IndexingStatus
An int value associated with the RESYNCHING instance of this class.
RETENTION_DURATION_UPDATE - Static variable in class com.filenet.api.constants.PropertyNames
 
RETENTION_PERIOD - Static variable in class com.filenet.api.constants.PropertyNames
 
RETENTION_PERIOD_UNITS - Static variable in class com.filenet.api.constants.PropertyNames
 
RetentionConstants - Class in com.filenet.api.constants
Provides a set of constants for specifying special retention period values for a CmRetentionDate or DefaultRetentionPeriod property.
RetentionPeriod - Class in com.filenet.api.constants
Deprecated.
As of release 5.2.0.
RETRIEVAL_ERROR - Static variable in class com.filenet.api.constants.PropertyState
Indicates that the Property object holds an EngineRuntimeException object, which represents an error that has occurred during retrieval of a Content Engine property value.
RETRIEVAL_ERROR_AS_INT - Static variable in class com.filenet.api.constants.PropertyState
An int value associated with the RETRIEVAL_ERROR instance of this class.
RETRIEVAL_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
RETRIEVAL_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
RETRIEVAL_NAME_EXTENSION - Static variable in class com.filenet.api.constants.PropertyNames
 
RETRIEVAL_RETRY_ATTEMPTS - Static variable in class com.filenet.api.constants.PropertyNames
 
RETRIEVAL_TIMEOUT - Static variable in class com.filenet.api.constants.PropertyNames
 
RetrievalEvent - Interface in com.filenet.api.events
Represents an event that occurs when a Content Engine object or its content is retrieved or queried.
RetrievalEventActionHandler - Interface in com.filenet.api.engine
An interface to be implemented as an event action handler, which runs on the server.
RetrievalEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
RETRIEVE_ALL_PROPS_FROM_SAME_CLASS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0001E

RETRIEVE_ALL_PROPS_FROM_SAME_CLASS When returning objects all properties selected must be from same class.

RETRIEVE_AMBIGUOUS_PROPERTY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0002E

RETRIEVE_AMBIGUOUS_PROPERTY Ambiguous property has no table specifier: {0}.

RETRIEVE_BAD_APPEND_ACTIVE_CLAUSE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0003E

RETRIEVE_BAD_APPEND_ACTIVE_CLAUSE The call to SelectStatementEx.appendActiveClause is invalid.

RETRIEVE_BAD_CONTENT_ELEMENT_ID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0004E

RETRIEVE_BAD_CONTENT_ELEMENT_ID Bad element id in Content table.

RETRIEVE_BAD_CONTENT_ELEMENT_ORDINAL - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0005E

RETRIEVE_BAD_CONTENT_ELEMENT_ORDINAL Invalid ordinal {0} in element_id of content.

RETRIEVE_BAD_CONTINUATION_STRING - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0006E

RETRIEVE_BAD_CONTINUATION_STRING The continuation string is invalid: {0}.

RETRIEVE_BAD_GET_OBJECT_PARAMETERS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0007E

RETRIEVE_BAD_GET_OBJECT_PARAMETERS The getObject parameters are invalid.

RETRIEVE_BAD_GLOBAL_IDENTITY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0008E

RETRIEVE_BAD_GLOBAL_IDENTITY The global identity is invalid.

RETRIEVE_BAD_MULTI_SELECT_DISTINCT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0009E

RETRIEVE_BAD_MULTI_SELECT_DISTINCT Cannot use select distinct if selected property not defined in all object stores of multi object store query: {0}.

RETRIEVE_BAD_NAME_PROPERTY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0010E

RETRIEVE_BAD_NAME_PROPERTY Name property not set up correctly in system metadata on class {0} (system error).

RETRIEVE_BAD_OBJECT_ADDRESS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0011E

RETRIEVE_BAD_OBJECT_ADDRESS The ObjectAddress is invalid.

RETRIEVE_BAD_OBJECT_COLUMN_TYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0012E

RETRIEVE_BAD_OBJECT_COLUMN_TYPE Invalid column type for object property {0}.

RETRIEVE_BAD_ORDERBY_DATATYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0013E

RETRIEVE_BAD_ORDERBY_DATATYPE The datatype for the ORDER BY clause is invalid.

RETRIEVE_BAD_PROPERTY_FILTER_TYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0014E

RETRIEVE_BAD_PROPERTY_FILTER_TYPE Unknown property type in PropertyFilter: {0}.

RETRIEVE_BAD_REPOSITORY_SEARCH - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0015E

RETRIEVE_BAD_REPOSITORY_SEARCH AdHocClassRetriever.executeSearch can be called only for a repository search.

RETRIEVE_CANT_COMPARE_TYPES - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0016E

RETRIEVE_CANT_COMPARE_TYPES Cannot compare dissimilar types.

RETRIEVE_CANT_CREATE_RETRIEVER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0017E

RETRIEVE_CANT_CREATE_RETRIEVER Cannot create retriever: {0}.

RETRIEVE_CANT_CREATE_SEARCH_TEMP_DIR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0018E

RETRIEVE_CANT_CREATE_SEARCH_TEMP_DIR Can't create temp file directory {0} for use with content search.

RETRIEVE_CANT_GET_LOCAL_HOST - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0019E

RETRIEVE_CANT_GET_LOCAL_HOST The local host cannot be opened.

RETRIEVE_CANT_GET_OBJECT_ID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0020E

RETRIEVE_CANT_GET_OBJECT_ID The object is not an independent or global object.

RETRIEVE_CANT_MODIFY_ROOT_FOLDER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0021E

RETRIEVE_CANT_MODIFY_ROOT_FOLDER The root folder cannot be modified.

RETRIEVE_CANT_OPEN_COLLECTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0022E

RETRIEVE_CANT_OPEN_COLLECTION Cannot open Verity collection "{0}", error: {1}

The indicated Verity collection cannot be opened.

RETRIEVE_CANT_OPEN_WORKSPACE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0023E

RETRIEVE_CANT_OPEN_WORKSPACE Cannott open Verity workspace.

RETRIEVE_CANT_SELECT_DISTINCT_PROP_WITH_NO_COLUMN - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0024E

RETRIEVE_CANT_SELECT_DISTINCT_PROP_WITH_NO_COLUMN No column defined on property used with "distinct": {0}.

RETRIEVE_CANT_SELECT_DISTINCT_RANK_WITH_OVERRIDE_REQUIRED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0129E

RETRIEVE_CANT_SELECT_DISTINCT_RANK_WITH_OVERRIDE_REQUIRED A CBR search is not allowed when you use a SQL statement that selects the CBR rank property and has the keyword DISTINCT when the object store property CBRQueryRankOverride is set to Required.

RETRIEVE_CANT_SELECT_WITH_DISTINCT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0025E

RETRIEVE_CANT_SELECT_WITH_DISTINCT Can't select property with "distinct": {0}.

RETRIEVE_CONTENT_JOIN_INVALID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0089E

RETRIEVE_CONTENT_JOIN_INVALID Join on content search is invalid.

RETRIEVE_CONTENT_NOT_TRANSFER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0026E

RETRIEVE_CONTENT_NOT_TRANSFER Content for document {0}, ordinal {1} is not ContentTransfer.

RETRIEVE_CONTENT_SEARCH_AND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0027E

RETRIEVE_CONTENT_SEARCH_AND A SQL statement that is constructed with the CONTAINS operator must include the AND operator if a ContentSearch class is joined with an inner join.

RETRIEVE_CONTENT_SEARCH_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0028E

RETRIEVE_CONTENT_SEARCH_FAILED The content search failed for search string="{0}", type={1}, property="{2}", class="{3}", and object store="{4}".

RETRIEVE_CONTENT_SEARCH_OR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0029E

RETRIEVE_CONTENT_SEARCH_OR A SQL statement that is constructed with the CONTAINS operator must include the OR operator if a ContentSearch class is not joined with an inner join.

RETRIEVE_DBCONTEXT_NULL - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0030E

RETRIEVE_DBCONTEXT_NULL The database context is unexpectedly null.

RETRIEVE_EXCEEDED_BLOB_BUFFER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0031E

RETRIEVE_EXCEEDED_BLOB_BUFFER Exceeded maximum length of blob buffer {0}.

RETRIEVE_EXPECTED_ID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0032E

RETRIEVE_EXPECTED_ID Expected id property (system error)

RETRIEVE_INVALID_CLASSID_FOR_PROP - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0033E

RETRIEVE_INVALID_CLASSID_FOR_PROP Invalid class id ({0}) for property {1}.

RETRIEVE_INVALID_DEPENDENT_FETCH - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0034E

RETRIEVE_INVALID_DEPENDENT_FETCH Attempt to get a dependent property by item index when property is not a dependent list: {0}

An attempt was made to get the indicated dependent property by item index when the property is not a dependent * list.

RETRIEVE_INVALID_ISCLASS_ALIAS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0035E

RETRIEVE_INVALID_ISCLASS_ALIAS Invalid class alias in isclass test {0}.

RETRIEVE_INVALID_LIST_DATATYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0036E

RETRIEVE_INVALID_LIST_DATATYPE Invalid list datatype for property {0}.

RETRIEVE_INVALID_OPERATOR_FOR_CONTAINS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0037E

RETRIEVE_INVALID_OPERATOR_FOR_CONTAINS Invalid operator used with CONTAINS/FREETEXT: {0}.

RETRIEVE_INVALID_PROPERTY_VALUE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0038E

RETRIEVE_INVALID_PROPERTY_VALUE Invalid property value type for property {0}.

RETRIEVE_INVALID_REFLECTIVE_PROP - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0092E

RETRIEVE_INVALID_REFLECTIVE_PROP Invalid Reflective property(={0}) specified for Enum Propeorty(={1}).

RETRIEVE_ITEM_INDEX_NEGATIVE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0039E

RETRIEVE_ITEM_INDEX_NEGATIVE The item index is negative in the request to retrieve a dependent object.

RETRIEVE_MISSING_CONTENTSEARCH_JOIN - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0040E

RETRIEVE_MISSING_CONTENTSEARCH_JOIN A SQL statement that is constructed with the CONTAINS operator must include a FROM clause with a ContentSearch table joined to another table.

RETRIEVE_MORE_THAN_ONE_CONTENT_TABLE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0041E

RETRIEVE_MORE_THAN_ONE_CONTENT_TABLE Cannot have more than one ContentSearch table joined into a search.

RETRIEVE_MULTI_OBJECT_STORE_IN_TRAN - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0088E

RETRIEVE_MULTI_OBJECT_STORE_IN_TRAN Doing a multiple object store search while in a distributed transaction, such as executing inside event action, is not supported.

RETRIEVE_MULTIPLE_COLUMN_NAMES - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0042E

RETRIEVE_MULTIPLE_COLUMN_NAMES Two properties with same table have different column names.

RETRIEVE_MULTIPLE_CONTAINSORFREETEXT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0043E

RETRIEVE_MULTIPLE_CONTAINSORFREETEXT A SQL statement cannot have more than one CONTAINS clause.

RETRIEVE_MULTIPLE_DATATYPES - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0044E

RETRIEVE_MULTIPLE_DATATYPES Two properties with same table have different data types.

RETRIEVE_MULTIPLE_ON_CONTENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0045E

RETRIEVE_MULTIPLE_ON_CONTENT An ON condition that references content search tables more than once is invalid.

RETRIEVE_NEED_MULTIPLE_OBJECT_STORES - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0090E

RETRIEVE_NEED_MULTIPLE_OBJECT_STORES At least two object stores must be supplied to a merged scope query.

RETRIEVE_NEED_SEARCH_SERVER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0046E

RETRIEVE_NEED_SEARCH_SERVER Must have at least one search server specified for index area {0}

At least one search server must be specified for the indicated index area.

RETRIEVE_NO_DISTINCT_MERGE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0049E

RETRIEVE_NO_DISTINCT_MERGE The DISTINCT operator is not supported in merged scope queries.

RETRIEVE_NO_INDEX_AREA_FOR_COLLECTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0050E

RETRIEVE_NO_INDEX_AREA_FOR_COLLECTION No verity index area for collection id: {0}

There is no Verity index area for the indicated collection id.

RETRIEVE_NO_ITEM_INDEX - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0051E

RETRIEVE_NO_ITEM_INDEX No item index in request to retrieve dependent object.

RETRIEVE_NO_REQUIRED_CLASS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0052E

RETRIEVE_NO_REQUIRED_CLASS Persistent property {0} has no required class.

RETRIEVE_NO_ROOT_FOLDER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0053E

RETRIEVE_NO_ROOT_FOLDER The root folder is not in the cache.

RETRIEVE_NO_SELECTED_PROPERTY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0054E

RETRIEVE_NO_SELECTED_PROPERTY The selected property was not found in the property list.

RETRIEVE_NO_TEXTSEARCH_INDEX - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0093E

RETRIEVE_NO_TEXTSEARCH_INDEX No Text search Index for index id: {0}

There is no Text search Index for the indicated index id.

RETRIEVE_NO_VERITY_COLLECTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0055E

RETRIEVE_NO_VERITY_COLLECTION No verity collection for collection id: {0}

There is no Verity collection for the indicated collection id.

RETRIEVE_NOT_IMPLEMENTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0047E

RETRIEVE_NOT_IMPLEMENTED Not Implemented.

RETRIEVE_NOT_OBJECT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0048E

RETRIEVE_NOT_OBJECT Property for getObject must be object: {0}.

RETRIEVE_NULL_CONTENTSEARCH_JOIN - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0056E

RETRIEVE_NULL_CONTENTSEARCH_JOIN A null row cannot be joined to ContentSearch.

RETRIEVE_NULL_ENUM_COLUMN - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0091E

RETRIEVE_NULL_ENUM_COLUMN Attempt to retrieve an enumeration property that has a reflective property with no column defined.

RETRIEVE_NULL_TABLE_LIST - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0057E

RETRIEVE_NULL_TABLE_LIST Cannot use property ({0}) with null table for list cardinality.

RETRIEVE_OPTIMIZED_SEARCH_INVALID_MERGED_SCOPE_RANK_ORDER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0127E

RETRIEVE_OPTIMIZED_SEARCH_INVALID_MERGED_SCOPE_RANK_ORDER A merged scope CBR search is not allowed when you use a SQL statement that orders by rank and has a CBR optimization SQL option of CBR_DYNAMIC_THRESHOLD unless one or more object stores included in the search have their CBRQueryRankOverride property set to Required.

RETRIEVE_OPTIMIZED_SEARCH_INVALID_MULTIPLE_JOIN - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0122E

RETRIEVE_OPTIMIZED_SEARCH_INVALID_MULTIPLE_JOIN A multiple join containing an outer join in which the ContentSearch join is not the last join on the right is not allowed in a search that uses a CBR optimization SQL option other than CBR_CONTENT_FIRST.

RETRIEVE_OPTIMIZED_SEARCH_INVALID_OUTER_JOIN - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0120E

RETRIEVE_OPTIMIZED_SEARCH_INVALID_OUTER_JOIN An outer join to the ContentSearch class is not allowed in a search that uses a CBR optimization SQL option other than CBR_CONTENT_FIRST.

RETRIEVE_OPTIMIZED_SEARCH_INVALID_PROPERTY_CONDITIONS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0121E

RETRIEVE_OPTIMIZED_SEARCH_INVALID_PROPERTY_CONDITIONS ContentSearch property conditions are not allowed in a search that uses a CBR optimization SQL option other than CBR_CONTENT_FIRST.

RETRIEVE_OPTIMIZED_SEARCH_INVALID_RANK_ORDER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0123E

RETRIEVE_OPTIMIZED_SEARCH_INVALID_RANK_ORDER A CBR search that is ordered by rank and uses a CBR optimization SQL option of CBR_DB_FIRST is not allowed.

RETRIEVE_OPTIMIZED_SEARCH_INVALID_SELECT_DISTINCT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0125E

RETRIEVE_OPTIMIZED_SEARCH_INVALID_SELECT_DISTINCT A CBR optimization SQL option is not allowed in a SQL statement that uses the DISTINCT keyword with the RANK keyword in a select list.

RETRIEVE_ORDER_BY_NOT_SELECTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0058E

RETRIEVE_ORDER_BY_NOT_SELECTED Order by property must be in selection list: {0}.

RETRIEVE_ORDER_CLAUSE_PARSE_FAILURE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0059E

RETRIEVE_ORDER_CLAUSE_PARSE_FAILURE Expected one child node of order property (system error).

RETRIEVE_PARSE_BAD_CARDINALITY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0060E

RETRIEVE_PARSE_BAD_CARDINALITY The cardinality (list or single-valued property) does not match the cardinality of the operator expression for property {0}.

RETRIEVE_PARSE_BAD_CHILD_COUNT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0061E

RETRIEVE_PARSE_BAD_CHILD_COUNT Unexpected number of child elements of "{0}".

RETRIEVE_PARSE_BAD_LONG_STRING - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0062E

RETRIEVE_PARSE_BAD_LONG_STRING Long string property {0} not allowed with given operator.

RETRIEVE_PARSE_BAD_ROOT_CHILD - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0063E

RETRIEVE_PARSE_BAD_ROOT_CHILD The child of the root query node is unrecognized.

RETRIEVE_PARSE_CANT_COMPARE_CONSTANTS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0064E

RETRIEVE_PARSE_CANT_COMPARE_CONSTANTS An attempt was made to compare two constants that are dates, booleans, or GUIDs.

RETRIEVE_PARSE_CONSTANT_NOT_ALLOWED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0065E

RETRIEVE_PARSE_CONSTANT_NOT_ALLOWED Constant not allowed with operator {0}.

RETRIEVE_PARSE_EXPRESSION_NOT_ALLOWED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0066E

RETRIEVE_PARSE_EXPRESSION_NOT_ALLOWED Expression not allowed with operator {0}.

RETRIEVE_PARSE_INVALID_ACCESSGRANTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0128E

RETRIEVE_PARSE_INVALID_ACCESSGRANTED The access granted search keyword is not allowed in a {0}.

RETRIEVE_PARSE_INVALID_CBR_SUBQUERY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0124E

RETRIEVE_PARSE_INVALID_CBR_SUBQUERY A CBR search cannot be performed in a subquery.

RETRIEVE_PARSE_INVALID_FOLDER_SYNTAX - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0067E

RETRIEVE_PARSE_INVALID_FOLDER_SYNTAX Invalid folder syntax: {0}.

RETRIEVE_PARSE_INVALID_FREETEXT_PROPERTY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0068E

RETRIEVE_PARSE_INVALID_FREETEXT_PROPERTY The property used as the first argument of the FREETEXT operator is invalid.

RETRIEVE_PARSE_INVALID_NODE_TYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0069E

RETRIEVE_PARSE_INVALID_NODE_TYPE Invalid node type: "{0}".

RETRIEVE_PARSE_INVALID_OBJECT_FUNCTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0070E

RETRIEVE_PARSE_INVALID_OBJECT_FUNCTION Invalid argument to object function: {0}.

RETRIEVE_PARSE_INVALID_QUERY_PROPERTY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0071E

RETRIEVE_PARSE_INVALID_QUERY_PROPERTY Invalid property in query: {0}.

RETRIEVE_PARSE_INVALID_RHS_FOLDER_OPERAND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0072E

RETRIEVE_PARSE_INVALID_RHS_FOLDER_OPERAND The operand on the right side of INFOLDER is invalid.

RETRIEVE_PARSE_NO_COLUMN_DEFINED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0073E

RETRIEVE_PARSE_NO_COLUMN_DEFINED Property searched for ({0}) has no column defined.

RETRIEVE_PARSE_NO_FROM_CLAUSE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0074E

RETRIEVE_PARSE_NO_FROM_CLAUSE No FROM clause was specified in the query.

RETRIEVE_PARSE_OBJECT_IN_FROM - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0075E

RETRIEVE_PARSE_OBJECT_IN_FROM The OBJECT function is not allowed in a FROM clause.

RETRIEVE_PARSE_PROPERTY_NEEDS_CLASS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0076E

RETRIEVE_PARSE_PROPERTY_NEEDS_CLASS Property {0} must be qualified by a class name.

RETRIEVE_PARSE_PROPERTY_NOT_ALLOWED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0077E

RETRIEVE_PARSE_PROPERTY_NOT_ALLOWED Property {0} not allowed with operator {1}.

RETRIEVE_PARSE_UNEXPECTED_NODE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0078E

RETRIEVE_PARSE_UNEXPECTED_NODE Unexpected node type in "{0}".

RETRIEVE_PARSE_UNEXPECTED_OPERATOR_DATATYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0079E

RETRIEVE_PARSE_UNEXPECTED_OPERATOR_DATATYPE Unexpected datatype for operator: {0}.

RETRIEVE_PATH_SLASH - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0080E

RETRIEVE_PATH_SLASH Path "path_name" does not start with the required '/' or '\'.

RETRIEVE_PROPERTY_NOT_DEFINED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0081E

RETRIEVE_PROPERTY_NOT_DEFINED The property {0} is not defined.

RETRIEVE_PROPERTY_NOT_ORDERABLE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0082E

RETRIEVE_PROPERTY_NOT_ORDERABLE Property not orderable: {0}.

RETRIEVE_SEARCH_ADD_ITEM_VALUES_NOT_SET - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0111E

RETRIEVE_SEARCH_ADD_ITEM_VALUES_NOT_SET An item to be added to the search XML does not have all of the required attribute values set.

RETRIEVE_SEARCH_CANNOT_MODIFY_NONEXISTENT_ITEM - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0112E

RETRIEVE_SEARCH_CANNOT_MODIFY_NONEXISTENT_ITEM An item to be modified was not found in the search XML.

RETRIEVE_SEARCH_CLAUSE_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0103E

RETRIEVE_SEARCH_CLAUSE_NOT_FOUND The XML to use for the search is invalid.

RETRIEVE_SEARCH_EXCLUDE_TARGET_NOT_PRESENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0110E

RETRIEVE_SEARCH_EXCLUDE_TARGET_NOT_PRESENT An object specified to be excluded from the search XML does not exist.

RETRIEVE_SEARCH_FOLDER_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0104E

RETRIEVE_SEARCH_FOLDER_NOT_FOUND The XML to use for the search is invalid.

RETRIEVE_SEARCH_INVALID_ATTRIBUTE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0113E

RETRIEVE_SEARCH_INVALID_ATTRIBUTE An attribute in search XML was assigned an invalid value.

RETRIEVE_SEARCH_INVALID_GROUPING - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0114E

RETRIEVE_SEARCH_INVALID_GROUPING A range for the search modifier was not specified in the search XML.

RETRIEVE_SEARCH_INVALID_MIMETYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0106E

RETRIEVE_SEARCH_INVALID_MIMETYPE The XML to use for the search is invalid.

RETRIEVE_SEARCH_INVALID_PARAMETER_QUERY_FROM_CLASS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0108E

RETRIEVE_SEARCH_INVALID_PARAMETER_QUERY_FROM_CLASS The searchClauseFromClass parameter for the SearchScope method to execute the stored search is invalid.

RETRIEVE_SEARCH_INVALID_SORT_LEVEL - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0116E

RETRIEVE_SEARCH_INVALID_SORT_LEVEL The sort level specified in the search XML is invalid.

RETRIEVE_SEARCH_INVALID_VERSION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0117E

RETRIEVE_SEARCH_INVALID_VERSION The version specified in the search XML is invalid.

RETRIEVE_SEARCH_INVALID_XML - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0115E

RETRIEVE_SEARCH_INVALID_XML The search XML is invalid.

RETRIEVE_SEARCH_INVALID_XML_QUERY_FROM_CLASS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0107E

RETRIEVE_SEARCH_INVALID_XML_QUERY_FROM_CLASS The XML to use for the search is invalid.

RETRIEVE_SEARCH_REQUIRED_MERGE_DATA_NOT_PRESENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0109E

RETRIEVE_SEARCH_REQUIRED_MERGE_DATA_NOT_PRESENT The templateData parameter for the SearchScope method to execute the stored search is invalid.

RETRIEVE_SEARCH_SUBCLASS_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0105E

RETRIEVE_SEARCH_SUBCLASS_NOT_FOUND The XML to use for the search is invalid.

RETRIEVE_SEARCH_XML_INVALID_ATTRIBUTE_VALUE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0096E

RETRIEVE_SEARCH_XML_INVALID_ATTRIBUTE_VALUE The XML to use for the search is invalid.

RETRIEVE_SEARCH_XML_INVALID_CHILD_NODE_COUNT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0097E

RETRIEVE_SEARCH_XML_INVALID_CHILD_NODE_COUNT The XML to use for the search is not well-formed.

RETRIEVE_SEARCH_XML_INVALID_CONTENT_ITEM_COUNT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0098E

RETRIEVE_SEARCH_XML_INVALID_CONTENT_ITEM_COUNT The XML to use for the search is invalid.

RETRIEVE_SEARCH_XML_INVALID_FUZZY_MODIFIER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0118E

RETRIEVE_SEARCH_XML_INVALID_FUZZY_MODIFIER Invalid value for fuzzy search parameter, must be greater then 0.0 and less then 1.0, value = {0}.

RETRIEVE_SEARCH_XML_INVALID_GROUPACTION_ATTRIBUTE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0101E

RETRIEVE_SEARCH_XML_INVALID_GROUPACTION_ATTRIBUTE The XML to use for the search is invalid.

RETRIEVE_SEARCH_XML_INVALID_PROXIMITY_MODIFIER - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0119E

RETRIEVE_SEARCH_XML_INVALID_PROXIMITY_MODIFIER Invalid value for proximity search parameter, value = {0}.

RETRIEVE_SEARCH_XML_INVALID_RESET_OF_CONTENT_ITEM - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0099E

RETRIEVE_SEARCH_XML_INVALID_RESET_OF_CONTENT_ITEM The XML to use for the search is invalid.

RETRIEVE_SEARCH_XML_INVALID_RETRIEVE_OF_CONTENT_ITEM - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0100E

RETRIEVE_SEARCH_XML_INVALID_RETRIEVE_OF_CONTENT_ITEM The XML to use for the search is invalid.

RETRIEVE_SEARCH_XML_INVALID_WORKVARIATION_ATTRIBUTE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0102E

RETRIEVE_SEARCH_XML_INVALID_WORKVARIATION_ATTRIBUTE The XML to use for the search is invalid.

RETRIEVE_SEARCH_XML_REQUIRED_ELEMENT_OR_ATTRIBUTE_HAS_NO_VALUE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0095E

RETRIEVE_SEARCH_XML_REQUIRED_ELEMENT_OR_ATTRIBUTE_HAS_NO_VALUE The XML to use for the search is invalid.

RETRIEVE_SEARCH_XML_REQUIRED_ELEMENT_OR_ATTRIBUTE_NOT_PRESENT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0094E

RETRIEVE_SEARCH_XML_REQUIRED_ELEMENT_OR_ATTRIBUTE_NOT_PRESENT The XML to use for the search is incomplete.

RETRIEVE_SQL_SYNTAX_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0083E

RETRIEVE_SQL_SYNTAX_ERROR There was a syntax error in a SQL query or filter expression at line {0}, position {1}.

RETRIEVE_UNEXPECTED_PROP_CONSTRAINT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0084E

RETRIEVE_UNEXPECTED_PROP_CONSTRAINT Unexpected property has constraint: {0}.

RETRIEVE_UNEXPECTED_SELECTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0085E

RETRIEVE_UNEXPECTED_SELECTION The object property selection was unexpected.

RETRIEVE_UNRECOGNIZED_QUERY_DATE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0086E

RETRIEVE_UNRECOGNIZED_QUERY_DATE Unrecognized query date "{0}".

RETRIEVE_UNSELECT_ORDER_BY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCR0087E

RETRIEVE_UNSELECT_ORDER_BY An unselected property in the ORDER BY clause can be only the id column.

RETRIEVE_UNSUPPORTED_OBJECT_RETRIEVAL - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCA0126E

RETRIEVE_UNSUPPORTED_OBJECT_RETRIEVAL The object cannot be retrieved because its class is unsupported for object retrieval.

retrieveBatch() - Method in class com.filenet.api.core.RetrievingBatch
Retrieve all of the objects referenced in this batch.
RetrievingBatch - Class in com.filenet.api.core
Creates a batch operation to retrieve objects.
RETRY_COUNT - Static variable in class com.filenet.api.constants.PropertyNames
 
RETRY_WAIT - Static variable in class com.filenet.api.constants.QueueEntryStatus
Indicates that the operation failed and is being retried on the queue item.
RETRY_WAIT - Static variable in class com.filenet.api.constants.ReplicationJournalStatus
The processing of the replication journal entry has failed at least once and is waiting to be retried.
RETRY_WAIT_AS_INT - Static variable in class com.filenet.api.constants.QueueEntryStatus
An int value associated with the RETRY_WAIT instance of this class.
RETRY_WAIT_AS_INT - Static variable in class com.filenet.api.constants.ReplicationJournalStatus
An int value associated with the RETRY_WAIT instance of this class.
RETURN_NAME_AS_DN - Static variable in class com.filenet.api.constants.PropertyNames
 
RIGHT - Static variable in class com.filenet.api.constants.PermissionType
The permission is a single access right.
RIGHT_AS_INT - Static variable in class com.filenet.api.constants.PermissionType
An int value associated with the RIGHT instance of this class.
RIGHT_INHERIT_ONLY - Static variable in class com.filenet.api.constants.PermissionType
The permission is an access right that is only relevant to the child objects of the object described by the permission.
RIGHT_INHERIT_ONLY_AS_INT - Static variable in class com.filenet.api.constants.PermissionType
An int value associated with the RIGHT_INHERIT_ONLY instance of this class.
RIGHT_OUTER - Static variable in class com.filenet.api.constants.JoinOperator
Indicates a right outer join.
RIGHT_OUTER_AS_INT - Static variable in class com.filenet.api.constants.JoinOperator
An int value associated with the RIGHT_OUTER instance of this class.
ROLL_FWD_BATCH_RETRY_ATTEMPTS - Static variable in class com.filenet.api.constants.PropertyNames
 
ROOT_CLASS_DEFINITIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
ROOT_DIRECTORY_PATH - Static variable in class com.filenet.api.constants.PropertyNames
 
ROOT_FOLDER - Static variable in class com.filenet.api.constants.PropertyNames
 

S

SATURDAY - Static variable in class com.filenet.api.constants.Weekday
Indicates Saturday.
SATURDAY_AS_INT - Static variable in class com.filenet.api.constants.Weekday
An int value associated with the SATURDAY instance of this class.
save(RefreshMode) - Method in interface com.filenet.api.core.IndependentlyPersistableObject
Saves changes made to this object.
save(RefreshMode, PropertyFilter) - Method in interface com.filenet.api.core.IndependentlyPersistableObject
Saves changes made to this object.
SCHEMA_VERSION - Static variable in class com.filenet.api.constants.PropertyNames
 
Scope - Interface in com.filenet.api.core
Defines the originating "scope" (enclosing context) of an object, such as the Domain of a Site or ObjectStore, or the ObjectStore of a Document.
SCRIPT_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCZ0001E

SCRIPT_ERROR There was an error running the script.

SCRIPT_LOAD_INVOKE_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCZ0002E

SCRIPT_LOAD_INVOKE_ERROR There was an error loading or invoking the script engine.

SCRIPT_NO_SUCH_METHOD - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCZ0003E

SCRIPT_NO_SUCH_METHOD No such method in script: {0}

The method specified does not exist in the indicated script.

SCRIPT_SYNTAX_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCZ0004E

SCRIPT_SYNTAX_ERROR There was an error loading the script.

SCRIPT_TEXT - Static variable in class com.filenet.api.constants.PropertyNames
 
SCRIPT_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
SEARCH - Static variable in class com.filenet.api.constants.TextSearchServerMode
The server performs only search tasks.
search(String, String, SearchControls, boolean) - Method in class com.filenet.api.engine.DirectoryContext
For Internal Use Only.
SEARCH_AS_INT - Static variable in class com.filenet.api.constants.TextSearchServerMode
An int value associated with the SEARCH instance of this class.
SEARCH_CROSS_FOREST_GROUP_MEMBERSHIP - Static variable in class com.filenet.api.constants.PropertyNames
 
SEARCH_DYNAMIC_GROUP - Static variable in class com.filenet.api.constants.PropertyNames
 
SEARCH_SERVERS_TO_ATTACH - Static variable in class com.filenet.api.constants.PropertyNames
 
SEARCH_TRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
SEARCH_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
searchGroups(String, String, PrincipalSearchAttribute, PrincipalSearchSortType, int, String[], String) - Method in interface com.filenet.api.engine.DirectoryServiceProvider
For Internal Use Only.
SEARCHING_OBJECT_STORES - Static variable in class com.filenet.api.constants.PropertyNames
 
SEARCHING_OBJECT_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
SearchModifier - Class in com.filenet.api.constants
Specifies search modifiers for Stored Search queries.
SearchScope - Class in com.filenet.api.query
Determines which repository or repositories are to be searched, and supplies methods to execute searches for properties, objects, and class metadata (class descriptions).
SearchScope(ObjectStore) - Constructor for class com.filenet.api.query.SearchScope
Use this when the scope is a single object store.
SearchScope(ObjectStore[], MergeMode) - Constructor for class com.filenet.api.query.SearchScope
Use this when the scope is multiple object stores.
SearchSQL - Class in com.filenet.api.query
A helper class used to assist in building valid SQL statements.
SearchSQL() - Constructor for class com.filenet.api.query.SearchSQL
Use this when you are going to build the SQL statement using the SearchSQL helper methods, rather than passing in the complete SQL statement.
SearchSQL(String) - Constructor for class com.filenet.api.query.SearchSQL
Specify the complete SQL statement as a string.
SearchTemplateContent - Class in com.filenet.api.query
Identifies the content search settings in a search template that can be modified for runtime purposes and enables you to choose whether the search template settings or the property values specified for this class are to be used for the search.
SearchTemplateContent() - Constructor for class com.filenet.api.query.SearchTemplateContent
 
SearchTemplateContentItem - Class in com.filenet.api.query
Identifies the content search item settings in a search template that can be modified or excluded for runtime purposes and enables you to choose whether the search template settings or the property values specified for this class are to be used for the search.
SearchTemplateContentItem() - Constructor for class com.filenet.api.query.SearchTemplateContentItem
 
SearchTemplateFolder - Class in com.filenet.api.query
Identifies the folder in a search template that is to be modified or excluded, or a new folder that is to be added to the search.
SearchTemplateFolder() - Constructor for class com.filenet.api.query.SearchTemplateFolder
 
SearchTemplateParameters - Class in com.filenet.api.query
Identifies the search parameters in the search template that can be modified, excluded or added to for runtime purposes, and enables you to choose whether the search template settings or the property values specified for this class are to be used for the search.
SearchTemplateParameters() - Constructor for class com.filenet.api.query.SearchTemplateParameters
 
SearchTemplateSelectProperty - Class in com.filenet.api.query
Identifies the select list property in a search template that is to be modified or excluded, or a new select list property that is to be added to the search.
SearchTemplateSelectProperty() - Constructor for class com.filenet.api.query.SearchTemplateSelectProperty
 
SearchTemplateSubclass - Class in com.filenet.api.query
Identifies the subclass in a search template that is to be modified or excluded, or a new subclass that is to be added to the search.
SearchTemplateSubclass() - Constructor for class com.filenet.api.query.SearchTemplateSubclass
 
SearchTemplateWhereProperty - Class in com.filenet.api.query
Identifies the Where properties in the search template that can be modified or excluded for runtime purposes, and enables you to choose whether the search template settings or the property values specified for this class are to be used for the search.
SearchTemplateWhereProperty() - Constructor for class com.filenet.api.query.SearchTemplateWhereProperty
 
searchUsers(String, String, PrincipalSearchAttribute, PrincipalSearchSortType, int, String[], String) - Method in interface com.filenet.api.engine.DirectoryServiceProvider
For Internal Use Only.
SECONDS - Static variable in class com.filenet.api.constants.DurationUnits
Specifies a retention period in seconds.
SECONDS_AS_INT - Static variable in class com.filenet.api.constants.DurationUnits
An int value associated with the SECONDS instance of this class.
SECURITY_ANONYMOUS_DISALLOWED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0001E

SECURITY_ANONYMOUS_DISALLOWED Access to Content Engine was not allowed because the request was made anonymously instead of by an authenticated user.

SECURITY_DEFAULT_CONFIG_EXCEPTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0021E

SECURITY_DEFAULT_CONFIG_EXCEPTION An unexpected exception occurred while parsing the default JAAS configuration file.

SECURITY_DEFAULT_CONFIG_EXPAND_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0022E

SECURITY_DEFAULT_CONFIG_EXPAND_ERROR Cannot expand Java system property property_name in the default JAAS configuration file.

SECURITY_DEFAULT_CONFIG_PARSE_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0023E

SECURITY_DEFAULT_CONFIG_PARSE_ERROR Error parsing the default JAAS configuration file.

SECURITY_DESC_CACHE_MAX_ENTRIES - Static variable in class com.filenet.api.constants.PropertyNames
 
SECURITY_DOMAIN_ENCRYPTION_UNDEFINED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0020E

SECURITY_DOMAIN_ENCRYPTION_UNDEFINED The {0} property is undefined for this domain.

SECURITY_EXCEPTION_READING_OBJECT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0002E

SECURITY_EXCEPTION_READING_OBJECT An exception occurred while reading a SecurityDescriptor (ACE or ACL).

SECURITY_EXCEPTION_WRITING_OBJECT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0003E

SECURITY_EXCEPTION_WRITING_OBJECT An exception occurred while writing a SecurityDescriptor (ACE or ACL).

SECURITY_FOLDER - Static variable in class com.filenet.api.constants.PropertyNames
 
SECURITY_INVALID_CONFIGURATION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0004E

SECURITY_INVALID_CONFIGURATION The security configuration is incorrect.

SECURITY_INVALID_CREDENTIALS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0005E

SECURITY_INVALID_CREDENTIALS Access to the Content Engine was not allowed because the Content Engine API library or the Web Service Interface (WSI) Listener could not find the required security context information.

SECURITY_INVALID_DN - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0006E

SECURITY_INVALID_DN Invalid Distinguished Name: {0}

A Distinguished Name with invalid string format as defined by the standard LDAP protocol is found.

SECURITY_INVALID_INHERITANCE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0024E

SECURITY_INVALID_INHERITANCE This object {0} was designated as one that has inherited security and has no inheritable security object values.

SECURITY_INVALID_SECURITY_DESCRIPTOR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0007E

SECURITY_INVALID_SECURITY_DESCRIPTOR An invalid security descriptor was found

SECURITY_INVALID_SID_STRING - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0009E

SECURITY_INVALID_SID_STRING The Security Id string {0} is not a valid Security Id.

SECURITY_LDAP_AUTHENTICATION_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0027E

SECURITY_LDAP_AUTHENTICATION_FAILED LDAP authentication failed when performing 'Operation' for principal 'principalIdOrName'.

SECURITY_LDAP_PROVIDER_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0025E

SECURITY_LDAP_PROVIDER_FAILED The server was not able to access the LDAP provider while attempting the operation Operation for the security principal principalIdOrName.

SECURITY_LDAP_UNSUPPORTED_OPERATION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0026E

SECURITY_LDAP_UNSUPPORTED_OPERATION LDAP operation 'Operation' not supported for principal 'principalIdOrName'.

SECURITY_MISSING_DEFAULT_INSTANCE_SECURITY - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0010E

SECURITY_MISSING_DEFAULT_INSTANCE_SECURITY The default instance security for class {0} is missing

The default instance security for the indicated class is missing.

SECURITY_MISSING_IMPERSONATION_REGION_ID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0068E

SECURITY_MISSING_IMPERSONATION_REGION_ID The CE isolated region object was not found.

SECURITY_MISSING_REQUIRED_LDAP_ATTRIBUTE_VALUE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0067E

SECURITY_MISSING_REQUIRED_LDAP_ATTRIBUTE_VALUE A null or empty value encountered during retrieval of a required LDAP attribute value.

SECURITY_MISSING_SECURITY_ID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0011E

SECURITY_MISSING_SECURITY_ID The security ID securityId cannot be found in the security descriptor table.

SECURITY_PARENT - Static variable in class com.filenet.api.constants.PropertyNames
 
SECURITY_POLICIES - Static variable in class com.filenet.api.constants.PropertyNames
 
SECURITY_POLICY - Static variable in class com.filenet.api.constants.ClassNames
 
SECURITY_POLICY - Static variable in class com.filenet.api.constants.PropertyNames
 
SECURITY_PRINCIPAL - Static variable in class com.filenet.api.constants.ClassNames
 
SECURITY_PROPAGATION_QUEUE_ITEM - Static variable in class com.filenet.api.constants.ClassNames
 
SECURITY_PROXY_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
SECURITY_SID_ATTRIBUTE_VALUE_SIZELIMIT_EXCEEDED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0066E

SECURITY_SID_ATTRIBUTE_VALUE_SIZELIMIT_EXCEEDED The size of SID attribute SIDAttributeValue exceeded limitation of sizelimit bytes.

SECURITY_SORT_TYPE_DESCENDING_NOT_SUPPORTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0013E

SECURITY_SORT_TYPE_DESCENDING_NOT_SUPPORTED Sort type specified {0} is not supported in eDirectory.

SECURITY_TEMPLATE - Static variable in class com.filenet.api.constants.ClassNames
 
SECURITY_TEMPLATES - Static variable in class com.filenet.api.constants.PropertyNames
 
SECURITY_TOO_MANY_MATCHES - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0014E

SECURITY_TOO_MANY_MATCHES More than one user or group {0} was found in the configured realms for the given attribute {1} and value {2}.

SECURITY_TRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
SECURITY_UNEXPECTED_ACE_TYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0015E

SECURITY_UNEXPECTED_ACE_TYPE Unexpected ACE type {0}.

SECURITY_UNEXPECTED_VERSION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0016E

SECURITY_UNEXPECTED_VERSION Unexpected Security Descriptor, ACL or ACE version {0}.

SECURITY_WSI_KERBEROS_CREDENTIAL_INVALID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0018E

SECURITY_WSI_KERBEROS_CREDENTIAL_INVALID Web services Kerberos credential invalid: {0}.

SECURITY_WSI_KERBEROS_LOGIN_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0019E

SECURITY_WSI_KERBEROS_LOGIN_FAILED Web services Kerberos login failed: {0}.

SECURITY_WSI_NO_LOGIN_MODULES_SUCCEEDED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCS0017E

SECURITY_WSI_NO_LOGIN_MODULES_SUCCEEDED The Content Engine Web Services login failed since no login modules succeeded.

SecurityPolicy - Interface in com.filenet.api.security
Represents an independently persistable, subclassable container for a list of security templates.
SecurityPolicySet - Interface in com.filenet.api.collection
Represents a collection of SecurityPolicy objects.
SecurityPrincipal - Interface in com.filenet.api.security
Provides the base class for security principals (Group and User objects).
SecurityPrincipalSet - Interface in com.filenet.api.collection
Represents a collection of SecurityPrincipal objects.
SecurityPrincipalType - Class in com.filenet.api.constants
Identifies the type of the security principal.
SecurityPropagationQueueItem - Interface in com.filenet.api.admin
Represents a pending (queued) execution of an asynchronous security propagation action on a target object.
SecurityPropagationQueueItemSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
SecurityProxyType - Class in com.filenet.api.constants
Specifies the type of security proxy behavior associated with a given object-valued property.
SecurityTemplate - Interface in com.filenet.api.security
Represents the base class for security template classes.
SecurityTemplateList - Interface in com.filenet.api.collection
Represents a collection of SecurityTemplate objects.
SENTENCE - Static variable in class com.filenet.api.constants.GroupAction
Specifies a group action based on the sentence context.
SEQUENCE_NUMBER - Static variable in class com.filenet.api.constants.PropertyNames
 
SERVER_CACHE_CONFIGURATION - Static variable in class com.filenet.api.constants.ClassNames
 
SERVER_INSTANCE - Static variable in class com.filenet.api.constants.ClassNames
 
SERVER_INSTANCES - Static variable in class com.filenet.api.constants.PropertyNames
 
ServerCacheConfiguration - Interface in com.filenet.api.admin
Defines configuration options for all server caches that do not have object store-specific characteristics.
ServerCacheConfigurationList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
ServerInstance - Interface in com.filenet.api.admin
Represents a single instance of a Java Virtual Machine (JVM) running in an application server.
ServerInstanceSet - Interface in com.filenet.api.collection
Represents a collection of ServerInstance objects.
set(UserContext) - Static method in class com.filenet.api.util.UserContext
This method associates the current thread with a UserContext object.
set_AbandonedContentCleanupInterval(Integer) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the AbandonedContentCleanupInterval property.
set_AbandonedDBContentCleanupInterval(Integer) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the AbandonedDBContentCleanupInterval property.
set_AbandonedThumbnailCleanupInterval(Integer) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the AbandonedThumbnailCleanupInterval property.
set_AccessMask(Integer) - Method in interface com.filenet.api.security.AccessPermission
Sets the value of the AccessMask property.
set_AccessType(AccessType) - Method in interface com.filenet.api.security.DiscretionaryPermission
Sets the value of the AccessType property.
set_ActiveDirectorySiteDNS(String) - Method in interface com.filenet.api.admin.Site
Sets the value of the ActiveDirectorySiteDNS property.
set_AddOnType(AddOnType) - Method in interface com.filenet.api.admin.AddOn
Sets the value of the AddOnType property.
set_AffinityGroup(CmTextSearchAffinityGroup) - Method in interface com.filenet.api.admin.CmTextSearchIndexArea
Sets the value of the AffinityGroup property.
set_AffinityGroup(CmTextSearchAffinityGroup) - Method in interface com.filenet.api.admin.CmTextSearchServer
Sets the value of the AffinityGroup property.
set_AliasDirection(ReplicationDirection) - Method in interface com.filenet.api.replication.ExternalAlias
Sets the value of the AliasDirection property.
set_AliasIds(IdList) - Method in interface com.filenet.api.admin.ClassDefinition
Sets the value of the AliasIds property.
set_AliasIds(IdList) - Method in interface com.filenet.api.admin.PropertyDefinition
Sets the value of the AliasIds property.
set_AliasIds(IdList) - Method in interface com.filenet.api.admin.PropertyTemplate
Sets the value of the AliasIds property.
set_AllowEmailOrUPNShortNames(Boolean) - Method in interface com.filenet.api.admin.DirectoryConfigurationAD
Sets the value of the AllowEmailOrUPNShortNames property.
set_AllowsContentToBeCached(CachedContentOption) - Method in interface com.filenet.api.admin.StorageArea
Sets the value of the AllowsContentToBeCached property.
set_AllowsDelete(Boolean) - Method in interface com.filenet.api.admin.StorageArea
Sets the value of the AllowsDelete property.
set_AllowsForeignObject(Boolean) - Method in interface com.filenet.api.admin.PropertyTemplateObject
Sets the value of the AllowsForeignObject property.
set_AllowsInstances(Boolean) - Method in interface com.filenet.api.admin.ClassDefinition
Sets the value of the AllowsInstances property.
set_AnalysisExporterDimensionCacheSize(Integer) - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Sets the value of the AnalysisExporterDimensionCacheSize property.
set_AnalysisExporterEnabled(Boolean) - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Sets the value of the AnalysisExporterEnabled property.
set_AnalysisExporterFactCacheSize(Integer) - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Sets the value of the AnalysisExporterFactCacheSize property.
set_AnnotatedContentElement(Integer) - Method in interface com.filenet.api.core.Annotation
Sets the value of the AnnotatedContentElement property.
set_AnnotatedObject(IndependentObject) - Method in interface com.filenet.api.core.Annotation
Sets the value of the AnnotatedObject property.
set_APITraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the APITraceFlags property.
set_AppenderNames(String) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the AppenderNames property.
set_ApplicationName(String) - Method in interface com.filenet.api.query.StoredSearch
Sets the value of the ApplicationName property.
set_ApplyStateID(Id) - Method in interface com.filenet.api.security.SecurityTemplate
Sets the value of the ApplyStateID property.
set_ApplyTemplatePermissions(Boolean) - Method in interface com.filenet.api.events.DocumentState
Sets the value of the ApplyTemplatePermissions property.
set_AsynchronousProcessingTraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the AsynchronousProcessingTraceFlags property.
set_AsyncUpgradeType(Integer) - Method in interface com.filenet.api.admin.AsyncUpgradeQueueItem
Sets the value of the AsyncUpgradeType property.
set_AtmosSharedSecret(byte[]) - Method in interface com.filenet.api.admin.CmAtmosFixedContentDevice
Sets the value of the AtmosSharedSecret property.
set_AtmosSubtenant(String) - Method in interface com.filenet.api.admin.CmAtmosFixedContentDevice
Sets the value of the AtmosSubtenant property.
set_AtmosUid(String) - Method in interface com.filenet.api.admin.CmAtmosFixedContentDevice
Sets the value of the AtmosUid property.
set_AtmosUrl(String) - Method in interface com.filenet.api.admin.CmAtmosFixedContentDevice
Sets the value of the AtmosUrl property.
set_AuditAs(PropertyTemplate) - Method in interface com.filenet.api.admin.PropertyDefinition
Sets the value of the AuditAs property.
set_AuditAs(PropertyTemplate) - Method in interface com.filenet.api.admin.PropertyTemplate
Sets the value of the AuditAs property.
set_AuditDefinitions(AuditDefinitionList) - Method in interface com.filenet.api.admin.SubscribableClassDefinition
Sets the value of the AuditDefinitions property.
set_AuditDispositionBatchSize(Integer) - Method in interface com.filenet.api.admin.CmAuditingConfiguration
Sets the value of the AuditDispositionBatchSize property.
set_AuditDispositionEnabled(Boolean) - Method in interface com.filenet.api.admin.CmAuditingConfiguration
Sets the value of the AuditDispositionEnabled property.
set_AuditDispositionQuerySize(Integer) - Method in interface com.filenet.api.admin.CmAuditingConfiguration
Sets the value of the AuditDispositionQuerySize property.
set_AuditDispositionTimeslots(CmTimeslotList) - Method in interface com.filenet.api.admin.CmAuditingConfiguration
Sets the value of the AuditDispositionTimeslots property.
set_AuditDispositionTraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the AuditDispositionTraceFlags property.
set_AuditDispositionWaitInterval(Integer) - Method in interface com.filenet.api.admin.CmAuditingConfiguration
Sets the value of the AuditDispositionWaitInterval property.
set_AuditedDeletePrefix(String) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the AuditedDeletePrefix property.
set_AuditFailure(Boolean) - Method in interface com.filenet.api.admin.AuditDefinition
Sets the value of the AuditFailure property.
set_AuditLevel(AuditLevel) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the AuditLevel property.
set_AuditSuccess(Boolean) - Method in interface com.filenet.api.admin.AuditDefinition
Sets the value of the AuditSuccess property.
set_BaseClassIds(IdList) - Method in interface com.filenet.api.admin.CmTextSearchIndex
Sets the value of the BaseClassIds property.
set_BaseClassIds(IdList) - Method in interface com.filenet.api.admin.VerityCollection
Deprecated.
Sets the value of the BaseClassIds property.
set_BaseDatePropertyName(String) - Method in interface com.filenet.api.sweep.CmRetentionUpdateJob
Sets the value of the BaseDatePropertyName property.
set_BaseDatePropertyName(String) - Method in interface com.filenet.api.sweep.CmRetentionUpdatePolicy
Sets the value of the BaseDatePropertyName property.
set_BatchDelay(Integer) - Method in interface com.filenet.api.admin.ImageServicesImportAgentConfiguration
Sets the value of the BatchDelay property.
set_BatchSelectionSize(Integer) - Method in interface com.filenet.api.admin.CFSImportAgentConfiguration
Sets the value of the BatchSelectionSize property.
set_BlobReadAheadSize(Integer) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the BlobReadAheadSize property.
set_BlobWriteCollisionsAvoidanceFlag(Integer) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the BlobWriteCollisionsAvoidanceFlag property.
set_BrokerPort(Integer) - Method in interface com.filenet.api.admin.IsolatedRegion
Deprecated.
As of release 5.2.0.
set_CacheStatus(CacheStatus) - Method in interface com.filenet.api.admin.ContentCacheArea
Sets the value of the CacheStatus property.
set_CanAcceptForwardedRequests(Boolean) - Method in interface com.filenet.api.admin.Site
Sets the value of the CanAcceptForwardedRequests property.
set_CanBeDemoted(Boolean) - Method in interface com.filenet.api.events.DocumentState
Sets the value of the CanBeDemoted property.
set_CanForwardRequests(Boolean) - Method in interface com.filenet.api.admin.Site
Sets the value of the CanForwardRequests property.
set_Cardinality(Cardinality) - Method in interface com.filenet.api.admin.PropertyTemplate
Sets the value of the Cardinality property.
set_CBRLocale(String) - Method in interface com.filenet.api.core.ObjectStore
Deprecated.
As of release 5.2.0
set_CBRPreFilterEnabled(Boolean) - Method in interface com.filenet.api.core.ObjectStore
Deprecated.
As of release 5.1.0.
set_CBRQueryDynamicThreshold(Integer) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the CBRQueryDynamicThreshold property.
set_CBRQueryOptimization(CBRQueryOptimization) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the CBRQueryOptimization property.
set_CBRQueryRankOverride(CBRQueryRankOverride) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the CBRQueryRankOverride property.
set_CBRSearchType(CBRSearchType) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the CBRSearchType property.
set_CBRSummaryIndexingSize(Integer) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the CBRSummaryIndexingSize property.
set_CBRSummaryResultSize(Integer) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the CBRSummaryResultSize property.
set_CBRSummaryType(CBRSummaryType) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the CBRSummaryType property.
set_CBRTraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the CBRTraceFlags property.
set_CFSDaemonTraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the CFSDaemonTraceFlags property.
set_CFSImportAgentTraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the CFSImportAgentTraceFlags property.
set_CFSPassword(byte[]) - Method in interface com.filenet.api.admin.IICEFixedContentDevice
Sets the value of the CFSPassword property.
set_CFSUserName(String) - Method in interface com.filenet.api.admin.IICEFixedContentDevice
Sets the value of the CFSUserName property.
set_ChangePreprocessorAction(CmChangePreprocessorAction) - Method in interface com.filenet.api.admin.CmChangePreprocessorDefinition
Sets the value of the ChangePreprocessorAction property.
set_ChangePreprocessorDefinitions(CmChangePreprocessorDefinitionList) - Method in interface com.filenet.api.admin.SubscribableClassDefinition
Sets the value of the ChangePreprocessorDefinitions property.
set_ChildComponent(Document) - Method in interface com.filenet.api.core.ComponentRelationship
Sets the value of the ChildComponent property.
set_ChoiceIntegerValue(Integer) - Method in interface com.filenet.api.admin.Choice
Sets the value of the ChoiceIntegerValue property.
set_ChoiceList(ChoiceList) - Method in interface com.filenet.api.admin.PropertyDefinition
Sets the value of the ChoiceList property.
set_ChoiceList(ChoiceList) - Method in interface com.filenet.api.admin.PropertyTemplate
Sets the value of the ChoiceList property.
set_ChoiceStringValue(String) - Method in interface com.filenet.api.admin.Choice
Sets the value of the ChoiceStringValue property.
set_ChoiceType(ChoiceType) - Method in interface com.filenet.api.admin.Choice
Sets the value of the ChoiceType property.
set_ChoiceValues(ChoiceList) - Method in interface com.filenet.api.admin.Choice
Sets the value of the ChoiceValues property.
set_ChoiceValues(ChoiceList) - Method in interface com.filenet.api.admin.ChoiceList
Sets the value of the ChoiceValues property.
set_ClassDefinition(ClassDefinition) - Method in interface com.filenet.api.admin.IndexJobClassItem
Sets the value of the ClassDefinition property.
set_ClassIdentity(String) - Method in interface com.filenet.api.replication.ExternalClassAlias
Sets the value of the ClassIdentity property.
set_ClassIdentity(String) - Method in interface com.filenet.api.replication.ExternalPropertyAlias
Sets the value of the ClassIdentity property.
set_ClosureDate(Date) - Method in interface com.filenet.api.admin.StorageArea
Sets the value of the ClosureDate property.
set_CmCompressionEnabled(Boolean) - Method in interface com.filenet.api.admin.StorageArea
Sets the value of the CmCompressionEnabled property.
set_CmCompressionThresholdPercent(Integer) - Method in interface com.filenet.api.admin.StorageArea
Sets the value of the CmCompressionThresholdPercent property.
set_CmDefinesAlternatePredecessor(Boolean) - Method in interface com.filenet.api.core.CmTaskRelationship
Sets the value of the CmDefinesAlternatePredecessor property.
set_CmDeviceRetentionMode(DeviceRetentionMode) - Method in interface com.filenet.api.admin.FixedStorageArea
Sets the value of the CmDeviceRetentionMode property.
set_CmInheritCoordinatorPermissions(Boolean) - Method in interface com.filenet.api.core.CmTask
Sets the value of the CmInheritCoordinatorPermissions property.
set_CMODLanguage(String) - Method in interface com.filenet.api.admin.CMODFixedContentDevice
Sets the value of the CMODLanguage property.
set_CMODPassword(byte[]) - Method in interface com.filenet.api.admin.CMODFixedContentDevice
Sets the value of the CMODPassword property.
set_CMODPort(Integer) - Method in interface com.filenet.api.admin.CMODFixedContentDevice
Sets the value of the CMODPort property.
set_CMODServerName(String) - Method in interface com.filenet.api.admin.CMODFixedContentDevice
Sets the value of the CMODServerName property.
set_CMODTraceLevel(Integer) - Method in interface com.filenet.api.admin.CMODFixedContentDevice
Sets the value of the CMODTraceLevel property.
set_CMODUserName(String) - Method in interface com.filenet.api.admin.CMODFixedContentDevice
Sets the value of the CMODUserName property.
set_CmRetentionDate(Date) - Method in interface com.filenet.api.core.Annotation
Sets the value of the CmRetentionDate property.
set_CmRetentionDate(Date) - Method in interface com.filenet.api.core.CustomObject
Sets the value of the CmRetentionDate property.
set_CmRetentionDate(Date) - Method in interface com.filenet.api.core.Document
Sets the value of the CmRetentionDate property.
set_CmRetentionDate(Date) - Method in interface com.filenet.api.core.Folder
Sets the value of the CmRetentionDate property.
set_CmSearchSchemaVersion(Integer) - Method in interface com.filenet.api.query.StoredSearch
Sets the value of the CmSearchSchemaVersion property.
set_CmStandbyActivationPriority(Integer) - Method in interface com.filenet.api.admin.CmTextSearchIndexArea
Sets the value of the CmStandbyActivationPriority property.
set_CmStandbyActivationPriority(Integer) - Method in interface com.filenet.api.admin.StorageArea
Sets the value of the CmStandbyActivationPriority property.
set_CmTransactionTimeout(Integer) - Method in interface com.filenet.api.events.EventAction
Sets the value of the CmTransactionTimeout property.
set_CodeModule(CodeModule) - Method in interface com.filenet.api.events.Action
Sets the value of the CodeModule property.
set_CodeModuleCacheEntryTTL(Integer) - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Sets the value of the CodeModuleCacheEntryTTL property.
set_CodeModuleCacheMaxFileSpace(Integer) - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Sets the value of the CodeModuleCacheMaxFileSpace property.
set_CodeModuleCacheMaxMemory(Integer) - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Sets the value of the CodeModuleCacheMaxMemory property.
set_CodeModuleTraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the CodeModuleTraceFlags property.
set_CollectionName(String) - Method in interface com.filenet.api.admin.VerityCollection
Deprecated.
Sets the value of the CollectionName property.
set_ColumnDefinitions(ColumnDefinitionList) - Method in interface com.filenet.api.admin.TableDefinition
Sets the value of the ColumnDefinitions property.
set_CompletionWaitInterval(Integer) - Method in interface com.filenet.api.admin.CmAuditDispositionPolicy
Sets the value of the CompletionWaitInterval property.
set_ComponentCascadeDelete(ComponentCascadeDeleteAction) - Method in interface com.filenet.api.core.ComponentRelationship
Sets the value of the ComponentCascadeDelete property.
set_ComponentPreventDelete(ComponentPreventDeleteAction) - Method in interface com.filenet.api.core.ComponentRelationship
Sets the value of the ComponentPreventDelete property.
set_ComponentRelationshipType(ComponentRelationshipType) - Method in interface com.filenet.api.core.ComponentRelationship
Sets the value of the ComponentRelationshipType property.
set_ComponentSortOrder(Integer) - Method in interface com.filenet.api.core.ComponentRelationship
Sets the value of the ComponentSortOrder property.
set_CompoundDocumentState(CompoundDocumentState) - Method in interface com.filenet.api.core.Document
Sets the value of the CompoundDocumentState property.
set_CompressionBlockSize(Integer) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the CompressionBlockSize property.
set_ConcurrentReaders(Integer) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the ConcurrentReaders property.
set_ConfigurationParameters(String) - Method in interface com.filenet.api.admin.GenericFixedContentDevice
Sets the value of the ConfigurationParameters property.
set_ConnectionState(RenditionEngineState) - Method in interface com.filenet.api.admin.RenditionEngineConnection
Sets the value of the ConnectionState property.
set_ConnectionTimeout(Integer) - Method in interface com.filenet.api.admin.DirectoryConfigurationAD
Sets the value of the ConnectionTimeout property.
set_ConstraintMask(Integer) - Method in interface com.filenet.api.security.Marking
Sets the value of the ConstraintMask property.
set_ContainmentName(String) - Method in interface com.filenet.api.core.ReferentialContainmentRelationship
Sets the value of the ContainmentName property.
set_ContentAccessRecordingLevel(ContentAccessRecordingLevel) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the ContentAccessRecordingLevel property.
set_ContentCacheArea(ContentCacheArea) - Method in interface com.filenet.api.admin.ContentCacheConfiguration
Sets the value of the ContentCacheArea property.
set_ContentCacheTraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the ContentCacheTraceFlags property.
set_ContentElements(ContentElementList) - Method in interface com.filenet.api.core.Annotation
Sets the value of the ContentElements property.
set_ContentElements(ContentElementList) - Method in interface com.filenet.api.core.Document
Sets the value of the ContentElements property.
set_ContentLocation(String) - Method in interface com.filenet.api.core.ContentReference
Sets the value of the ContentLocation property.
set_ContentQueueMaxWorkerThreads(Integer) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the ContentQueueMaxWorkerThreads property.
set_ContentStorageTraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the ContentStorageTraceFlags property.
set_ContentTempDirectoryRoot(String) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the ContentTempDirectoryRoot property.
set_ContentType(String) - Method in interface com.filenet.api.core.ContentElement
Sets the value of the ContentType property.
set_Coordinator(Containable) - Method in interface com.filenet.api.core.CmTask
Sets the value of the Coordinator property.
set_CopyToReservation(Boolean) - Method in interface com.filenet.api.admin.PropertyDefinition
Sets the value of the CopyToReservation property.
set_CopyToReservation(Boolean) - Method in interface com.filenet.api.core.ComponentRelationship
Sets the value of the CopyToReservation property.
set_Creator(String) - Method in interface com.filenet.api.admin.AddOn
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.ChoiceList
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.ClassDefinition
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.CmAbstractQueueEntry
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.CmAuditDispositionPolicy
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.CmAuditProcessingBookmark
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.CmDatabaseConnection
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.CmEventExportStore
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.CmHold
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.CmHoldRelationship
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.CmIndexRequest
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.CmTextSearchAffinityGroup
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.CmTextSearchServer
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.ContentCacheArea
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.DITARenditionEngineConnection
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.FixedContentDevice
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.IndexArea
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.IndexJob
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.IsolatedRegion
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.PEConnectionPoint
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.PropertyTemplate
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.QueueItem
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.RenditionEngineConnection
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.ServerInstance
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.Site
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.StorageArea
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.StoragePolicy
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.TableDefinition
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.admin.VirtualServer
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.core.Annotation
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.core.CmAbstractPersistable
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.core.CmTask
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.core.CmTaskRelationship
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.core.CmThumbnail
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.core.ComponentRelationship
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.core.Containable
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.core.Link
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.core.Relationship
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.events.Action
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.events.ActionConsumer
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.events.Event
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.publishing.PublishRequest
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.replication.ReplicationGroup
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.replication.ReplicationJournalEntry
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.replication.Repository
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.security.SecurityPolicy
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.sweep.CmSweep
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.sweep.CmSweepPolicy
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.sweep.CmSweepRelationship
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.sweep.CmSweepResult
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.util.CmAbstractSequential
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.util.CmRecoveryBin
Sets the value of the Creator property.
set_Creator(String) - Method in interface com.filenet.api.util.CmRecoveryItem
Sets the value of the Creator property.
set_CSMCache(String) - Method in interface com.filenet.api.admin.ImageServicesSiteSettings
Sets the value of the CSMCache property.
set_CSMCache(String) - Method in interface com.filenet.api.admin.IMFixedContentDevice
Sets the value of the CSMCache property.
set_DatabaseConnection(CmDatabaseConnection) - Method in interface com.filenet.api.admin.CmEventExportStore
Sets the value of the DatabaseConnection property.
set_DatabaseConnection(CmDatabaseConnection) - Method in interface com.filenet.api.admin.IsolatedRegion
Sets the value of the DatabaseConnection property.
set_DatabaseConnection(CmDatabaseConnection) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the DatabaseConnection property.
set_DatabaseContentUploadBufferSize(Integer) - Method in interface com.filenet.api.admin.ContentConfiguration
Deprecated.
As of release 5.1.0.
set_DatabaseIndexStorageLocation(String) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the DatabaseIndexStorageLocation property.
set_DatabaseLOBStorageLocation(String) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the DatabaseLOBStorageLocation property.
set_DatabaseName(String) - Method in interface com.filenet.api.admin.RenditionEngineConnection
Sets the value of the DatabaseName property.
set_DatabaseSchemaName(String) - Method in interface com.filenet.api.admin.CmEventExportStore
Sets the value of the DatabaseSchemaName property.
set_DatabaseSchemaName(String) - Method in interface com.filenet.api.admin.IsolatedRegion
Sets the value of the DatabaseSchemaName property.
set_DatabaseSchemaName(String) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the DatabaseSchemaName property.
set_DatabaseServerName(String) - Method in interface com.filenet.api.admin.RenditionEngineConnection
Sets the value of the DatabaseServerName property.
set_DatabaseServerPort(Integer) - Method in interface com.filenet.api.admin.RenditionEngineConnection
Sets the value of the DatabaseServerPort property.
set_DatabaseTableStorageLocation(String) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the DatabaseTableStorageLocation property.
set_DatabaseTraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the DatabaseTraceFlags property.
set_DatabaseType(DatabaseType) - Method in interface com.filenet.api.admin.RenditionEngineConnection
Sets the value of the DatabaseType property.
set_DataType(TypeID) - Method in interface com.filenet.api.admin.ChoiceList
Sets the value of the DataType property.
set_DateCheckedIn(Date) - Method in interface com.filenet.api.core.Versionable
Sets the value of the DateCheckedIn property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.AddOn
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.ChoiceList
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.ClassDefinition
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.CmAbstractQueueEntry
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.CmAuditDispositionPolicy
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.CmAuditProcessingBookmark
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.CmDatabaseConnection
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.CmEventExportStore
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.CmHold
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.CmHoldRelationship
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.CmIndexRequest
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.CmTextSearchAffinityGroup
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.CmTextSearchServer
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.ContentCacheArea
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.DITARenditionEngineConnection
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.FixedContentDevice
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.IndexArea
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.IndexJob
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.IsolatedRegion
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.PEConnectionPoint
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.PropertyTemplate
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.QueueItem
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.RenditionEngineConnection
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.ServerInstance
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.Site
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.StorageArea
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.StoragePolicy
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.TableDefinition
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.admin.VirtualServer
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.core.Annotation
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.core.CmAbstractPersistable
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.core.CmTask
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.core.CmTaskRelationship
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.core.CmThumbnail
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.core.ComponentRelationship
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.core.Containable
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.core.Link
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.core.Relationship
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.events.Action
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.events.ActionConsumer
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.events.Event
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.publishing.PublishRequest
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.replication.ReplicationGroup
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.replication.ReplicationJournalEntry
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.replication.Repository
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.security.SecurityPolicy
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.sweep.CmSweep
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.sweep.CmSweepPolicy
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.sweep.CmSweepRelationship
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.sweep.CmSweepResult
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.util.CmAbstractSequential
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.util.CmRecoveryBin
Sets the value of the DateCreated property.
set_DateCreated(Date) - Method in interface com.filenet.api.util.CmRecoveryItem
Sets the value of the DateCreated property.
set_DateLastModified(Date) - Method in interface com.filenet.api.admin.AddOn
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.admin.ChoiceList
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.admin.ClassDefinition
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.admin.CmAbstractQueueEntry
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.admin.CmAuditDispositionPolicy
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.admin.CmAuditProcessingBookmark
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.admin.CmHold
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.admin.CmHoldRelationship
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.admin.CmIndexRequest
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.admin.CmTextSearchServer
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.admin.ContentCacheArea
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.admin.FixedContentDevice
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.admin.IndexArea
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.admin.IndexJob
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.admin.PropertyTemplate
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.admin.QueueItem
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.admin.Site
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.admin.StorageArea
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.admin.StoragePolicy
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.admin.TableDefinition
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.core.Annotation
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.core.CmAbstractPersistable
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.core.CmTask
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.core.CmTaskRelationship
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.core.CmThumbnail
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.core.ComponentRelationship
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.core.Containable
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.core.Link
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.core.Relationship
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.events.Action
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.events.ActionConsumer
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.events.Event
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.publishing.PublishRequest
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.replication.ReplicationJournalEntry
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.security.SecurityPolicy
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.sweep.CmSweep
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.sweep.CmSweepPolicy
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.sweep.CmSweepRelationship
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.sweep.CmSweepResult
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.util.CmAbstractSequential
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.util.CmRecoveryBin
Sets the value of the DateLastModified property.
set_DateLastModified(Date) - Method in interface com.filenet.api.util.CmRecoveryItem
Sets the value of the DateLastModified property.
set_DefaultDispatcherDelay(Integer) - Method in interface com.filenet.api.sweep.CmSweepConfiguration
Sets the value of the DefaultDispatcherDelay property.
set_DefaultInstanceOwner(String) - Method in interface com.filenet.api.admin.ClassDefinition
Sets the value of the DefaultInstanceOwner property.
set_DefaultInstancePermissions(AccessPermissionList) - Method in interface com.filenet.api.admin.ClassDefinition
Sets the value of the DefaultInstancePermissions property.
set_DefaultISDocumentClass(String) - Method in interface com.filenet.api.admin.IMFixedContentDevice
Sets the value of the DefaultISDocumentClass property.
set_DefaultQueryTimeLimit(Integer) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the DefaultQueryTimeLimit property.
set_DefaultReservationType(ReservationType) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the DefaultReservationType property.
set_DefaultRetentionDays(Integer) - Method in interface com.filenet.api.admin.SnapLockFixedContentDevice
Sets the value of the DefaultRetentionDays property.
set_DefaultRetentionPassThrough(Boolean) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the DefaultRetentionPassThrough property.
set_DefaultRetentionPeriod(Integer) - Method in interface com.filenet.api.admin.ClassDefinition
Sets the value of the DefaultRetentionPeriod property.
set_DefaultSite(Site) - Method in interface com.filenet.api.core.Domain
Sets the value of the DefaultSite property.
set_DeleteMethod(AreaDeleteMethod) - Method in interface com.filenet.api.admin.ContentCacheArea
Sets the value of the DeleteMethod property.
set_DeleteMethod(AreaDeleteMethod) - Method in interface com.filenet.api.admin.FileStorageArea
Sets the value of the DeleteMethod property.
set_DeleteMethod(AreaDeleteMethod) - Method in interface com.filenet.api.admin.FixedStorageArea
Sets the value of the DeleteMethod property.
set_DeletionAction(DeletionAction) - Method in interface com.filenet.api.admin.PropertyDefinitionObject
Sets the value of the DeletionAction property.
set_Description(String) - Method in interface com.filenet.api.publishing.PublishStyleTemplate
Sets the value of the Description property.
set_Description(String) - Method in interface com.filenet.api.publishing.PublishTemplate
Sets the value of the Description property.
set_Description(String) - Method in interface com.filenet.api.query.StoredSearch
Sets the value of the Description property.
set_DescriptiveText(String) - Method in interface com.filenet.api.admin.AddOn
Sets the value of the DescriptiveText property.
set_DescriptiveText(String) - Method in interface com.filenet.api.admin.ChoiceList
Sets the value of the DescriptiveText property.
set_DescriptiveText(String) - Method in interface com.filenet.api.admin.CmDatabaseConnection
Sets the value of the DescriptiveText property.
set_DescriptiveText(String) - Method in interface com.filenet.api.admin.CmEventExportStore
Sets the value of the DescriptiveText property.
set_DescriptiveText(String) - Method in interface com.filenet.api.admin.CmHold
Sets the value of the DescriptiveText property.
set_DescriptiveText(String) - Method in interface com.filenet.api.admin.CmTextSearchAffinityGroup
Sets the value of the DescriptiveText property.
set_DescriptiveText(String) - Method in interface com.filenet.api.admin.CmTextSearchServer
Sets the value of the DescriptiveText property.
set_DescriptiveText(String) - Method in interface com.filenet.api.admin.ContentCacheArea
Sets the value of the DescriptiveText property.
set_DescriptiveText(String) - Method in interface com.filenet.api.admin.FixedContentDevice
Sets the value of the DescriptiveText property.
set_DescriptiveText(String) - Method in interface com.filenet.api.admin.IndexArea
Sets the value of the DescriptiveText property.
set_DescriptiveText(String) - Method in interface com.filenet.api.admin.IndexJob
Sets the value of the DescriptiveText property.
set_DescriptiveText(String) - Method in interface com.filenet.api.admin.PEConnectionPoint
Sets the value of the DescriptiveText property.
set_DescriptiveText(String) - Method in interface com.filenet.api.admin.Site
Sets the value of the DescriptiveText property.
set_DescriptiveText(String) - Method in interface com.filenet.api.admin.StorageArea
Sets the value of the DescriptiveText property.
set_DescriptiveText(String) - Method in interface com.filenet.api.admin.StoragePolicy
Sets the value of the DescriptiveText property.
set_DescriptiveText(String) - Method in interface com.filenet.api.core.Annotation
Sets the value of the DescriptiveText property.
set_DescriptiveText(String) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the DescriptiveText property.
set_DescriptiveText(String) - Method in interface com.filenet.api.events.Action
Sets the value of the DescriptiveText property.
set_DescriptiveText(String) - Method in interface com.filenet.api.events.ActionConsumer
Sets the value of the DescriptiveText property.
set_DescriptiveText(String) - Method in interface com.filenet.api.security.MarkingSet
Sets the value of the DescriptiveText property.
set_DescriptiveText(String) - Method in interface com.filenet.api.security.SecurityPolicy
Sets the value of the DescriptiveText property.
set_DescriptiveText(String) - Method in interface com.filenet.api.sweep.CmQueueSweep
Sets the value of the DescriptiveText property.
set_DescriptiveText(String) - Method in interface com.filenet.api.sweep.CmSweepJob
Sets the value of the DescriptiveText property.
set_DescriptiveText(String) - Method in interface com.filenet.api.sweep.CmSweepPolicy
Sets the value of the DescriptiveText property.
set_DescriptiveTexts(LocalizedStringList) - Method in interface com.filenet.api.admin.ClassDefinition
Sets the value of the DescriptiveTexts property.
set_DescriptiveTexts(LocalizedStringList) - Method in interface com.filenet.api.admin.PropertyTemplate
Sets the value of the DescriptiveTexts property.
set_DeviceAddress(String) - Method in interface com.filenet.api.admin.SnapLockFixedContentDevice
Sets the value of the DeviceAddress property.
set_DevicePassword(byte[]) - Method in interface com.filenet.api.admin.GenericFixedContentDevice
Sets the value of the DevicePassword property.
set_DeviceRootDirectory(String) - Method in interface com.filenet.api.admin.SnapLockFixedContentDevice
Sets the value of the DeviceRootDirectory property.
set_DirectoryConfigurations(DirectoryConfigurationList) - Method in interface com.filenet.api.core.Domain
Sets the value of the DirectoryConfigurations property.
set_DirectoryServerHost(String) - Method in interface com.filenet.api.admin.DirectoryConfiguration
Sets the value of the DirectoryServerHost property.
set_DirectoryServerPassword(byte[]) - Method in interface com.filenet.api.admin.DirectoryConfiguration
Sets the value of the DirectoryServerPassword property.
set_DirectoryServerPort(Integer) - Method in interface com.filenet.api.admin.DirectoryConfiguration
Sets the value of the DirectoryServerPort property.
set_DirectoryServerProviderClass(String) - Method in interface com.filenet.api.admin.DirectoryConfiguration
Sets the value of the DirectoryServerProviderClass property.
set_DirectoryServerUserName(String) - Method in interface com.filenet.api.admin.DirectoryConfiguration
Sets the value of the DirectoryServerUserName property.
set_DirectoryStructure(DirectoryStructure) - Method in interface com.filenet.api.admin.CmHitachiFixedContentDevice
Sets the value of the DirectoryStructure property.
set_DirectoryStructure(DirectoryStructure) - Method in interface com.filenet.api.admin.ContentCacheArea
Sets the value of the DirectoryStructure property.
set_DirectoryStructure(DirectoryStructure) - Method in interface com.filenet.api.admin.FileStorageArea
Sets the value of the DirectoryStructure property.
set_DirectoryStructure(DirectoryStructure) - Method in interface com.filenet.api.admin.SnapLockFixedContentDevice
Sets the value of the DirectoryStructure property.
set_DispatcherEnabled(Boolean) - Method in interface com.filenet.api.admin.AsyncProcessingConfiguration
Sets the value of the DispatcherEnabled property.
set_DispatcherEnabled(Boolean) - Method in interface com.filenet.api.admin.CFSImportAgentConfiguration
Sets the value of the DispatcherEnabled property.
set_DispatcherEnabled(Boolean) - Method in interface com.filenet.api.admin.CmTextSearchConfiguration
Sets the value of the DispatcherEnabled property.
set_DispatcherEnabled(Boolean) - Method in interface com.filenet.api.admin.ImageServicesImportAgentConfiguration
Sets the value of the DispatcherEnabled property.
set_DispatcherEnabled(Boolean) - Method in interface com.filenet.api.admin.PublishingConfiguration
Sets the value of the DispatcherEnabled property.
set_DispatcherEnabled(Boolean) - Method in interface com.filenet.api.admin.VerityServerConfiguration
Deprecated.
Sets the value of the DispatcherEnabled property.
set_DispatcherEnabled(Boolean) - Method in interface com.filenet.api.sweep.CmSweepConfiguration
Sets the value of the DispatcherEnabled property.
set_DispatcherThreadIdleTimeout(Integer) - Method in interface com.filenet.api.admin.CmThreadPoolConfiguration
Sets the value of the DispatcherThreadIdleTimeout property.
set_DispatcherWaitInterval(Integer) - Method in interface com.filenet.api.admin.AsyncProcessingConfiguration
Sets the value of the DispatcherWaitInterval property.
set_DispatcherWaitInterval(Integer) - Method in interface com.filenet.api.admin.CFSImportAgentConfiguration
Sets the value of the DispatcherWaitInterval property.
set_DispatcherWaitInterval(Integer) - Method in interface com.filenet.api.admin.CmTextSearchConfiguration
Sets the value of the DispatcherWaitInterval property.
set_DispatcherWaitInterval(Integer) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the DispatcherWaitInterval property.
set_DispatcherWaitInterval(Integer) - Method in interface com.filenet.api.admin.ImageServicesImportAgentConfiguration
Sets the value of the DispatcherWaitInterval property.
set_DispatcherWaitInterval(Integer) - Method in interface com.filenet.api.admin.PublishingConfiguration
Sets the value of the DispatcherWaitInterval property.
set_DispatcherWaitInterval(Integer) - Method in interface com.filenet.api.admin.VerityServerConfiguration
Deprecated.
Sets the value of the DispatcherWaitInterval property.
set_DisplayName(String) - Method in interface com.filenet.api.admin.AddOn
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.admin.AuditDefinition
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.admin.Choice
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.admin.ChoiceList
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.admin.CmAuditDispositionPolicy
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.admin.CmAuditProcessingBookmark
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.admin.CmChangePreprocessorDefinition
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.admin.CmDatabaseConnection
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.admin.CmEventExportStore
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.admin.CmHold
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.admin.CmTextSearchAffinityGroup
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.admin.CmTextSearchServer
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.admin.ContentCacheArea
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.admin.DirectoryConfiguration
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.admin.DITARenditionEngineConnection
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.admin.FixedContentDevice
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.admin.IndexArea
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.admin.IsolatedRegion
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.admin.RenditionEngineConnection
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.admin.Site
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.admin.StorageArea
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.admin.StoragePolicy
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.events.Action
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.events.ActionConsumer
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.replication.ReplicationGroup
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.replication.Repository
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.security.MarkingSet
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.security.SecurityPolicy
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.security.SecurityTemplate
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.sweep.CmQueueSweep
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.sweep.CmSweepJob
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.sweep.CmSweepPolicy
Sets the value of the DisplayName property.
set_DisplayName(String) - Method in interface com.filenet.api.util.CmRecoveryBin
Sets the value of the DisplayName property.
set_DisplayNames(LocalizedStringList) - Method in interface com.filenet.api.admin.Choice
Sets the value of the DisplayNames property.
set_DisplayNames(LocalizedStringList) - Method in interface com.filenet.api.admin.ClassDefinition
Sets the value of the DisplayNames property.
set_DisplayNames(LocalizedStringList) - Method in interface com.filenet.api.admin.PropertyTemplate
Sets the value of the DisplayNames property.
set_DispositionRule(String) - Method in interface com.filenet.api.admin.CmAuditDispositionPolicy
Sets the value of the DispositionRule property.
set_DITADatabaseTimeout(Integer) - Method in interface com.filenet.api.admin.DITARenditionEngineConnection
Sets the value of the DITADatabaseTimeout property.
set_DITAHome(String) - Method in interface com.filenet.api.admin.DITARenditionEngineConnection
Sets the value of the DITAHome property.
set_DITAJVMArguments(String) - Method in interface com.filenet.api.admin.DITARenditionEngineConnection
Sets the value of the DITAJVMArguments property.
set_DITARenditionEngineConnection(DITARenditionEngineConnection) - Method in interface com.filenet.api.admin.PublishingConfiguration
Sets the value of the DITARenditionEngineConnection property.
set_DITAWorkingDirectory(String) - Method in interface com.filenet.api.admin.DITARenditionEngineConnection
Sets the value of the DITAWorkingDirectory property.
set_DNSName(String) - Method in interface com.filenet.api.admin.IsolatedRegion
Deprecated.
As of release 5.2.0.
set_DocumentationURL(String) - Method in interface com.filenet.api.core.Domain
Sets the value of the DocumentationURL property.
set_DocumentLifecycleAction(DocumentLifecycleAction) - Method in interface com.filenet.api.events.DocumentLifecyclePolicy
Sets the value of the DocumentLifecycleAction property.
set_DocumentLifecyclePolicy(DocumentLifecyclePolicy) - Method in interface com.filenet.api.core.Document
Sets the value of the DocumentLifecyclePolicy property.
set_DocumentsPerBatch(Integer) - Method in interface com.filenet.api.admin.ImageServicesImportAgentConfiguration
Sets the value of the DocumentsPerBatch property.
set_DocumentStates(DocumentStateList) - Method in interface com.filenet.api.events.DocumentLifecyclePolicy
Sets the value of the DocumentStates property.
set_DuplicateSuppressionEnabled(Boolean) - Method in interface com.filenet.api.admin.StorageArea
Sets the value of the DuplicateSuppressionEnabled property.
set_Duration(Integer) - Method in interface com.filenet.api.admin.CmTimeslot
Sets the value of the Duration property.
set_DynamicGroupMemberAttribute(String) - Method in interface com.filenet.api.admin.DirectoryConfigurationCA
Sets the value of the DynamicGroupMemberAttribute property.
set_DynamicGroupObjectClass(String) - Method in interface com.filenet.api.admin.DirectoryConfigurationCA
Sets the value of the DynamicGroupObjectClass property.
set_DynamicGroupQueryAttribute(String) - Method in interface com.filenet.api.admin.DirectoryConfigurationCA
Sets the value of the DynamicGroupQueryAttribute property.
set_EffectiveEndDate(Date) - Method in interface com.filenet.api.sweep.CmQueueSweep
Sets the value of the EffectiveEndDate property.
set_EffectiveEndDate(Date) - Method in interface com.filenet.api.sweep.CmSweepJob
Sets the value of the EffectiveEndDate property.
set_EffectiveEndDate(Date) - Method in interface com.filenet.api.sweep.CmSweepPolicy
Sets the value of the EffectiveEndDate property.
set_EffectiveStartDate(Date) - Method in interface com.filenet.api.sweep.CmQueueSweep
Sets the value of the EffectiveStartDate property.
set_EffectiveStartDate(Date) - Method in interface com.filenet.api.sweep.CmSweepJob
Sets the value of the EffectiveStartDate property.
set_EffectiveStartDate(Date) - Method in interface com.filenet.api.sweep.CmSweepPolicy
Sets the value of the EffectiveStartDate property.
set_EJBForwardingEndpoint(String) - Method in interface com.filenet.api.admin.VirtualServer
Sets the value of the EJBForwardingEndpoint property.
set_EJBTraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the EJBTraceFlags property.
set_ElementSequenceNumber(Integer) - Method in interface com.filenet.api.core.CmThumbnail
Sets the value of the ElementSequenceNumber property.
set_ElementSequenceNumber(Integer) - Method in interface com.filenet.api.sweep.CmThumbnailRequest
Sets the value of the ElementSequenceNumber property.
set_EmbeddedDataThreshold(Integer) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the EmbeddedDataThreshold property.
set_EnableDefensibleDisposal(Boolean) - Method in interface com.filenet.api.replication.ExternalParticipant
Sets the value of the EnableDefensibleDisposal property.
set_EnableManualLaunch(Boolean) - Method in interface com.filenet.api.events.ClassWorkflowSubscription
Sets the value of the EnableManualLaunch property.
set_EnableManualLaunch(Boolean) - Method in interface com.filenet.api.events.InstanceWorkflowSubscription
Sets the value of the EnableManualLaunch property.
set_EncryptionEnabled(Boolean) - Method in interface com.filenet.api.admin.StorageArea
Sets the value of the EncryptionEnabled property.
set_EncryptionKey(byte[]) - Method in interface com.filenet.api.admin.StorageArea
Sets the value of the EncryptionKey property.
set_EndReplicationAfterMove(Boolean) - Method in interface com.filenet.api.sweep.CmBulkMoveContentJob
Sets the value of the EndReplicationAfterMove property.
set_EndReplicationAfterMove(Boolean) - Method in interface com.filenet.api.sweep.CmContentMigrationPolicy
Sets the value of the EndReplicationAfterMove property.
set_EngineTraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the EngineTraceFlags property.
set_ErrorTraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the ErrorTraceFlags property.
set_EventAction(EventAction) - Method in interface com.filenet.api.events.Subscription
Sets the value of the EventAction property.
set_EventClass(EventClassDefinition) - Method in interface com.filenet.api.admin.AuditDefinition
Sets the value of the EventClass property.
set_EventClass(EventClassDefinition) - Method in interface com.filenet.api.events.SubscribedEvent
Sets the value of the EventClass property.
set_EventExporterLeaseWaitInterval(Integer) - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Sets the value of the EventExporterLeaseWaitInterval property.
set_EventObject(Event) - Method in interface com.filenet.api.admin.EventQueueItem
Sets the value of the EventObject property.
set_EventStatus(Integer) - Method in interface com.filenet.api.events.Event
Sets the value of the EventStatus property.
set_EventsTraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the EventsTraceFlags property.
SET_EXCEPTION - Static variable in class com.filenet.api.constants.LifecycleChangeFlags
Place the document into the exception state and set its IsInExceptionState property to true.
SET_EXCEPTION_AS_INT - Static variable in class com.filenet.api.constants.LifecycleChangeFlags
An int value associated with the SET_EXCEPTION instance of this class.
set_ExcludedBrokers(StringList) - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Sets the value of the ExcludedBrokers property.
set_ExpiredBatchSelectionSize(Integer) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the ExpiredBatchSelectionSize property.
set_ExporterType(EventExporterType) - Method in interface com.filenet.api.admin.CmEventExportStore
Sets the value of the ExporterType property.
set_ExternalAliases(ExternalPropertyAliasList) - Method in interface com.filenet.api.admin.PropertyDefinition
Sets the value of the ExternalAliases property.
set_ExternalAliases(ExternalClassAliasList) - Method in interface com.filenet.api.admin.ReplicableClassDefinition
Sets the value of the ExternalAliases property.
set_ExternalObjectIdentity(String) - Method in interface com.filenet.api.replication.ExternalIdentity
Sets the value of the ExternalObjectIdentity property.
set_ExternalReplicaIdentities(ExternalIdentityList) - Method in interface com.filenet.api.replication.Replicable
Sets the value of the ExternalReplicaIdentities property.
set_ExternalRepository(ExternalRepository) - Method in interface com.filenet.api.replication.ExternalAlias
Sets the value of the ExternalRepository property.
set_ExternalRepository(ExternalRepository) - Method in interface com.filenet.api.replication.ExternalIdentity
Sets the value of the ExternalRepository property.
set_ExternalRepository(ExternalRepository) - Method in interface com.filenet.api.replication.ExternalParticipant
Sets the value of the ExternalRepository property.
set_FailureCount(Integer) - Method in interface com.filenet.api.admin.CmAbstractQueueEntry
Sets the value of the FailureCount property.
set_FcpPoolIdleTimeoutSeconds(Integer) - Method in interface com.filenet.api.admin.FixedContentDevice
Sets the value of the FcpPoolIdleTimeoutSeconds property.
set_FcpPoolMaxInUse(Integer) - Method in interface com.filenet.api.admin.FixedContentDevice
Sets the value of the FcpPoolMaxInUse property.
set_FcpPoolMaxWaitSeconds(Integer) - Method in interface com.filenet.api.admin.FixedContentDevice
Sets the value of the FcpPoolMaxWaitSeconds property.
set_FcpPoolPreferredSize(Integer) - Method in interface com.filenet.api.admin.FixedContentDevice
Sets the value of the FcpPoolPreferredSize property.
set_FederationJNDIDataSource(String) - Method in interface com.filenet.api.admin.CMODFixedContentDevice
Sets the value of the FederationJNDIDataSource property.
set_FederationJNDIDataSource(String) - Method in interface com.filenet.api.admin.IICEFixedContentDevice
Sets the value of the FederationJNDIDataSource property.
set_FederationJNDIXADataSource(String) - Method in interface com.filenet.api.admin.CMODFixedContentDevice
Sets the value of the FederationJNDIXADataSource property.
set_FederationJNDIXADataSource(String) - Method in interface com.filenet.api.admin.IICEFixedContentDevice
Sets the value of the FederationJNDIXADataSource property.
set_FederationUpdateHasPriority(Boolean) - Method in interface com.filenet.api.admin.IICEFixedContentDevice
Sets the value of the FederationUpdateHasPriority property.
set_FilteredPropertyId(String) - Method in interface com.filenet.api.admin.AuditDefinition
Sets the value of the FilteredPropertyId property.
set_FilteredPropertyId(String) - Method in interface com.filenet.api.events.Subscription
Sets the value of the FilteredPropertyId property.
set_FilteredQueryTimeout(Integer) - Method in interface com.filenet.api.sweep.CmPolicyControlledSweep
Sets the value of the FilteredQueryTimeout property.
set_FilteredQueryTimeout(Integer) - Method in interface com.filenet.api.sweep.CmSweepJob
Sets the value of the FilteredQueryTimeout property.
set_FilterExpression(String) - Method in interface com.filenet.api.admin.AuditDefinition
Sets the value of the FilterExpression property.
set_FilterExpression(String) - Method in interface com.filenet.api.admin.StoragePolicy
Sets the value of the FilterExpression property.
set_FilterExpression(String) - Method in interface com.filenet.api.events.Subscription
Sets the value of the FilterExpression property.
set_FilterExpression(String) - Method in interface com.filenet.api.sweep.CmSweepJob
Sets the value of the FilterExpression property.
set_FilterExpression(String) - Method in interface com.filenet.api.sweep.CmSweepPolicy
Sets the value of the FilterExpression property.
set_FixedContentDevice(FixedContentDevice) - Method in interface com.filenet.api.admin.FixedStorageArea
Sets the value of the FixedContentDevice property.
set_FixedContentDevice(FixedContentDevice) - Method in interface com.filenet.api.replication.ContentFederatingRepository
Sets the value of the FixedContentDevice property.
set_FixedContentProviderTraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the FixedContentProviderTraceFlags property.
set_FolderCacheMaxAgeDelta(Integer) - Method in interface com.filenet.api.core.ObjectStore
Deprecated.
As of release 4.0.1.
set_FolderCacheMaxEntries(Integer) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the FolderCacheMaxEntries property.
set_FolderCacheReapFrequency(Integer) - Method in interface com.filenet.api.core.ObjectStore
Deprecated.
As of release 4.0.1.
set_FolderName(String) - Method in interface com.filenet.api.core.Folder
Sets the value of the FolderName property.
set_ForceCaseInsensitiveSearch(Boolean) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the ForceCaseInsensitiveSearch property.
set_FPLogConfigFile(String) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the FPLogConfigFile property.
set_FPLogEnabled(Boolean) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the FPLogEnabled property.
set_FPOpenStrategy(Integer) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the FPOpenStrategy property.
set_FPPoolBufferSize(Integer) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the FPPoolBufferSize property.
set_FPPoolClusterNonAvailTime(Integer) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the FPPoolClusterNonAvailTime property.
set_FPPoolDefaultCollisionAvoidance(Boolean) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the FPPoolDefaultCollisionAvoidance property.
set_FPPoolEnableMulticlusterFailover(Boolean) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the FPPoolEnableMulticlusterFailover property.
set_FPPoolMaxConnections(Integer) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the FPPoolMaxConnections property.
set_FPPoolMulticlusterDeleteStrategy(Integer) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the FPPoolMulticlusterDeleteStrategy property.
set_FPPoolMulticlusterExistsStrategy(Integer) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the FPPoolMulticlusterExistsStrategy property.
set_FPPoolMulticlusterQueryStrategy(Integer) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the FPPoolMulticlusterQueryStrategy property.
set_FPPoolMulticlusterReadStrategy(Integer) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the FPPoolMulticlusterReadStrategy property.
set_FPPoolMulticlusterWriteStrategy(Integer) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the FPPoolMulticlusterWriteStrategy property.
set_FPPoolPrefetchSize(Integer) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the FPPoolPrefetchSize property.
set_FPPoolRetryCount(Integer) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the FPPoolRetryCount property.
set_FPPoolRetrySleep(Integer) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the FPPoolRetrySleep property.
set_FPPoolTimeout(Integer) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the FPPoolTimeout property.
set_FromVersions(IdList) - Method in interface com.filenet.api.admin.UpgradeAddOn
Sets the value of the FromVersions property.
set_FullTextRowDefault(Integer) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the FullTextRowDefault property.
set_FullTextRowMax(Integer) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the FullTextRowMax property.
set_GCDCacheTTL(Integer) - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Sets the value of the GCDCacheTTL property.
set_GCDTraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the GCDTraceFlags property.
set_GCHost(String) - Method in interface com.filenet.api.admin.DirectoryConfigurationAD
Sets the value of the GCHost property.
set_GCPort(String) - Method in interface com.filenet.api.admin.DirectoryConfigurationAD
Sets the value of the GCPort property.
set_GranteeName(String) - Method in interface com.filenet.api.security.Permission
Sets the value of the GranteeName property.
set_GroupBaseDN(String) - Method in interface com.filenet.api.admin.DirectoryConfiguration
Sets the value of the GroupBaseDN property.
set_GroupDisplayNameAttribute(String) - Method in interface com.filenet.api.admin.DirectoryConfiguration
Sets the value of the GroupDisplayNameAttribute property.
set_GroupMembershipSearchFilter(String) - Method in interface com.filenet.api.admin.DirectoryConfiguration
Sets the value of the GroupMembershipSearchFilter property.
set_GroupNameAttribute(String) - Method in interface com.filenet.api.admin.DirectoryConfiguration
Sets the value of the GroupNameAttribute property.
set_GroupSearchFilter(String) - Method in interface com.filenet.api.admin.DirectoryConfiguration
Sets the value of the GroupSearchFilter property.
set_GroupUniqueIDAttribute(String) - Method in interface com.filenet.api.admin.DirectoryConfiguration
Sets the value of the GroupUniqueIDAttribute property.
set_GroupUniqueIDAttributeIsBinary(Boolean) - Method in interface com.filenet.api.admin.DirectoryConfigurationCA
Deprecated.
As of release 5.0.0.
set_HandlerTraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the HandlerTraceFlags property.
set_HcpDirectoryPath(String) - Method in interface com.filenet.api.admin.CmHitachiFixedContentDevice
Sets the value of the HcpDirectoryPath property.
set_HcpMaxConnections(Integer) - Method in interface com.filenet.api.admin.CmHitachiFixedContentDevice
Sets the value of the HcpMaxConnections property.
set_HcpNamespaceUrl(String) - Method in interface com.filenet.api.admin.CmHitachiFixedContentDevice
Sets the value of the HcpNamespaceUrl property.
set_HcpPassword(byte[]) - Method in interface com.filenet.api.admin.CmHitachiFixedContentDevice
Sets the value of the HcpPassword property.
set_HcpUser(String) - Method in interface com.filenet.api.admin.CmHitachiFixedContentDevice
Sets the value of the HcpUser property.
set_Head(IndependentObject) - Method in interface com.filenet.api.core.Link
Sets the value of the Head property.
set_Head(IndependentObject) - Method in interface com.filenet.api.core.Relationship
Sets the value of the Head property.
set_HeldObject(CmHoldable) - Method in interface com.filenet.api.admin.CmHoldRelationship
Sets the value of the HeldObject property.
set_HistoryExporterEnabled(Boolean) - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Sets the value of the HistoryExporterEnabled property.
set_HistoryExporterUpdateCacheSize(Integer) - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Sets the value of the HistoryExporterUpdateCacheSize property.
set_Hold(CmHold) - Method in interface com.filenet.api.admin.CmHoldRelationship
Sets the value of the Hold property.
set_HttpMaxConnections(Integer) - Method in interface com.filenet.api.admin.CmAtmosFixedContentDevice
Sets the value of the HttpMaxConnections property.
set_HttpsCertValidationEnabled(Boolean) - Method in interface com.filenet.api.admin.CmAtmosFixedContentDevice
Sets the value of the HttpsCertValidationEnabled property.
set_Id(Id) - Method in interface com.filenet.api.core.VersionSeries
Sets the value of the Id property.
set_IICEConfigurationServerURL(String) - Method in interface com.filenet.api.admin.IICEFixedContentDevice
Sets the value of the IICEConfigurationServerURL property.
set_Image(byte[]) - Method in interface com.filenet.api.core.CmThumbnail
Sets the value of the Image property.
set_ImageColor(ThumbnailImageColor) - Method in interface com.filenet.api.sweep.CmThumbnailRequestSweep
Sets the value of the ImageColor property.
set_ImageFormat(ThumbnailImageFormat) - Method in interface com.filenet.api.sweep.CmThumbnailRequestSweep
Sets the value of the ImageFormat property.
set_ImageSize(ThumbnailImageSize) - Method in interface com.filenet.api.sweep.CmThumbnailRequestSweep
Sets the value of the ImageSize property.
set_ImplementationClass(String) - Method in interface com.filenet.api.admin.FixedContentDevice
Sets the value of the ImplementationClass property.
set_ImportAgentRetryCount(Integer) - Method in interface com.filenet.api.admin.ImageServicesImportAgentConfiguration
Sets the value of the ImportAgentRetryCount property.
set_InboundBatchSize(Integer) - Method in interface com.filenet.api.admin.ReplicationConfiguration
Sets the value of the InboundBatchSize property.
set_InboundBusyWaitInterval(Integer) - Method in interface com.filenet.api.admin.ReplicationConfiguration
Sets the value of the InboundBusyWaitInterval property.
set_InboundDispatcherEnabled(Boolean) - Method in interface com.filenet.api.admin.ReplicationConfiguration
Sets the value of the InboundDispatcherEnabled property.
set_InboundFileNameCacheMaxEntries(Integer) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the InboundFileNameCacheMaxEntries property.
set_InboundIdleWaitInterval(Integer) - Method in interface com.filenet.api.admin.ReplicationConfiguration
Sets the value of the InboundIdleWaitInterval property.
set_IncludeSubclassesRequested(Boolean) - Method in interface com.filenet.api.admin.AuditDefinition
Sets the value of the IncludeSubclassesRequested property.
set_IncludeSubclassesRequested(Boolean) - Method in interface com.filenet.api.admin.IndexJobClassItem
Sets the value of the IncludeSubclassesRequested property.
set_IncludeSubclassesRequested(Boolean) - Method in interface com.filenet.api.events.ClassSubscription
Sets the value of the IncludeSubclassesRequested property.
set_IncludeSubclassesRequested(Boolean) - Method in interface com.filenet.api.sweep.CmSweepJob
Sets the value of the IncludeSubclassesRequested property.
set_IncludeSubclassesRequested(Boolean) - Method in interface com.filenet.api.sweep.CmSweepPolicy
Sets the value of the IncludeSubclassesRequested property.
set_IndexationId(Id) - Method in interface com.filenet.api.admin.CmIndexJobResyncItem
Sets the value of the IndexationId property.
set_IndexationId(Id) - Method in interface com.filenet.api.admin.IndexJobCollectionItem
Sets the value of the IndexationId property.
set_IndexingFailureRecordingLevel(IndexingFailureRecordingLevel) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the IndexingFailureRecordingLevel property.
set_IndexingJobTimeslots(CmTimeslotList) - Method in interface com.filenet.api.admin.CmTextSearchConfiguration
Sets the value of the IndexingJobTimeslots property.
set_IndexingOperation(IndexingOperation) - Method in interface com.filenet.api.admin.CmIndexRequest
Sets the value of the IndexingOperation property.
set_IndexItems(IndexJobItemList) - Method in interface com.filenet.api.admin.IndexJob
Sets the value of the IndexItems property.
set_IndexRequestStatus(IndexRequestStatus) - Method in interface com.filenet.api.admin.CmIndexRequest
Sets the value of the IndexRequestStatus property.
set_InheritableDepth(Integer) - Method in interface com.filenet.api.security.Permission
Sets the value of the InheritableDepth property.
set_InheritParentPermissions(Boolean) - Method in interface com.filenet.api.core.Folder
Sets the value of the InheritParentPermissions property.
set_InheritRecoveryBinPermissions(Boolean) - Method in interface com.filenet.api.util.CmRecoveryItem
Sets the value of the InheritRecoveryBinPermissions property.
set_InlineContentRetrievalLimit(Integer) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the InlineContentRetrievalLimit property.
set_InputDocument(Document) - Method in interface com.filenet.api.core.CmThumbnail
Sets the value of the InputDocument property.
set_InputDocument(Document) - Method in interface com.filenet.api.publishing.PublishRequest
Sets the value of the InputDocument property.
set_InputDocument(Document) - Method in interface com.filenet.api.sweep.CmThumbnailRequest
Sets the value of the InputDocument property.
set_InputFormats(StringList) - Method in interface com.filenet.api.publishing.PublishStyleTemplate
Sets the value of the InputFormats property.
set_InterBatchDelay(Integer) - Method in interface com.filenet.api.sweep.CmSweep
Sets the value of the InterBatchDelay property.
set_InterBatchDelay(Integer) - Method in interface com.filenet.api.sweep.CmSweepConfiguration
Sets the value of the InterBatchDelay property.
set_InternalPortNumber(Integer) - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Sets the value of the InternalPortNumber property.
set_InterSweepDelay(Integer) - Method in interface com.filenet.api.sweep.CmPolicyControlledSweep
Sets the value of the InterSweepDelay property.
set_IsCBREnabled(Boolean) - Method in interface com.filenet.api.admin.ClassDefinition
Sets the value of the IsCBREnabled property.
set_IsCBREnabled(Boolean) - Method in interface com.filenet.api.admin.PropertyDefinitionString
Sets the value of the IsCBREnabled property.
set_ISDomainName(String) - Method in interface com.filenet.api.admin.IMFixedContentDevice
Sets the value of the ISDomainName property.
set_IsEnabled(Boolean) - Method in interface com.filenet.api.admin.AuditDefinition
Sets the value of the IsEnabled property.
set_IsEnabled(Boolean) - Method in interface com.filenet.api.admin.CmAuditDispositionPolicy
Sets the value of the IsEnabled property.
set_IsEnabled(Boolean) - Method in interface com.filenet.api.admin.CmChangePreprocessorDefinition
Sets the value of the IsEnabled property.
set_IsEnabled(Boolean) - Method in interface com.filenet.api.events.CmChangePreprocessorAction
Sets the value of the IsEnabled property.
set_IsEnabled(Boolean) - Method in interface com.filenet.api.events.EventAction
Sets the value of the IsEnabled property.
set_IsEnabled(Boolean) - Method in interface com.filenet.api.events.Subscription
Sets the value of the IsEnabled property.
set_IsEnabled(Boolean) - Method in interface com.filenet.api.security.SecurityTemplate
Sets the value of the IsEnabled property.
set_IsEnabled(Boolean) - Method in interface com.filenet.api.sweep.CmQueueSweep
Sets the value of the IsEnabled property.
set_IsEnabled(Boolean) - Method in interface com.filenet.api.sweep.CmSweepJob
Sets the value of the IsEnabled property.
set_IsEnabled(Boolean) - Method in interface com.filenet.api.sweep.CmSweepPolicy
Sets the value of the IsEnabled property.
set_IsHidden(Boolean) - Method in interface com.filenet.api.admin.ClassDefinition
Sets the value of the IsHidden property.
set_IsHidden(Boolean) - Method in interface com.filenet.api.admin.PropertyDefinition
Sets the value of the IsHidden property.
set_IsHidden(Boolean) - Method in interface com.filenet.api.admin.PropertyTemplate
Sets the value of the IsHidden property.
set_IsHierarchical(Boolean) - Method in interface com.filenet.api.security.MarkingSet
Sets the value of the IsHierarchical property.
set_IsImportAgentEnabled(Boolean) - Method in interface com.filenet.api.admin.CFSSiteSettings
Sets the value of the IsImportAgentEnabled property.
set_IsNameProperty(Boolean) - Method in interface com.filenet.api.admin.PropertyDefinition
Sets the value of the IsNameProperty property.
set_IsNameProperty(Boolean) - Method in interface com.filenet.api.admin.PropertyTemplate
Sets the value of the IsNameProperty property.
set_IsolatedRegion(IsolatedRegion) - Method in interface com.filenet.api.admin.PEConnectionPoint
Sets the value of the IsolatedRegion property.
set_IsolatedRegionNumber(Integer) - Method in interface com.filenet.api.admin.IsolatedRegion
Sets the value of the IsolatedRegionNumber property.
set_IsolatedRegionNumber(Integer) - Method in interface com.filenet.api.events.ClassWorkflowSubscription
Sets the value of the IsolatedRegionNumber property.
set_IsolatedRegionNumber(Integer) - Method in interface com.filenet.api.events.InstanceWorkflowSubscription
Sets the value of the IsolatedRegionNumber property.
set_ISOrganization(String) - Method in interface com.filenet.api.admin.IMFixedContentDevice
Sets the value of the ISOrganization property.
set_ISPassword(byte[]) - Method in interface com.filenet.api.admin.IMFixedContentDevice
Sets the value of the ISPassword property.
set_IsSingleIndexed(Boolean) - Method in interface com.filenet.api.admin.ColumnDefinition
Sets the value of the IsSingleIndexed property.
set_IsSSLEnabled(Boolean) - Method in interface com.filenet.api.admin.CmTextSearchServer
Sets the value of the IsSSLEnabled property.
set_IsSSLEnabled(Boolean) - Method in interface com.filenet.api.admin.DirectoryConfiguration
Sets the value of the IsSSLEnabled property.
set_IsSynchronous(Boolean) - Method in interface com.filenet.api.events.Subscription
Sets the value of the IsSynchronous property.
set_ISUserName(String) - Method in interface com.filenet.api.admin.IMFixedContentDevice
Sets the value of the ISUserName property.
set_IsValueRequired(Boolean) - Method in interface com.filenet.api.admin.PropertyDefinition
Sets the value of the IsValueRequired property.
set_IsValueRequired(Boolean) - Method in interface com.filenet.api.admin.PropertyTemplate
Sets the value of the IsValueRequired property.
set_JNDIDataSource(String) - Method in interface com.filenet.api.admin.CmDatabaseConnection
Sets the value of the JNDIDataSource property.
set_JNDIDataSource(String) - Method in interface com.filenet.api.core.ObjectStore
Deprecated.
As of release 5.2.0.
set_JNDIXADataSource(String) - Method in interface com.filenet.api.admin.CmDatabaseConnection
Sets the value of the JNDIXADataSource property.
set_JNDIXADataSource(String) - Method in interface com.filenet.api.core.ObjectStore
Deprecated.
As of release 5.2.0.
set_JobAbortRequested(Boolean) - Method in interface com.filenet.api.admin.IndexJob
Sets the value of the JobAbortRequested property.
set_JobPauseRequested(Boolean) - Method in interface com.filenet.api.admin.IndexJob
Sets the value of the JobPauseRequested property.
set_LabelBindValue(String) - Method in interface com.filenet.api.core.ComponentRelationship
Sets the value of the LabelBindValue property.
set_LastFailureReason(String) - Method in interface com.filenet.api.admin.CmIndexRequest
Sets the value of the LastFailureReason property.
set_LastFailureReason(String) - Method in interface com.filenet.api.core.CmTask
Sets the value of the LastFailureReason property.
set_LastModifier(String) - Method in interface com.filenet.api.admin.AddOn
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.admin.ChoiceList
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.admin.ClassDefinition
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.admin.CmAbstractQueueEntry
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.admin.CmAuditDispositionPolicy
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.admin.CmAuditProcessingBookmark
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.admin.CmHold
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.admin.CmHoldRelationship
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.admin.CmIndexRequest
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.admin.CmTextSearchServer
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.admin.ContentCacheArea
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.admin.FixedContentDevice
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.admin.IndexArea
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.admin.IndexJob
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.admin.PropertyTemplate
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.admin.QueueItem
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.admin.Site
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.admin.StorageArea
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.admin.StoragePolicy
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.admin.TableDefinition
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.core.Annotation
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.core.CmAbstractPersistable
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.core.CmTask
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.core.CmTaskRelationship
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.core.CmThumbnail
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.core.ComponentRelationship
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.core.Containable
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.core.Link
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.core.Relationship
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.events.Action
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.events.ActionConsumer
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.events.Event
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.publishing.PublishRequest
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.replication.ReplicationJournalEntry
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.security.SecurityPolicy
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.sweep.CmSweep
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.sweep.CmSweepPolicy
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.sweep.CmSweepRelationship
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.sweep.CmSweepResult
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.util.CmAbstractSequential
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.util.CmRecoveryBin
Sets the value of the LastModifier property.
set_LastModifier(String) - Method in interface com.filenet.api.util.CmRecoveryItem
Sets the value of the LastModifier property.
set_LastProcessed(Double) - Method in interface com.filenet.api.admin.CmAuditProcessingBookmark
Sets the value of the LastProcessed property.
set_LeaseDuration(Integer) - Method in interface com.filenet.api.admin.CFSImportAgentConfiguration
Sets the value of the LeaseDuration property.
set_LeaseDuration(Integer) - Method in interface com.filenet.api.admin.CmAuditingConfiguration
Sets the value of the LeaseDuration property.
set_LeaseDuration(Integer) - Method in interface com.filenet.api.admin.CmTextSearchConfiguration
Sets the value of the LeaseDuration property.
set_LeaseDuration(Integer) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the LeaseDuration property.
set_LeaseDuration(Integer) - Method in interface com.filenet.api.admin.ReplicationConfiguration
Sets the value of the LeaseDuration property.
set_LeaseDuration(Integer) - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Sets the value of the LeaseDuration property.
set_LeaseDuration(Integer) - Method in interface com.filenet.api.admin.VerityServerConfiguration
Deprecated.
As of release 5.0.0.
set_LocaleName(String) - Method in interface com.filenet.api.admin.LocalizedString
Sets the value of the LocaleName property.
set_LocalizedText(String) - Method in interface com.filenet.api.admin.LocalizedString
Sets the value of the LocalizedText property.
set_Markings(MarkingList) - Method in interface com.filenet.api.security.MarkingSet
Sets the value of the Markings property.
set_MarkingSet(MarkingSet) - Method in interface com.filenet.api.admin.PropertyTemplateString
Sets the value of the MarkingSet property.
set_MarkingSetCacheEntryTTL(Integer) - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Sets the value of the MarkingSetCacheEntryTTL property.
set_MarkingSetCacheMaxEntries(Integer) - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Sets the value of the MarkingSetCacheMaxEntries property.
set_MarkingValue(String) - Method in interface com.filenet.api.security.Marking
Sets the value of the MarkingValue property.
set_MaxBatchSize(Integer) - Method in interface com.filenet.api.admin.AsyncProcessingConfiguration
Sets the value of the MaxBatchSize property.
set_MaxBatchSize(Integer) - Method in interface com.filenet.api.admin.CmTextSearchConfiguration
Sets the value of the MaxBatchSize property.
set_MaxBatchSize(Integer) - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Sets the value of the MaxBatchSize property.
set_MaxBatchSize(Integer) - Method in interface com.filenet.api.admin.VerityServerConfiguration
Deprecated.
As of release 5.0.0.
set_MaxCollections(Integer) - Method in interface com.filenet.api.admin.VerityIndexArea
Deprecated.
Sets the value of the MaxCollections property.
set_MaxDispatcherThreads(Integer) - Method in interface com.filenet.api.admin.CmThreadPoolConfiguration
Sets the value of the MaxDispatcherThreads property.
set_MaxEventCollectorThreads(Integer) - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Sets the value of the MaxEventCollectorThreads property.
set_MaxEventExporterThreads(Integer) - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Sets the value of the MaxEventExporterThreads property.
set_MaxHeartbeatThreads(Integer) - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Sets the value of the MaxHeartbeatThreads property.
set_MaximumConcurrentIndexingBatches(Integer) - Method in interface com.filenet.api.admin.CmTextSearchServer
Sets the value of the MaximumConcurrentIndexingBatches property.
set_MaximumContentElements(Double) - Method in interface com.filenet.api.admin.ContentCacheArea
Sets the value of the MaximumContentElements property.
set_MaximumContentElements(Double) - Method in interface com.filenet.api.admin.StorageArea
Sets the value of the MaximumContentElements property.
set_MaximumFailures(Integer) - Method in interface com.filenet.api.sweep.CmQueueSweep
Sets the value of the MaximumFailures property.
set_MaximumLengthBinary(Integer) - Method in interface com.filenet.api.admin.PropertyDefinitionBinary
Sets the value of the MaximumLengthBinary property.
set_MaximumLengthBinary(Integer) - Method in interface com.filenet.api.admin.PropertyTemplateBinary
Sets the value of the MaximumLengthBinary property.
set_MaximumLengthString(Integer) - Method in interface com.filenet.api.admin.PropertyDefinitionString
Sets the value of the MaximumLengthString property.
set_MaximumLengthString(Integer) - Method in interface com.filenet.api.admin.PropertyTemplateString
Sets the value of the MaximumLengthString property.
set_MaximumRetentionDays(Integer) - Method in interface com.filenet.api.admin.SnapLockFixedContentDevice
Sets the value of the MaximumRetentionDays property.
set_MaximumSizeKBytes(Double) - Method in interface com.filenet.api.admin.ContentCacheArea
Sets the value of the MaximumSizeKBytes property.
set_MaximumSizeKBytes(Double) - Method in interface com.filenet.api.admin.StorageArea
Sets the value of the MaximumSizeKBytes property.
set_MaximumTimeToLive(Integer) - Method in interface com.filenet.api.admin.ContentCacheArea
Sets the value of the MaximumTimeToLive property.
set_MaxInboundWorkers(Integer) - Method in interface com.filenet.api.admin.ReplicationConfiguration
Sets the value of the MaxInboundWorkers property.
set_MaxIndexes(Integer) - Method in interface com.filenet.api.admin.CmTextSearchIndexArea
Sets the value of the MaxIndexes property.
set_MaxInMemoryElementState(Integer) - Method in interface com.filenet.api.admin.ContentCacheConfiguration
Sets the value of the MaxInMemoryElementState property.
set_MaxInMemoryItems(Integer) - Method in interface com.filenet.api.admin.CFSImportAgentConfiguration
Sets the value of the MaxInMemoryItems property.
set_MaxInMemoryQueueItems(Integer) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the MaxInMemoryQueueItems property.
set_MaxObjectsPerCollection(Integer) - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Sets the value of the MaxObjectsPerCollection property.
set_MaxObjectsPerCollection(Integer) - Method in interface com.filenet.api.admin.VerityServerConfiguration
Deprecated.
As of release 5.0.0.
set_MaxObjectsPerIndex(Double) - Method in interface com.filenet.api.admin.CmTextSearchIndexArea
Sets the value of the MaxObjectsPerIndex property.
set_MaxOutboundWorkers(Integer) - Method in interface com.filenet.api.admin.ReplicationConfiguration
Sets the value of the MaxOutboundWorkers property.
set_MaxPrimaryThreads(Integer) - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Sets the value of the MaxPrimaryThreads property.
set_MaxQueryTimeLimit(Integer) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the MaxQueryTimeLimit property.
set_MaxReaderSemaphoreWaitTime(Integer) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the MaxReaderSemaphoreWaitTime property.
set_MaxResolutionBatchSize(Integer) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the MaxResolutionBatchSize property.
set_MaxSecondaryThreads(Integer) - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Sets the value of the MaxSecondaryThreads property.
set_MaxSizePerIndexKbytes(Double) - Method in interface com.filenet.api.admin.CmTextSearchIndexArea
Sets the value of the MaxSizePerIndexKbytes property.
set_MaxSweepWorkers(Integer) - Method in interface com.filenet.api.sweep.CmSweep
Sets the value of the MaxSweepWorkers property.
set_MaxTextFiltersPerBatch(Integer) - Method in interface com.filenet.api.admin.CmTextSearchConfiguration
Sets the value of the MaxTextFiltersPerBatch property.
set_MaxThumbnailGenerationProcesses(Integer) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the MaxThumbnailGenerationProcesses property.
set_MaxWorkerThreads(Integer) - Method in interface com.filenet.api.admin.CFSImportAgentConfiguration
Sets the value of the MaxWorkerThreads property.
set_MaxWorkerThreads(Integer) - Method in interface com.filenet.api.admin.CmThreadPoolConfiguration
Sets the value of the MaxWorkerThreads property.
set_MetadataMergedScopeCacheMaxEntries(Integer) - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Sets the value of the MetadataMergedScopeCacheMaxEntries property.
set_MetadataTraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the MetadataTraceFlags property.
set_MimeType(String) - Method in interface com.filenet.api.core.Annotation
Sets the value of the MimeType property.
set_MimeType(String) - Method in interface com.filenet.api.core.CmThumbnail
Sets the value of the MimeType property.
set_MimeType(String) - Method in interface com.filenet.api.core.Document
Sets the value of the MimeType property.
set_MimeType(String) - Method in interface com.filenet.api.events.DocumentClassificationAction
Sets the value of the MimeType property.
set_MinimumRetentionDays(Integer) - Method in interface com.filenet.api.admin.SnapLockFixedContentDevice
Sets the value of the MinimumRetentionDays property.
set_ModificationAccessRequired(Integer) - Method in interface com.filenet.api.admin.PropertyDefinition
Sets the value of the ModificationAccessRequired property.
set_ModificationAccessRequired(Integer) - Method in interface com.filenet.api.admin.PropertyTemplate
Sets the value of the ModificationAccessRequired property.
set_MoveContentLeaseThreshold(Integer) - Method in interface com.filenet.api.admin.CFSImportAgentConfiguration
Sets the value of the MoveContentLeaseThreshold property.
set_Name(String) - Method in interface com.filenet.api.admin.PEConnectionPoint
Sets the value of the Name property.
set_Name(String) - Method in interface com.filenet.api.core.ComponentRelationship
Sets the value of the Name property.
set_Name(String) - Method in interface com.filenet.api.core.Domain
Sets the value of the Name property.
set_NeverDeleteClipsOrContent(Boolean) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the NeverDeleteClipsOrContent property.
set_NonPagedQueryMaxSize(Integer) - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Sets the value of the NonPagedQueryMaxSize property.
set_NoWorkDelay(Integer) - Method in interface com.filenet.api.admin.ImageServicesImportAgentConfiguration
Sets the value of the NoWorkDelay property.
set_NumImportAgents(Integer) - Method in interface com.filenet.api.admin.ImageServicesImportAgentConfiguration
Sets the value of the NumImportAgents property.
set_ObjectSecurityCacheEntryTTL(Integer) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the ObjectSecurityCacheEntryTTL property.
set_ObjectSecurityCacheMaxEntries(Integer) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the ObjectSecurityCacheMaxEntries property.
set_ObjectStateRecordingLevel(ObjectStateRecordingLevel) - Method in interface com.filenet.api.admin.AuditDefinition
Sets the value of the ObjectStateRecordingLevel property.
set_ObjectStore(ObjectStore) - Method in interface com.filenet.api.admin.IsolatedRegion
Sets the value of the ObjectStore property.
set_ObjectStore(ObjectStore) - Method in interface com.filenet.api.replication.ObjectStoreParticipant
Sets the value of the ObjectStore property.
set_OptimizationInterval(Integer) - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Sets the value of the OptimizationInterval property.
set_OptimizationInterval(Integer) - Method in interface com.filenet.api.admin.VerityServerConfiguration
Deprecated.
As of release 5.0.0.
set_OriginalObject(Subscribable) - Method in interface com.filenet.api.util.CmRecoveryItem
Sets the value of the OriginalObject property.
set_OriginalOrdinal(Integer) - Method in interface com.filenet.api.admin.VerityCollection
Deprecated.
Sets the value of the OriginalOrdinal property.
set_OutboundBatchSize(Integer) - Method in interface com.filenet.api.admin.ReplicationConfiguration
Sets the value of the OutboundBatchSize property.
set_OutboundBusyWaitInterval(Integer) - Method in interface com.filenet.api.admin.ReplicationConfiguration
Sets the value of the OutboundBusyWaitInterval property.
set_OutboundDispatcherEnabled(Boolean) - Method in interface com.filenet.api.admin.ReplicationConfiguration
Sets the value of the OutboundDispatcherEnabled property.
set_OutboundIdleWaitInterval(Integer) - Method in interface com.filenet.api.admin.ReplicationConfiguration
Sets the value of the OutboundIdleWaitInterval property.
set_OutputFormat(String) - Method in interface com.filenet.api.publishing.PublishStyleTemplate
Sets the value of the OutputFormat property.
set_OutputLocation(String) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the OutputLocation property.
set_Owner(String) - Method in interface com.filenet.api.admin.ChoiceList
Sets the value of the Owner property.
set_Owner(String) - Method in interface com.filenet.api.admin.ClassDefinition
Sets the value of the Owner property.
set_Owner(String) - Method in interface com.filenet.api.admin.CmAuditDispositionPolicy
Sets the value of the Owner property.
set_Owner(String) - Method in interface com.filenet.api.admin.CmAuditProcessingBookmark
Sets the value of the Owner property.
set_Owner(String) - Method in interface com.filenet.api.admin.CmHold
Sets the value of the Owner property.
set_Owner(String) - Method in interface com.filenet.api.admin.IndexJob
Sets the value of the Owner property.
set_Owner(String) - Method in interface com.filenet.api.admin.PropertyTemplate
Sets the value of the Owner property.
set_Owner(String) - Method in interface com.filenet.api.admin.StoragePolicy
Sets the value of the Owner property.
set_Owner(String) - Method in interface com.filenet.api.admin.TableDefinition
Sets the value of the Owner property.
set_Owner(String) - Method in interface com.filenet.api.core.Annotation
Sets the value of the Owner property.
set_Owner(String) - Method in interface com.filenet.api.core.CmAbstractPersistable
Sets the value of the Owner property.
set_Owner(String) - Method in interface com.filenet.api.core.CmTask
Sets the value of the Owner property.
set_Owner(String) - Method in interface com.filenet.api.core.Containable
Sets the value of the Owner property.
set_Owner(String) - Method in interface com.filenet.api.core.Link
Sets the value of the Owner property.
set_Owner(String) - Method in interface com.filenet.api.events.Action
Sets the value of the Owner property.
set_Owner(String) - Method in interface com.filenet.api.events.ActionConsumer
Sets the value of the Owner property.
set_Owner(String) - Method in interface com.filenet.api.events.Event
Sets the value of the Owner property.
set_Owner(String) - Method in interface com.filenet.api.security.SecurityPolicy
Sets the value of the Owner property.
set_Owner(String) - Method in interface com.filenet.api.sweep.CmSweep
Sets the value of the Owner property.
set_Owner(String) - Method in interface com.filenet.api.sweep.CmSweepPolicy
Sets the value of the Owner property.
set_Owner(String) - Method in interface com.filenet.api.util.CmAbstractSequential
Sets the value of the Owner property.
set_Owner(String) - Method in interface com.filenet.api.util.CmRecoveryBin
Sets the value of the Owner property.
set_Owner(String) - Method in interface com.filenet.api.util.CmRecoveryItem
Sets the value of the Owner property.
set_OwnerDocument(Document) - Method in interface com.filenet.api.core.Document
Sets the value of the OwnerDocument property.
set_Parent(Folder) - Method in interface com.filenet.api.core.Folder
Sets the value of the Parent property.
set_ParentComponent(Document) - Method in interface com.filenet.api.core.ComponentRelationship
Sets the value of the ParentComponent property.
set_PartialResolutionChunkSize(Integer) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the PartialResolutionChunkSize property.
set_PartitionDateInterval(Integer) - Method in interface com.filenet.api.admin.CmTextSearchPartitionDateProperty
Sets the value of the PartitionDateInterval property.
set_PartitionPropertyName(String) - Method in interface com.filenet.api.admin.CmTextSearchPartitionProperty
Sets the value of the PartitionPropertyName property.
set_PartnerObjectStore(ObjectStore) - Method in interface com.filenet.api.replication.ExternalParticipant
Sets the value of the PartnerObjectStore property.
set_PDFMasterPassword(byte[]) - Method in interface com.filenet.api.publishing.PublishStyleTemplate
Sets the value of the PDFMasterPassword property.
set_PDFUserPassword(byte[]) - Method in interface com.filenet.api.publishing.PublishStyleTemplate
Sets the value of the PDFUserPassword property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.admin.ChoiceList
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.admin.ClassDefinition
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.admin.CmAuditDispositionPolicy
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.admin.CmAuditProcessingBookmark
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.admin.CmHold
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.admin.IndexArea
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.admin.IndexJob
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.admin.PropertyTemplate
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.admin.StorageArea
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.admin.StoragePolicy
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.admin.TableDefinition
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.core.Annotation
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.core.CmAbstractPersistable
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.core.CmTask
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.core.Containable
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.core.Domain
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.core.Link
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.events.Action
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.events.ActionConsumer
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.events.Event
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.security.Marking
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.security.SecurityPolicy
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.sweep.CmSweep
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.sweep.CmSweepPolicy
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.util.CmAbstractSequential
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.util.CmRecoveryBin
Sets the value of the Permissions property.
set_Permissions(AccessPermissionList) - Method in interface com.filenet.api.util.CmRecoveryItem
Sets the value of the Permissions property.
set_PersistenceType(PropertyPersistence) - Method in interface com.filenet.api.admin.PropertyTemplate
Sets the value of the PersistenceType property.
set_PolicyControlledSweepBatchSize(Integer) - Method in interface com.filenet.api.sweep.CmSweepConfiguration
Sets the value of the PolicyControlledSweepBatchSize property.
set_PoolAddress(String) - Method in interface com.filenet.api.admin.CenteraFixedContentDevice
Sets the value of the PoolAddress property.
set_PoolAddress(String) - Method in interface com.filenet.api.admin.CenteraSiteSettings
Sets the value of the PoolAddress property.
set_PredecessorTask(CmTask) - Method in interface com.filenet.api.core.CmTaskRelationship
Sets the value of the PredecessorTask property.
set_PreloadOnCreate(Boolean) - Method in interface com.filenet.api.admin.ContentCacheArea
Sets the value of the PreloadOnCreate property.
set_Prerequisites(IdList) - Method in interface com.filenet.api.admin.AddOn
Sets the value of the Prerequisites property.
set_PreserveDirectPermissions(Boolean) - Method in interface com.filenet.api.events.DocumentLifecyclePolicy
Sets the value of the PreserveDirectPermissions property.
set_PreserveDirectPermissions(Boolean) - Method in interface com.filenet.api.security.SecurityPolicy
Sets the value of the PreserveDirectPermissions property.
set_PrincipalCacheEntryTTL(Integer) - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Sets the value of the PrincipalCacheEntryTTL property.
set_PrincipalCacheMaxEntries(Integer) - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Sets the value of the PrincipalCacheMaxEntries property.
set_ProcessEngineEnabled(Boolean) - Method in interface com.filenet.api.admin.CmProcessEngineConfiguration
Sets the value of the ProcessEngineEnabled property.
set_ProgId(String) - Method in interface com.filenet.api.events.Action
Sets the value of the ProgId property.
set_PropertyDefaultBinary(byte[]) - Method in interface com.filenet.api.admin.PropertyDefinitionBinary
Sets the value of the PropertyDefaultBinary property.
set_PropertyDefaultBinary(byte[]) - Method in interface com.filenet.api.admin.PropertyTemplateBinary
Sets the value of the PropertyDefaultBinary property.
set_PropertyDefaultBoolean(Boolean) - Method in interface com.filenet.api.admin.PropertyDefinitionBoolean
Sets the value of the PropertyDefaultBoolean property.
set_PropertyDefaultBoolean(Boolean) - Method in interface com.filenet.api.admin.PropertyTemplateBoolean
Sets the value of the PropertyDefaultBoolean property.
set_PropertyDefaultDateTime(Date) - Method in interface com.filenet.api.admin.PropertyDefinitionDateTime
Sets the value of the PropertyDefaultDateTime property.
set_PropertyDefaultDateTime(Date) - Method in interface com.filenet.api.admin.PropertyTemplateDateTime
Sets the value of the PropertyDefaultDateTime property.
set_PropertyDefaultFloat64(Double) - Method in interface com.filenet.api.admin.PropertyDefinitionFloat64
Sets the value of the PropertyDefaultFloat64 property.
set_PropertyDefaultFloat64(Double) - Method in interface com.filenet.api.admin.PropertyTemplateFloat64
Sets the value of the PropertyDefaultFloat64 property.
set_PropertyDefaultId(Id) - Method in interface com.filenet.api.admin.PropertyDefinitionId
Sets the value of the PropertyDefaultId property.
set_PropertyDefaultId(Id) - Method in interface com.filenet.api.admin.PropertyTemplateId
Sets the value of the PropertyDefaultId property.
set_PropertyDefaultInteger32(Integer) - Method in interface com.filenet.api.admin.PropertyDefinitionInteger32
Sets the value of the PropertyDefaultInteger32 property.
set_PropertyDefaultInteger32(Integer) - Method in interface com.filenet.api.admin.PropertyTemplateInteger32
Sets the value of the PropertyDefaultInteger32 property.
set_PropertyDefaultObject(IndependentObject) - Method in interface com.filenet.api.admin.PropertyDefinitionObject
Sets the value of the PropertyDefaultObject property.
set_PropertyDefaultString(String) - Method in interface com.filenet.api.admin.PropertyDefinitionString
Sets the value of the PropertyDefaultString property.
set_PropertyDefaultString(String) - Method in interface com.filenet.api.admin.PropertyTemplateString
Sets the value of the PropertyDefaultString property.
set_PropertyDefinitions(PropertyDefinitionList) - Method in interface com.filenet.api.admin.ClassDefinition
Sets the value of the PropertyDefinitions property.
set_PropertyDisplayCategory(String) - Method in interface com.filenet.api.admin.PropertyTemplate
Sets the value of the PropertyDisplayCategory property.
set_PropertyIdentity(String) - Method in interface com.filenet.api.replication.ExternalPropertyAlias
Sets the value of the PropertyIdentity property.
set_PropertyMap(StringList) - Method in interface com.filenet.api.events.ClassWorkflowSubscription
Sets the value of the PropertyMap property.
set_PropertyMap(StringList) - Method in interface com.filenet.api.events.InstanceWorkflowSubscription
Sets the value of the PropertyMap property.
set_PropertyMaximumDateTime(Date) - Method in interface com.filenet.api.admin.PropertyDefinitionDateTime
Sets the value of the PropertyMaximumDateTime property.
set_PropertyMaximumDateTime(Date) - Method in interface com.filenet.api.admin.PropertyTemplateDateTime
Sets the value of the PropertyMaximumDateTime property.
set_PropertyMaximumFloat64(Double) - Method in interface com.filenet.api.admin.PropertyDefinitionFloat64
Sets the value of the PropertyMaximumFloat64 property.
set_PropertyMaximumFloat64(Double) - Method in interface com.filenet.api.admin.PropertyTemplateFloat64
Sets the value of the PropertyMaximumFloat64 property.
set_PropertyMaximumInteger32(Integer) - Method in interface com.filenet.api.admin.PropertyDefinitionInteger32
Sets the value of the PropertyMaximumInteger32 property.
set_PropertyMaximumInteger32(Integer) - Method in interface com.filenet.api.admin.PropertyTemplateInteger32
Sets the value of the PropertyMaximumInteger32 property.
set_PropertyMinimumDateTime(Date) - Method in interface com.filenet.api.admin.PropertyDefinitionDateTime
Sets the value of the PropertyMinimumDateTime property.
set_PropertyMinimumDateTime(Date) - Method in interface com.filenet.api.admin.PropertyTemplateDateTime
Sets the value of the PropertyMinimumDateTime property.
set_PropertyMinimumFloat64(Double) - Method in interface com.filenet.api.admin.PropertyDefinitionFloat64
Sets the value of the PropertyMinimumFloat64 property.
set_PropertyMinimumFloat64(Double) - Method in interface com.filenet.api.admin.PropertyTemplateFloat64
Sets the value of the PropertyMinimumFloat64 property.
set_PropertyMinimumInteger32(Integer) - Method in interface com.filenet.api.admin.PropertyDefinitionInteger32
Sets the value of the PropertyMinimumInteger32 property.
set_PropertyMinimumInteger32(Integer) - Method in interface com.filenet.api.admin.PropertyTemplateInteger32
Sets the value of the PropertyMinimumInteger32 property.
set_ProviderID(String) - Method in interface com.filenet.api.publishing.PublishStyleTemplate
Sets the value of the ProviderID property.
set_PruneAmount(Integer) - Method in interface com.filenet.api.admin.ContentCacheArea
Sets the value of the PruneAmount property.
set_PruneThresholdContentElements(Double) - Method in interface com.filenet.api.admin.ContentCacheArea
Sets the value of the PruneThresholdContentElements property.
set_PruneThresholdSizeKBytes(Double) - Method in interface com.filenet.api.admin.ContentCacheArea
Sets the value of the PruneThresholdSizeKBytes property.
set_PublicationDocument(Document) - Method in interface com.filenet.api.publishing.PublishRequest
Sets the value of the PublicationDocument property.
set_PublicationInfo(byte[]) - Method in interface com.filenet.api.core.Document
Sets the value of the PublicationInfo property.
set_PublishingSubsidiaryFolder(Folder) - Method in interface com.filenet.api.core.Document
Sets the value of the PublishingSubsidiaryFolder property.
set_PublishTemplate(PublishTemplate) - Method in interface com.filenet.api.publishing.PublishRequest
Sets the value of the PublishTemplate property.
set_PublishTraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the PublishTraceFlags property.
set_QueryCountDefaultSize(Integer) - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Sets the value of the QueryCountDefaultSize property.
set_QueryCountMaxSize(Integer) - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Sets the value of the QueryCountMaxSize property.
set_QueryDatabaseTimeout(Integer) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the QueryDatabaseTimeout property.
set_QueryPageDefaultSize(Integer) - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Sets the value of the QueryPageDefaultSize property.
set_QueryPageMaxSize(Integer) - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Sets the value of the QueryPageMaxSize property.
set_QueuedObject(IndependentObject) - Method in interface com.filenet.api.admin.AsyncUpgradeQueueItem
Sets the value of the QueuedObject property.
set_QueuedObject(Document) - Method in interface com.filenet.api.admin.DocumentClassificationQueueItem
Sets the value of the QueuedObject property.
set_QueuedObject(IndependentObject) - Method in interface com.filenet.api.admin.EventQueueItem
Sets the value of the QueuedObject property.
set_QueuedObject(IndependentObject) - Method in interface com.filenet.api.admin.SecurityPropagationQueueItem
Sets the value of the QueuedObject property.
set_QueueItemDatabaseTimeout(Integer) - Method in interface com.filenet.api.admin.AsyncProcessingConfiguration
Sets the value of the QueueItemDatabaseTimeout property.
set_QueueItemDatabaseTimeout(Integer) - Method in interface com.filenet.api.admin.PublishingConfiguration
Sets the value of the QueueItemDatabaseTimeout property.
set_QueueItemMaxDispatchers(Integer) - Method in interface com.filenet.api.admin.AsyncProcessingConfiguration
Sets the value of the QueueItemMaxDispatchers property.
set_QueueItemMaxDispatchers(Integer) - Method in interface com.filenet.api.admin.PublishingConfiguration
Sets the value of the QueueItemMaxDispatchers property.
set_QueueItemRetryCount(Integer) - Method in interface com.filenet.api.admin.AsyncProcessingConfiguration
Sets the value of the QueueItemRetryCount property.
set_QueueItemRetryCount(Integer) - Method in interface com.filenet.api.admin.PublishingConfiguration
Sets the value of the QueueItemRetryCount property.
set_QueueSweepLeaseDuration(Integer) - Method in interface com.filenet.api.sweep.CmSweepConfiguration
Sets the value of the QueueSweepLeaseDuration property.
set_RecordFailures(Boolean) - Method in interface com.filenet.api.sweep.CmSweepJob
Sets the value of the RecordFailures property.
set_RecoveryBin(CmRecoveryBin) - Method in interface com.filenet.api.util.CmRecoveryItem
Sets the value of the RecoveryBin property.
set_ReflectivePropertyId(Id) - Method in interface com.filenet.api.admin.PropertyDefinitionObject
Sets the value of the ReflectivePropertyId property.
set_RegionKey(byte[]) - Method in interface com.filenet.api.admin.IsolatedRegion
Deprecated.
As of release 5.2.0.
set_RegionPassword(byte[]) - Method in interface com.filenet.api.admin.IsolatedRegion
Deprecated.
As of release 5.2.0.
set_RenameFileRetryAttempts(Integer) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the RenameFileRetryAttempts property.
set_RenditionEngineConnection(RenditionEngineConnection) - Method in interface com.filenet.api.admin.PublishingConfiguration
Sets the value of the RenditionEngineConnection property.
set_RenditionEnginePassword(byte[]) - Method in interface com.filenet.api.admin.RenditionEngineConnection
Sets the value of the RenditionEnginePassword property.
set_ReplicationData(byte[]) - Method in interface com.filenet.api.replication.ExternalIdentity
Sets the value of the ReplicationData property.
set_ReplicationGroup(ReplicationGroup) - Method in interface com.filenet.api.replication.Replicable
Sets the value of the ReplicationGroup property.
set_ReplicationMode(ReplicationMode) - Method in interface com.filenet.api.replication.ReplicationParticipant
Sets the value of the ReplicationMode property.
set_ReplicationParticipants(ReplicationParticipantList) - Method in interface com.filenet.api.replication.ReplicationGroup
Sets the value of the ReplicationParticipants property.
set_ReplicationTraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the ReplicationTraceFlags property.
set_RequiredClassId(Id) - Method in interface com.filenet.api.admin.PropertyDefinitionObject
Sets the value of the RequiredClassId property.
set_RequiresUniqueElements(Boolean) - Method in interface com.filenet.api.admin.PropertyTemplate
Sets the value of the RequiresUniqueElements property.
set_ResetLifecycleOnCheckin(Boolean) - Method in interface com.filenet.api.events.DocumentLifecyclePolicy
Sets the value of the ResetLifecycleOnCheckin property.
set_ResourceStatus(ResourceStatus) - Method in interface com.filenet.api.admin.CmTextSearchIndex
Sets the value of the ResourceStatus property.
set_ResourceStatus(ResourceStatus) - Method in interface com.filenet.api.admin.IndexArea
Sets the value of the ResourceStatus property.
set_ResourceStatus(ResourceStatus) - Method in interface com.filenet.api.admin.StorageArea
Sets the value of the ResourceStatus property.
set_ResourceStatus(ResourceStatus) - Method in interface com.filenet.api.admin.VerityCollection
Deprecated.
Sets the value of the ResourceStatus property.
set_ResourceString(String) - Method in interface com.filenet.api.admin.FixedStorageArea
Sets the value of the ResourceString property.
set_RestrictMembershipToConfiguredRealms(Boolean) - Method in interface com.filenet.api.admin.DirectoryConfiguration
Sets the value of the RestrictMembershipToConfiguredRealms property.
set_ResyncModificationDate(Date) - Method in interface com.filenet.api.admin.CmIndexJobResyncItem
Sets the value of the ResyncModificationDate property.
set_RetentionDurationUpdate(Integer) - Method in interface com.filenet.api.sweep.CmRetentionUpdateJob
Sets the value of the RetentionDurationUpdate property.
set_RetentionDurationUpdate(Integer) - Method in interface com.filenet.api.sweep.CmRetentionUpdatePolicy
Sets the value of the RetentionDurationUpdate property.
set_RetentionPeriod(Integer) - Method in interface com.filenet.api.admin.StorageArea
Deprecated.
As of release 5.2.0.
set_RetentionPeriodUnits(DurationUnits) - Method in interface com.filenet.api.admin.ClassDefinition
Sets the value of the RetentionPeriodUnits property.
set_RetentionPeriodUnits(DurationUnits) - Method in interface com.filenet.api.sweep.CmRetentionUpdateJob
Sets the value of the RetentionPeriodUnits property.
set_RetentionPeriodUnits(DurationUnits) - Method in interface com.filenet.api.sweep.CmRetentionUpdatePolicy
Sets the value of the RetentionPeriodUnits property.
set_RetrievalName(String) - Method in interface com.filenet.api.core.ContentTransfer
Sets the value of the RetrievalName property.
set_RetrievalRetryAttempts(Integer) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the RetrievalRetryAttempts property.
set_RetrievalTimeout(Integer) - Method in interface com.filenet.api.admin.CmAtmosFixedContentDevice
Sets the value of the RetrievalTimeout property.
set_RetryCount(Integer) - Method in interface com.filenet.api.admin.QueueItem
Sets the value of the RetryCount property.
set_RetryCount(Integer) - Method in interface com.filenet.api.publishing.PublishRequest
Sets the value of the RetryCount property.
set_RetryCount(Integer) - Method in interface com.filenet.api.replication.ReplicationJournalEntry
Sets the value of the RetryCount property.
set_ReturnNameAsDN(Boolean) - Method in interface com.filenet.api.admin.DirectoryConfigurationAD
Sets the value of the ReturnNameAsDN property.
set_RollFwdBatchRetryAttempts(Integer) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the RollFwdBatchRetryAttempts property.
set_RootDirectoryPath(String) - Method in interface com.filenet.api.admin.CmTextSearchIndexArea
Sets the value of the RootDirectoryPath property.
set_RootDirectoryPath(String) - Method in interface com.filenet.api.admin.ContentCacheArea
Sets the value of the RootDirectoryPath property.
set_RootDirectoryPath(String) - Method in interface com.filenet.api.admin.FileStorageArea
Sets the value of the RootDirectoryPath property.
set_RootDirectoryPath(String) - Method in interface com.filenet.api.admin.SnapLockFixedContentDevice
Sets the value of the RootDirectoryPath property.
set_RootDirectoryPath(String) - Method in interface com.filenet.api.admin.VerityIndexArea
Deprecated.
Sets the value of the RootDirectoryPath property.
set_ScriptText(String) - Method in interface com.filenet.api.events.Action
Sets the value of the ScriptText property.
set_ScriptType(String) - Method in interface com.filenet.api.admin.AddOn
Sets the value of the ScriptType property.
set_SearchCrossForestGroupMembership(Boolean) - Method in interface com.filenet.api.admin.DirectoryConfigurationAD
Sets the value of the SearchCrossForestGroupMembership property.
set_SearchDynamicGroup(Boolean) - Method in interface com.filenet.api.admin.DirectoryConfigurationCA
Sets the value of the SearchDynamicGroup property.
set_SearchingObjectStores(String) - Method in interface com.filenet.api.query.StoredSearch
Sets the value of the SearchingObjectStores property.
set_SearchingObjectType(Integer) - Method in interface com.filenet.api.query.StoredSearch
Sets the value of the SearchingObjectType property.
set_SearchServersToAttach(Integer) - Method in interface com.filenet.api.admin.VerityIndexArea
Deprecated.
Sets the value of the SearchServersToAttach property.
set_SearchTraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the SearchTraceFlags property.
set_SearchType(Integer) - Method in interface com.filenet.api.query.StoredSearch
Sets the value of the SearchType property.
set_SecurityDescCacheMaxEntries(Integer) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the SecurityDescCacheMaxEntries property.
set_SecurityFolder(Folder) - Method in interface com.filenet.api.core.CustomObject
Sets the value of the SecurityFolder property.
set_SecurityFolder(Folder) - Method in interface com.filenet.api.core.Versionable
Sets the value of the SecurityFolder property.
set_SecurityParent(ReferentialContainmentRelationship) - Method in interface com.filenet.api.core.CustomObject
Deprecated. 
set_SecurityParent(ReferentialContainmentRelationship) - Method in interface com.filenet.api.core.Document
Deprecated. 
set_SecurityPolicy(SecurityPolicy) - Method in interface com.filenet.api.core.Containable
Sets the value of the SecurityPolicy property.
set_SecurityProxyType(SecurityProxyType) - Method in interface com.filenet.api.admin.PropertyDefinitionObject
Sets the value of the SecurityProxyType property.
set_SecurityProxyType(SecurityProxyType) - Method in interface com.filenet.api.admin.PropertyTemplateObject
Sets the value of the SecurityProxyType property.
set_SecurityTemplates(SecurityTemplateList) - Method in interface com.filenet.api.security.SecurityPolicy
Sets the value of the SecurityTemplates property.
set_SecurityTraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the SecurityTraceFlags property.
set_Settability(PropertySettability) - Method in interface com.filenet.api.admin.PropertyDefinition
Sets the value of the Settability property.
set_Settability(PropertySettability) - Method in interface com.filenet.api.admin.PropertyTemplate
Sets the value of the Settability property.
set_SingleItem(IndependentObject) - Method in interface com.filenet.api.admin.IndexJobSingleItem
Sets the value of the SingleItem property.
set_Site(Site) - Method in interface com.filenet.api.admin.CmDatabaseConnection
Sets the value of the Site property.
set_Site(Site) - Method in interface com.filenet.api.admin.CmTextSearchServer
Sets the value of the Site property.
set_Site(Site) - Method in interface com.filenet.api.admin.ContentCacheArea
Sets the value of the Site property.
set_Site(Site) - Method in interface com.filenet.api.admin.DITARenditionEngineConnection
Sets the value of the Site property.
set_Site(Site) - Method in interface com.filenet.api.admin.IndexArea
Sets the value of the Site property.
set_Site(Site) - Method in interface com.filenet.api.admin.IsolatedRegion
Deprecated.
As of release 5.2.0.
set_Site(Site) - Method in interface com.filenet.api.admin.RenditionEngineConnection
Sets the value of the Site property.
set_Site(Site) - Method in interface com.filenet.api.admin.SiteSettings
Sets the value of the Site property.
set_Site(Site) - Method in interface com.filenet.api.admin.StorageArea
Sets the value of the Site property.
set_Site(Site) - Method in interface com.filenet.api.admin.VirtualServer
Sets the value of the Site property.
set_Site(Site) - Method in interface com.filenet.api.replication.Repository
Sets the value of the Site property.
set_SiteSettings(SiteSettingsList) - Method in interface com.filenet.api.admin.FixedContentDevice
Sets the value of the SiteSettings property.
set_SnapLockPassword(byte[]) - Method in interface com.filenet.api.admin.SnapLockFixedContentDevice
Sets the value of the SnapLockPassword property.
set_SnapLockUserName(String) - Method in interface com.filenet.api.admin.SnapLockFixedContentDevice
Sets the value of the SnapLockUserName property.
set_SourceDatabaseConnection(CmDatabaseConnection) - Method in interface com.filenet.api.admin.CmEventExportStore
Sets the value of the SourceDatabaseConnection property.
set_SourceDatabaseSchemaName(String) - Method in interface com.filenet.api.admin.CmEventExportStore
Sets the value of the SourceDatabaseSchemaName property.
set_SourceDocument(Document) - Method in interface com.filenet.api.core.Document
Sets the value of the SourceDocument property.
set_SourceObject(IndependentObject) - Method in interface com.filenet.api.admin.CmIndexRequest
Sets the value of the SourceObject property.
set_SourceObject(IndependentObject) - Method in interface com.filenet.api.admin.EventQueueItem
Sets the value of the SourceObject property.
set_SourceObjectStore(ObjectStore) - Method in interface com.filenet.api.admin.CmEventExportStore
Sets the value of the SourceObjectStore property.
set_SourceRepositoryName(String) - Method in interface com.filenet.api.admin.IICEFixedContentDevice
Sets the value of the SourceRepositoryName property.
set_SpecificRetentionDate(Date) - Method in interface com.filenet.api.sweep.CmRetentionUpdateJob
Sets the value of the SpecificRetentionDate property.
set_SpecificRetentionDate(Date) - Method in interface com.filenet.api.sweep.CmRetentionUpdatePolicy
Sets the value of the SpecificRetentionDate property.
set_SSITraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the SSITraceFlags property.
set_StagingAreaPath(String) - Method in interface com.filenet.api.admin.FixedStorageArea
Sets the value of the StagingAreaPath property.
set_StartMinutesPastMidnight(Integer) - Method in interface com.filenet.api.admin.CmTimeslot
Sets the value of the StartMinutesPastMidnight property.
set_StateName(String) - Method in interface com.filenet.api.events.DocumentState
Sets the value of the StateName property.
set_StorageArea(StorageArea) - Method in interface com.filenet.api.core.Annotation
Sets the value of the StorageArea property.
set_StorageArea(StorageArea) - Method in interface com.filenet.api.core.Document
Sets the value of the StorageArea property.
set_StoragePolicy(StoragePolicy) - Method in interface com.filenet.api.core.Annotation
Sets the value of the StoragePolicy property.
set_StoragePolicy(StoragePolicy) - Method in interface com.filenet.api.core.Document
Sets the value of the StoragePolicy property.
set_StoragePolicy(StoragePolicy) - Method in interface com.filenet.api.sweep.CmBulkMoveContentJob
Sets the value of the StoragePolicy property.
set_StoragePolicy(StoragePolicy) - Method in interface com.filenet.api.sweep.CmContentMigrationPolicy
Sets the value of the StoragePolicy property.
set_StyleTemplate(PublishStyleTemplate) - Method in interface com.filenet.api.publishing.PublishTemplate
Sets the value of the StyleTemplate property.
set_Subject(String) - Method in interface com.filenet.api.events.ClassWorkflowSubscription
Sets the value of the Subject property.
set_Subject(String) - Method in interface com.filenet.api.events.InstanceWorkflowSubscription
Sets the value of the Subject property.
set_SubjectCacheEntryTTL(Integer) - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Sets the value of the SubjectCacheEntryTTL property.
set_SubjectCacheMaxEntries(Integer) - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Sets the value of the SubjectCacheMaxEntries property.
set_SubscribedEvents(SubscribedEventList) - Method in interface com.filenet.api.events.Subscription
Sets the value of the SubscribedEvents property.
set_SubscriptionCacheMaxEntries(Integer) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the SubscriptionCacheMaxEntries property.
set_SubscriptionTarget(Subscribable) - Method in interface com.filenet.api.events.Subscription
Sets the value of the SubscriptionTarget property.
set_SubsystemConfigurations(SubsystemConfigurationList) - Method in interface com.filenet.api.admin.ServerInstance
Sets the value of the SubsystemConfigurations property.
set_SubsystemConfigurations(SubsystemConfigurationList) - Method in interface com.filenet.api.admin.Site
Sets the value of the SubsystemConfigurations property.
set_SubsystemConfigurations(SubsystemConfigurationList) - Method in interface com.filenet.api.admin.VirtualServer
Sets the value of the SubsystemConfigurations property.
set_SubsystemConfigurations(SubsystemConfigurationList) - Method in interface com.filenet.api.core.Domain
Sets the value of the SubsystemConfigurations property.
set_SuccessorTask(CmTask) - Method in interface com.filenet.api.core.CmTaskRelationship
Sets the value of the SuccessorTask property.
set_SupersededAddOnIds(IdList) - Method in interface com.filenet.api.admin.AddOn
Sets the value of the SupersededAddOnIds property.
set_Sweep(CmPolicyControlledSweep) - Method in interface com.filenet.api.sweep.CmSweepRelationship
Sets the value of the Sweep property.
set_SweepAction(CmSweepAction) - Method in interface com.filenet.api.sweep.CmCustomQueueSweep
Sets the value of the SweepAction property.
set_SweepAction(CmSweepAction) - Method in interface com.filenet.api.sweep.CmCustomSweepJob
Sets the value of the SweepAction property.
set_SweepAction(CmSweepAction) - Method in interface com.filenet.api.sweep.CmCustomSweepPolicy
Sets the value of the SweepAction property.
set_SweepBatchSize(Integer) - Method in interface com.filenet.api.sweep.CmQueueSweep
Sets the value of the SweepBatchSize property.
set_SweepBatchSize(Integer) - Method in interface com.filenet.api.sweep.CmSweepJob
Sets the value of the SweepBatchSize property.
set_SweepJobLeaseDuration(Integer) - Method in interface com.filenet.api.sweep.CmSweepConfiguration
Sets the value of the SweepJobLeaseDuration property.
set_SweepMode(SweepMode) - Method in interface com.filenet.api.sweep.CmSweepJob
Sets the value of the SweepMode property.
set_SweepMode(SweepMode) - Method in interface com.filenet.api.sweep.CmSweepPolicy
Sets the value of the SweepMode property.
set_SweepResultIterationKeepCount(Integer) - Method in interface com.filenet.api.sweep.CmSweepPolicy
Sets the value of the SweepResultIterationKeepCount property.
set_SweepResultType(SweepResultType) - Method in interface com.filenet.api.sweep.CmSweepResult
Sets the value of the SweepResultType property.
set_SweepRetryWaitInterval(Integer) - Method in interface com.filenet.api.sweep.CmQueueSweep
Sets the value of the SweepRetryWaitInterval property.
set_SweepRetryWaitInterval(Integer) - Method in interface com.filenet.api.sweep.CmSweepJob
Sets the value of the SweepRetryWaitInterval property.
set_SweepSubscriber(IndependentObject) - Method in interface com.filenet.api.sweep.CmSweepRelationship
Sets the value of the SweepSubscriber property.
set_SweepTarget(ClassDefinition) - Method in interface com.filenet.api.sweep.CmSweep
Sets the value of the SweepTarget property.
set_SweepTarget(ClassDefinition) - Method in interface com.filenet.api.sweep.CmSweepPolicy
Sets the value of the SweepTarget property.
set_SweepTimeslots(CmTimeslotList) - Method in interface com.filenet.api.sweep.CmSweep
Sets the value of the SweepTimeslots property.
set_SweepTimeslots(CmTimeslotList) - Method in interface com.filenet.api.sweep.CmSweepConfiguration
Sets the value of the SweepTimeslots property.
set_SweepTraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the SweepTraceFlags property.
set_SymbolicName(String) - Method in interface com.filenet.api.admin.ClassDefinition
Sets the value of the SymbolicName property.
set_SymbolicName(String) - Method in interface com.filenet.api.admin.PropertyTemplate
Sets the value of the SymbolicName property.
set_SymbolicName(String) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the SymbolicName property.
set_TableOverflowEnabled(Boolean) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the TableOverflowEnabled property.
set_Tail(IndependentObject) - Method in interface com.filenet.api.core.Link
Sets the value of the Tail property.
set_Tail(IndependentObject) - Method in interface com.filenet.api.core.Relationship
Sets the value of the Tail property.
set_TargetAccessRequired(Integer) - Method in interface com.filenet.api.admin.PropertyDefinitionObject
Sets the value of the TargetAccessRequired property.
set_TargetClass(DocumentClassDefinition) - Method in interface com.filenet.api.admin.XMLPropertyMappingScript
Sets the value of the TargetClass property.
set_TargetObjectStore(ObjectStore) - Method in interface com.filenet.api.admin.CMODApplicationGroup
Sets the value of the TargetObjectStore property.
set_TempDBContentLifetime(Integer) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the TempDBContentLifetime property.
set_TempDirectoryPath(String) - Method in interface com.filenet.api.admin.CmTextSearchConfiguration
Sets the value of the TempDirectoryPath property.
set_TempDirectoryPath(String) - Method in interface com.filenet.api.admin.VerityIndexArea
Deprecated.
Sets the value of the TempDirectoryPath property.
set_TempFileLifetime(Integer) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the TempFileLifetime property.
set_TemplatePermissions(AccessPermissionList) - Method in interface com.filenet.api.events.DocumentState
Sets the value of the TemplatePermissions property.
set_TemplatePermissions(AccessPermissionList) - Method in interface com.filenet.api.security.SecurityTemplate
Sets the value of the TemplatePermissions property.
set_TemplateType(String) - Method in interface com.filenet.api.admin.VerityIndexArea
Deprecated.
Sets the value of the TemplateType property.
set_TextFilterTimeout(Integer) - Method in interface com.filenet.api.admin.CmTextSearchConfiguration
Sets the value of the TextFilterTimeout property.
set_TextSearchCredential(byte[]) - Method in interface com.filenet.api.admin.CmTextSearchServer
Sets the value of the TextSearchCredential property.
set_TextSearchEnabled(Boolean) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the TextSearchEnabled property.
set_TextSearchIndexes(CmTextSearchIndexList) - Method in interface com.filenet.api.admin.CmTextSearchIndexArea
Sets the value of the TextSearchIndexes property.
set_TextSearchIndexingLanguage(String) - Method in interface com.filenet.api.core.ObjectStore
Deprecated.
As of release 5.2.0.
set_TextSearchIndexingLanguages(StringList) - Method in interface com.filenet.api.core.ObjectStore
Sets the value of the TextSearchIndexingLanguages property.
set_TextSearchServerHost(String) - Method in interface com.filenet.api.admin.CmTextSearchServer
Sets the value of the TextSearchServerHost property.
set_TextSearchServerMode(TextSearchServerMode) - Method in interface com.filenet.api.admin.CmTextSearchServer
Sets the value of the TextSearchServerMode property.
set_TextSearchServerPort(Integer) - Method in interface com.filenet.api.admin.CmTextSearchServer
Sets the value of the TextSearchServerPort property.
set_TextSearchServerShutdownOnDisable(Boolean) - Method in interface com.filenet.api.admin.CmTextSearchServer
Sets the value of the TextSearchServerShutdownOnDisable property.
set_TextSearchServerStatus(TextSearchServerStatus) - Method in interface com.filenet.api.admin.CmTextSearchServer
Sets the value of the TextSearchServerStatus property.
set_TextSearchThreadCount(Integer) - Method in interface com.filenet.api.admin.CmTextSearchConfiguration
Sets the value of the TextSearchThreadCount property.
set_ThreadCount(Integer) - Method in interface com.filenet.api.admin.CmTextSearchConfiguration
Sets the value of the ThreadCount property.
set_ThreadCount(Integer) - Method in interface com.filenet.api.admin.VerityServerConfiguration
Deprecated.
Sets the value of the ThreadCount property.
set_ThumbnailGenerationBatchSize(Integer) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the ThumbnailGenerationBatchSize property.
set_ThumbnailGenerationDelay(Integer) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the ThumbnailGenerationDelay property.
set_ThumbnailGenerationProcessTimeOut(Integer) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the ThumbnailGenerationProcessTimeOut property.
set_ThumbnailGenerationTempDir(String) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the ThumbnailGenerationTempDir property.
set_ThumbnailGenerationTraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the ThumbnailGenerationTraceFlags property.
set_ThumbnailTempFileLifeTime(Integer) - Method in interface com.filenet.api.admin.ContentConfiguration
Sets the value of the ThumbnailTempFileLifeTime property.
set_TimeOutSeconds(Integer) - Method in interface com.filenet.api.admin.IMFixedContentDevice
Sets the value of the TimeOutSeconds property.
set_Title(String) - Method in interface com.filenet.api.publishing.PublishStyleTemplate
Sets the value of the Title property.
set_TotalTextFiltersAllowed(Integer) - Method in interface com.filenet.api.admin.CmTextSearchConfiguration
Sets the value of the TotalTextFiltersAllowed property.
set_ToVersions(IdList) - Method in interface com.filenet.api.admin.UpgradeAddOn
Sets the value of the ToVersions property.
set_TraceLoggingEnabled(Boolean) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the TraceLoggingEnabled property.
set_TransformationOptions(byte[]) - Method in interface com.filenet.api.publishing.PublishStyleTemplate
Sets the value of the TransformationOptions property.
set_TSMApplicationType(String) - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Sets the value of the TSMApplicationType property.
set_TSMArchiveProtectionFlag(Boolean) - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Sets the value of the TSMArchiveProtectionFlag property.
set_TSMCompressionFlag(Boolean) - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Sets the value of the TSMCompressionFlag property.
set_TSMConcurrentTapeReaders(Integer) - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Sets the value of the TSMConcurrentTapeReaders property.
set_TSMConfigurationFilesShare(String) - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Sets the value of the TSMConfigurationFilesShare property.
set_TSMDSMIDirectory(String) - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Sets the value of the TSMDSMIDirectory property.
set_TSMFilespaceName(String) - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Sets the value of the TSMFilespaceName property.
set_TSMMountWaitDuration(Integer) - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Sets the value of the TSMMountWaitDuration property.
set_TSMNodeName(String) - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Sets the value of the TSMNodeName property.
set_TSMOptions(String) - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Sets the value of the TSMOptions property.
set_TSMOwnerName(String) - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Sets the value of the TSMOwnerName property.
set_TSMPassword(byte[]) - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Sets the value of the TSMPassword property.
set_TSMPort(Integer) - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Sets the value of the TSMPort property.
set_TSMServerAddress(String) - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Sets the value of the TSMServerAddress property.
set_TSMWriteBufferSize(Integer) - Method in interface com.filenet.api.admin.TivoliFixedContentDevice
Sets the value of the TSMWriteBufferSize property.
set_URIValue(String) - Method in interface com.filenet.api.core.ComponentRelationship
Sets the value of the URIValue property.
set_UserBaseDN(String) - Method in interface com.filenet.api.admin.DirectoryConfiguration
Sets the value of the UserBaseDN property.
set_UserDisplayNameAttribute(String) - Method in interface com.filenet.api.admin.DirectoryConfiguration
Sets the value of the UserDisplayNameAttribute property.
set_UserDomain(String) - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Sets the value of the UserDomain property.
set_UserGroup(String) - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Sets the value of the UserGroup property.
set_UserName(String) - Method in interface com.filenet.api.admin.RenditionEngineConnection
Sets the value of the UserName property.
set_UserName(String) - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Sets the value of the UserName property.
set_UserNameAttribute(String) - Method in interface com.filenet.api.admin.DirectoryConfiguration
Sets the value of the UserNameAttribute property.
set_UserPassword(byte[]) - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
Sets the value of the UserPassword property.
set_UserSearchFilter(String) - Method in interface com.filenet.api.admin.DirectoryConfiguration
Sets the value of the UserSearchFilter property.
set_UserString(String) - Method in interface com.filenet.api.events.Subscription
Sets the value of the UserString property.
set_UserTokenCacheEntryTTL(Integer) - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Sets the value of the UserTokenCacheEntryTTL property.
set_UserTokenCacheMaxEntries(Integer) - Method in interface com.filenet.api.admin.ServerCacheConfiguration
Sets the value of the UserTokenCacheMaxEntries property.
set_UserUniqueIDAttribute(String) - Method in interface com.filenet.api.admin.DirectoryConfiguration
Sets the value of the UserUniqueIDAttribute property.
set_UserUniqueIDAttributeIsBinary(Boolean) - Method in interface com.filenet.api.admin.DirectoryConfigurationCA
Deprecated.
As of release 5.0.0.
set_UsesLongColumn(Boolean) - Method in interface com.filenet.api.admin.PropertyTemplateString
Sets the value of the UsesLongColumn property.
set_ValidateCertificateHost(Boolean) - Method in interface com.filenet.api.admin.CmTextSearchServer
Sets the value of the ValidateCertificateHost property.
set_ValidateServerCertificate(Boolean) - Method in interface com.filenet.api.admin.CmTextSearchServer
Sets the value of the ValidateServerCertificate property.
set_VendorName(String) - Method in interface com.filenet.api.admin.FixedContentDevice
Sets the value of the VendorName property.
set_VerityBrokerNames(StringList) - Method in interface com.filenet.api.admin.VerityServerConfiguration
Deprecated.
As of release 5.0.0.
set_VerityCollections(VerityCollectionList) - Method in interface com.filenet.api.admin.VerityIndexArea
Deprecated.
As of release 5.2.0.
set_VerityDomainConfiguration(VerityDomainConfiguration) - Method in interface com.filenet.api.core.ObjectStore
Deprecated.
As of release 5.2.0.
set_VerityIndexServers(StringList) - Method in interface com.filenet.api.admin.VerityIndexArea
Deprecated.
As of release 5.2.0.
set_VerityMasterAdminServerHostname(String) - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
As of release 5.2.0.
set_VerityMasterAdminServerPort(Integer) - Method in interface com.filenet.api.admin.VerityDomainConfiguration
Deprecated.
As of release 5.2.0.
set_VerityPartitionInterval(Integer) - Method in interface com.filenet.api.core.ObjectStore
Deprecated.
As of release 5.2.0.
set_VerityPartitionProperty(String) - Method in interface com.filenet.api.core.ObjectStore
Deprecated.
As of release 5.2.0.
set_VeritySearchServers(StringList) - Method in interface com.filenet.api.admin.VerityIndexArea
Deprecated.
As of release 5.2.0.
set_VersionBindType(VersionBindType) - Method in interface com.filenet.api.core.ComponentRelationship
Sets the value of the VersionBindType property.
set_VWVersion(String) - Method in interface com.filenet.api.core.WorkflowDefinition
Sets the value of the VWVersion property.
set_VWVersion(String) - Method in interface com.filenet.api.events.ClassWorkflowSubscription
Sets the value of the VWVersion property.
set_VWVersion(String) - Method in interface com.filenet.api.events.InstanceWorkflowSubscription
Sets the value of the VWVersion property.
set_WaitForQueueActivityDelay(Integer) - Method in interface com.filenet.api.sweep.CmSweepConfiguration
Sets the value of the WaitForQueueActivityDelay property.
set_WaitForWorkersDelay(Integer) - Method in interface com.filenet.api.sweep.CmSweepConfiguration
Sets the value of the WaitForWorkersDelay property.
set_WaitForWorkersShortDelay(Integer) - Method in interface com.filenet.api.sweep.CmSweepConfiguration
Sets the value of the WaitForWorkersShortDelay property.
set_Weekday(Weekday) - Method in interface com.filenet.api.admin.CmTimeslot
Sets the value of the Weekday property.
set_WorkerThreadIdleTimeout(Integer) - Method in interface com.filenet.api.admin.CmThreadPoolConfiguration
Sets the value of the WorkerThreadIdleTimeout property.
set_WorkflowDefinition(WorkflowDefinition) - Method in interface com.filenet.api.events.ClassWorkflowSubscription
Sets the value of the WorkflowDefinition property.
set_WorkflowDefinition(WorkflowDefinition) - Method in interface com.filenet.api.events.InstanceWorkflowSubscription
Sets the value of the WorkflowDefinition property.
set_WSITraceFlags(Integer) - Method in interface com.filenet.api.admin.TraceLoggingConfiguration
Sets the value of the WSITraceFlags property.
set_XMLDocumentType(String) - Method in interface com.filenet.api.admin.XMLPropertyMappingScript
Sets the value of the XMLDocumentType property.
setADAllowEmailOrUPNShortNames(boolean) - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
setADAllowEmailOrUPNShortNames(boolean) - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
setADConnectionTimeout(int) - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
setADConnectionTimeout(int) - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
setADDNSSite(String) - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
setADDNSSite(String) - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
setADReturnNameAsDN(boolean) - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
setADReturnNameAsDN(boolean) - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
setADSearchCrossForestGroupMembership(boolean) - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
setADSearchCrossForestGroupMembership(boolean) - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
setAll() - Method in class com.filenet.api.query.SearchSQL
Specifies that duplicate rows can be returned in the result set.
setAugmentedSelectList(List<String>) - Method in class com.filenet.api.query.SearchTemplateParameters
Specifies select list properties to augment the select list properties in the search template.
setBinaryAttrsString(String) - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
setCaptureSource(InputStream) - Method in interface com.filenet.api.core.ContentTransfer
Specifies an input stream as the source of content data for this ContentTransfer object.
setContainNestedParentGroups(boolean) - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
setContainNestedParentGroups(boolean) - Method in class com.filenet.api.engine.UserInfo
For Internal Use Only.
setContainsRestriction(String, String) - Method in class com.filenet.api.query.SearchSQL
Restricts the query to return only items where the text in the content element or elements matches the specified string.
setContainsRestriction(String, String, String) - Method in class com.filenet.api.query.SearchSQL
Restricts the query to return only items where the text in the content element or elements matches the specified string.
setContent(SearchTemplateContent) - Method in class com.filenet.api.query.SearchTemplateParameters
Specifies the content search in the search template that is to be modified for the search.
setContentItems(List<SearchTemplateContentItem>) - Method in class com.filenet.api.query.SearchTemplateContent
Specifies the content search items to be used for the search.
setContentQueryDynamicThreshold(Integer) - Method in class com.filenet.api.query.SearchTemplateContent
Specifies the dynamic threshold value that determines the content search optimization to use, content first or database first.
setContentQueryMaximumRecords(Integer) - Method in class com.filenet.api.query.SearchTemplateContent
Specifies the maximum number of records to be returned by the content search.
setContentQueryOptimization(ContentQueryOptimization) - Method in class com.filenet.api.query.SearchTemplateContent
Specifies the kind of optimization used for content search, content first, database first, or dynamic threshold.
setContinueFrom(String) - Method in class com.filenet.api.engine.PrincipalInfoSet
For Internal Use Only.
setCountLimit(Integer) - Method in class com.filenet.api.query.SearchTemplateParameters
Specifies that the query returns the result count of the query, up to the count limit provided.
setDirectoryDisplayName(String) - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
setDirectoryType(String) - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
setDisplayName(String) - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
setDisplayName(String) - Method in class com.filenet.api.engine.UserInfo
For Internal Use Only.
setDistinct() - Method in class com.filenet.api.query.SearchSQL
Restricts the query to return only distinct rows.
setDistinguishedName(String) - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
setDistinguishedName(String) - Method in class com.filenet.api.engine.UserInfo
For Internal Use Only.
setEmailAddress(String) - Method in class com.filenet.api.engine.UserInfo
For Internal Use Only.
setExcludeFromQuery(Boolean) - Method in class com.filenet.api.query.SearchTemplateContentItem
Excludes from the search one or more content search items specified in the search template.
setExcludeFromQuery(Boolean) - Method in class com.filenet.api.query.SearchTemplateFolder
Excludes from the query one or more folders specified in the search template by setting the value of the ExcludeFromQuery property.
setExcludeFromQuery(Boolean) - Method in class com.filenet.api.query.SearchTemplateSelectProperty
Set this property to TRUE and add to SearchTemplateParameters to exclude an existing item from query.
setExcludeFromQuery(Boolean) - Method in class com.filenet.api.query.SearchTemplateSubclass
Excludes from the query one or more subclasses specified in the search template.
setExcludeFromQuery(Boolean) - Method in class com.filenet.api.query.SearchTemplateWhereProperty
Excludes from the search one or more Where properties specified in the search template.
setFolder(Folder) - Method in class com.filenet.api.query.SearchTemplateFolder
Specifies a folder to be available at runtime.
setFolderRestriction(String, String) - Method in class com.filenet.api.query.SearchSQL
Restricts the query to return only items from the specified class within the specified folder.
setFolders(List<SearchTemplateFolder>) - Method in class com.filenet.api.query.SearchTemplateParameters
Specifies the list of folders to be added, modified or excluded for the search.
setFreetextRestriction(String, String) - Method in class com.filenet.api.query.SearchSQL
Deprecated.
As of release 5.2.0
setFromClauseAdditionalJoin(JoinOperator, String, String, String, JoinComparison, String, boolean) - Method in class com.filenet.api.query.SearchSQL
Adds another class to the FROM clause used in the SQL statement.
setFromClauseInitialValue(String, String, boolean) - Method in class com.filenet.api.query.SearchSQL
Sets the first class to be used in the FROM clause for the statement.
setGCHost(String) - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
setGCHost(String) - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
setGCPort(String) - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
setGCPort(String) - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
setGCUrl(String) - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
setGCUrl(String) - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
setGroup(boolean) - Method in class com.filenet.api.engine.PrincipalInfoSet
For Internal Use Only.
setGroupAction(GroupAction) - Method in class com.filenet.api.query.SearchTemplateContentItem
Specifies the group actions for the content search item to be used.
setGroupList(List) - Method in class com.filenet.api.engine.UserInfo
For Internal Use Only.
setGroups(String[]) - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
setId(byte[]) - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
setId(byte[]) - Method in class com.filenet.api.engine.UserInfo
For Internal Use Only.
setImportDataStream(InputStream) - Method in interface com.filenet.api.admin.AddOn
Specifies the data stream containing the import data for this AddOn object.
setIncludeSubclasses(Boolean) - Method in class com.filenet.api.query.SearchTemplateSubclass
Indicates that subclasses are to be included in the search.
setInitialLdapContext(InitialLdapContext) - Method in class com.filenet.api.engine.DirectoryContext
For Internal Use Only.
setIsGroupSidBinary(boolean) - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
setIsList(boolean) - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
setIsUserSidBinary(boolean) - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
setItemData(List<String>) - Method in class com.filenet.api.query.SearchTemplateContentItem
Specifies the content search item data (the query text) to be used.
setItemId(String) - Method in class com.filenet.api.query.SearchTemplateContentItem
Specifies the ID of a content search item in the search template to be modified or excluded.
setItemId(String) - Method in class com.filenet.api.query.SearchTemplateFolder
Specifies the ID of a folder in the search template to be modified or excluded, or the GUID of a new folder to be added to the search.
setItemId(String) - Method in class com.filenet.api.query.SearchTemplateSelectProperty
Set this property match an existing selectprop item in the Search Template for modification or exclusion, or a unique value to add a new selectprop item to the query.
setItemId(String) - Method in class com.filenet.api.query.SearchTemplateSubclass
Specifies the GUID of the subclass to be to be modified, excluded or added for the search.
setItemId(String) - Method in class com.filenet.api.query.SearchTemplateWhereProperty
Specifies the ID of a Where property in the search template to be modified or excluded.
setLevelDependents(boolean) - Method in class com.filenet.api.property.PropertyFilter
Sets whether the recursion level that the property filter uses when retrieving a dependent object is the same as that of the independent object to which it belongs (true) or one level deeper (false).
setLevelDependents(Boolean) - Method in class com.filenet.api.property.PropertyFilter
Sets whether the recursion level that the property filter uses when retrieving a dependent object is the same as that of the independent object to which it belongs (true) or one level deeper (false).
setLiteral(String) - Method in class com.filenet.api.query.SearchTemplateWhereProperty
Specifies the Where property literal operand that is to be used for the search.
setLocale(Locale) - Method in class com.filenet.api.util.UserContext
Sets the locale identifier for this user context.
setMaximumRecords(Integer) - Method in class com.filenet.api.query.SearchTemplateParameters
Specifies the maximum number of records to be returned by the search.
setMaxRecords(int) - Method in class com.filenet.api.query.SearchSQL
Sets the maximum number of rows that can be returned in the result set.
setMaxRecursion(int) - Method in class com.filenet.api.property.PropertyFilter
Sets the maximum recursion depth for the property filter to use when retrieving property relationships.
setMaxRecursion(Integer) - Method in class com.filenet.api.property.PropertyFilter
Sets the maximum recursion depth for the property filter to use when retrieving property relationships.
setMaxSize(Long) - Method in class com.filenet.api.property.PropertyFilter
Sets the maximum size of content data that the property filter is allowed to retrieve.
setMemberList(List) - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
setMemberOfGroupList(List) - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
setMemberOfGroupList(List) - Method in class com.filenet.api.engine.UserInfo
For Internal Use Only.
setMemberOfGroups(String[]) - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
setMemberOfGroups(String[]) - Method in class com.filenet.api.engine.UserInfo
For Internal Use Only.
setName(String) - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
setName(String) - Method in class com.filenet.api.engine.UserInfo
For Internal Use Only.
setObjectValue(Object) - Method in interface com.filenet.api.property.Property
Sets the value of the Content Engine property represented by this Property object to the specified Object.
setOrderByClause(String) - Method in class com.filenet.api.query.SearchSQL
Sets the ORDER BY clause to be used for the SQL statement to the specified string.
setOutcome(SweepItemOutcome, String) - Method in interface com.filenet.api.engine.SweepActionHandler.SweepItem
 
setPageSize(int) - Method in interface com.filenet.api.collection.PageIterator
Sets the internal paging size used by the iterator.
setPageSize(int) - Method in class com.filenet.api.property.PropertyFilter
Sets the iterator page size for independent object sets returned by PropertyIndependentObjectSet properties.
setPageSize(Integer) - Method in class com.filenet.api.property.PropertyFilter
Sets the iterator page size for independent object sets returned by PropertyIndependentObjectSet properties.
setParameter(ConfigurationParameter, Object) - Method in interface com.filenet.api.core.Connection
Sets a configuration parameter.
setParameter(ConfigurationParameter, Object) - Method in class com.filenet.api.util.ConfigurationParameters
Sets a configuration parameter.
setParameters(ConfigurationParameters) - Method in interface com.filenet.api.core.Connection
Sets the configuration parameters specified in the parameters argument.
setParameters(ConfigurationParameters) - Method in class com.filenet.api.util.ConfigurationParameters
Sets the connection parameters specified in the parameters argument.
setPostImportScriptStream(InputStream) - Method in interface com.filenet.api.admin.AddOn
Specifies the data stream containing the post-import script for this AddOn object.
setPreImportScriptStream(InputStream) - Method in interface com.filenet.api.admin.AddOn
Specifies the data stream containing the pre-import script for this AddOn object.
setPrincipalInfos(PrincipalInfo[]) - Method in class com.filenet.api.engine.PrincipalInfoSet
For Internal Use Only.
setProvider(DirectoryServiceProvider) - Method in class com.filenet.api.engine.DirectoryInfo
For Internal Use Only.
setProvider(DirectoryServiceProvider) - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
setPublishOptions(String) - Method in interface com.filenet.api.publishing.PublishRequest
Sets publish options (formatted as an XML string) that will override the publish template settings.
setQueryString(String) - Method in class com.filenet.api.query.SearchSQL
Specifies the complete SQL statement.
setRank(Boolean) - Method in class com.filenet.api.query.SearchTemplateContent
Specifies whether content search rank is to be used for the search.
setRealmName(String) - Method in class com.filenet.api.engine.RealmInfo
For Internal Use Only.
setRequestControls(Control[]) - Method in class com.filenet.api.engine.DirectoryContext
For Internal Use Only.
setRequiredState(RequiredState) - Method in class com.filenet.api.query.SearchTemplateContentItem
Specifies the content search item required state to be used.
setSearchModifier(SearchModifier) - Method in class com.filenet.api.query.SearchTemplateContentItem
Specifies a search modifier to use for the content search item.
setSearchModifierRange(Double) - Method in class com.filenet.api.query.SearchTemplateContentItem
Specifies the content search item search modifier range to be used.
setSearchSubFolders(Boolean) - Method in class com.filenet.api.query.SearchTemplateFolder
Specifies whether subfolders of the folder are to be included in the search.
setSelectList(String) - Method in class com.filenet.api.query.SearchSQL
Sets the SELECT list for SQL statement to the string specified.
setSelectProperties(List<SearchTemplateSelectProperty>) - Method in class com.filenet.api.query.SearchTemplateParameters
Specifies the select list properties in the search template that are to modified or excluded, as well as any new select list properties to be added for the search.
setShortName(String) - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
setShortName(String) - Method in class com.filenet.api.engine.UserInfo
For Internal Use Only.
setSortLevel(Integer) - Method in class com.filenet.api.query.SearchTemplateSelectProperty
Set this property to override existing selectprop sort level in the Search Template, or provide a sort level for a new selectprop item being added to the query.
setSortOrder(SortOrder) - Method in class com.filenet.api.query.SearchTemplateSelectProperty
Set this property to override existing selectprop sort order in the Search Template, or provide a sort order for a new selectprop item being added to the query.
setSubclasses(List<SearchTemplateSubclass>) - Method in class com.filenet.api.query.SearchTemplateParameters
Specifies the subclass properties in the search template that are to modified or excluded, as well as any new subclass properties to be added for the search.
setSummary(Boolean) - Method in class com.filenet.api.query.SearchTemplateContent
Specifies whether the content search summary is used for the search.
setSymbolicName(String) - Method in class com.filenet.api.query.SearchTemplateSelectProperty
Set this property to override existing selectprop symbolic name in the Search Template, or provide a symbolic name for a new selectprop item being added to the query.
setSymbolicName(String) - Method in class com.filenet.api.query.SearchTemplateSubclass
Specifies the symbolic name of the subclass to be to be modified, excluded or added for the search.
SETTABILITY - Static variable in class com.filenet.api.constants.PropertyNames
 
SETTABLE_ONLY_BEFORE_CHECKIN - Static variable in class com.filenet.api.constants.PropertySettability
Specifies that you can only set the value of a property before you check in the object to which it belongs.
SETTABLE_ONLY_BEFORE_CHECKIN_AS_INT - Static variable in class com.filenet.api.constants.PropertySettability
An int value associated with the SETTABLE_ONLY_BEFORE_CHECKIN instance of this class.
SETTABLE_ONLY_ON_CREATE - Static variable in class com.filenet.api.constants.PropertySettability
Specifies that you can only set the value of a property when you create the object to which it belongs.
SETTABLE_ONLY_ON_CREATE_AS_INT - Static variable in class com.filenet.api.constants.PropertySettability
An int value associated with the SETTABLE_ONLY_ON_CREATE instance of this class.
setTimeLimit(int) - Method in class com.filenet.api.query.SearchSQL
Sets the maximum duration the query runs on the server, in seconds.
setTimeLimit(Integer) - Method in class com.filenet.api.query.SearchTemplateParameters
Specifies the query time limit for a client-to-server RPC, in seconds.
setUpdateSequenceNumber(Integer) - Method in interface com.filenet.api.core.IndependentlyPersistableObject
Sets the update sequence number (USN) for this object.
setUserList(List) - Method in class com.filenet.api.engine.UserInfo
For Internal Use Only.
setUsers(String[]) - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
setValue(byte[]) - Method in interface com.filenet.api.property.PropertyBinary
Sets the value of this Content Engine property.
setValue(BinaryList) - Method in interface com.filenet.api.property.PropertyBinaryList
Sets the value of this Content Engine property.
setValue(Boolean) - Method in interface com.filenet.api.property.PropertyBoolean
Sets the value of this Content Engine property.
setValue(BooleanList) - Method in interface com.filenet.api.property.PropertyBooleanList
Sets the value of this Content Engine property.
setValue(InputStream) - Method in interface com.filenet.api.property.PropertyContent
Sets the value of this Content Engine property.
setValue(Date) - Method in interface com.filenet.api.property.PropertyDateTime
Sets the value of this Content Engine property.
setValue(DateTimeList) - Method in interface com.filenet.api.property.PropertyDateTimeList
Sets the value of this Content Engine property.
setValue(DependentObjectList) - Method in interface com.filenet.api.property.PropertyDependentObjectList
Sets the value of this Content Engine property.
setValue(EngineObject) - Method in interface com.filenet.api.property.PropertyEngineObject
Sets the value of this Content Engine property.
setValue(Double) - Method in interface com.filenet.api.property.PropertyFloat64
Sets the value of this Content Engine property.
setValue(Float64List) - Method in interface com.filenet.api.property.PropertyFloat64List
Sets the value of this Content Engine property.
setValue(Id) - Method in interface com.filenet.api.property.PropertyId
Sets the value of this Content Engine property.
setValue(IdList) - Method in interface com.filenet.api.property.PropertyIdList
Sets the value of this Content Engine property.
setValue(Integer) - Method in interface com.filenet.api.property.PropertyInteger32
Sets the value of this Content Engine property.
setValue(Integer32List) - Method in interface com.filenet.api.property.PropertyInteger32List
Sets the value of this Content Engine property.
setValue(String) - Method in interface com.filenet.api.property.PropertyString
Sets the value of this Content Engine property.
setValue(StringList) - Method in interface com.filenet.api.property.PropertyStringList
Sets the value of this Content Engine property.
setVersionSelection(VersionSelection) - Method in class com.filenet.api.query.SearchTemplateParameters
Specifies the type of version selection to be used.
setWhereClause(String) - Method in class com.filenet.api.query.SearchSQL
Sets the WHERE clause to be used for the SQL statement to the specified string.
setWhereProperties(List<SearchTemplateWhereProperty>) - Method in class com.filenet.api.query.SearchTemplateParameters
Specifies the Where properties in the search template that are to modified or excluded for the search.
SHORT_NAME - Static variable in class com.filenet.api.constants.PrincipalSearchAttribute
A constant representing a PrincipalSearchAttribute instance of type SHORT_NAME.
SHORT_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
SHORT_NAME_AS_INT - Static variable in class com.filenet.api.constants.PrincipalSearchAttribute
An integer associated with the SHORT_NAME instance of this class.
SIMULATION - Static variable in class com.filenet.api.constants.EventExporterType
Specifies an event export store for Process Simulator to publish events to a simulation Case Analyzer database.
SIMULATION_AS_INT - Static variable in class com.filenet.api.constants.EventExporterType
An int value associated with the SIMULATION instance of this class.
SINGLE - Static variable in class com.filenet.api.constants.Cardinality
Specifies a property with single cardinality.
SINGLE_AS_INT - Static variable in class com.filenet.api.constants.Cardinality
An int value associated with the SINGLE instance of this class.
SINGLE_ITEM - Static variable in class com.filenet.api.constants.PropertyNames
 
SINGLETON_BINARY - Static variable in class com.filenet.api.constants.FilteredPropertyType
Indicates PropertyBinary properties.
SINGLETON_BINARY_AS_INT - Static variable in class com.filenet.api.constants.FilteredPropertyType
An int value associated with the SINGLETON_BINARY instance of this class.
SINGLETON_BOOLEAN - Static variable in class com.filenet.api.constants.FilteredPropertyType
Indicates PropertyBoolean properties.
SINGLETON_BOOLEAN_AS_INT - Static variable in class com.filenet.api.constants.FilteredPropertyType
An int value associated with the SINGLETON_BOOLEAN instance of this class.
SINGLETON_DATE - Static variable in class com.filenet.api.constants.FilteredPropertyType
Indicates PropertyDateTime properties.
SINGLETON_DATE_AS_INT - Static variable in class com.filenet.api.constants.FilteredPropertyType
An int value associated with the SINGLETON_DATE instance of this class.
SINGLETON_DOUBLE - Static variable in class com.filenet.api.constants.FilteredPropertyType
Indicates PropertyFloat64 properties.
SINGLETON_DOUBLE_AS_INT - Static variable in class com.filenet.api.constants.FilteredPropertyType
An int value associated with the SINGLETON_DOUBLE instance of this class.
SINGLETON_GUID - Static variable in class com.filenet.api.constants.FilteredPropertyType
Indicates PropertyId properties.
SINGLETON_GUID_AS_INT - Static variable in class com.filenet.api.constants.FilteredPropertyType
An int value associated with the SINGLETON_GUID instance of this class.
SINGLETON_LONG - Static variable in class com.filenet.api.constants.FilteredPropertyType
Indicates PropertyInteger32 properties.
SINGLETON_LONG_AS_INT - Static variable in class com.filenet.api.constants.FilteredPropertyType
An int value associated with the SINGLETON_LONG instance of this class.
SINGLETON_OBJECT - Static variable in class com.filenet.api.constants.FilteredPropertyType
Indicates PropertyEngineObject properties.
SINGLETON_OBJECT_AS_INT - Static variable in class com.filenet.api.constants.FilteredPropertyType
An int value associated with the SINGLETON_OBJECT instance of this class.
SINGLETON_STRING - Static variable in class com.filenet.api.constants.FilteredPropertyType
Indicates PropertyString properties.
SINGLETON_STRING_AS_INT - Static variable in class com.filenet.api.constants.FilteredPropertyType
An int value associated with the SINGLETON_STRING instance of this class.
Site - Interface in com.filenet.api.admin
Identifies a geographical area within a FileNet P8 domain.
SITE - Static variable in class com.filenet.api.constants.ClassNames
 
SITE - Static variable in class com.filenet.api.constants.PropertyNames
 
SITE_SETTINGS - Static variable in class com.filenet.api.constants.ClassNames
 
SITE_SETTINGS - Static variable in class com.filenet.api.constants.PropertyNames
 
SITES - Static variable in class com.filenet.api.constants.PropertyNames
 
SiteSet - Interface in com.filenet.api.collection
Represents a collection of Site objects.
SiteSettings - Interface in com.filenet.api.admin
Represents an abstract, dependent object that provides site-specific, configuration value overrides.
SiteSettingsList - Interface in com.filenet.api.collection
Represents a collection of subclassed SiteSettings objects.
size() - Method in interface com.filenet.api.property.Properties
Returns the number of Property objects in this Properties collection.
SIZE_LIMIT_EXCEEDED - Static variable in class com.filenet.api.constants.IndexingFailureCode
Indicates the size of the binary or XML content has exceeded a maximum value.
SIZE_LIMIT_EXCEEDED_AS_INT - Static variable in class com.filenet.api.constants.IndexingFailureCode
An int value associated with the SIZE_LIMIT_EXCEEDED instance of this class.
SKIP - Static variable in class com.filenet.api.constants.IndexingOperation
Indicates that an index request is to be skipped.
SKIP_AS_INT - Static variable in class com.filenet.api.constants.IndexingOperation
An int value associated with the SKIP instance of this class.
SLAVE - Static variable in class com.filenet.api.constants.ReplicationMode
Slave mode.
SLAVE_AS_INT - Static variable in class com.filenet.api.constants.ReplicationMode
An int value associated with the SLAVE instance of this class.
SMALL - Static variable in class com.filenet.api.constants.ThumbnailImageSize
Specifies that the input document is rendered as a small thumbnail image.
SMALL_AS_INT - Static variable in class com.filenet.api.constants.ThumbnailImageSize
An int value associated with the SMALL instance of this class.
SNAP_LOCK_FIXED_CONTENT_DEVICE - Static variable in class com.filenet.api.constants.ClassNames
 
SNAP_LOCK_PASSWORD - Static variable in class com.filenet.api.constants.PropertyNames
 
SNAP_LOCK_USER_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
SnapLockFixedContentDevice - Interface in com.filenet.api.admin
Represents the description of a NetApp SnapLock fixed content device.
SnapLockFixedContentDeviceSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
SOAP - Static variable in class com.filenet.api.constants.ConnectionType
A constant representing the ConnectionType for the SOAP transport.
SOAP_AS_INT - Static variable in class com.filenet.api.constants.ConnectionType
An int value associated with the SOAP instance of this class.
SOCIAL_COLLABORATION_BASE_EXTENSIONS - Static variable in class com.filenet.api.constants.SystemAddOnId
Specifies the ID of the Base Social Collaboration Extensions AddOn.
SOCIAL_COLLABORATION_DOCUMENT_REVIEW_EXTENSIONS - Static variable in class com.filenet.api.constants.SystemAddOnId
Specifies the ID of the Social Collaboration Document Review Extensions AddOn.
SOCIAL_COLLABORATION_NOTIFICATION_EXTENSIONS - Static variable in class com.filenet.api.constants.SystemAddOnId
Specifies the ID of the Social Collaboration Notification Extensions AddOn.
SOCIAL_COLLABORATION_ROLE_EXTENSIONS - Static variable in class com.filenet.api.constants.SystemAddOnId
Specifies the ID of the Social Collaboration Role Extensions AddOn.
SOCIAL_COLLABORATION_SEARCH_INDEXING_EXTENSIONS - Static variable in class com.filenet.api.constants.SystemAddOnId
Specifies the ID of the Connections Indexing Extensions AddOn.
SortOrder - Class in com.filenet.api.constants
Specifies the sort order for Stored Search queries.
SOURCE_CLASS_ID - Static variable in class com.filenet.api.constants.PropertyNames
 
SOURCE_DATABASE_CONNECTION - Static variable in class com.filenet.api.constants.PropertyNames
 
SOURCE_DATABASE_SCHEMA_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
SOURCE_DEFAULT - Static variable in class com.filenet.api.constants.PermissionSource
Specifies that the permission is a default permission.
SOURCE_DEFAULT_AS_INT - Static variable in class com.filenet.api.constants.PermissionSource
An int value associated with the SOURCE_DEFAULT instance of this class.
SOURCE_DIRECT - Static variable in class com.filenet.api.constants.PermissionSource
Specifies that the permission is added directly to object.
SOURCE_DIRECT_AS_INT - Static variable in class com.filenet.api.constants.PermissionSource
An int value associated with the SOURCE_DIRECT instance of this class.
SOURCE_DOCUMENT - Static variable in class com.filenet.api.constants.PropertyNames
 
SOURCE_OBJECT - Static variable in class com.filenet.api.constants.PropertyNames
 
SOURCE_OBJECT_ID - Static variable in class com.filenet.api.constants.PropertyNames
 
SOURCE_OBJECT_STORE - Static variable in class com.filenet.api.constants.PropertyNames
 
SOURCE_PARENT - Static variable in class com.filenet.api.constants.PermissionSource
Specifies that the permission is inherited from a security parent.
SOURCE_PARENT_AS_INT - Static variable in class com.filenet.api.constants.PermissionSource
An int value associated with the SOURCE_PARENT instance of this class.
SOURCE_REPOSITORY_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
SOURCE_TEMPLATE - Static variable in class com.filenet.api.constants.PermissionSource
Specifies that the permission is from a security template.
SOURCE_TEMPLATE_AS_INT - Static variable in class com.filenet.api.constants.PermissionSource
An int value associated with the SOURCE_TEMPLATE instance of this class.
SpecialPrincipal - Class in com.filenet.api.constants
Exposes two special principal types as string constants: #AUTHENTICATED-USERS and #CREATOR-OWNER.
SPECIFIC_RETENTION_DATE - Static variable in class com.filenet.api.constants.PropertyNames
 
SSITRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
STAGING_AREA_PATH - Static variable in class com.filenet.api.constants.PropertyNames
 
STANDARD - Static variable in class com.filenet.api.constants.AreaDeleteMethod
Specifies that content be deleted using the normal delete operation for the given device or file system.
STANDARD_AS_INT - Static variable in class com.filenet.api.constants.AreaDeleteMethod
An int value associated with the STANDARD instance of this class.
STANDARD_DOCUMENT - Static variable in class com.filenet.api.constants.CompoundDocumentState
Designates a document as a standard document.
STANDARD_DOCUMENT_AS_INT - Static variable in class com.filenet.api.constants.CompoundDocumentState
An int value associated with the STANDARD_DOCUMENT instance of this class.
STANDBY - Static variable in class com.filenet.api.constants.ResourceStatus
Specifies that the index area, index, or storage area is not currently accepting new content, but can be brought into an open state.
STANDBY_AS_INT - Static variable in class com.filenet.api.constants.ResourceStatus
An int value associated with the STANDBY instance of this class.
START_DATE - Static variable in class com.filenet.api.constants.PropertyNames
 
START_MINUTES_PAST_MIDNIGHT - Static variable in class com.filenet.api.constants.PropertyNames
 
STATE_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
STATIC - Static variable in class com.filenet.api.constants.CBRSummaryType
This constant is not supported.
STATIC_AS_INT - Static variable in class com.filenet.api.constants.CBRSummaryType
An int value associated with the STATIC instance of this class.
STATIC_CR - Static variable in class com.filenet.api.constants.ComponentRelationshipType
Binds the parent component version to the explicitly specified child component version.
STATIC_CR_AS_INT - Static variable in class com.filenet.api.constants.ComponentRelationshipType
An int value associated with the STATIC_CR instance of this class.
STATUS_DESCRIPTION - Static variable in class com.filenet.api.constants.PropertyNames
 
stDefaultLocale - Static variable in class com.filenet.api.exception.ExceptionCode
 
STORAGE_AREA - Static variable in class com.filenet.api.constants.ClassNames
 
STORAGE_AREA - Static variable in class com.filenet.api.constants.PropertyNames
 
STORAGE_AREAS - Static variable in class com.filenet.api.constants.PropertyNames
 
STORAGE_LOCATION - Static variable in class com.filenet.api.constants.PropertyNames
 
STORAGE_POLICIES - Static variable in class com.filenet.api.constants.PropertyNames
 
STORAGE_POLICY - Static variable in class com.filenet.api.constants.ClassNames
 
STORAGE_POLICY - Static variable in class com.filenet.api.constants.PropertyNames
 
StorageArea - Interface in com.filenet.api.admin
Represents the physical storage location where content will be stored.
StorageAreaSet - Interface in com.filenet.api.collection
Represents a collection of database, file, and/or fixed storage area objects.
StoragePolicy - Interface in com.filenet.api.admin
Represents a subset of available storage areas that are deemed equivalent based on common, user-specified criteria.
StoragePolicySet - Interface in com.filenet.api.collection
Represents a collection of StoragePolicy objects.
STORE_OBJECTS - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group is granted or denied permission to create and store new objects in an object store.
STORE_OBJECTS_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the STORE_OBJECTS instance of this class.
STORED_SEARCH - Static variable in class com.filenet.api.constants.ClassNames
 
STORED_SEARCH - Static variable in class com.filenet.api.constants.SystemAddOnId
Specifies the ID of the Stored Search Extensions AddOn.
StoredSearch - Interface in com.filenet.api.query
Represents the search criteria for a stored search or search template.
StoredSearchSet - Interface in com.filenet.api.collection
Represents a collection of StoredSearch objects.
STRING - Static variable in class com.filenet.api.constants.ChoiceType
Specifies a Choice object that represents a string-type choice item.
STRING - Static variable in class com.filenet.api.constants.TypeID
Specifies a string data type.
STRING_AS_INT - Static variable in class com.filenet.api.constants.ChoiceType
An int value associated with the STRING instance of this class.
STRING_AS_INT - Static variable in class com.filenet.api.constants.TypeID
An int value associated with the STRING instance of this class.
StringList - Interface in com.filenet.api.collection
Represents a collection of String objects.
STYLE_TEMPLATE - Static variable in class com.filenet.api.constants.PropertyNames
 
SUB_FOLDERS - Static variable in class com.filenet.api.constants.PropertyNames
 
SUBJECT - Static variable in class com.filenet.api.constants.PropertyNames
 
SUBJECT_CACHE_ENTRY_TTL - Static variable in class com.filenet.api.constants.PropertyNames
 
SUBJECT_CACHE_MAX_ENTRIES - Static variable in class com.filenet.api.constants.PropertyNames
 
SUBMITTED_COUNT - Static variable in class com.filenet.api.constants.PropertyNames
 
SUBSCRIBABLE - Static variable in class com.filenet.api.constants.ClassNames
 
Subscribable - Interface in com.filenet.api.core
Serves as a target of an event subscription, represented by a Subscription-based object.
SUBSCRIBABLE_CLASS_DEFINITION - Static variable in class com.filenet.api.constants.ClassNames
 
SubscribableClassDefinition - Interface in com.filenet.api.admin
Represents the class definition (mutable class metadata) of classes whose instances can be the target of a subscription and can be audited.
SubscribableClassDefinitionSet - Interface in com.filenet.api.collection
Represents a collection of SubscribableClassDefinition objects.
SubscribableSet - Interface in com.filenet.api.collection
Represents a collection of Subscribable objects.
SUBSCRIBED_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
SUBSCRIBED_EVENTS - Static variable in class com.filenet.api.constants.PropertyNames
 
SubscribedEvent - Interface in com.filenet.api.events
A SubscribedEvent object represents a system or custom event that applies to a Subscription object.
SubscribedEventList - Interface in com.filenet.api.collection
Represents a collection of SubscribedEvent objects.
SUBSCRIPTION - Static variable in class com.filenet.api.constants.ClassNames
 
Subscription - Interface in com.filenet.api.events
Represents a request to execute an event action when an event is triggered on a target Content Engine object.
SUBSCRIPTION_CACHE_MAX_ENTRIES - Static variable in class com.filenet.api.constants.PropertyNames
 
SUBSCRIPTION_TARGET - Static variable in class com.filenet.api.constants.PropertyNames
 
SUBSCRIPTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
SubscriptionSet - Interface in com.filenet.api.collection
Represents a collection of Subscription objects or one of its subclasses.
SUBSYSTEM_CONFIGURATION - Static variable in class com.filenet.api.constants.ClassNames
 
SUBSYSTEM_CONFIGURATIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
SubsystemConfiguration - Interface in com.filenet.api.admin
Represents a configuration object related to a particular subsystem or functional area that can be configured relative to a server hierarchy.
SubsystemConfigurationList - Interface in com.filenet.api.collection
Represents a collection of SubsystemConfiguration objects.
SUCCESSOR_TASK - Static variable in class com.filenet.api.constants.PropertyNames
 
SUCCESSORS - Static variable in class com.filenet.api.constants.PropertyNames
 
SUFFIX_MATCH - Static variable in class com.filenet.api.constants.PrincipalSearchType
A constant representing a PrincipalSearchType instance of type SUFFIX_MATCH.
SUFFIX_MATCH_AS_INT - Static variable in class com.filenet.api.constants.PrincipalSearchType
An integer associated with the SUFFIX_MATCH instance of this class.
SUMMARY - Static variable in class com.filenet.api.constants.TraceFlag
Provides summary information about all operations.
SUMMARY_AS_INT - Static variable in class com.filenet.api.constants.TraceFlag
An int value associated with the SUMMARY instance of this class.
SUNDAY - Static variable in class com.filenet.api.constants.Weekday
Indicates Sunday.
SUNDAY_AS_INT - Static variable in class com.filenet.api.constants.Weekday
An int value associated with the SUNDAY instance of this class.
SUPERCLASS_DEFINITION - Static variable in class com.filenet.api.constants.PropertyNames
 
SUPERCLASS_DESCRIPTION - Static variable in class com.filenet.api.constants.PropertyNames
 
SUPERCLASS_IDENTITY - Static variable in class com.filenet.api.constants.PropertyNames
 
SUPERCLASS_PROPERTY_COUNT - Static variable in class com.filenet.api.constants.PropertyNames
 
SUPERSEDED - Static variable in class com.filenet.api.constants.VersionStatus
Specifies that the document version is a superseded version.
SUPERSEDED - Static variable in class com.filenet.api.constants.VersionStatusId
Indicates a superseded document version.
SUPERSEDED_ADD_ON_IDS - Static variable in class com.filenet.api.constants.PropertyNames
 
SUPERSEDED_AS_INT - Static variable in class com.filenet.api.constants.VersionStatus
An int value associated with the SUPERSEDED instance of this class.
SUPPORTED_LANGUAGES - Static variable in class com.filenet.api.constants.PropertyNames
 
SUSPENDED - Static variable in class com.filenet.api.constants.RenditionEngineState
Specifies that the Rendition Engine connection is suspended.
SUSPENDED_AS_INT - Static variable in class com.filenet.api.constants.RenditionEngineState
An int value associated with the SUSPENDED instance of this class.
SWEEP - Static variable in class com.filenet.api.constants.PropertyNames
 
SWEEP_ACTION - Static variable in class com.filenet.api.constants.PropertyNames
 
SWEEP_BATCH_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
SWEEP_END_DATE - Static variable in class com.filenet.api.constants.PropertyNames
 
SWEEP_JOB_LEASE_DURATION - Static variable in class com.filenet.api.constants.PropertyNames
 
SWEEP_JOBS - Static variable in class com.filenet.api.constants.PropertyNames
 
SWEEP_MODE - Static variable in class com.filenet.api.constants.PropertyNames
 
SWEEP_MODE_NORMAL - Static variable in class com.filenet.api.constants.SweepMode
The sweep job or policy will execute in a non-preview mode; that is, it will perform an action on the selected candidate objects, and it will increment the ExaminedObjectCount and ProcessedObjectCount counters.
SWEEP_MODE_NORMAL_AS_INT - Static variable in class com.filenet.api.constants.SweepMode
An int value associated with the SWEEP_MODE_NORMAL instance of this class.
SWEEP_MODE_PREVIEW - Static variable in class com.filenet.api.constants.SweepMode
The sweep job or sweep policy will not perform an action on the selected candidate objects.
SWEEP_MODE_PREVIEW_AS_INT - Static variable in class com.filenet.api.constants.SweepMode
An int value associated with the SWEEP_MODE_PREVIEW instance of this class.
SWEEP_MODE_PREVIEW_COUNTERS_ONLY - Static variable in class com.filenet.api.constants.SweepMode
The sweep job or sweep policy will not perform an action on the selected candidate objects, nor will it generate a CmSweepResult object of type PREVIEW for each object that is selected by the sweep.
SWEEP_MODE_PREVIEW_COUNTERS_ONLY_AS_INT - Static variable in class com.filenet.api.constants.SweepMode
An int value associated with the SWEEP_MODE_PREVIEW_COUNTERS_ONLY instance of this class.
SWEEP_POLICIES - Static variable in class com.filenet.api.constants.PropertyNames
 
SWEEP_RESULT_ITERATION_KEEP_COUNT - Static variable in class com.filenet.api.constants.PropertyNames
 
SWEEP_RESULT_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
SWEEP_RESULTS - Static variable in class com.filenet.api.constants.PropertyNames
 
SWEEP_RETRY_WAIT_INTERVAL - Static variable in class com.filenet.api.constants.PropertyNames
 
SWEEP_START_DATE - Static variable in class com.filenet.api.constants.PropertyNames
 
SWEEP_SUBSCRIBER - Static variable in class com.filenet.api.constants.PropertyNames
 
SWEEP_SUBSCRIBERS - Static variable in class com.filenet.api.constants.PropertyNames
 
SWEEP_SUBSCRIPTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
SWEEP_TARGET - Static variable in class com.filenet.api.constants.PropertyNames
 
SWEEP_TIMESLOTS - Static variable in class com.filenet.api.constants.PropertyNames
 
SWEEP_TRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
SweepActionHandler - Interface in com.filenet.api.engine
This class is not supported.
SweepActionHandler.SweepItem - Interface in com.filenet.api.engine
This class is not supported.
SweepItemOutcome - Class in com.filenet.api.engine
This class is not supported.
SweepMode - Class in com.filenet.api.constants
Provides a set of constants for setting the execution mode of a sweep job or policy.
SweepResultType - Class in com.filenet.api.constants
Provides a set of constants that identify the the type of sweep result record.
SYMBOLIC_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
SystemAddOnId - Class in com.filenet.api.constants
Provides a set of GUID constants that identify the AddOns provided by the system.

T

TABLE_DEFINITION - Static variable in class com.filenet.api.constants.ClassNames
 
TABLE_DEFINITION - Static variable in class com.filenet.api.constants.PropertyNames
 
TABLE_DEFINITIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
TABLE_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
TABLE_OVERFLOW_ENABLED - Static variable in class com.filenet.api.constants.PropertyNames
 
TableDefinition - Interface in com.filenet.api.admin
Represents the description of a Content Engine database table.
TableDefinitionSet - Interface in com.filenet.api.collection
Represents a collection of TableDefinition objects.
TAIL - Static variable in class com.filenet.api.constants.PropertyNames
 
TAKE_FEDERATED_OWNERSHIP_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
TakeFederatedOwnership - Class in com.filenet.api.action
Represents a pending action for giving exclusive control of the modification or deletion of a document's federated content to the Content Engine.
TakeFederatedOwnership() - Constructor for class com.filenet.api.action.TakeFederatedOwnership
 
takeFederatedOwnership() - Method in interface com.filenet.api.core.Document
For a document that has been federated by Content Federation Services (CFS), grants exclusive control of this document to the FileNet P8 Content Engine by making the corresponding external document read-only.
TakeFederatedOwnershipEvent - Interface in com.filenet.api.events
Event reported when the takeFederatedOwnership method is applied to a Document object.
TakeFederatedOwnershipEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
TARGET_ACCESS_REQUIRED - Static variable in class com.filenet.api.constants.PropertyNames
 
TARGET_CLASS - Static variable in class com.filenet.api.constants.PropertyNames
 
TARGET_OBJECT_STORE - Static variable in class com.filenet.api.constants.PropertyNames
 
TASK_STATE - Static variable in class com.filenet.api.constants.PropertyNames
 
TaskState - Class in com.filenet.api.constants
Provides a set of constants that identify the states of a CmTask object.
TEAMSPACE_EXTENSIONS - Static variable in class com.filenet.api.constants.SystemAddOnId
Specifies the ID of the Teamspace Extensions AddOn.
TEMP_DBCONTENT_LIFETIME - Static variable in class com.filenet.api.constants.PropertyNames
 
TEMP_DIRECTORY_PATH - Static variable in class com.filenet.api.constants.PropertyNames
 
TEMP_FILE_LIFETIME - Static variable in class com.filenet.api.constants.PropertyNames
 
TEMPLATE_PERMISSION_DESCRIPTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
TEMPLATE_PERMISSIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
TEMPLATE_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
TERMINATED_ABNORMALLY - Static variable in class com.filenet.api.constants.IndexJobStatus
The indexing job was terminated before completion due to an unexpected error.
TERMINATED_ABNORMALLY_AS_INT - Static variable in class com.filenet.api.constants.IndexJobStatus
An int value associated with the TERMINATED_ABNORMALLY instance of this class.
TERMINATED_NORMALLY - Static variable in class com.filenet.api.constants.IndexJobStatus
The indexing job completed normally.
TERMINATED_NORMALLY_AS_INT - Static variable in class com.filenet.api.constants.IndexJobStatus
An int value associated with the TERMINATED_NORMALLY instance of this class.
TEXT_FILTER_TIMEOUT - Static variable in class com.filenet.api.constants.PropertyNames
 
TEXT_SEARCH - Static variable in class com.filenet.api.constants.CBRSearchType
Indicates that the IBM® Content Search Services full-text indexing subsystem is enabled for this object store.
TEXT_SEARCH_AFFINITY_GROUPS - Static variable in class com.filenet.api.constants.PropertyNames
 
TEXT_SEARCH_AS_INT - Static variable in class com.filenet.api.constants.CBRSearchType
An int value associated with the TEXT_SEARCH instance of this class.
TEXT_SEARCH_CREDENTIAL - Static variable in class com.filenet.api.constants.PropertyNames
 
TEXT_SEARCH_ENABLED - Static variable in class com.filenet.api.constants.PropertyNames
 
TEXT_SEARCH_INDEXES - Static variable in class com.filenet.api.constants.PropertyNames
 
TEXT_SEARCH_INDEXING_LANGUAGE - Static variable in class com.filenet.api.constants.PropertyNames
 
TEXT_SEARCH_INDEXING_LANGUAGES - Static variable in class com.filenet.api.constants.PropertyNames
 
TEXT_SEARCH_SERVER_HOST - Static variable in class com.filenet.api.constants.PropertyNames
 
TEXT_SEARCH_SERVER_MODE - Static variable in class com.filenet.api.constants.PropertyNames
 
TEXT_SEARCH_SERVER_PORT - Static variable in class com.filenet.api.constants.PropertyNames
 
TEXT_SEARCH_SERVER_SHUTDOWN_ON_DISABLE - Static variable in class com.filenet.api.constants.PropertyNames
 
TEXT_SEARCH_SERVER_STATUS - Static variable in class com.filenet.api.constants.PropertyNames
 
TEXT_SEARCH_SERVERS - Static variable in class com.filenet.api.constants.PropertyNames
 
TEXT_SEARCH_THREAD_COUNT - Static variable in class com.filenet.api.constants.PropertyNames
 
TextSearchServerMode - Class in com.filenet.api.constants
Provides a set of constants that identify the usage mode of the IBM® Content Search Services server.
TextSearchServerStatus - Class in com.filenet.api.constants
Provides a set of constants that identify the status of the IBM® Content Search Services server.
THIS - Static variable in class com.filenet.api.constants.PropertyNames
 
THREAD_COUNT - Static variable in class com.filenet.api.constants.PropertyNames
 
THUMBNAIL_EXTENSIONS - Static variable in class com.filenet.api.constants.SystemAddOnId
Specifies the ID of the Thumbnail Extensions AddOn.
THUMBNAIL_GENERATION_BATCH_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
THUMBNAIL_GENERATION_DELAY - Static variable in class com.filenet.api.constants.PropertyNames
 
THUMBNAIL_GENERATION_PROCESS_TIME_OUT - Static variable in class com.filenet.api.constants.PropertyNames
 
THUMBNAIL_GENERATION_TEMP_DIR - Static variable in class com.filenet.api.constants.PropertyNames
 
THUMBNAIL_GENERATION_TRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 
THUMBNAIL_TEMP_FILE_LIFE_TIME - Static variable in class com.filenet.api.constants.PropertyNames
 
ThumbnailImageColor - Class in com.filenet.api.constants
Provides a set of constants for setting the color of images rendered by the thumbnail generation service.
ThumbnailImageFormat - Class in com.filenet.api.constants
Provides a set of constants for setting the bitmap format of images rendered by the thumbnail generation service.
ThumbnailImageSize - Class in com.filenet.api.constants
Provides a set of constants for setting the size of images rendered by the thumbnail generation service.
THURSDAY - Static variable in class com.filenet.api.constants.Weekday
Indicates Thursday.
THURSDAY_AS_INT - Static variable in class com.filenet.api.constants.Weekday
An int value associated with the THURSDAY instance of this class.
TIME_ALL_SUBMITTED - Static variable in class com.filenet.api.constants.PropertyNames
 
TIME_LAST_PROCESSED - Static variable in class com.filenet.api.constants.PropertyNames
 
TIME_OUT - Static variable in class com.filenet.api.constants.IndexingFailureCode
Indicates that the indexing operation has timed out.
TIME_OUT_AS_INT - Static variable in class com.filenet.api.constants.IndexingFailureCode
An int value associated with the TIME_OUT instance of this class.
TIME_OUT_SECONDS - Static variable in class com.filenet.api.constants.PropertyNames
 
TIMER - Static variable in class com.filenet.api.constants.TraceFlag
Provides the time (in milliseconds) taken to complete each operation.
TIMER_AS_INT - Static variable in class com.filenet.api.constants.TraceFlag
An int value associated with the TIMER instance of this class.
TITLE - Static variable in class com.filenet.api.constants.PropertyNames
 
TIVOLI_FIXED_CONTENT_DEVICE - Static variable in class com.filenet.api.constants.ClassNames
 
TivoliFixedContentDevice - Interface in com.filenet.api.admin
Represents the description of an IBM® Tivoli® Storage Manager (TSM) server fixed content device.
TivoliFixedContentDeviceSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
TO_VERSIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
toArray() - Method in interface com.filenet.api.property.Properties
Provides a means of traversing the property instances held in the collection using a positional value.
TOP_FOLDERS - Static variable in class com.filenet.api.constants.PropertyNames
 
toString() - Method in class com.filenet.api.action.PendingAction
Returns a String representation of this PendingAction instance.
toString() - Method in class com.filenet.api.constants.AccessLevel
Deprecated.
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.AccessRight
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.AccessType
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.AddOnType
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.AreaDeleteMethod
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.AuditLevel
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.AutoClassify
Returns a String representation of this instance.
toString() - Method in class com.filenet.api.constants.AutoUniqueName
Returns a String representation of this instance.
toString() - Method in class com.filenet.api.constants.CachedContentOption
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.CacheStatus
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.Cardinality
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.CBRQueryOptimization
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.CBRQueryRankOverride
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.CBRSearchType
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.CBRSummaryType
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.CheckinType
Returns a String representation of this instance.
toString() - Method in class com.filenet.api.constants.ChoiceType
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.ComponentCascadeDeleteAction
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.ComponentPreventDeleteAction
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.ComponentRelationshipType
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.CompoundDocumentState
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.ConfigurationParameter
Returns the name of a given constant.
toString() - Method in class com.filenet.api.constants.ConnectionType
Returns a String representation of this instance.
toString() - Method in class com.filenet.api.constants.ContentAccessRecordingLevel
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.ContentQueryOptimization
Returns a String representation of this instance.
toString() - Method in class com.filenet.api.constants.DatabaseType
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.DefineSecurityParentage
Returns a String representation of this DefineSecurityParentage instance.
toString() - Method in class com.filenet.api.constants.DeletionAction
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.DeviceRetentionMode
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.DirectoryStructure
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.DocClassificationStatus
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.DurationUnits
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.EventExporterType
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.FilteredPropertyType
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.GroupAction
Returns a String representation of this instance.
toString() - Method in class com.filenet.api.constants.IndexingFailureCode
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.IndexingFailureRecordingLevel
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.IndexingOperation
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.IndexingStatus
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.IndexJobStatus
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.IndexRequestStatus
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.InstallationStatus
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.JoinComparison
Returns a String representation of this instance.
toString() - Method in class com.filenet.api.constants.JoinOperator
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.JoinType
Returns a String representation of this instance.
toString() - Method in class com.filenet.api.constants.LifecycleChangeFlags
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.MergeMode
Returns a String representation of this instance.
toString() - Method in class com.filenet.api.constants.ObjectStateRecordingLevel
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.PermissionSource
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.PermissionType
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.PrincipalSearchAttribute
Returns a String representation of this instance.
toString() - Method in class com.filenet.api.constants.PrincipalSearchSortType
Returns a String representation of this instance.
toString() - Method in class com.filenet.api.constants.PrincipalSearchType
Returns a String representation of this instance.
toString() - Method in class com.filenet.api.constants.PropertyPersistence
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.PropertySettability
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.PropertyState
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.PublicationStatus
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.PublishingStatus
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.QueueEntryStatus
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.RefreshMode
Returns a String representation of this instance.
toString() - Method in class com.filenet.api.constants.RenditionEngineState
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.ReplicationDirection
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.ReplicationJournalStatus
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.ReplicationMode
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.RequiredState
Returns a String representation of this instance.
toString() - Method in class com.filenet.api.constants.ReservationType
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.ResourceStatus
Returns a String representation of this enumeration instance.
toString(Object) - Static method in class com.filenet.api.constants.RetentionConstants
Returns a String representation of this instance.
toString(Integer) - Static method in class com.filenet.api.constants.RetentionPeriod
Deprecated.
As of release 5.2.0.
toString(int) - Static method in class com.filenet.api.constants.RetentionPeriod
Deprecated.
As of release 5.2.0.
toString() - Method in class com.filenet.api.constants.SearchModifier
Returns a String representation of this instance.
toString() - Method in class com.filenet.api.constants.SecurityPrincipalType
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.SecurityProxyType
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.SortOrder
Returns a String representation of this instance.
toString() - Method in class com.filenet.api.constants.SpecialPrincipal
Returns a String representation of this SpecialPrincipal instance.
toString() - Method in class com.filenet.api.constants.SweepMode
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.SweepResultType
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.TaskState
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.TextSearchServerMode
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.TextSearchServerStatus
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.ThumbnailImageColor
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.ThumbnailImageFormat
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.ThumbnailImageSize
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.TraceFlag
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.TypeID
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.VersionBindType
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.VersionSelection
Returns a String representation of this instance.
toString() - Method in class com.filenet.api.constants.VersionStatus
Returns a String representation of this enumeration instance.
toString() - Method in class com.filenet.api.constants.Weekday
Returns a String representation of this enumeration instance.
toString() - Method in interface com.filenet.api.core.ObjectReference
Returns a string representation of the object represented by this identity.
toString() - Method in class com.filenet.api.engine.GroupInfo
For Internal Use Only.
toString() - Method in class com.filenet.api.engine.SweepItemOutcome
Returns a String representation of this instance.
toString() - Method in class com.filenet.api.engine.UserInfo
For Internal Use Only.
toString() - Method in exception com.filenet.api.exception.EngineRuntimeException
Returns a description of this exception.
toString() - Method in class com.filenet.api.exception.ErrorLoggingLevel
Returns a String representation of the logging level assigned to the exception.
toString() - Method in class com.filenet.api.exception.ErrorRecord
Returns the details of the exception.
toString() - Method in class com.filenet.api.exception.ErrorStack
Returns a String representation of all records in this error stack.
toString(Object[]) - Method in class com.filenet.api.exception.ExceptionCode
Returns a String representation of the exception (using the default locale).
toString(Locale, Object[]) - Method in class com.filenet.api.exception.ExceptionCode
Returns a String representation of the exception using the specified locale.
toString() - Method in class com.filenet.api.property.FilterElement
Returns a string describing this FilterElement object, including its class name, maximum recursion number, maximum size, number of level dependents, and its value.
toString() - Method in class com.filenet.api.property.PropertyFilter
Returns a string describing this PropertyFilter object.
toString() - Method in class com.filenet.api.query.SearchSQL
Returns either the SQL statement constructed using the helper methods (in this case, setFromClauseInitialValue must have been called prior to this method), or the SQL statement specified in its entirety using either setQueryString or the SearchSQL(String) constructor.
toString() - Method in class com.filenet.api.util.ConfigurationParameters
Returns a string representation of this instance.
toString() - Method in class com.filenet.api.util.Id
Returns the string representation of this ID.
TOTAL_TEXT_FILTERS_ALLOWED - Static variable in class com.filenet.api.constants.PropertyNames
 
toVersionStatus(VersionStatusId) - Static method in class com.filenet.api.constants.VersionStatusId
Returns an enumeration instance of the VersionStatus class corresponding to a given VersionStatusId enumeration instance.
TRACE_LOGGING_CONFIGURATION - Static variable in class com.filenet.api.constants.ClassNames
 
TRACE_LOGGING_ENABLED - Static variable in class com.filenet.api.constants.PropertyNames
 
traceDetail(Object) - Method in class com.filenet.api.engine.HandlerCallContext
Writes the detailed-level trace message to the server trace log.
TraceFlag - Class in com.filenet.api.constants
Contains the trace logging settings used to configure trace logging (in TraceLoggingConfiguration) for the supported subsystems.
TraceLoggingConfiguration - Interface in com.filenet.api.admin
Configures and enables trace logging on the Content Engine host for the supported subsystems.
TraceLoggingConfigurationList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
traceModerate(Object) - Method in class com.filenet.api.engine.HandlerCallContext
Writes the moderate-level trace message to the server trace log.
traceSummary(Object) - Method in class com.filenet.api.engine.HandlerCallContext
Writes the summary-level trace message to the server trace log.
TRANSFORMATION_OPTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
TRANSPORT_CALL_CONTEXT_ALREADY_SETUP - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0001E

TRANSPORT_CALL_CONTEXT_ALREADY_SETUP The current thread already has a call context associated with it.

TRANSPORT_CALL_CONTEXT_NOT_SETUP - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0002E

TRANSPORT_CALL_CONTEXT_NOT_SETUP The current thread has no call context associated with it.

TRANSPORT_CORRELATION_ID_MISSING - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0003E

TRANSPORT_CORRELATION_ID_MISSING The server returned a response and the correlation ID is missing.

TRANSPORT_EJB_UNABLE_TO_CONNECT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0066E

TRANSPORT_EJB_UNABLE_TO_CONNECT Unable to connect to Content Engine.

TRANSPORT_EJB_UNABLE_TO_CREATE_CONTENT_DOWNLOAD_EJB - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0065E

TRANSPORT_EJB_UNABLE_TO_CREATE_CONTENT_DOWNLOAD_EJB Enterprise Java Bean (EJB) cannot be created to retrieve content.

TRANSPORT_EJB_UNABLE_TO_CREATE_CONTENT_UPLOAD_EJB - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0064E

TRANSPORT_EJB_UNABLE_TO_CREATE_CONTENT_UPLOAD_EJB Enterprise Java Bean (EJB) cannot be created to upload content.

TRANSPORT_EXECUTE_CHG_MISSING_RESPONSE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0004E

TRANSPORT_EXECUTE_CHG_MISSING_RESPONSE The server did not return a response to a Content Engine Web Services execute change request call.

TRANSPORT_EXPECTED_CLASS_DESCRIPTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0005E

TRANSPORT_EXPECTED_CLASS_DESCRIPTION The server was expected to return a class description set result for a metadata search request.

TRANSPORT_EXPECTED_ENGINEOBJECT_RESPONSE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0007E

TRANSPORT_EXPECTED_ENGINEOBJECT_RESPONSE The request to the server for an engine object returned no information.

TRANSPORT_EXPECTED_ENGINEOBJECTCOLLECTION_RESPONSE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0006E

TRANSPORT_EXPECTED_ENGINEOBJECTCOLLECTION_RESPONSE The request to the server for an engine object collection did not return an engine object collection.

TRANSPORT_EXPECTED_PROPERTY_RESPONSE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0008E

TRANSPORT_EXPECTED_PROPERTY_RESPONSE The server was expected to return the value of the specified property {0}.

TRANSPORT_EXPECTED_REPOSITORYROWCOLLECTION_RESPONSE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0009E

TRANSPORT_EXPECTED_REPOSITORYROWCOLLECTION_RESPONSE The request to the server for a repository row collection did not return a repository row collection.

TRANSPORT_FAILED_SERVER_CALL_CONTEXT_CREATE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0010E

TRANSPORT_FAILED_SERVER_CALL_CONTEXT_CREATE The server can not create the internal call context.

TRANSPORT_INVALID_CORRELATION_ID - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0011E

TRANSPORT_INVALID_CORRELATION_ID The server returned a correlation id of {0} and there is no corresponding request.

TRANSPORT_INVALID_SEARCH_REQUEST - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0012E

TRANSPORT_INVALID_SEARCH_REQUEST Invalid search request {0}.

TRANSPORT_MISSING_SERVER_RESPONSE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0013E

TRANSPORT_MISSING_SERVER_RESPONSE The server failed to return a response for each request.

TRANSPORT_MUST_BE_SUBCLASS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0014E

TRANSPORT_MUST_BE_SUBCLASS The class {0} must be a subclass of {1}.

TRANSPORT_NO_INITIAL_CONTEXT - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0015E

TRANSPORT_NO_INITIAL_CONTEXT A J2EE JNDI initial context could not be created.

TRANSPORT_SCC_CANNOT_GET_USER_TRANSACTION - Static variable in class com.filenet.api.exception.ExceptionCode
Deprecated.
This exception code is not used as of CE 4.5.1
TRANSPORT_SCC_DISALLOWED_MULTIPLE_TX_SUSPENSION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0017E

TRANSPORT_SCC_DISALLOWED_MULTIPLE_TX_SUSPENSION The attempted suspension of multiple transaction was not allowed.

TRANSPORT_SCC_FAILED_REGISTER_SYNC - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0018E

TRANSPORT_SCC_FAILED_REGISTER_SYNC The attempt to register the synchronization listener failed.

TRANSPORT_SCC_NO_TRANSACTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0019E

TRANSPORT_SCC_NO_TRANSACTION No transaction exists in the current context.

TRANSPORT_UNABLE_TO_LOCATE_EJB - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0020E

TRANSPORT_UNABLE_TO_LOCATE_EJB Unable to locate the servers EJB interface given the end point {0}.

TRANSPORT_UNABLE_TO_LOCATE_EJB_SESSION - Static variable in class com.filenet.api.exception.ExceptionCode
Deprecated.
This exception code is not used as of CE 4.5.1
TRANSPORT_WAITING_QUEUE_FULL - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0022E

TRANSPORT_WAITING_QUEUE_FULL Waiting queue exceeds upper limit {0}.

TRANSPORT_WSI_CLASS_MISSING - Static variable in class com.filenet.api.exception.ExceptionCode
Deprecated.
This exception code is not used as of CE 5.0
TRANSPORT_WSI_COLLECTION_RESPONSE_EXPECTED - Static variable in class com.filenet.api.exception.ExceptionCode
Deprecated.
This exception code is not used as of CE 4.5.1
TRANSPORT_WSI_CONTENT_EXPECTED - Static variable in class com.filenet.api.exception.ExceptionCode
Deprecated.
This exception code is not used as of CE 4.5.1
TRANSPORT_WSI_CONTENT_GET_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0025E

TRANSPORT_WSI_CONTENT_GET_FAILED An error occurred while retreiving content data for property {0}.

TRANSPORT_WSI_CONTENT_RETRIEVAL_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode
Deprecated.
This exception code is not used as of CE 4.5.1
TRANSPORT_WSI_CONTENT_SEND_FAILED - Static variable in class com.filenet.api.exception.ExceptionCode
Deprecated.
This exception code is not used as of CE 4.5.1
TRANSPORT_WSI_CREATE_ACTION_TYPE_FAILURE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0028E

TRANSPORT_WSI_CREATE_ACTION_TYPE_FAILURE An error occurred creating action type {0}.

TRANSPORT_WSI_DESERIALIZATION_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0029E

TRANSPORT_WSI_DESERIALIZATION_ERROR A web services instance of element_name could not be deserialized.

TRANSPORT_WSI_DIME_UNSUPPORTED - Static variable in class com.filenet.api.exception.ExceptionCode
Deprecated.
This exception code is not used as of CE 5.1.1
TRANSPORT_WSI_END_TOKEN_EXPECTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0030E

TRANSPORT_WSI_END_TOKEN_EXPECTED A Java object from a Content Engine Web Services XML element could not be deserialized.

TRANSPORT_WSI_FNCEWS35_UNSUPPORTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0067E

TRANSPORT_WSI_FNCEWS35_UNSUPPORTED The FNCEWS35 endpoints are not supported for CEWS.

TRANSPORT_WSI_HEADER_REGISTRATION_FAILURE - Static variable in class com.filenet.api.exception.ExceptionCode
Deprecated.
This exception code is not used as of CE 4.5.1
TRANSPORT_WSI_HTTPS_REQUIRED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0060E

TRANSPORT_WSI_HTTPS_REQUIRED A connection cannot be made to the server using the specified URI 'connectionURI'.

TRANSPORT_WSI_INVALID_CONTENT_RESPONSE_TYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0055E

TRANSPORT_WSI_INVALID_CONTENT_RESPONSE_TYPE The ContentResponse type content_response_type is not recognized.

TRANSPORT_WSI_INVALID_CONTENT_TYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0054E

TRANSPORT_WSI_INVALID_CONTENT_TYPE The content attachment type attachment_type is not recognized.

TRANSPORT_WSI_INVALID_DEPENDENT_OBJ_ACTION - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0032E

TRANSPORT_WSI_INVALID_DEPENDENT_OBJ_ACTION An invalid dependent object action type update_type was detected.

TRANSPORT_WSI_INVALID_ENUM_VALUE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0053E

TRANSPORT_WSI_INVALID_ENUM_VALUE The value value specified for the web services XML attribute {1} is not one of the permitted values in the WSDL valueThe name of the attribute.

The value specified for the web services XML attribute is not one of the permitted values in the WSDL.

TRANSPORT_WSI_INVALID_HEADER_VALUE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0033E

TRANSPORT_WSI_INVALID_HEADER_VALUE The SOAP header or XML element element_name must have a value.

TRANSPORT_WSI_INVALID_INDEPENDENT - Static variable in class com.filenet.api.exception.ExceptionCode
Deprecated.
This exception code is not used as of CE 4.5.1
TRANSPORT_WSI_INVALID_LIST_UPDATE_MODS - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0035E

TRANSPORT_WSI_INVALID_LIST_UPDATE_MODS The list of dependent objects was not correctly represented by the internal update list class during an execute change call.

TRANSPORT_WSI_INVALID_MESSAGE_CONTEXT - Static variable in class com.filenet.api.exception.ExceptionCode
Deprecated.
This exception code is not used as of CE 4.5.1
TRANSPORT_WSI_INVALID_OBJECT_VALUE_TYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0037E

TRANSPORT_WSI_INVALID_OBJECT_VALUE_TYPE An invalid object value of type {0} was received from the server for property {1}.

TRANSPORT_WSI_INVALID_RESPONSE_NO_EO - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0038E

TRANSPORT_WSI_INVALID_RESPONSE_NO_EO The server response was invalid.

TRANSPORT_WSI_INVALID_SEARCH_REQUEST_TYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0039E

TRANSPORT_WSI_INVALID_SEARCH_REQUEST_TYPE An ExecuteSearchRequest has an unrecognized search type: search_type.

TRANSPORT_WSI_LOOKUP_FAILURE - Static variable in class com.filenet.api.exception.ExceptionCode
Deprecated.
This exception code is not used as of CE 4.5.1
TRANSPORT_WSI_MALFORMED_VALUE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0062E

TRANSPORT_WSI_MALFORMED_VALUE The deserialization parsing of data type data_type failed for the value value.

TRANSPORT_WSI_MISSING_ACTION_TYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0041E

TRANSPORT_WSI_MISSING_ACTION_TYPE The PendingAction {0} does not have a corresponding ActionType

The PendingAction specified during an execute change request is not supported by the Content Engine Web Services interface.

TRANSPORT_WSI_MULTIPART_PROBLEM - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0057E

TRANSPORT_WSI_MULTIPART_PROBLEM A multipart SOAP request or response could not be deserialized.

TRANSPORT_WSI_NETWORK_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0042E

TRANSPORT_WSI_NETWORK_ERROR A network error occurred when processing a Web service request or response.

TRANSPORT_WSI_NO_RUNTIME - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0061E

TRANSPORT_WSI_NO_RUNTIME The operation cannot be completed because a supported web service runtime is not present.

TRANSPORT_WSI_SERIALIZATION_ERROR - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0043E

TRANSPORT_WSI_SERIALIZATION_ERROR Error serializing a web services instance of element_name.

TRANSPORT_WSI_SERIALIZATION_HANDLER_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0044E

TRANSPORT_WSI_SERIALIZATION_HANDLER_NOT_FOUND The web services serialization handler for the XML element element_name was not found.

TRANSPORT_WSI_SERIALIZATION_REGISTRY_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0045E

TRANSPORT_WSI_SERIALIZATION_REGISTRY_NOT_FOUND The Content Engine Web Services WSDL URI uri is not registered for Java-to-XML serialization.

TRANSPORT_WSI_SOAP_HEADER_NOT_UNDERSTOOD - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0059E

TRANSPORT_WSI_SOAP_HEADER_NOT_UNDERSTOOD A SOAP request included a header soap_header with the mustUnderstand attribute, but that SOAP header is not understood by Content Engine Web Services (CEWS).

TRANSPORT_WSI_START_TOKEN_EXPECTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0046E

TRANSPORT_WSI_START_TOKEN_EXPECTED The web services opening element was expected, but it was not found.

TRANSPORT_WSI_UNEXPECTED_REQUEST - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0058E

TRANSPORT_WSI_UNEXPECTED_REQUEST An unexpected CEWS request of object type request_type was received from a client.

TRANSPORT_WSI_UNEXPECTED_RESPONSE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0047E

TRANSPORT_WSI_UNEXPECTED_RESPONSE An unexpected CEWS response of object type response_type was received from the server.

TRANSPORT_WSI_UNKNOWN_LIFECYCLE_CHANGE_TYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0048E

TRANSPORT_WSI_UNKNOWN_LIFECYCLE_CHANGE_TYPE Unknown life cycle action type {0}.

TRANSPORT_WSI_UNKNOWN_RESERVATION_TYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0049E

TRANSPORT_WSI_UNKNOWN_RESERVATION_TYPE Unknown reservation type {0}.

TRANSPORT_WSI_UNSUPPORTED_PROPERTY_TYPE - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0050E

TRANSPORT_WSI_UNSUPPORTED_PROPERTY_TYPE Unsupported property type {0}.

TRANSPORT_WSI_VALUE_EXPECTED - Static variable in class com.filenet.api.exception.ExceptionCode

FNRCT0051E

TRANSPORT_WSI_VALUE_EXPECTED A required value for an XML element or attribute was missing: {0}

A required value for an XML element or attribute was missing.

TRANSPORT_WSI_WSDL_FILE_NOT_FOUND - Static variable in class com.filenet.api.exception.ExceptionCode
Deprecated.
This exception code is not used as of CE 4.5.1
TRUNCATED - Static variable in class com.filenet.api.constants.IndexingFailureCode
Indicates the content text was truncated in the full text index.
TRUNCATED_AS_INT - Static variable in class com.filenet.api.constants.IndexingFailureCode
An int value associated with the TRUNCATED instance of this class.
TSMAPPLICATION_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
TSMARCHIVE_PROTECTION_FLAG - Static variable in class com.filenet.api.constants.PropertyNames
 
TSMCOMPRESSION_FLAG - Static variable in class com.filenet.api.constants.PropertyNames
 
TSMCONCURRENT_TAPE_READERS - Static variable in class com.filenet.api.constants.PropertyNames
 
TSMCONFIGURATION_FILES_SHARE - Static variable in class com.filenet.api.constants.PropertyNames
 
TSMDSMIDIRECTORY - Static variable in class com.filenet.api.constants.PropertyNames
 
TSMFILESPACE_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
TSMMANAGEMENT_CLASSES - Static variable in class com.filenet.api.constants.PropertyNames
 
TSMMINIMUM_RETENTION - Static variable in class com.filenet.api.constants.PropertyNames
 
TSMMOUNT_WAIT_DURATION - Static variable in class com.filenet.api.constants.PropertyNames
 
TSMNODE_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
TSMOPTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
TSMOWNER_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
TSMPASSWORD - Static variable in class com.filenet.api.constants.PropertyNames
 
TSMPORT - Static variable in class com.filenet.api.constants.PropertyNames
 
TSMRETENTION_INITIATION - Static variable in class com.filenet.api.constants.PropertyNames
 
TSMRETENTION_PERIOD - Static variable in class com.filenet.api.constants.PropertyNames
 
TSMSERVER_ADDRESS - Static variable in class com.filenet.api.constants.PropertyNames
 
TSMWRITE_BUFFER_SIZE - Static variable in class com.filenet.api.constants.PropertyNames
 
TUESDAY - Static variable in class com.filenet.api.constants.Weekday
Indicates Tuesday.
TUESDAY_AS_INT - Static variable in class com.filenet.api.constants.Weekday
An int value associated with the TUESDAY instance of this class.
TypeID - Class in com.filenet.api.constants
Provides a set of constants that specify the data type of the values that a property, choice list, or column definition can hold.

U

UNAVAILABLE - Static variable in class com.filenet.api.constants.ResourceStatus
Specifies that the index is permanently unavailable for searching and indexing.
UNAVAILABLE - Static variable in class com.filenet.api.constants.TextSearchServerStatus
The Content Engine server cannot communicate with the IBM® Content Search Services server.
UNAVAILABLE_AS_INT - Static variable in class com.filenet.api.constants.ResourceStatus
An int value associated with the UNAVAILABLE instance of this class.
UNAVAILABLE_AS_INT - Static variable in class com.filenet.api.constants.TextSearchServerStatus
An int value associated with the UNAVAILABLE instance of this class.
UNDEFINED - Static variable in class com.filenet.api.constants.RetentionPeriod
Deprecated.
 
UNDEFINED_AS_INT - Static variable in class com.filenet.api.constants.RetentionPeriod
Deprecated.
As of release 5.2.0.
UNEVALUATED - Static variable in class com.filenet.api.constants.PropertyState
Indicates that the Property object represents an object-valued Content Engine property but does not hold its object value and does not have any information identifying the object.
UNEVALUATED_AS_INT - Static variable in class com.filenet.api.constants.PropertyState
An int value associated with the UNEVALUATED instance of this class.
unfile(IndependentlyPersistableObject) - Method in interface com.filenet.api.core.Folder
Removes the specified containee from this folder.
unfile(String) - Method in interface com.filenet.api.core.Folder
Unfile the object using a path specification.
UNFILE_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
UnfileEvent - Interface in com.filenet.api.events
Represents an event that occurs when a folder has its unfile method called to remove (unfile) a Containable object, for example, a Document or CustomObject, or when a subfolder is deleted.
UnfileEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
UNINITIALIZED - Static variable in class com.filenet.api.constants.RenditionEngineState
Specifies that the Rendition Engine connection has not been initialized.
UNINITIALIZED_AS_INT - Static variable in class com.filenet.api.constants.RenditionEngineState
An int value associated with the UNINITIALIZED instance of this class.
UNION - Static variable in class com.filenet.api.constants.MergeMode
A constant representing a MergeMode instance of type UNION.
UNION_AS_INT - Static variable in class com.filenet.api.constants.MergeMode
An integer associated with the UNION instance of this class.
UNIT - Static variable in class com.filenet.api.constants.GroupAction
Specifies a group action based on the unit context.
UNKNOWN - Static variable in class com.filenet.api.constants.SecurityPrincipalType
The security principal type is unknown.
UNKNOWN_AS_INT - Static variable in class com.filenet.api.constants.SecurityPrincipalType
An int value associated with the UNKNOWN instance of this class.
UNLINK - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group is granted or denied permission to unlink from an object.
UNLINK_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the UNLINK instance of this class.
Unlock - Class in com.filenet.api.action
Represents a pending action for unlocking an object.
Unlock() - Constructor for class com.filenet.api.action.Unlock
 
unlock() - Method in interface com.filenet.api.core.CustomObject
Explicitly removes the lock from this object.
unlock() - Method in interface com.filenet.api.core.Document
Explicitly removes the lock from this object.
unlock() - Method in interface com.filenet.api.core.Folder
Explicitly removes the lock from this object.
UNLOCK_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
UnlockEvent - Interface in com.filenet.api.events
Represents an event that occurs when the unlock method is called on a Document, CustomObject, or Folder object.
UnlockEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
UNRECOGNIZED_ENCODING - Static variable in class com.filenet.api.constants.IndexingFailureCode
Indicates the code page for the content was not identified.
UNRECOGNIZED_ENCODING_AS_INT - Static variable in class com.filenet.api.constants.IndexingFailureCode
An int value associated with the UNRECOGNIZED_ENCODING instance of this class.
UNSUPPORTED_TYPE - Static variable in class com.filenet.api.constants.IndexingFailureCode
Indicates some or all of the text to be extracted for the full text index was not indexed because the content type is not supported.
UNSUPPORTED_TYPE_AS_INT - Static variable in class com.filenet.api.constants.IndexingFailureCode
An int value associated with the UNSUPPORTED_TYPE instance of this class.
Update - Class in com.filenet.api.action
Represents a pending action for updating an object.
Update() - Constructor for class com.filenet.api.action.Update
 
UPDATE - Static variable in class com.filenet.api.constants.IndexingOperation
Indicates that an existing index entry is to be replaced with an updated entry.
UPDATE_AS_INT - Static variable in class com.filenet.api.constants.IndexingOperation
An int value associated with the UPDATE instance of this class.
UPDATE_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
UPDATE_SECURITY_EVENT - Static variable in class com.filenet.api.constants.ClassNames
 
updateBatch() - Method in class com.filenet.api.core.UpdatingBatch
Update all of the items in this batch.
UpdateEvent - Interface in com.filenet.api.events
Represents an event that occurs when changes are made to an object's properties.
UpdateEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
updateLock(long) - Method in interface com.filenet.api.core.CustomObject
Adjusts the timeout period of the lock on this object.
updateLock(long) - Method in interface com.filenet.api.core.Document
Adjusts the timeout period of the lock on this object.
updateLock(long) - Method in interface com.filenet.api.core.Folder
Adjusts the timeout period of the lock on this object.
UpdateSecurityEvent - Interface in com.filenet.api.events
Represents an event that occurs when the security of an object is changed.
UpdateSecurityEventSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
UpdatingBatch - Class in com.filenet.api.core
Creates a batch operation to update persisted objects.
UPGRADE_ADD_ON - Static variable in class com.filenet.api.constants.ClassNames
 
UpgradeAddOn - Interface in com.filenet.api.admin
Specifies how to upgrade a set of existing add-ons to a new set of add-ons.
UpgradeAddOnSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
URI_PROPERTY_KEY - Static variable in class com.filenet.api.jdbc.Driver
The key for the URI value specified in the database URL, or used in the Properties instance passed to the driver.
URICR - Static variable in class com.filenet.api.constants.ComponentRelationshipType
Creates a component relationship between the parent component document and the URI document specified by the URIValue property.
URICR_AS_INT - Static variable in class com.filenet.api.constants.ComponentRelationshipType
An int value associated with the URICR instance of this class.
URIVALUE - Static variable in class com.filenet.api.constants.PropertyNames
 
USE_DOMAIN - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies that the user or group is granted or denied permission to use a Domain object.
USE_DOMAIN_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the USE_DOMAIN instance of this class.
USE_MARKING - Static variable in class com.filenet.api.constants.AccessRight
Determines whether or not the constraint mask will be applied.
USE_MARKING_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the USE_MARKING instance of this class.
USE_OBJECT_STORE - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies that the user or group is granted or denied permission to use an object store.
USE_OBJECT_STORE_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the USE_OBJECT_STORE instance of this class.
USED_IN_CLASSES - Static variable in class com.filenet.api.constants.PropertyNames
 
USER - Static variable in class com.filenet.api.constants.ClassNames
 
USER - Static variable in class com.filenet.api.constants.SecurityPrincipalType
The security principal type is a User object.
User - Interface in com.filenet.api.security
Represents a particular user who has access to Content Engine resources.
USER_AS_INT - Static variable in class com.filenet.api.constants.SecurityPrincipalType
An int value associated with the USER instance of this class.
USER_BASE_DN - Static variable in class com.filenet.api.constants.PropertyNames
 
USER_DISPLAY_NAME_ATTRIBUTE - Static variable in class com.filenet.api.constants.PropertyNames
 
USER_DOMAIN - Static variable in class com.filenet.api.constants.PropertyNames
 
USER_GROUP - Static variable in class com.filenet.api.constants.PropertyNames
 
USER_IDENTITY_MAPPING_EXTENSIONS - Static variable in class com.filenet.api.constants.SystemAddOnId
Specifies the ID of the User Identity Mapping Extensions AddOn.
USER_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
USER_NAME_ATTRIBUTE - Static variable in class com.filenet.api.constants.PropertyNames
 
USER_PASSWORD - Static variable in class com.filenet.api.constants.PropertyNames
 
USER_PROPERTY_KEY - Static variable in class com.filenet.api.jdbc.Driver
The key for the username value specified in the database URL, or used in the Properties instance passed to the driver.
USER_SEARCH_FILTER - Static variable in class com.filenet.api.constants.PropertyNames
 
USER_STRING - Static variable in class com.filenet.api.constants.PropertyNames
 
USER_TOKEN_CACHE_ENTRY_TTL - Static variable in class com.filenet.api.constants.PropertyNames
 
USER_TOKEN_CACHE_MAX_ENTRIES - Static variable in class com.filenet.api.constants.PropertyNames
 
USER_UNIQUE_IDATTRIBUTE - Static variable in class com.filenet.api.constants.PropertyNames
 
USER_UNIQUE_IDATTRIBUTE_IS_BINARY - Static variable in class com.filenet.api.constants.PropertyNames
 
UserContext - Class in com.filenet.api.util
Used to override the locale and authentication for the requests a given thread makes to the server.
UserContext() - Constructor for class com.filenet.api.util.UserContext
Constructs a new instance of a UserContext object with uninitialized properties.
UserInfo - Class in com.filenet.api.engine
For Internal Use Only.
UserInfo() - Constructor for class com.filenet.api.engine.UserInfo
 
USERS - Static variable in class com.filenet.api.constants.PropertyNames
 
UserSet - Interface in com.filenet.api.collection
Represents a collection of User objects.
USES_LONG_COLUMN - Static variable in class com.filenet.api.constants.PropertyNames
 

V

VALIDATE_CERTIFICATE_HOST - Static variable in class com.filenet.api.constants.PropertyNames
 
VALIDATE_SERVER_CERTIFICATE - Static variable in class com.filenet.api.constants.PropertyNames
 
validateContent(IndependentlyPersistableObject, int) - Method in interface com.filenet.api.admin.StorageArea
Validates that the content location recorded in the object store matches the actual location on the physical device.
validateContent(ContentValidationRequest[]) - Method in interface com.filenet.api.admin.StorageArea
Performs a batch of content validation requests.
VALUE - Static variable in class com.filenet.api.constants.PropertyState
Indicates that the Property object holds the value of the Content Engine property that it represents.
VALUE_AS_INT - Static variable in class com.filenet.api.constants.PropertyState
An int value associated with the VALUE instance of this class.
VENDOR_NAME - Static variable in class com.filenet.api.constants.PropertyNames
 
VERITY - Static variable in class com.filenet.api.constants.CBRSearchType
Deprecated.
As of release 5.2.0.
VERITY_AS_INT - Static variable in class com.filenet.api.constants.CBRSearchType
Deprecated. 
VERITY_BROKER_NAMES - Static variable in class com.filenet.api.constants.PropertyNames
 
VERITY_BROKERS - Static variable in class com.filenet.api.constants.PropertyNames
 
VERITY_COLLECTION - Static variable in class com.filenet.api.constants.ClassNames
 
VERITY_COLLECTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
VERITY_CONTENT_SEARCH - Static variable in class com.filenet.api.constants.ClassNames
 
VERITY_DOMAIN_CONFIGURATION - Static variable in class com.filenet.api.constants.ClassNames
 
VERITY_DOMAIN_CONFIGURATION - Static variable in class com.filenet.api.constants.PropertyNames
 
VERITY_DOMAIN_CONFIGURATIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
VERITY_INDEX_AREA - Static variable in class com.filenet.api.constants.ClassNames
 
VERITY_INDEX_SERVERS - Static variable in class com.filenet.api.constants.PropertyNames
 
VERITY_MASTER_ADMIN_SERVER_HOSTNAME - Static variable in class com.filenet.api.constants.PropertyNames
 
VERITY_MASTER_ADMIN_SERVER_PORT - Static variable in class com.filenet.api.constants.PropertyNames
 
VERITY_PARTITION_INTERVAL - Static variable in class com.filenet.api.constants.PropertyNames
 
VERITY_PARTITION_PROPERTY - Static variable in class com.filenet.api.constants.PropertyNames
 
VERITY_SEARCH_SERVERS - Static variable in class com.filenet.api.constants.PropertyNames
 
VERITY_SERVER_CONFIGURATION - Static variable in class com.filenet.api.constants.ClassNames
 
VerityCollection - Interface in com.filenet.api.admin
Deprecated.
As of release 5.2.0.

Metadata

VerityCollectionList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.2.0.
VerityDomainConfiguration - Interface in com.filenet.api.admin
Deprecated.
As of release 5.2.0.

Metadata

VerityDomainConfigurationSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.2.0.
VerityIndexArea - Interface in com.filenet.api.admin
Deprecated.
As of release 5.2.0.

Metadata

VerityIndexAreaSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
VerityServerConfiguration - Interface in com.filenet.api.admin
Deprecated.
As of release 5.2.0.

Metadata

VerityServerConfigurationList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
VERSION_BIND_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
VERSION_SERIES - Static variable in class com.filenet.api.constants.ClassNames
 
VERSION_SERIES - Static variable in class com.filenet.api.constants.PropertyNames
 
VERSION_SERIES_ID - Static variable in class com.filenet.api.constants.PropertyNames
 
VERSION_STATUS - Static variable in class com.filenet.api.constants.PropertyNames
 
VERSIONABLE - Static variable in class com.filenet.api.constants.ClassNames
 
Versionable - Interface in com.filenet.api.core
Represents the base class for classes whose instances are versionable objects.
VERSIONABLE_CLASS_DEFINITION - Static variable in class com.filenet.api.constants.ClassNames
 
VersionableClassDefinition - Interface in com.filenet.api.admin
Represents the parent of the DocumentClassDefinition class, which holds the class definition of a Document class and its subclasses.
VersionableClassDefinitionSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
VersionableSet - Interface in com.filenet.api.collection
Represents a collection of objects, each of which is instantiated from a Versionable subinterface.
VersionBindType - Class in com.filenet.api.constants
Defines settings for version bind rules.
VERSIONING_SECURITY_TEMPLATE - Static variable in class com.filenet.api.constants.ClassNames
 
VersioningSecurityTemplate - Interface in com.filenet.api.security
Represents a template for automatically applying permissions (access rights) to a Document object during versioning state changes.
VersioningSecurityTemplateList - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
VERSIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
VersionSelection - Class in com.filenet.api.constants
Specifies the document version that will be included in a Stored Search query.
VersionSeries - Interface in com.filenet.api.core
Represents the complete set of versions for a versionable object, or document (that is, an object instantiated from a subinterface of the Versionable interface).
VersionSeriesSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
VersionStatus - Class in com.filenet.api.constants
Provides a set of constants that allow the server to specify the current version state of a document version.
VersionStatusId - Class in com.filenet.api.constants
Provides a set of GUID-string constants that are used by the ApplyStateID property of a VersioningSecurityTemplate object to indicate the version state to which a given security template applies.
VIEW - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies that the user or group is granted or denied permission to view an object's properties, security, and content.
VIEW_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the VIEW instance of this class.
VIEW_CONTENT - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group is granted or denied permission to view the content of an object.
VIEW_CONTENT_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the VIEW_CONTENT instance of this class.
VIEW_OBJECT_STORE - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies that the user or group is granted or denied permission to view the contents of an object store.
VIEW_OBJECT_STORE_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the VIEW_OBJECT_STORE instance of this class.
VIEW_RECOVERABLE_OBJECTS - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group is granted or denied permission to retrieve or query all recoverable objects in the object store.
VIEW_RECOVERABLE_OBJECTS_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the VIEW_RECOVERABLE_OBJECTS instance of this class.
VIRTUAL_SERVER - Static variable in class com.filenet.api.constants.ClassNames
 
VIRTUAL_SERVER - Static variable in class com.filenet.api.constants.PropertyNames
 
VIRTUAL_SERVERS - Static variable in class com.filenet.api.constants.PropertyNames
 
VirtualServer - Interface in com.filenet.api.admin
Represents a logical entity for managing a group of server instances.
VirtualServerSet - Interface in com.filenet.api.collection
Represents a collection of VirtualServer objects.
VQL - Static variable in class com.filenet.api.constants.GroupAction
Specifies the use of the native text query language.
VWVERSION - Static variable in class com.filenet.api.constants.PropertyNames
 

W

WAIT_FOR_QUEUE_ACTIVITY_DELAY - Static variable in class com.filenet.api.constants.PropertyNames
 
WAIT_FOR_WORKERS_DELAY - Static variable in class com.filenet.api.constants.PropertyNames
 
WAIT_FOR_WORKERS_SHORT_DELAY - Static variable in class com.filenet.api.constants.PropertyNames
 
WAITING - Static variable in class com.filenet.api.constants.QueueEntryStatus
Indicates that the operation has not started on the queue item.
WAITING - Static variable in class com.filenet.api.constants.ReplicationJournalStatus
A new replication journal entry is waiting for initial processing.
WAITING_ALL - Static variable in class com.filenet.api.constants.TaskState
Indicates that the task is blocked by both incomplete predecessors and an unsatisfied precondition.
WAITING_ALL_AS_INT - Static variable in class com.filenet.api.constants.TaskState
An int value associated with the WAITING_ALL instance of this class.
WAITING_AS_INT - Static variable in class com.filenet.api.constants.QueueEntryStatus
An int value associated with the WAITING instance of this class.
WAITING_AS_INT - Static variable in class com.filenet.api.constants.ReplicationJournalStatus
An int value associated with the WAITING instance of this class.
WAITING_PRECONDITION - Static variable in class com.filenet.api.constants.TaskState
Indicates that the task is yet to satisfy its precondition, but is not blocked by any incomplete predecessors.
WAITING_PRECONDITION_AS_INT - Static variable in class com.filenet.api.constants.TaskState
An int value associated with the WAITING_PRECONDITION instance of this class.
WAITING_PREDECESSORS - Static variable in class com.filenet.api.constants.TaskState
Indicates that the task has satisfied its precondition but is blocked by incomplete predecessors.
WAITING_PREDECESSORS_AS_INT - Static variable in class com.filenet.api.constants.TaskState
An int value associated with the WAITING_PREDECESSORS instance of this class.
WEDNESDAY - Static variable in class com.filenet.api.constants.Weekday
Indicates Wednesday.
WEDNESDAY_AS_INT - Static variable in class com.filenet.api.constants.Weekday
An int value associated with the WEDNESDAY instance of this class.
WEEKDAY - Static variable in class com.filenet.api.constants.PropertyNames
 
Weekday - Class in com.filenet.api.constants
Provides constants used to set the Weekday property of a CmTimeslot object.
WEEKS - Static variable in class com.filenet.api.constants.DurationUnits
Specifies a retention period in weeks.
WEEKS_AS_INT - Static variable in class com.filenet.api.constants.DurationUnits
An int value associated with the WEEKS instance of this class.
WORKER_THREAD_IDLE_TIMEOUT - Static variable in class com.filenet.api.constants.PropertyNames
 
WORKFLOW_DEFINITION - Static variable in class com.filenet.api.constants.ClassNames
 
WORKFLOW_DEFINITION - Static variable in class com.filenet.api.constants.PropertyNames
 
WORKFLOW_DEFINITIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
WORKFLOW_EVENT_ACTION - Static variable in class com.filenet.api.constants.ClassNames
 
WORKFLOW_SOURCE_SUBSCRIPTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
WORKFLOW_SUBSCRIPTIONS - Static variable in class com.filenet.api.constants.PropertyNames
 
WorkflowDefinition - Interface in com.filenet.api.core
Represents a workflow definition, an XML document of class "WorkflowDefinition" that is stored in a Content Engine object store.
WorkflowDefinitionSet - Interface in com.filenet.api.collection
Represents a collection of WorkflowDefinition objects.
WorkflowEventAction - Interface in com.filenet.api.events
Represents the launching of a workflow when an event defined in a subscription is fired.
WorkflowEventActionSet - Interface in com.filenet.api.collection
Deprecated.
As of release 5.0.0.
WORKING - Static variable in class com.filenet.api.constants.TaskState
Indicates that the task is being actively worked on.
WORKING_AS_INT - Static variable in class com.filenet.api.constants.TaskState
An int value associated with the WORKING instance of this class.
WORKPLACE_BASE - Static variable in class com.filenet.api.constants.SystemAddOnId
Specifies the ID of the Workplace Base Extensions AddOn.
WORKPLACE_EMAIL - Static variable in class com.filenet.api.constants.SystemAddOnId
Specifies the ID of the Workplace E-mail Extensions AddOn.
WORKPLACE_FORMS - Static variable in class com.filenet.api.constants.SystemAddOnId
Specifies the ID of the Workplace Forms Extensions AddOn.
WORKPLACE_ROLES - Static variable in class com.filenet.api.constants.SystemAddOnId
Specifies the ID of the Workplace Access Roles Extensions AddOn.
WORKPLACE_TEMPLATES - Static variable in class com.filenet.api.constants.SystemAddOnId
Specifies the ID of the Workplace Templates Extensions AddOn.
WORKPLACE_XT_EXTENSIONS - Static variable in class com.filenet.api.constants.SystemAddOnId
Specifies the ID of the Workplace XT Extensions AddOn.
WRITE - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group is granted or denied permission to modify the properties of an object.
WRITE_ACL - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group is granted or denied permission to modify an object's security (that is, its PermissionList collection).
WRITE_ACL_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the WRITE_ACL instance of this class.
WRITE_ANNOTATION - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies that the user or group is granted or denied permission to view an Annotation object's content; modify its properties; and create a new instance of an object.
WRITE_ANNOTATION_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the WRITE_ANNOTATION instance of this class.
WRITE_ANY_OWNER - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group is granted or denied permission to change the ownership of an object to another user.
WRITE_ANY_OWNER_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the WRITE_ANY_OWNER instance of this class.
WRITE_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the WRITE instance of this class.
WRITE_CLASS_DEF - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies that the user or group is granted or denied permission to create an instance of the object; modify the object's properties; link to the object; and create an instance of the object.
WRITE_CLASS_DEF_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the WRITE_CLASS_DEF instance of this class.
WRITE_CUSTOM - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies that the user or group is granted or denied permission to link to a CustomObject object; view and modify its properties; and create a new instance of the object.
WRITE_CUSTOM_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the WRITE_CUSTOM instance of this class.
WRITE_DEFAULT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies that the user or group is granted or denied permission to modify the object's properties and create a new instance of the object.
WRITE_DEFAULT_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the WRITE_DEFAULT instance of this class.
WRITE_DOCUMENT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies that the user or group is granted or denied permission to link to a Document object; create a new instance of the object; change the object's lifecycle state; view its content; and modify its properties.
WRITE_DOCUMENT_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the WRITE_DOCUMENT instance of this class.
WRITE_FOLDER - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
Specifies that the user or group is granted or denied permission to create a subfolder under a Folder object.
WRITE_FOLDER_AS_INT - Static variable in class com.filenet.api.constants.AccessLevel
Deprecated.
An int value associated with the WRITE_FOLDER instance of this class.
WRITE_OWNER - Static variable in class com.filenet.api.constants.AccessRight
Specifies that the user or group is granted or denied permission to assume the ownership of an object.
WRITE_OWNER_AS_INT - Static variable in class com.filenet.api.constants.AccessRight
An int value associated with the WRITE_OWNER instance of this class.
writeExternal(ObjectOutput) - Method in exception com.filenet.api.exception.EngineRuntimeException
Writes this instance to the underlying stream.
WSI_SYSTINET_HOME - Static variable in class com.filenet.api.constants.ConfigurationParameter
Deprecated.
This constant is not supported.
WSI_SYSTINET_HOME_AS_INT - Static variable in class com.filenet.api.constants.ConfigurationParameter
Deprecated.
This constant is not supported.
WSI_SYSTINET_HOME_AS_STRING - Static variable in class com.filenet.api.constants.ConfigurationParameter
Deprecated.
This constant is not supported.
WSI_SYSTINET_LOGGING_LEVEL - Static variable in class com.filenet.api.constants.ConfigurationParameter
Deprecated.
This constant is not supported.
WSI_SYSTINET_LOGGING_LEVEL_AS_INT - Static variable in class com.filenet.api.constants.ConfigurationParameter
Deprecated.
This constant is not supported.
WSI_SYSTINET_LOGGING_LEVEL_AS_STRING - Static variable in class com.filenet.api.constants.ConfigurationParameter
Deprecated.
This constant is not supported.
WSI_TRANSPORT_CONNECTION_TIMEOUT - Static variable in class com.filenet.api.constants.ConfigurationParameter
A constant representing a ConfigurationParameter instance of type WSI_TRANSPORT_CONNECTION_TIMEOUT.
WSI_TRANSPORT_CONNECTION_TIMEOUT_AS_INT - Static variable in class com.filenet.api.constants.ConfigurationParameter
An integer associated with the WSI_TRANSPORT_CONNECTION_TIMEOUT instance of this class.
WSI_TRANSPORT_CONNECTION_TIMEOUT_AS_STRING - Static variable in class com.filenet.api.constants.ConfigurationParameter
A Property name associated with the WSI_TRANSPORT_CONNECTION_TIMEOUT instance of this class.
WSILoginModule - Class in com.filenet.api.util
Provides authentication for the FileNet P8 Content Engine web services (SOAP-based) protocol.
WSILoginModule() - Constructor for class com.filenet.api.util.WSILoginModule
 
WSITRACE_FLAGS - Static variable in class com.filenet.api.constants.PropertyNames
 

X

XMLDOCUMENT_TYPE - Static variable in class com.filenet.api.constants.PropertyNames
 
XMLPROPERTY_MAPPING_SCRIPT - Static variable in class com.filenet.api.constants.ClassNames
 
XMLPROPERTY_MAPPING_SCRIPTS - Static variable in class com.filenet.api.constants.PropertyNames
 
XMLPropertyMappingScript - Interface in com.filenet.api.admin
Represents the definition of a Document subclass for defining XML property mapping scripts.
XMLPropertyMappingScriptSet - Interface in com.filenet.api.collection
Represents a collection of XMLPropertyMappingScript objects.

Y

YEARS - Static variable in class com.filenet.api.constants.DurationUnits
Specifies a retention period in years.
YEARS_AS_INT - Static variable in class com.filenet.api.constants.DurationUnits
An int value associated with the YEARS instance of this class.

Z

ZERO - Static variable in class com.filenet.api.constants.RetentionPeriod
Deprecated.
 
ZERO_AS_INT - Static variable in class com.filenet.api.constants.RetentionPeriod
Deprecated.
As of release 5.2.0.
ZERO_ID - Static variable in class com.filenet.api.util.Id
Convenience constant for the all-zero GUID.
A B C D E F G H I J L M N O P Q R S T U V W X Y Z 

© Copyright IBM Corporation 2006, 2013. All rights reserved.