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
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 |
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, 2008. All rights reserved.