-
Packages that use ServerInstance Package Description 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 ServerInstance in com.filenet.api.core
Methods in com.filenet.api.core that return ServerInstance Modifier and Type Method and Description static ServerInstanceFactory.ServerInstance. fetchInstance(Domain domain, Id id, PropertyFilter filter)Retrieves an object of theServerInstanceclass by the specified domain and ID.static ServerInstanceFactory.ServerInstance. fetchInstance(Domain domain, java.lang.String name, PropertyFilter filter)Retrieves the specifiedServerInstanceobject based on the domain and ID specified.static ServerInstanceFactory.ServerInstance. getInstance(Domain domain, Id id)Constructs an instance of theServerInstanceclass by the specified domain and ID.static ServerInstanceFactory.ServerInstance. getInstance(Domain domain, java.lang.String name)Retrieves an instance of theServerInstanceclass by the specified domain and ID.
-