com.filenet.api.replication
Interface ExternalParticipant

All Superinterfaces:
DependentObject, EngineObject, ReplicationParticipant, java.io.Serializable

public interface ExternalParticipant
extends ReplicationParticipant, DependentObject

This interface is not supported.

Metadata

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


Method Summary
 ExternalRepository get_ExternalRepository()
          Returns the value of the ExternalRepository property.
 ObjectStore get_PartnerObjectStore()
          Returns the value of the PartnerObjectStore property.
 void set_ExternalRepository(ExternalRepository value)
          Sets the value of the ExternalRepository property.
 void set_PartnerObjectStore(ObjectStore value)
          Sets the value of the PartnerObjectStore property.
 
Methods inherited from interface com.filenet.api.replication.ReplicationParticipant
get_Id, get_ReplicationMode, set_ReplicationMode
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_ExternalRepository

ExternalRepository get_ExternalRepository()
Returns the value of the ExternalRepository property. For more information, see ExternalRepository Property.


set_ExternalRepository

void set_ExternalRepository(ExternalRepository value)
Sets the value of the ExternalRepository property. For more information, see ExternalRepository Property.


get_PartnerObjectStore

ObjectStore get_PartnerObjectStore()
Returns the value of the PartnerObjectStore property. For more information, see PartnerObjectStore Property.


set_PartnerObjectStore

void set_PartnerObjectStore(ObjectStore value)
Sets the value of the PartnerObjectStore property. For more information, see PartnerObjectStore Property.



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