com.filenet.api.replication
Interface ContentFederatingRepository

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

public interface ContentFederatingRepository
extends ExternalRepository

Represents repositories that are external to the Content Engine server and are capable of federating content. This interface is the base for subinterfaces representing specific external repository types that are capable of federating content.

Metadata

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


Method Summary
 FixedContentDevice get_FixedContentDevice()
          Returns the value of the FixedContentDevice property.
 void set_FixedContentDevice(FixedContentDevice value)
          Sets the value of the FixedContentDevice property.
 
Methods inherited from interface com.filenet.api.replication.ExternalRepository
get_ExternalClassDescriptions
 
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_FixedContentDevice

FixedContentDevice get_FixedContentDevice()
Returns the value of the FixedContentDevice property. For more information, see FixedContentDevice Property.


set_FixedContentDevice

void set_FixedContentDevice(FixedContentDevice value)
Sets the value of the FixedContentDevice property. For more information, see FixedContentDevice Property.



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