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

Packages that use PEConnectionPoint
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 PEConnectionPoint in com.filenet.api.core
 

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



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