com.filenet.api.replication
Interface ExternalRepository

All Superinterfaces:
EngineObject, IndependentlyPersistableObject, IndependentObject, Repository, java.io.Serializable
All Known Subinterfaces:
CMODRepository, ContentFederatingRepository, ImageServicesRepository

public interface ExternalRepository
extends Repository

Represents repositories that are external to the Content Engine server. This interface is the base for subinterfaces representing external repositories.

Metadata

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


Method Summary
 ExternalClassDescriptionSet get_ExternalClassDescriptions()
          Returns the value of the ExternalClassDescriptions property.
 
Methods inherited from interface com.filenet.api.replication.Repository
get_Creator, get_DateCreated, get_DateLastModified, get_DisplayName, get_Id, get_LastModifier, get_Site, set_Creator, set_DateCreated, set_DisplayName, set_Site
 
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
 
Methods inherited from interface com.filenet.api.core.IndependentObject
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_ExternalClassDescriptions

ExternalClassDescriptionSet get_ExternalClassDescriptions()
Returns the value of the ExternalClassDescriptions property. For more information, see ExternalClassDescriptions Property.



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