com.filenet.api.replication
Interface ExternalAlias

All Superinterfaces:
DependentObject, EngineObject, RepositoryObject, java.io.Serializable
All Known Subinterfaces:
ExternalClassAlias, ExternalPropertyAlias

public interface ExternalAlias
extends RepositoryObject, EngineObject, DependentObject

Represents the mechanism for mapping an external class or property to a corresponding Content Engine class or property. This interface is the base for subinterfaces representing external class and property aliases.

Metadata

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


Method Summary
 ReplicationDirection get_AliasDirection()
          Returns the value of the AliasDirection property.
 ExternalRepository get_ExternalRepository()
          Returns the value of the ExternalRepository property.
 void set_AliasDirection(ReplicationDirection value)
          Sets the value of the AliasDirection property.
 void set_ExternalRepository(ExternalRepository value)
          Sets the value of the ExternalRepository 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_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_AliasDirection

ReplicationDirection get_AliasDirection()
Returns the value of the AliasDirection property. For more information, see AliasDirection Property.


set_AliasDirection

void set_AliasDirection(ReplicationDirection value)
Sets the value of the AliasDirection property. For more information, see AliasDirection Property.



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