Uses of Interface
com.filenet.api.admin.ServerInstance

Packages that use ServerInstance
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. 
 

Uses of ServerInstance in com.filenet.api.core
 

Methods in com.filenet.api.core that return ServerInstance
static ServerInstance Factory.ServerInstance.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the ServerInstance class by the specified domain and ID.
static ServerInstance Factory.ServerInstance.fetchInstance(Domain domain, java.lang.String name, PropertyFilter filter)
          Retrieves the specified ServerInstance object based on the domain and ID specified.
static ServerInstance Factory.ServerInstance.getInstance(Domain domain, Id id)
          Constructs an instance of the ServerInstance class by the specified domain and ID.
static ServerInstance Factory.ServerInstance.getInstance(Domain domain, java.lang.String name)
          Retrieves an instance of the ServerInstance class by the specified domain and ID.
 



© Copyright IBM Corporation 2006, 2008. All rights reserved.