-
Packages that use Site Package Description com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,Domain,Document,Folder, and so on.com.filenet.api.replication Provides interfaces for defining objects that can be replicated and external repositories that are capable of federating content. -
-
Uses of Site in com.filenet.api.admin
Methods in com.filenet.api.admin that return Site Modifier and Type Method and Description SiteVirtualServer. get_Site()Returns the value of the Site property.SiteStorageArea. get_Site()Returns the value of the Site property.SiteSiteSettings. get_Site()Returns the value of the Site property.SiteIndexArea. get_Site()Returns the value of the Site property.SiteContentCacheArea. get_Site()Returns the value of the Site property.SiteCmTextSearchServer. get_Site()Returns the value of the Site property.SiteCmStorageDevice. get_Site()Returns the value of the Site property.SiteCmDatabaseConnection. get_Site()Returns the value of the Site property.Methods in com.filenet.api.admin with parameters of type Site Modifier and Type Method and Description voidVirtualServer. set_Site(Site value)Sets the value of the Site property.voidStorageArea. set_Site(Site value)Sets the value of the Site property.voidSiteSettings. set_Site(Site value)Sets the value of the Site property.voidIndexArea. set_Site(Site value)Sets the value of the Site property.voidContentCacheArea. set_Site(Site value)Sets the value of the Site property.voidCmTextSearchServer. set_Site(Site value)Sets the value of the Site property.voidCmStorageDevice. set_Site(Site value)Sets the value of the Site property.voidCmDatabaseConnection. set_Site(Site value)Sets the value of the Site property. -
Uses of Site in com.filenet.api.core
Methods in com.filenet.api.core that return Site Modifier and Type Method and Description static SiteFactory.Site. createInstance(Domain domain, Id id)Creates a new instance of theSiteclass based on the specified parameters.static SiteFactory.Site. fetchInstance(Domain domain, Id id, PropertyFilter filter)Retrieves an object of theSiteclass by the specified domain and ID.static SiteFactory.Site. fetchInstance(Domain domain, java.lang.String name, PropertyFilter filter)Retrieves a persistedSiteobject based on the domain and ID specified.SiteDomain. get_DefaultSite()Returns the value of the DefaultSite property.static SiteFactory.Site. getInstance(Domain domain, Id id)Constructs an instance of theSiteclass by the specified domain and ID.static SiteFactory.Site. getInstance(Domain domain, java.lang.String name)Gets aSiteobject based on the domain and ID specified.Methods in com.filenet.api.core with parameters of type Site Modifier and Type Method and Description voidDomain. set_DefaultSite(Site value)Sets the value of the DefaultSite property. -
Uses of Site in com.filenet.api.replication
Methods in com.filenet.api.replication that return Site Modifier and Type Method and Description SiteRepository. get_Site()Returns the value of the Site property.Methods in com.filenet.api.replication with parameters of type Site Modifier and Type Method and Description voidRepository. set_Site(Site value)Sets the value of the Site property.
-