com.filenet.api.replication
Interface Replicable

All Known Subinterfaces:
Action, ActionConsumer, Annotation, ChoiceList, ClassDefinition, ClassSubscription, ClassWorkflowSubscription, CodeModule, ComponentRelationship, ContainmentRelationship, CustomObject, Document, DocumentClassDefinition, DocumentClassificationAction, DocumentLifecycleAction, DocumentLifecyclePolicy, DynamicReferentialContainmentRelationship, EventAction, EventClassDefinition, Folder, InstanceSubscription, InstanceWorkflowSubscription, Link, PropertyTemplate, PropertyTemplateBinary, PropertyTemplateBoolean, PropertyTemplateDateTime, PropertyTemplateFloat64, PropertyTemplateId, PropertyTemplateInteger32, PropertyTemplateObject, PropertyTemplateString, PublishStyleTemplate, PublishTemplate, ReferentialContainmentRelationship, Relationship, ReplicableClassDefinition, SecurityPolicy, StoragePolicy, SubscribableClassDefinition, Subscription, VersionableClassDefinition, WorkflowDefinition, WorkflowEventAction, XMLPropertyMappingScript

public interface Replicable

This interface is the base for subinterfaces representing classes of which an object instance can be replicated.

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: Subscribable


Method Summary
 ExternalIdentityList get_ExternalReplicaIdentities()
          Returns the value of the ExternalReplicaIdentities property.
 ReplicationGroup get_ReplicationGroup()
          Returns the value of the ReplicationGroup property.
 void set_ExternalReplicaIdentities(ExternalIdentityList value)
          Sets the value of the ExternalReplicaIdentities property.
 void set_ReplicationGroup(ReplicationGroup value)
          Sets the value of the ReplicationGroup property.
 

Method Detail

get_ReplicationGroup

ReplicationGroup get_ReplicationGroup()
Returns the value of the ReplicationGroup property. For more information, see ReplicationGroup Property.


set_ReplicationGroup

void set_ReplicationGroup(ReplicationGroup value)
Sets the value of the ReplicationGroup property. For more information, see ReplicationGroup Property.


get_ExternalReplicaIdentities

ExternalIdentityList get_ExternalReplicaIdentities()
Returns the value of the ExternalReplicaIdentities property. For more information, see ExternalReplicaIdentities Property.


set_ExternalReplicaIdentities

void set_ExternalReplicaIdentities(ExternalIdentityList value)
Sets the value of the ExternalReplicaIdentities property. For more information, see ExternalReplicaIdentities Property.



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