-
Packages that use Replicable 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.replication Provides interfaces for defining objects that can be replicated and external repositories that are capable of federating content.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. -
-
Uses of Replicable in com.filenet.api.admin
Subinterfaces of Replicable 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.interfaceCmAuditDispositionPolicyDeprecated.As of release 5.5.6. A Disposal Policy targeting the Event class should be used instead.interfaceCmContentConversionActionThis class is not supported.interfaceCmContentValidationActioninterfaceCmConversionSettingsClassDefinitionThis interface is not supported.interfaceCmDependentClassDefinitioninterfaceCmHoldRepresents 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).interfaceCmQueueEntryClassDefinitionMutable metadata class defining a subclass ofCmAbstractQueueEntry.interfaceCmRoleClassDefinitionMutable metadata class defining a subclass ofCmRole.interfaceCmRoleMembershipActionDefines an action that evaluates user membership in dynamic roles.interfaceCmSearchFunctionDefinitionDefines a custom SQL search function that can be invoked during a background search.interfaceCmTextIndexingPreprocessorActionThis interface is not supported.interfaceCodeModuleRepresents a Java action handler to be stored on the Content Engine.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.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.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 Replicable in com.filenet.api.core
Subinterfaces of Replicable 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.interfaceWorkflowDefinitionRepresents a workflow definition, an XML document of class "WorkflowDefinition" that is stored in a Content Engine object store. -
Uses of Replicable in com.filenet.api.events
Subinterfaces of Replicable 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. -
Uses of Replicable in com.filenet.api.query
Subinterfaces of Replicable in com.filenet.api.query Modifier and Type Interface and Description interfaceStoredSearchRepresents the search criteria for a stored search or search template. -
Uses of Replicable in com.filenet.api.replication
Methods in com.filenet.api.replication that return Replicable Modifier and Type Method and Description ReplicableReplicationJournalEntry. get_SourceObject()Returns the value of the SourceObject property. -
Uses of Replicable in com.filenet.api.security
Subinterfaces of Replicable 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 Replicable in com.filenet.api.sweep
Subinterfaces of Replicable in com.filenet.api.sweep Modifier and Type Interface and Description interfaceCmContentMigrationPolicyRepresents a background task that moves content from one storage area to another.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.interfaceCmRetentionUpdatePolicyDefines criteria for updating the retention period for objects of a specified class by a policy controlled sweep.interfaceCmSweepActionDefines the action to be taken when a custom sweep (CmCustomSweepJob,CmCustomSweepPolicy, orCmCustomQueueSweep) is invoked.interfaceCmSweepPolicyAbstract base class for objects that specify rules for a policy controlled sweep, represented by aCmPolicyControlledSweepobject.
-