com.filenet.api.replication
Interface ReplicationParticipant

All Superinterfaces:
DependentObject, EngineObject, java.io.Serializable
All Known Subinterfaces:
ExternalParticipant, ObjectStoreParticipant

public interface ReplicationParticipant
extends EngineObject, DependentObject

This interface is the base for subinterfaces representing external repository or object store participants in a replication group.

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: GenericObject


Method Summary
 Id get_Id()
          Returns the value of the Id property.
 ReplicationMode get_ReplicationMode()
          Returns the value of the ReplicationMode property.
 void set_ReplicationMode(ReplicationMode value)
          Sets the value of the ReplicationMode property.
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_Id

Id get_Id()
Returns the value of the Id property. For more information, see Id Property.


get_ReplicationMode

ReplicationMode get_ReplicationMode()
Returns the value of the ReplicationMode property. For more information, see ReplicationMode Property.


set_ReplicationMode

void set_ReplicationMode(ReplicationMode value)
Sets the value of the ReplicationMode property. For more information, see ReplicationMode Property.



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