|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |