-
Packages that use IsolatedRegion Package Description com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.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 IsolatedRegion in com.filenet.api.admin
Methods in com.filenet.api.admin that return IsolatedRegion Modifier and Type Method and Description IsolatedRegionPEConnectionPoint. get_IsolatedRegion()Returns the value of the IsolatedRegion property.Methods in com.filenet.api.admin with parameters of type IsolatedRegion Modifier and Type Method and Description voidPEConnectionPoint. set_IsolatedRegion(IsolatedRegion value)Sets the value of the IsolatedRegion property. -
Uses of IsolatedRegion in com.filenet.api.core
Methods in com.filenet.api.core that return IsolatedRegion Modifier and Type Method and Description static IsolatedRegionFactory.IsolatedRegion. createInstance(Domain domain, Id id)Creates a new instance of theIsolatedRegionclass based on the specified parameters.static IsolatedRegionFactory.IsolatedRegion. fetchInstance(Domain domain, Id id, PropertyFilter filter)Retrieves an object of theIsolatedRegionclass based on the specified domain and ID.static IsolatedRegionFactory.IsolatedRegion. getInstance(Domain domain, Id id)Retrieves an instance of theIsolatedRegionclass based on the specified domain and ID.
-