-
Packages that use VirtualServer 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. -
-
Uses of VirtualServer in com.filenet.api.admin
Methods in com.filenet.api.admin that return VirtualServer Modifier and Type Method and Description VirtualServerServerInstance. get_VirtualServer()Returns the value of the VirtualServer property. -
Uses of VirtualServer in com.filenet.api.core
Methods in com.filenet.api.core that return VirtualServer Modifier and Type Method and Description static VirtualServerFactory.VirtualServer. fetchInstance(Domain domain, Id id, PropertyFilter filter)Retrieves an object of theVirtualServerclass by the specified domain and ID.static VirtualServerFactory.VirtualServer. fetchInstance(Domain domain, java.lang.String name, PropertyFilter filter)Retrieves a persistedVirtualServerobject based on the domain and ID specified.static VirtualServerFactory.VirtualServer. getInstance(Domain domain, Id id)Constructs an instance of theVirtualServerclass by the specified domain and ID.static VirtualServerFactory.VirtualServer. getInstance(Domain domain, java.lang.String name)Gets aVirtualServerobject based on the domain and ID specified.
-