com.filenet.api.admin
Interface PEConnectionPoint
-
- All Superinterfaces:
- EngineObject, IndependentlyPersistableObject, IndependentObject, java.io.Serializable
public interface PEConnectionPoint extends IndependentlyPersistableObject
Routes Process Engine requests to an isolated region (IsolatedRegioninstance). This information is persisted in the GCD (Global Configuration Database). MultiplePEConnectionPointinstances can reference the same isolated region. ThePEConnectionPointallows individual applications to use an arbitrary, application-specific name to refer to an isolated region. The set of connection points defined is reflected in theDomain.PEConnectionPointsproperty.Metadata
- See Also:
IsolatedRegion,Domain
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.Stringget_Creator()Returns the value of the Creator property.java.util.Dateget_DateCreated()Returns the value of the DateCreated property.java.util.Dateget_DateLastModified()Returns the value of the DateLastModified property.java.lang.Stringget_DescriptiveText()Returns the value of the DescriptiveText property.Idget_Id()Returns the value of the Id property.IsolatedRegionget_IsolatedRegion()Returns the value of the IsolatedRegion property.java.lang.Stringget_LastModifier()Returns the value of the LastModifier property.java.lang.Stringget_Name()Returns the value of the Name property.voidset_Creator(java.lang.String value)Sets the value of the Creator property.voidset_DateCreated(java.util.Date value)Sets the value of the DateCreated property.voidset_DescriptiveText(java.lang.String value)Sets the value of the DescriptiveText property.voidset_IsolatedRegion(IsolatedRegion value)Sets the value of the IsolatedRegion property.voidset_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
-
get_Creator
java.lang.String get_Creator()
Returns the value of the Creator property. For more information, see Creator Property.
-
set_Creator
void set_Creator(java.lang.String value)
Sets the value of the Creator property. For more information, see Creator Property.
-
get_DateCreated
java.util.Date get_DateCreated()
Returns the value of the DateCreated property. For more information, see DateCreated Property.
-
set_DateCreated
void set_DateCreated(java.util.Date value)
Sets the value of the DateCreated property. For more information, see DateCreated Property.
-
get_LastModifier
java.lang.String get_LastModifier()
Returns the value of the LastModifier property. For more information, see LastModifier Property.
-
get_DateLastModified
java.util.Date get_DateLastModified()
Returns the value of the DateLastModified property. For more information, see DateLastModified Property.
-
get_Id
Id get_Id()
Returns the value of the Id property. For more information, see Id Property.
-
get_Name
java.lang.String get_Name()
Returns the value of the Name property. For more information, see Name Property.
-
set_Name
void set_Name(java.lang.String value)
Sets the value of the Name property. For more information, see Name Property.
-
get_DescriptiveText
java.lang.String get_DescriptiveText()
Returns the value of the DescriptiveText property. For more information, see DescriptiveText Property.
-
set_DescriptiveText
void set_DescriptiveText(java.lang.String value)
Sets the value of the DescriptiveText property. For more information, see DescriptiveText Property.
-
get_IsolatedRegion
IsolatedRegion get_IsolatedRegion()
Returns the value of the IsolatedRegion property. For more information, see IsolatedRegion Property.
-
set_IsolatedRegion
void set_IsolatedRegion(IsolatedRegion value)
Sets the value of the IsolatedRegion property. For more information, see IsolatedRegion Property.
-
-