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. |
Modifier and Type | Method and Description |
---|---|
VirtualServer |
ServerInstance.get_VirtualServer()
Returns the value of the VirtualServer property.
|
Modifier and Type | Method and Description |
---|---|
static VirtualServer |
Factory.VirtualServer.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the
VirtualServer class
by the specified domain and ID. |
static VirtualServer |
Factory.VirtualServer.fetchInstance(Domain domain,
java.lang.String name,
PropertyFilter filter)
Retrieves a persisted
VirtualServer object based on the domain and ID specified. |
static VirtualServer |
Factory.VirtualServer.getInstance(Domain domain,
Id id)
Constructs an instance of the
VirtualServer class by the specified domain and ID. |
static VirtualServer |
Factory.VirtualServer.getInstance(Domain domain,
java.lang.String name)
Gets a
VirtualServer object based on the domain and ID specified. |
© Copyright IBM Corporation 2006, 2015. All rights reserved.