com.filenet.api.replication
Interface ExternalPropertyAlias

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

public interface ExternalPropertyAlias
extends RepositoryObject, ExternalAlias, DependentObject

Represents the mechanism for mapping an external class property to a corresponding Content Engine class property.

Metadata

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


Method Summary
 java.lang.String get_ClassIdentity()
          Returns the value of the ClassIdentity property.
 java.lang.String get_PropertyIdentity()
          Returns the value of the PropertyIdentity property.
 void set_ClassIdentity(java.lang.String value)
          Sets the value of the ClassIdentity property.
 void set_PropertyIdentity(java.lang.String value)
          Sets the value of the PropertyIdentity property.
 
Methods inherited from interface com.filenet.api.replication.ExternalAlias
get_AliasDirection, get_ExternalRepository, set_AliasDirection, set_ExternalRepository
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_ClassIdentity

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


set_ClassIdentity

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


get_PropertyIdentity

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


set_PropertyIdentity

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



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