Uses of Interface
com.filenet.api.replication.Replicable

Packages that use Replicable
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 as EntireNetwork, 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.publishing Provides interfaces related to publishing. 
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. 
 

Uses of Replicable in com.filenet.api.admin
 

Subinterfaces of Replicable in com.filenet.api.admin
 interface ChoiceList
          Represents a choice list in an object store.
 interface ClassDefinition
          Represents the class definition (mutable class metadata) of non-versionable, non-subscribable classes.
 interface CodeModule
          Represents a user-implemented Java event handler that's executed when an Action-based object's events are raised.
 interface DocumentClassDefinition
          Represents the class definition (mutable class metadata) of the Document class and its subclasses.
 interface EventClassDefinition
          Represents the class definition (mutable class metadata) of event classes whose instances can be subscribed to or audited.
 interface PropertyTemplate
          Represents the base class for all property template classes.
 interface PropertyTemplateBinary
          Represents a property template for creating PropertyDefinitionBinary objects, which you can add to class definitions to create user-defined properties for holding binary values.
 interface PropertyTemplateBoolean
          Represents a property template for creating PropertyDefinitionBoolean objects, which you can add to class definitions to create user-defined properties for holding Boolean values.
 interface PropertyTemplateDateTime
          Represents a property template for creating PropertyDefinitionDateTime objects, which you can add to class definitions to create user-defined properties for holding DateTime values.
 interface PropertyTemplateFloat64
          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.
 interface PropertyTemplateId
          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.
 interface PropertyTemplateInteger32
          Represents a property template for creating PropertyDefinitionInteger32 objects, which you can add to class definitions to create user-defined properties for holding integer values.
 interface PropertyTemplateObject
          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.
 interface PropertyTemplateString
          Represents a property template for creating PropertyDefinitionString objects, which you can add to class definitions to create user-defined properties for holding string values.
 interface ReplicableClassDefinition
          Represents the class definition (mutable class metadata) of classes of which an object instance can be replicated.
 interface StoragePolicy
          Represents a subset of available storage areas that are deemed equivalent based on common, user-specified criteria.
 interface SubscribableClassDefinition
          Represents the class definition (mutable class metadata) of classes whose instances can be the target of a subscription and can be audited.
 interface VersionableClassDefinition
          Represents the parent of the DocumentClassDefinition class, which holds the class definition of a Document class and its subclasses.
 interface XMLPropertyMappingScript
          Represents the definition of a Document subclass for defining XML property mapping scripts.
 

Uses of Replicable in com.filenet.api.core
 

Subinterfaces of Replicable in com.filenet.api.core
 interface Annotation
          Represents an annotation that can be applied to a document, folder, or custom object.
 interface ComponentRelationship
          Defines a hierarchical relationship between two documents as components in a compound document.
 interface ContainmentRelationship
          Models containment relationships.
 interface CustomObject
          Represents a general interface that can be subclassed.
 interface Document
          Represents a single version of a document stored in an object store.
 interface DynamicReferentialContainmentRelationship
          Represents a dynamic relationship between two Containable subclasses: a container and the current version of a Document.
 interface Folder
          Represents a container that can hold other Containable subclasses, but cannot have content data of its own.
 interface Link
          Represents a relationship between two objects.
 interface ReferentialContainmentRelationship
          Represents a static relationship between two Containable subclasses: a container and a containee.
 interface Relationship
          Represents the base class for binary relationships between independently persistable objects of an object store.
 interface WorkflowDefinition
          Represents 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
 interface Action
          Represents an extensible, user-implemented action in response to an event triggered on a source object.
 interface ActionConsumer
          Represents consumer of Action-based objects.
 interface ClassSubscription
          Represents a subscription for events generated by all objects of a particular class.
 interface ClassWorkflowSubscription
          Represents a subscription that initiates a workflow in response to events generated by all objects of a particular class.
 interface DocumentClassificationAction
          Defines the content type and the server-side Java implementation that automatically classifies a document of the defined content type.
 interface DocumentLifecycleAction
          Represents the actions to be taken when a document's lifecycle state is changed.
 interface DocumentLifecyclePolicy
          Represents the lifecycle policy for a document.
 interface EventAction
          Represents the actions taken when a subscribed event fires.
 interface InstanceSubscription
          Represents a subscription for events generated by a single object instance of a particular class.
 interface InstanceWorkflowSubscription
          Represents a subscription that initiates a workflow in response to events generated by a single object instance.
 interface Subscription
          Represents a request to execute an event action when an event is triggered on a target Content Engine object.
 interface WorkflowEventAction
          Represents a definition of the actions taken when a workflow is initiated via an event that is subscribed to by a workflow subscription.
 

Uses of Replicable in com.filenet.api.publishing
 

Subinterfaces of Replicable in com.filenet.api.publishing
 interface PublishStyleTemplate
          Represents the style template that defines how a source document will be transformed.
 interface PublishTemplate
          Represents a template for publishing a document.
 

Uses of Replicable in com.filenet.api.replication
 

Methods in com.filenet.api.replication that return Replicable
 Replicable ReplicationJournalEntry.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
 interface SecurityPolicy
          Represents an independently persistable, subclassable container for a list of security templates.
 



© Copyright IBM Corporation 2006, 2008. All rights reserved.