com.filenet.api.replication
Interface ExternalIdentity

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

public interface ExternalIdentity
extends RepositoryObject, EngineObject, DependentObject

Represents the identity of a replicated object in an external repository.

Metadata

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


Method Summary
 java.lang.String get_ExternalObjectIdentity()
          Returns the value of the ExternalObjectIdentity property.
 ExternalRepository get_ExternalRepository()
          Returns the value of the ExternalRepository property.
 Id get_Id()
          Returns the value of the Id property.
 byte[] get_ReplicationData()
          Returns the value of the ReplicationData property.
 void set_ExternalObjectIdentity(java.lang.String value)
          Sets the value of the ExternalObjectIdentity property.
 void set_ExternalRepository(ExternalRepository value)
          Sets the value of the ExternalRepository property.
 void set_ReplicationData(byte[] value)
          Sets the value of the ReplicationData property.
 
Methods inherited from interface com.filenet.api.core.RepositoryObject
getObjectStore
 
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_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_ExternalObjectIdentity

java.lang.String get_ExternalObjectIdentity()
Returns the value of the ExternalObjectIdentity property. For more information, see ExternalObjectIdentity Property.


set_ExternalObjectIdentity

void set_ExternalObjectIdentity(java.lang.String value)
Sets the value of the ExternalObjectIdentity property. For more information, see ExternalObjectIdentity Property.


get_ReplicationData

byte[] get_ReplicationData()
Returns the value of the ReplicationData property. For more information, see ReplicationData Property.


set_ReplicationData

void set_ReplicationData(byte[] value)
Sets the value of the ReplicationData property. For more information, see ReplicationData Property.



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