-
Packages that use Subscribable Package Description com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,Domain,Document,Folder, and so on.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.query Provides classes related to constructing and performing Content Engine searches.com.filenet.api.security Provides interfaces related to authentication, authorization, and user- and group-specific data.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 Provides utility classes and interfaces. -
-
Uses of Subscribable in com.filenet.api.admin
Subinterfaces of Subscribable in com.filenet.api.admin Modifier and Type Interface and Description interfaceChoiceListRepresents a choice list in an object store.interfaceClassDefinitionRepresents the class definition (mutable class metadata) of non-versionable, non-subscribable classes.interfaceCmAdvancedStorageAreaA storage area supporting these underlying advanced storage devices: OpenStack and S3 cloud storage and file system storage.interfaceCmAuditDispositionPolicyDeprecated.As of release 5.5.6. A Disposal Policy targeting the Event class should be used instead.interfaceCmAuditProcessingBookmarkRepresents 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.interfaceCmAzureBlobStorageDeviceinterfaceCmContentConversionActionThis class is not supported.interfaceCmContentConversionSettingsThis class is not supported.interfaceCmConversionSettingsClassDefinitionThis interface is not supported.interfaceCmCustomStorageDeviceThis class is not supported.interfaceCmDependentClassDefinitioninterfaceCmElasticSearchIndexAreainterfaceCmFileSystemStorageDeviceRepresents an advanced storage device that stores content in a file system.interfaceCmHoldRepresents a hold on an object of typeCmHoldable, preventing that object from being deleted for an indefinite period of time, until the hold is explicitly removed.interfaceCmHoldRelationshipDefines a hold-held relationship betweenCmHold(hold object) andCmHoldableobject (the held object).interfaceCmOpenStackStorageDeviceRepresents an advanced storage device available through an OpenStack-conformant object storage service.interfaceCmQueueEntryClassDefinitionMutable metadata class defining a subclass ofCmAbstractQueueEntry.interfaceCmRoleClassDefinitionMutable metadata class defining a subclass ofCmRole.interfaceCmRoleMembershipActionDefines an action that evaluates user membership in dynamic roles.interfaceCmS3StorageDeviceRepresents an advanced storage device available through an S3-conformant object storage service.interfaceCmSearchFunctionDefinitionDefines a custom SQL search function that can be invoked during a background search.interfaceCmSecuredStorageDeviceThis class is not supported.interfaceCmStorageDeviceAbstract base class for objects that represent different types of advanced storage devices.interfaceCmTextExtractionSettingsThis class is not supported.interfaceCmTextIndexingPreprocessorActionThis interface is not supported.interfaceCmTextSearchIndexAreaRepresents the configuration of an IBM® Content Search Services index area.interfaceCodeModuleRepresents a Java action handler to be stored on the Content Engine.interfaceDatabaseStorageAreaRepresents a storage area for content elements stored in the database.interfaceDocumentClassDefinitionRepresents the class definition (mutable class metadata) of theDocumentclass and its subclasses.interfaceEventClassDefinitionRepresents the class definition (mutable class metadata) of event classes whose instances can be subscribed to or audited.interfaceFileStorageAreaRepresents a storage area for content elements stored in the file system.interfaceFixedStorageAreaRepresents a storage area for content elements stored in a fixed content device.interfaceIndexAreaRepresents the disk storage location and data necessary to perform full-text indexing for content-based retrieval.interfacePropertyTemplateRepresents the base class for all property template classes.interfacePropertyTemplateBinaryRepresents a property template for creatingPropertyDefinitionBinaryobjects, which you can add to class definitions to create user-defined properties for holding binary values.interfacePropertyTemplateBooleanRepresents a property template for creatingPropertyDefinitionBooleanobjects, which you can add to class definitions to create user-defined properties for holding Boolean values.interfacePropertyTemplateDateTimeRepresents a property template for creatingPropertyDefinitionDateTimeobjects, which you can add to class definitions to create user-defined properties for holding DateTime values.interfacePropertyTemplateFloat64Represents a property template for creatingPropertyDefinitionFloat64objects, which you can add to class definitions to create user-defined properties for holding Double (Float64) values.interfacePropertyTemplateIdRepresents a property template for creatingPropertyDefinitionIdobjects, which you can add to class definitions to create user-defined properties for holding GUID string values.interfacePropertyTemplateInteger32Represents a property template for creatingPropertyDefinitionInteger32objects, which you can add to class definitions to create user-defined properties for holding integer values.interfacePropertyTemplateObjectRepresents a property template for creatingPropertyDefinitionObjectobjects, which you can add to class definitions to create user-defined properties for holding Content Engine object values.interfacePropertyTemplateStringRepresents a property template for creatingPropertyDefinitionStringobjects, which you can add to class definitions to create user-defined properties for holding string values.interfaceReplicableClassDefinitionRepresents the class definition (mutable class metadata) of classes of which an object instance can be replicated.interfaceStorageAreaRepresents the physical storage location where content will be stored.interfaceStoragePolicyRepresents a subset of available storage areas that are deemed equivalent based on common, user-specified criteria.interfaceSubscribableClassDefinitionRepresents the class definition (mutable class metadata) of classes whose instances can be the target of a subscription and can be audited.interfaceVersionableClassDefinitionRepresents the parent of theDocumentClassDefinitionclass, which holds the class definition of aDocumentclass and its subclasses.interfaceXMLPropertyMappingScriptRepresents the definition of aDocumentsubclass for defining XML property mapping scripts. -
Uses of Subscribable in com.filenet.api.core
Subinterfaces of Subscribable in com.filenet.api.core Modifier and Type Interface and Description interfaceAnnotationRepresents an annotation that can be applied to a document, folder, or custom object.interfaceCmAbstractPersistableCustomizable base for classes of objects that can provide basic subscribable and replicable independently persistable behaviour.interfaceCmTaskRepresents a single work item to be completed as part of a process that might involve multiple related or independent work items.interfaceCmTaskRelationshipDefines a predecessor-successor relationship between twoCmTaskobjects.interfaceCmThumbnailRepresents a thumbnail image corresponding to aContentElementof aDocument.interfaceComponentRelationshipDefines a hierarchical relationship between two documents as components in a compound document.interfaceContainmentRelationshipModels containment relationships.interfaceCustomObjectRepresents a general interface that can be subclassed.interfaceDocumentRepresents a single version of a document stored in an object store.interfaceDynamicReferentialContainmentRelationshipRepresents a dynamic relationship between twoContainablesubclasses: a container and the current version of aDocument.interfaceFolderRepresents a container that can hold otherContainablesubclasses, but cannot have content data of its own.interfaceLinkRepresents a relationship between two objects.interfaceReferentialContainmentRelationshipRepresents a static relationship between twoContainablesubclasses: a container and a containee.interfaceRelationshipRepresents the base class for binary relationships between independently persistable objects of an object store.interfaceVersionSeriesRepresents the complete set of versions for a versionable object, or document (that is, an object instantiated from a subinterface of theVersionableinterface).interfaceWorkflowDefinitionRepresents a workflow definition, an XML document of class "WorkflowDefinition" that is stored in a Content Engine object store. -
Uses of Subscribable in com.filenet.api.events
Subinterfaces of Subscribable in com.filenet.api.events Modifier and Type Interface and Description interfaceActionRepresents 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.interfaceActionConsumerRepresents consumer ofAction-based objects.interfaceClassSubscriptionRepresents a subscription for events generated by all objects of a particular class.interfaceClassWorkflowSubscriptionRepresents a subscription that initiates a workflow in response to events generated by all objects of a particular class.interfaceCmChangePreprocessorActionDefines the action to be taken when a change preprocessor is invoked on a class definition.interfaceCmThumbnailGenerationSubscriptionRepresents a subscription used to initiate event-based document thumbnail generation.interfaceDocumentClassificationActionAssociates a server-side document classifier with documents of a defined MIME type.interfaceDocumentLifecycleActionRepresents the actions to be taken when a document's lifecycle state is changed.interfaceDocumentLifecyclePolicyRepresents the lifecycle policy for a document.interfaceEventActionRepresents the actions taken when a subscribed event fires.interfaceInstanceSubscriptionRepresents a subscription for events generated by a single object instance of a particular class.interfaceInstanceWorkflowSubscriptionRepresents a subscription that initiates a workflow in response to events generated by a single object instance.interfaceSubscriptionRepresents a request to execute an event action when an event is triggered on a target Content Engine object.interfaceWorkflowEventActionRepresents the launching of a workflow when an event defined in a subscription is fired.Methods in com.filenet.api.events that return Subscribable Modifier and Type Method and Description SubscribableSubscription. get_SubscriptionTarget()Returns the value of the SubscriptionTarget property.Methods in com.filenet.api.events with parameters of type Subscribable Modifier and Type Method and Description voidSubscription. set_SubscriptionTarget(Subscribable value)Sets the value of the SubscriptionTarget property. -
Uses of Subscribable in com.filenet.api.query
Subinterfaces of Subscribable in com.filenet.api.query Modifier and Type Interface and Description interfaceStoredSearchRepresents the search criteria for a stored search or search template. -
Uses of Subscribable in com.filenet.api.security
Subinterfaces of Subscribable in com.filenet.api.security Modifier and Type Interface and Description interfaceCmDynamicRoleThe base class for roles having membership evaluated dynamically.interfaceCmRoleThe base class for roles.interfaceCmStaticRoleThe base class for roles having a statically defined membership.interfaceSecurityPolicyRepresents an independently persistable, subclassable container for a list of security templates. -
Uses of Subscribable in com.filenet.api.sweep
Subinterfaces of Subscribable in com.filenet.api.sweep Modifier and Type Interface and Description interfaceCmBackgroundSearchThe base class from which you can create a subclass to define the search expression and parameters for a background search.interfaceCmBulkMoveContentJobRepresents a background task that moves content from one storage area to another.interfaceCmContentBackoutQueueSweepRepresents a queue sweep that processes content backout queue entries in the advanced storage areas of an object store.interfaceCmContentConsistencyCheckJobinterfaceCmContentDeletionQueueSweepRepresents a queue sweep that processes content deletion queue entries in the advanced storage areas of an object store.interfaceCmContentMigrationPolicyRepresents a background task that moves content from one storage area to another.interfaceCmContentReplicationQueueSweepRepresents a queue sweep that processes content replication queue entries within an advanced storage area of an object store.interfaceCmCustomQueueSweepRepresents a background task that operates continuously, periodically sweeping over a queue table specified as a target class.interfaceCmCustomSweepJobRepresents a background task that performs a one-time sweep over a specified target class and retrieves instances that meet the criteria set on the job's filter expression.interfaceCmCustomSweepPolicyRepresents a background task that performs an indefinite number of sweeps over a specified target class and retrieves instances that meet the criteria set on the policy's filter expression.interfaceCmDisposalPolicyDefines criteria for objects of a specified class to be disposed by a policy controlled sweep.interfaceCmElasticSearchIndexingSweepinterfaceCmPolicyControlledSweepRepresents a background service that repeatedly visits all instances of a specified class residing in a single database table.interfaceCmQueueSweepAbstract base class for sweep instances that are optimized for ongoing processing of queue tables.interfaceCmRetentionUpdateJobRepresents a background task that updates the retention date on objects that support it.interfaceCmRetentionUpdatePolicyDefines criteria for updating the retention period for objects of a specified class by a policy controlled sweep.interfaceCmSweepAn abstract base class for an object that represents a background service that visits all instances of a specified class.interfaceCmSweepActionDefines the action to be taken when a custom sweep (CmCustomSweepJob,CmCustomSweepPolicy, orCmCustomQueueSweep) is invoked.interfaceCmSweepJobAbstract base class for a sweep that visits each instance of the specified class exactly once.interfaceCmSweepPolicyAbstract base class for objects that specify rules for a policy controlled sweep, represented by aCmPolicyControlledSweepobject.interfaceCmSweepPolicyRelationshipConcrete subclass that defines an association between aCmPolicyControlledSweepand aCmSweepPolicy, as set in the Sweep property and the SweepSubscriber property, respectively.interfaceCmSweepRelationshipAbstract base class for objects that define an association between a policy controlled sweep and a sweep policy.interfaceCmThumbnailGenerationJobRepresents a background task that initiates sweep-based document thumbnail generation.interfaceCmThumbnailRequestSweepDefines the format, size, and color parameters that are used by the thumbnail generation service to render document thumbnails. -
Uses of Subscribable in com.filenet.api.util
Subinterfaces of Subscribable in com.filenet.api.util Modifier and Type Interface and Description interfaceCmRecoveryBinA container forCmRecoveryItemobjects.interfaceCmRecoveryItemA representative for one or more objects that have been marked for deletion.Methods in com.filenet.api.util that return Subscribable Modifier and Type Method and Description SubscribableCmRecoveryItem. get_OriginalObject()Returns the value of the OriginalObject property.Methods in com.filenet.api.util with parameters of type Subscribable Modifier and Type Method and Description voidCmRecoveryItem. set_OriginalObject(Subscribable value)Sets the value of the OriginalObject property.
-