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