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 as
EntireNetwork , 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.
|
Modifier and Type | Method and Description |
---|---|
Site |
VirtualServer.get_Site()
Returns the value of the Site property.
|
Site |
StorageArea.get_Site()
Returns the value of the Site property.
|
Site |
SiteSettings.get_Site()
Returns the value of the Site property.
|
Site |
RenditionEngineConnection.get_Site()
Returns the value of the Site property.
|
Site |
IsolatedRegion.get_Site()
Deprecated.
As of release 5.2.0.
|
Site |
IndexArea.get_Site()
Returns the value of the Site property.
|
Site |
DITARenditionEngineConnection.get_Site()
Returns the value of the Site property.
|
Site |
ContentCacheArea.get_Site()
Returns the value of the Site property.
|
Site |
CmTextSearchServer.get_Site()
Returns the value of the Site property.
|
Site |
CmStorageDevice.get_Site()
Returns the value of the Site property.
|
Site |
CmDatabaseConnection.get_Site()
Returns the value of the Site property.
|
Modifier and Type | Method and Description |
---|---|
void |
VirtualServer.set_Site(Site value)
Sets the value of the Site property.
|
void |
StorageArea.set_Site(Site value)
Sets the value of the Site property.
|
void |
SiteSettings.set_Site(Site value)
Sets the value of the Site property.
|
void |
RenditionEngineConnection.set_Site(Site value)
Sets the value of the Site property.
|
void |
IsolatedRegion.set_Site(Site value)
Deprecated.
As of release 5.2.0.
|
void |
IndexArea.set_Site(Site value)
Sets the value of the Site property.
|
void |
DITARenditionEngineConnection.set_Site(Site value)
Sets the value of the Site property.
|
void |
ContentCacheArea.set_Site(Site value)
Sets the value of the Site property.
|
void |
CmTextSearchServer.set_Site(Site value)
Sets the value of the Site property.
|
void |
CmStorageDevice.set_Site(Site value)
Sets the value of the Site property.
|
void |
CmDatabaseConnection.set_Site(Site value)
Sets the value of the Site property.
|
Modifier and Type | Method and Description |
---|---|
static Site |
Factory.Site.createInstance(Domain domain,
Id id)
Creates a new instance of the
Site class based on the specified parameters. |
static Site |
Factory.Site.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
Site class
by the specified domain and ID. |
static Site |
Factory.Site.fetchInstance(Domain domain,
java.lang.String name,
PropertyFilter filter)
Retrieves a persisted
Site object based on the domain and ID specified. |
Site |
Domain.get_DefaultSite()
Returns the value of the DefaultSite property.
|
static Site |
Factory.Site.getInstance(Domain domain,
Id id)
Constructs an instance of the
Site class by the specified domain and ID. |
static Site |
Factory.Site.getInstance(Domain domain,
java.lang.String name)
Gets a
Site object based on the domain and ID specified. |
Modifier and Type | Method and Description |
---|---|
void |
Domain.set_DefaultSite(Site value)
Sets the value of the DefaultSite property.
|
Modifier and Type | Method and Description |
---|---|
Site |
Repository.get_Site()
Returns the value of the Site property.
|
Modifier and Type | Method and Description |
---|---|
void |
Repository.set_Site(Site value)
Sets the value of the Site property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.