|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IsolatedRegion | |
---|---|
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 as EntireNetwork , Domain , Document , Folder , and so on. |
Uses of IsolatedRegion in com.filenet.api.admin |
---|
Methods in com.filenet.api.admin that return IsolatedRegion | |
---|---|
IsolatedRegion |
PEConnectionPoint.get_IsolatedRegion()
Returns the value of the IsolatedRegion property. |
Methods in com.filenet.api.admin with parameters of type IsolatedRegion | |
---|---|
void |
PEConnectionPoint.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 | |
---|---|
static IsolatedRegion |
Factory.IsolatedRegion.createInstance(Domain domain,
Id id)
Creates a new instance of the IsolatedRegion class based on the specified parameters. |
static IsolatedRegion |
Factory.IsolatedRegion.fetchInstance(Domain domain,
Id id,
PropertyFilter filter)
Retrieves an object of the IsolatedRegion class based on the specified domain and ID. |
static IsolatedRegion |
Factory.IsolatedRegion.getInstance(Domain domain,
Id id)
Retrieves an instance of the IsolatedRegion class based on the specified domain and ID. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |