|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PEConnectionPoint
Routes Process Engine requests to an isolated region (IsolatedRegion
instance). This information is persisted in the GCD
(Global Configuration Data). Multiple PEConnectionPoint
instances can reference the same isolated region.
The PEConnectionPoint
allows individual applications to use an arbitrary, application-specific name to refer to an isolated region.
The set of connection points defined is reflected in the Domain.PEConnectionPoints
property.
Metadata
Auditable: false
IsolatedRegion
,
Domain
Method Summary | |
---|---|
java.lang.String |
get_Creator()
Returns the value of the Creator property. |
java.util.Date |
get_DateCreated()
Returns the value of the DateCreated property. |
java.util.Date |
get_DateLastModified()
Returns the value of the DateLastModified property. |
java.lang.String |
get_DescriptiveText()
Returns the value of the DescriptiveText property. |
Id |
get_Id()
Returns the value of the Id property. |
IsolatedRegion |
get_IsolatedRegion()
Returns the value of the IsolatedRegion property. |
java.lang.String |
get_LastModifier()
Returns the value of the LastModifier property. |
java.lang.String |
get_Name()
Returns the value of the Name property. |
void |
set_Creator(java.lang.String value)
Sets the value of the Creator property. |
void |
set_DateCreated(java.util.Date value)
Sets the value of the DateCreated property. |
void |
set_DescriptiveText(java.lang.String value)
Sets the value of the DescriptiveText property. |
void |
set_IsolatedRegion(IsolatedRegion value)
Sets the value of the IsolatedRegion property. |
void |
set_Name(java.lang.String value)
Sets the value of the Name property. |
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject |
---|
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber |
Methods inherited from interface com.filenet.api.core.IndependentObject |
---|
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh |
Methods inherited from interface com.filenet.api.core.EngineObject |
---|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses |
Method Detail |
---|
java.lang.String get_Creator()
void set_Creator(java.lang.String value)
java.util.Date get_DateCreated()
void set_DateCreated(java.util.Date value)
java.lang.String get_LastModifier()
java.util.Date get_DateLastModified()
Id get_Id()
java.lang.String get_Name()
void set_Name(java.lang.String value)
java.lang.String get_DescriptiveText()
void set_DescriptiveText(java.lang.String value)
IsolatedRegion get_IsolatedRegion()
void set_IsolatedRegion(IsolatedRegion value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |