- PAC_MAIL_EVENT_FIELD - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventActivityHandler
-
- PAC_MAIL_EVENT_REGEX - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventActivityHandler
-
Parameter activity configuration: a regular expression for picking some
data out of the message body and store it to the parameter.
- PAC_MAIL_EVENT_REGEX_GROUP - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventActivityHandler
-
- pad(String, int) - Static method in class de.aristaflow.adept2.util.StringTools
-
Returns the given string padded with spaces equally on both sides up the
given length.
- pad(String, int, String) - Static method in class de.aristaflow.adept2.util.StringTools
-
Returns the given string padded with characters from the specified pad
string equally on both sides up the given length.
- Pair<F,S> - Class in de.aristaflow.adept2.util.types
-
Class representing a pair of two objects.
- Pair() - Constructor for class de.aristaflow.adept2.util.types.Pair
-
Default constructor for serialisation.
- Pair(F, S) - Constructor for class de.aristaflow.adept2.util.types.Pair
-
Constructor.
- pair(F, S) - Static method in class de.aristaflow.adept2.util.types.Pair
-
Create a new pair.
- PARAM_AC_PREFIX - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventActivityHandler
-
Prefix for our configuration values in the parameter's activity
configuration.
- PARAM_AC_PREFIX - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventActivityHandler
-
Prefix for our configuration values in the parameter's activity
configuration.
- PARAM_ATTACHMENTS - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailTools
-
Process parameter name for the list of attachments.
- PARAM_BCC - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailTools
-
Process parameter name for the message's recipient list.
- PARAM_BODY - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailTools
-
Process parameter name for the message's body.
- PARAM_CC - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailTools
-
Process parameter name for the message's recipient list.
- PARAM_FILE - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventActivityHandler
-
Process parameter name for the file.
- PARAM_FILE - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.InstanceStartEventHandler
-
Process parameter name for the file.
- PARAM_FILE - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.MarkInstanceStartEventHandler
-
Process parameter name for the file.
- PARAM_FILENAME - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventActivityHandler
-
Process parameter name for the file name.
- PARAM_FILENAME - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.InstanceStartEventHandler
-
Process parameter name for the file name.
- PARAM_FILENAME - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.MarkInstanceStartEventHandler
-
Process parameter name for the file name.
- PARAM_FROM - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailTools
-
Process parameter name for the message's sender list.
- PARAM_LOCK_FILE - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.InstanceStartEventHandler
-
Process parameter name for the lock file.
- PARAM_LOCK_FILE - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.MarkInstanceStartEventHandler
-
Process parameter name for the lock file.
- PARAM_MESSAGE - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailTools
-
Process parameter name for the message.
- PARAM_MODIFIED_DATE - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventActivityHandler
-
Process parameter name for the file name.
- PARAM_MODIFIED_DATE - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.InstanceStartEventHandler
-
Process parameter name for the file name.
- PARAM_MODIFIED_DATE - Static variable in class de.aristaflow.adept2.core.eventmanager.fileevents.MarkInstanceStartEventHandler
-
Process parameter name for the file name.
- PARAM_SENT_DATE - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailTools
-
Process parameter name for the message's sent date.
- PARAM_SUBJECT - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailTools
-
Process parameter name for the message's subject.
- PARAM_TO - Static variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailTools
-
Process parameter name for the message's recipient list.
- Parameter - Interface in de.aristaflow.adept2.model.common
-
The parameter interface describes the common parameter information of the
various data models.
- PARAMETER_ILLEGAL_VALUE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- PARAMETER_MALFORMED_URI - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- PARAMETER_NOT_EXISTING - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- PARAMETER_REF_PATTERN - Static variable in class de.aristaflow.adept2.model.common.paramref.ParameterRefTools
-
Pattern to match simple parameter references.
- PARAMETER_UNEXPECTED_TYPE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- PARAMETER_UNEXPECTED_UDT - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- PARAMETER_URI_TARGET_MISSING - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- PARAMETER_VALUE_MISSING - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- PARAMETER_WRONG_DATA_TYPE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- parameterAccessType - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'accessType'.
- ParameterChangePolicy - Enum in de.aristaflow.adept2.model.common
-
Generic operations do not have a fixed interface but may allow to change
their input and output parameters.
- parameterChangePolicy - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'parameterChangePolicy'.
- ParameterComparator - Class in de.aristaflow.adept2.model.common.tools
-
This comparator can be used to compare (process) parameters.
- ParameterComparator() - Constructor for class de.aristaflow.adept2.model.common.tools.ParameterComparator
-
Creates a new ParameterComparator with a UUID comparator
comparing UUIDs unsigned.
- ParameterDataContext - Interface in de.aristaflow.adept2.model.execution
-
This data context provides access to input parameters as well as the
parameter names and their types.
- parameterDefaultValue - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'defaultValue'.
- parameterDescription - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'description'.
- parameterDeveloperDescription - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'developerDescription'.
- parameterExists(String) - Method in class de.aristaflow.adept2.core.changeoperations.NodeDependencyProvider
-
- parameterExists(String) - Method in interface de.aristaflow.adept2.model.processmodel.systemdata.DependencyProvider
-
Returns whether a parameter with the specified name already exists.
- parameterIdentifierID - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'identifierID'.
- parameterIsFailure - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'isFailure'.
- parameterIsFormEnabled - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'isFormEnabled'.
- parameterIsIndexed - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'indexed'.
- parameterIsOptional - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'isOptional'.
- parameterIsStreamReplaceable - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'isStreamReplaceable'.
- parameterIsVirtual - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'isVirtual'.
- parameterLists - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.HTTPReply
-
- parameterName - Variable in enum de.aristaflow.adept2.model.common.plugindata.ErrorHandlingProcessData.ErrorHandlingParameter
-
The name of the parameter.
- parameterName - Variable in exception de.aristaflow.adept2.model.datamanagement.InvalidDataTypeException
-
The name of the parameter which has been requested and which is of the
wrong type.
- parameterName - Variable in exception de.aristaflow.adept2.model.datamanagement.MandatoryParameterValueNotSetException
-
The name of the mandatory output parameter which is not provided a value.
- parameterName - Variable in exception de.aristaflow.adept2.model.datamanagement.NoSuchParameterException
-
The name of the parameter which has been requested but which does not exist.
- parameterName - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'name'.
- ParameterRef - Class in de.aristaflow.adept2.model.common.paramref
-
- ParameterRef(ProcessConstants.AdeptDataType, String) - Constructor for class de.aristaflow.adept2.model.common.paramref.ParameterRef
-
- ParameterRef(String, ProcessConstants.AdeptDataType, String) - Constructor for class de.aristaflow.adept2.model.common.paramref.ParameterRef
-
Constructs a new ParameterRef with the specified name, data type
and name of UDT.
- ParameterRef(String, ProcessConstants.AdeptDataType, String, boolean) - Constructor for class de.aristaflow.adept2.model.common.paramref.ParameterRef
-
Constructs a new ParameterRef with the specified name, data type
and name of UDT.
- parameterReferenceExists(Object, Method[], String) - Static method in class de.aristaflow.adept2.core.changeoperations.AddNodeSystemParameter
-
- ParameterRefParser - Class in de.aristaflow.adept2.model.common.paramref
-
Parser for strings containing parameter references.
- ParameterRefReplacer - Class in de.aristaflow.adept2.model.common.paramref
-
Facilitates the process of parameterised strings and replace the parameter
references with values.
- ParameterRefTools - Class in de.aristaflow.adept2.model.common.paramref
-
This utility class provides methods to deal with
ParameterRef
parameter references in all kinds of strings, used in different places like
SystemDataConsumer-annotated
methods.
- parameters - Variable in class de.aristaflow.adept2.ui.htmlgui.HTMLContext.HTTPReply
-
- ParameterTemplate - Interface in de.aristaflow.adept2.model.activitymodel
-
Generic operations allow to add parameters.
- parameterType - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'type'.
- parameterUsedAsValue(ParameterRefReplacer) - Static method in class de.aristaflow.adept2.model.orgmodel.OrgModelTools
-
Returns if the current parameter reference in the specified replacer is
used as placeholder for a value.
- ParamRefTools - Class in de.aristaflow.adept2.core.eventmanager.common
-
Various tool methods for processing events.
- ParamRefTools() - Constructor for class de.aristaflow.adept2.core.eventmanager.common.ParamRefTools
-
- parentComposite - Variable in class de.aristaflow.adept2.ui.awtgui.SWTEmbeddedAWTContext
-
The SWT element that includes the AWT Frame the AWT component can insert
its gui elements.
- parentFrame - Variable in class de.aristaflow.adept2.ui.awtgui.SWTEmbeddedAWTContext
-
The AWT Frame the AWT component can insert its GUI elements.
- parentSwtContext - Variable in class de.aristaflow.adept2.ui.swtgui.SwtHtmlContext
-
The parent SWT-context containing the Eclipse-Editor.
- parentSwtContext - Variable in class de.aristaflow.adept2.ui.swtgui.SwtUrlContext
-
The parent SWT-context containing the Eclipse-Editor.
- parentTemplateID - Variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLHelperTools.TemplateInformation
-
The ID of the parent template this template information belongs to.
- ParentToChildConnection - Class in de.aristaflow.adept2.base.dbaccess
-
A parent-to-child connection joins the parent attribute of a hierarchical
table with a corresponding child attribute via the designated operator.
- ParentToChildConnection(String, String, String) - Constructor for class de.aristaflow.adept2.base.dbaccess.ParentToChildConnection
-
Creates a new parent-to-child-connection to use in a hierarchical query.
- ParentToChildConnection(String, String, String, boolean) - Constructor for class de.aristaflow.adept2.base.dbaccess.ParentToChildConnection
-
Creates a new condition to compare a parent or child attribute with a constant.
- ParentToChildConnection(String, boolean, String, String, boolean) - Constructor for class de.aristaflow.adept2.base.dbaccess.ParentToChildConnection
-
Creates a new parent-to-child-connection to use in a hierarchical query.
- parse(String, OrgPolicyReport, TokenInfoContainer) - Method in class de.aristaflow.adept2.core.orgmodelmanager.parser.OrgPolicyParser
-
This method will parse the given OrgPolicy and return it as an object
structure.
- parse(String, OrgPolicyReport, boolean, boolean, boolean, TokenInfoContainer) - Method in class de.aristaflow.adept2.core.orgmodelmanager.parser.OrgPolicyParser
-
This method will parse the given OrgPolicy.
- parseBoolean(String) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Parses the designated string and returns the corresponding boolean value.
- parseConfDirs(String[]) - Method in class de.aristaflow.adept2.base.configuration.ConfigurationPropertyProvider
-
Parses the designated configuration directories and splits them
appropriately based on the position of the provided configuration.
- parseConfiguration(Configuration) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharedEventSource
-
Parses the designated (initial) configuration.
- parseCSVString(String, String) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Splits the given CSV string around the designated separator and removes
whitespace at the start and end of each resulting token.
- parseDate(String) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Parses the designated string and returns the corresponding date value or
null in case the value cannot be parsed or is not a valid
date.
- parseFloat(String) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Parses the designated string and returns the corresponding float value or
null in case the value cannot be parsed or is not a valid
float.
- parseInteger(String) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Parses the designated string and returns the corresponding integer value or
null in case the value cannot be parsed or is not a valid
integer.
- parseIOParameterReference(String, EnumSet<ProcessConstants.AdeptDataType>) - Static method in class de.aristaflow.adept2.model.common.paramref.ParameterRefTools
-
- parseLocaleString(String) - Static method in class de.aristaflow.adept2.util.LocaleTools
-
Parse a locale from the specified locale string as returned by Locale.toString().
- parseParameterReference(String, EnumSet<ProcessConstants.AdeptDataType>) - Static method in class de.aristaflow.adept2.model.common.paramref.ParameterRefTools
-
- parseParameterReference(String) - Static method in class de.aristaflow.adept2.model.common.systemdata.SystemDataTools
-
Parses the specified string representation of a parameter reference
(including the enclosing '%'s) and returns it as a
ParameterRef
object (or
null if the reference is in any way illegal).
- parsePassword(Configuration, String) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Parses the property's value in the designated configuration as a string,
decodes and decrypts it and returns the resulting string.
- parsePassword(String) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Parses the property's value in the designated configuration as a string,
decodes and decrypts it and returns the resulting string.
- parsePasswordTolerant(Configuration, String) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Parses the property's value in the designated configuration as a string,
decodes and decrypts it and returns the resulting string.
- parsePasswordTolerant(String) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Parses the property's value in the designated configuration as a string,
decodes and decrypts it and returns the resulting string.
- PARSER_CONFIGURATION_EXCEPTION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- parseScriptDeclaration(String) - Static method in class de.aristaflow.adept2.model.scripts.ScriptTools
-
Parses the given script declaration in its string form and returns it as
object where the components are easily accessible.
- parseScriptDeclaration(String, boolean) - Static method in class de.aristaflow.adept2.model.scripts.ScriptTools
-
Parses the given script declaration in its string form and returns it as
object where the components are easily accessible.
- parseUDT(String) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Parses the designated string and returns the corresponding UDT-value (as
byte-array) or null in case the value cannot be parsed or is
not a valid byte[].
- parseURI(String) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Parses the designated string and returns the corresponding URI or
null in case the value cannot be parsed or is not a valid URI.
- parseURI(Configuration, String) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Parses the property's value in the given configuration and returns it as a
URI.
- passivate(T) - Method in interface de.aristaflow.adept2.util.objectpool.ObjectLifeCycle
-
Passivates the given object while it's being checked in.
- password - Variable in class de.aristaflow.adept2.base.security.callbackhandler.NamePasswordHandler
-
The password to provide in a PasswordCallback if required.
- password - Variable in class de.aristaflow.adept2.base.security.callbackhandler.PasswordHandler
-
The password to provide in a PasswordCallback if required.
- password - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
-
The password to connect to the host with.
- PasswordHandler - Class in de.aristaflow.adept2.base.security.callbackhandler
-
A simple callback handler providing a password to the appropriate callback
(PasswordCallback) if required.
- PasswordHandler(String) - Constructor for class de.aristaflow.adept2.base.security.callbackhandler.PasswordHandler
-
Creates a callback handler providing the designated password to the
appropriate callbacks.
- PasswordHandler(String, AFCallbackHandler) - Constructor for class de.aristaflow.adept2.base.security.callbackhandler.PasswordHandler
-
Creates a callback handler providing the designated password to the
appropriate callbacks.
- PasswordPolicyException - Exception in de.aristaflow.adept2.base.security
-
A PasswordPolicyException is thrown when setting or changing a
password and the new password doesn't comply to certain restrictions (like
minimum length).
- PasswordPolicyException() - Constructor for exception de.aristaflow.adept2.base.security.PasswordPolicyException
-
Constructs a new PasswordPolicyException with null.
- PasswordPolicyException(String) - Constructor for exception de.aristaflow.adept2.base.security.PasswordPolicyException
-
Constructs a new PasswordPolicyException with the given detail
message.
- PasswordPolicyException(String, Throwable) - Constructor for exception de.aristaflow.adept2.base.security.PasswordPolicyException
-
Constructs a new PasswordPolicyException with null.
- PasswordPolicyException(Throwable) - Constructor for exception de.aristaflow.adept2.base.security.PasswordPolicyException
-
Constructs a new PasswordPolicyException with null
as detail message and the given cause.
- path - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventImpl
-
The path for which the event has been created.
- path - Variable in class de.aristaflow.adept2.util.configuration.AutoSaveListener
-
The path to the configuration file, null in case of a URL.
- PATH_ID_DELIMITER - Static variable in class de.aristaflow.adept2.model.processmodel.tools.ProcessElementIdentifierTools
-
Determines the delimiter used to separate the parts of a locally valid
process element ID.
- PATH_NOT_FOUND - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- PathCompletion - Class in de.aristaflow.adept2.model.orgmodel
-
An OrgPolicy must always result in a list of agents.
- PathCompletion() - Constructor for class de.aristaflow.adept2.model.orgmodel.PathCompletion
-
Constructs a new PathCompletion with these default values:
Path completions per entity type.
- PathCompletion(Map<EntityType, NavFunction[]>) - Constructor for class de.aristaflow.adept2.model.orgmodel.PathCompletion
-
Constructs a new PathCompletion with the designated values.
- pathPropertyToURL(String, Logger) - Static method in class de.aristaflow.adept2.util.FileTools
-
Converts the designated classpath into an URL.
- pathPropertyToURLs(List<String>, Logger) - Static method in class de.aristaflow.adept2.util.FileTools
-
- patternBody - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.FilteredMailEventSource
-
Pattern for filtering on the body or null if not set.
- patternFrom - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.FilteredMailEventSource
-
Pattern for filtering on the senders or null if not set.
- patternSubject - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.FilteredMailEventSource
-
Pattern for filtering on the subject or null if not set.
- patternTo - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.FilteredMailEventSource
-
Pattern for filtering on the recipients or null if not set.
- pendingItems - Variable in class de.aristaflow.adept2.core.eventmanager.common.EventSourceAdder
-
A collection tracking all items for which currently an event source is
about to be added.
- pendingSelected - Variable in class de.aristaflow.adept2.core.eventmanager.common.WorklistHandler
-
The handler which currently try to add an event source for a specific
worklist item.
- pendingTries - Variable in class de.aristaflow.adept2.util.threading.Delayer
-
The time in milliseconds the try count keeps pending and is not reset.
- performCheck(Template, NodeRelations, CheckReport) - Method in class de.aristaflow.adept2.core.checks.processmodel.AbstractProcessTemplateCheck
-
- performCheck(Template, NodeRelations, CheckReport) - Method in class de.aristaflow.adept2.core.checks.processmodel.CompositeProcessTemplateCheck
-
- performCheck(Instance, NodeRelations, CheckReport) - Method in interface de.aristaflow.adept2.core.checks.processmodel.ProcessInstanceCheck
-
- performCheck(Template, NodeRelations, CheckReport) - Method in interface de.aristaflow.adept2.core.checks.processmodel.ProcessTemplateCheck
-
Performs the check on the given template.
- performCheck(Template, NodeRelations, CheckReport) - Method in class de.aristaflow.adept2.core.checks.processmodel.ProcessTemplateCheckRunner
-
- performCheckSpi(Template, NodeRelations, CheckReport) - Method in class de.aristaflow.adept2.core.checks.processmodel.AbstractProcessTemplateCheck
-
This is the method that must be implemented in subclasses and its purpose
is to perform all required checks.
- performConversion(ProcessModelFactory, SessionToken, ActivityTemplate, String) - Static method in class de.aristaflow.adept2.core.changeoperations.ConvertActivityTemplateToActivity
-
converts an activity template to an activity
- performOperation(SessionToken, ChangeableTemplate, int, ActivityConstants.AccessType, ProcessModelParameter) - Static method in class de.aristaflow.adept2.core.changeoperations.AddNodeSystemParameter
-
Adds the given system parameter to the given node in the given template.
- performOperation(SessionToken, ChangeableTemplate, int, ActivityConstants.AccessType, ProcessModelParameter, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.AddNodeSystemParameter
-
Adds the given system parameter to the given node in the given template.
- performOperation(SessionToken, ChangeableInstance, int, ActivityConstants.AccessType, ProcessModelParameter) - Static method in class de.aristaflow.adept2.core.changeoperations.AddNodeSystemParameter
-
Adds the given system parameter to the given node in the given instance.
- performOperation(SessionToken, ChangeableInstance, int, ActivityConstants.AccessType, ProcessModelParameter, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.AddNodeSystemParameter
-
Adds the given system parameter to the given node in the given instance.
- performOperation(SessionToken, ChangePrimitives, int, ActivityConstants.AccessType, ProcessModelParameter, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.AddNodeSystemParameter
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, int, SystemDataProducer, int, String) - Static method in class de.aristaflow.adept2.core.changeoperations.AddSystemDataFlow
-
Adds a system data flow of the given type between the given nodes.
- performOperation(SessionToken, ChangeableTemplate, int, SystemDataProducer, int, String, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.AddSystemDataFlow
-
Adds a system data flow of the given type between the given nodes.
- performOperation(SessionToken, ChangeableInstance, int, SystemDataProducer, int, String) - Static method in class de.aristaflow.adept2.core.changeoperations.AddSystemDataFlow
-
Adds a system data flow of the given type between the given nodes in the
given instance.
- performOperation(SessionToken, ChangeableInstance, int, SystemDataProducer, int, String, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.AddSystemDataFlow
-
Adds a system data flow of the given type between the given nodes in the
given instance.
- performOperation(SessionToken, ChangePrimitives, int, SystemDataProducer, int, String, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.AddSystemDataFlow
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, int) - Static method in class de.aristaflow.adept2.core.changeoperations.AssignEmptyEmbeddedSubprocess
-
Creates and assigns an empty embedded subprocess to a node in the given template.
- performOperation(SessionToken, ChangeableTemplate, int, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.AssignEmptyEmbeddedSubprocess
-
Creates and assigns an empty embedded subprocess to a node in the given
template (with updateManager).
- performOperation(SessionToken, ChangeableInstance, int) - Static method in class de.aristaflow.adept2.core.changeoperations.AssignEmptyEmbeddedSubprocess
-
Creates and assigns an empty embedded subprocess to a node in the given instance.
- performOperation(SessionToken, ChangeableInstance, int, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.AssignEmptyEmbeddedSubprocess
-
Creates and assigns an empty embedded subprocess to a node in the given
instance (with updateManager).
- performOperation(SessionToken, ChangePrimitives, int, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.AssignEmptyEmbeddedSubprocess
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, Node, ExecutableBusinessProcess, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, ProcessConstants.DataMappingType>>, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, Integer>>) - Static method in class de.aristaflow.adept2.core.changeoperations.AssignExecutableBusinessProcess
-
Assigns an executable business process to a node in the given template
using the given maps to create a correct mapping between parameters and
dataElements via connectors.
- performOperation(SessionToken, ChangeableTemplate, Node, ExecutableBusinessProcess, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, ProcessConstants.DataMappingType>>, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, Integer>>, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.AssignExecutableBusinessProcess
-
Assigns an executable business process to a node in the given template
using the given maps to create a correct mapping between parameters and
dataElements via connectors (with updateManager).
- performOperation(SessionToken, ChangeableInstance, Node, ExecutableBusinessProcess, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, ProcessConstants.DataMappingType>>, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, Integer>>) - Static method in class de.aristaflow.adept2.core.changeoperations.AssignExecutableBusinessProcess
-
Assigns an executable business process to a node in the given instance
using the given maps to create a correct mapping between parameters and
dataElements via connectors.
- performOperation(SessionToken, ChangeableInstance, Node, ExecutableBusinessProcess, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, ProcessConstants.DataMappingType>>, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, Integer>>, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.AssignExecutableBusinessProcess
-
Assigns an executable business process to a node in the given instance
using the given maps to create a correct mapping between parameters and
dataElements via connectors (with updateManager).
- performOperation(SessionToken, ChangePrimitives, Node, ExecutableBusinessProcess, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, ProcessConstants.DataMappingType>>, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, Integer>>, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.AssignExecutableBusinessProcess
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, ChangeableTemplate, int, int, int) - Static method in class de.aristaflow.adept2.core.changeoperations.CopyNode
-
Copies the given node from the source template between the two nodes in the
target template.
- performOperation(SessionToken, ChangeableTemplate, ChangeableTemplate, int, int, int, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.CopyNode
-
Copies the given node from the source template between the two nodes in the
target template.
- performOperation(SessionToken, ChangeableInstance, ChangeableInstance, int, int, int) - Static method in class de.aristaflow.adept2.core.changeoperations.CopyNode
-
Copies the given node from the source instance between the two nodes in the
target instance.
- performOperation(SessionToken, ChangeableInstance, ChangeableInstance, int, int, int, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.CopyNode
-
Copies the given node from the source instance between the two nodes in the
target instance.
- performOperation(SessionToken, ChangePrimitives, ChangePrimitives, int, int, int, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.CopyNode
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, Node, Node, ProcessConstants.BlockType) - Static method in class de.aristaflow.adept2.core.changeoperations.CreateSurroundingBlock
-
Inserts a new block of the given type around the two given nodes in the
given template.
- performOperation(SessionToken, ChangeableTemplate, Node, Node, ProcessConstants.BlockType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.CreateSurroundingBlock
-
Inserts a new block of the given type around the two given nodes in the
given template (with updateManager).
- performOperation(SessionToken, ChangeableInstance, Node, Node, ProcessConstants.BlockType) - Static method in class de.aristaflow.adept2.core.changeoperations.CreateSurroundingBlock
-
Inserts a new block of the given type around the two given nodes in the
given instance.
- performOperation(SessionToken, ChangeableInstance, Node, Node, ProcessConstants.BlockType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.CreateSurroundingBlock
-
Inserts a new block of the given type around the two given nodes in the
given instance (with updateManager).
- performOperation(SessionToken, ChangePrimitives, Node, Node, ProcessConstants.BlockType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.CreateSurroundingBlock
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, Node, Node) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteBorderNodes
-
Deletes a split and its corresponding join node (border nodes) from the
given template.
- performOperation(SessionToken, ChangeableTemplate, Node, Node, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteBorderNodes
-
Deletes a split and its corresponding join node (border nodes) from the
given template (with updateManager).
- performOperation(SessionToken, ChangeableInstance, Node, Node) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteBorderNodes
-
Deletes a split and its corresponding join node (border nodes) from the
given instance.
- performOperation(SessionToken, ChangeableInstance, Node, Node, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteBorderNodes
-
Deletes a split and its corresponding join node (border nodes) from the
given instance (with updateManager).
- performOperation(SessionToken, ChangePrimitives, Node, Node, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteBorderNodes
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, Node, DataElement, ActivityConstants.AccessType) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteDataEdge
-
Deletes a data edge from the template.
- performOperation(SessionToken, ChangeableTemplate, Node, DataElement, ActivityConstants.AccessType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteDataEdge
-
Deletes a data edge from the template (with updateManager).
- performOperation(SessionToken, ChangeableInstance, Node, DataElement, ActivityConstants.AccessType) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteDataEdge
-
Deletes a data edge form the instance.
- performOperation(SessionToken, ChangeableInstance, Node, DataElement, ActivityConstants.AccessType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteDataEdge
-
Deletes a data edge form the instance (with updateManager).
- performOperation(SessionToken, ChangePrimitives, Node, DataElement, ActivityConstants.AccessType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteDataEdge
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, DataElement) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteDataElement
-
Deletes the given data element from the template.
- performOperation(SessionToken, ChangeableTemplate, DataElement, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteDataElement
-
Deletes the given data element from the template Possibly assigned in- or
outgoing data edges are also deleted.
- performOperation(SessionToken, ChangeableInstance, DataElement) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteDataElement
-
Deletes the given data element from the instance.
- performOperation(SessionToken, ChangeableInstance, DataElement, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteDataElement
-
Deletes the given data element from the instance Possibly assigned in- or
outgoing data edges are also deleted.
- performOperation(SessionToken, ChangePrimitives, DataElement, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteDataElement
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(ChangeableTemplate, Node, Node) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteEmptyBranch
-
Deletes an empty branch between split and join in the given template.
- performOperation(ChangeableTemplate, Node, Node, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteEmptyBranch
-
Deletes an empty branch between split and join in the given template (with
updateManager).
- performOperation(ChangeableInstance, Node, Node) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteEmptyBranch
-
Deletes an empty branch between split and join in the given instance.
- performOperation(ChangeableInstance, Node, Node, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteEmptyBranch
-
Deletes an empty branch between split and join in the given instance (with
updateManager).
- performOperation(ChangePrimitives, Node, Node, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteEmptyBranch
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, Node) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteNode
-
Deletes a node of type NT_NORMAL from the given template.
- performOperation(SessionToken, ChangeableTemplate, Node, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteNode
-
Deletes a node of type NT_NORMAL from the given template (with
updateManager).
- performOperation(SessionToken, ChangeableTemplate, Node, ProcessConstants.NodeType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteNode
-
Deletes a node of type type from the template.
- performOperation(SessionToken, ChangeableInstance, Node) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteNode
-
Deletes a node of type NT_NORMAL from the given instance.
- performOperation(SessionToken, ChangeableInstance, Node, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteNode
-
Deletes a node of type NT_NORMAL from the given instance (with
updateManager).
- performOperation(SessionToken, ChangeableInstance, Node, ProcessConstants.NodeType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteNode
-
Deletes a node of type type from the instance.
- performOperation(SessionToken, ChangePrimitives, Node, ProcessConstants.NodeType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.DeleteNode
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(ChangeableTemplate, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.EndTransaction
-
calls the methods which are interested in the end-event of a change
operation.
- performOperation(ChangeableTemplate, UpdateManager, String) - Static method in class de.aristaflow.adept2.core.changeoperations.EndTransaction
-
Calls the methods which are interested in the end-event of a change
operation.
- performOperation(ChangeableInstance, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.EndTransaction
-
calls the methods which are interested in the end-event of a change
operation.
- performOperation(ChangeableInstance, UpdateManager, String) - Static method in class de.aristaflow.adept2.core.changeoperations.EndTransaction
-
calls the methods which are interested in the end-event of a change
operation.
- performOperation(ChangePrimitives, UpdateManager, String) - Static method in class de.aristaflow.adept2.core.changeoperations.EndTransaction
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, List<Integer>, List<Integer>) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertBetweenNodeSets
-
Insert a new node between the nodes given as predecessors and the nodes
given as successors in the given template.
- performOperation(SessionToken, ChangeableTemplate, List<Integer>, List<Integer>, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertBetweenNodeSets
-
Insert a new node of type NT_NORMAL between two nodes in the given
template.
- performOperation(SessionToken, ChangeableInstance, List<Integer>, List<Integer>) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertBetweenNodeSets
-
Insert a new node between two nodes in the given instance.
- performOperation(SessionToken, ChangeableInstance, List<Integer>, List<Integer>, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertBetweenNodeSets
-
Insert a new node of type NT_NORMAL between two nodes in the given
instance.
- performOperation(SessionToken, ChangePrimitives, List<Integer>, List<Integer>, ProcessConstants.NodeType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertBetweenNodeSets
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, Node, DataElement, ProcessModelParameter, ActivityConstants.AccessType) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertDataEdge
-
Inserts a new data edge in the template.
- performOperation(SessionToken, ChangeableTemplate, Node, DataElement, ProcessModelParameter, ActivityConstants.AccessType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertDataEdge
-
Inserts a new data edge in the template.
- performOperation(SessionToken, ChangeableTemplate, Node, DataElement, ActivityConstants.AccessType) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertDataEdge
-
Inserts a new data edge in the template (with update manager).
- performOperation(SessionToken, ChangeableTemplate, Node, DataElement, ActivityConstants.AccessType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertDataEdge
-
Inserts a new data edge in the template (with update manager).
- performOperation(SessionToken, ChangeableTemplate, Node, DataElement, ProcessModelParameter, int, ActivityConstants.AccessType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertDataEdge
-
Inserts a new data edge in the template.
- performOperation(SessionToken, ChangeableInstance, Node, DataElement, ProcessModelParameter, ActivityConstants.AccessType) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertDataEdge
-
Inserts a new data edge in the instance.
- performOperation(SessionToken, ChangeableInstance, Node, DataElement, ProcessModelParameter, ActivityConstants.AccessType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertDataEdge
-
Inserts a new data edge in the instance.
- performOperation(SessionToken, ChangeableInstance, Node, DataElement, ActivityConstants.AccessType) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertDataEdge
-
Inserts a new data edge in the instance.
- performOperation(SessionToken, ChangeableInstance, Node, DataElement, ActivityConstants.AccessType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertDataEdge
-
Inserts a new data edge in the instance (with update manager).
- performOperation(SessionToken, ChangeableInstance, Node, DataElement, ProcessModelParameter, int, ActivityConstants.AccessType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertDataEdge
-
Inserts a new data edge in the instance.
- performOperation(SessionToken, ChangePrimitives, Node, DataElement, ActivityConstants.AccessType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertDataEdge
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangePrimitives, Node, DataElement, ProcessModelParameter, ActivityConstants.AccessType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertDataEdge
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangePrimitives, Node, DataElement, ProcessModelParameter, int, ActivityConstants.AccessType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertDataEdge
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertDataElement
-
Insert a new data element in the template.
- performOperation(SessionToken, ChangeableTemplate, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertDataElement
-
Insert a new data element in the template.
- performOperation(SessionToken, ChangeableTemplate, DataElement) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertDataElement
-
Insert a new data element in the template.
- performOperation(SessionToken, ChangeableTemplate, DataElement, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertDataElement
-
Insert a new data element in the template.
- performOperation(SessionToken, ChangeableInstance) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertDataElement
-
Insert a new data element in the instance.
- performOperation(SessionToken, ChangeableInstance, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertDataElement
-
Insert a new data element in the instance (with updateManager).
- performOperation(SessionToken, ChangeableInstance, DataElement) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertDataElement
-
Insert a new data element in the instance.
- performOperation(SessionToken, ChangeableInstance, DataElement, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertDataElement
-
Insert a new data element in the instance.
- performOperation(SessionToken, ChangePrimitives, DataElement, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertDataElement
-
Worker method to do the structural changes for both changeable templates
and changeable instances (with given dataElement).
- performOperation(SessionToken, ChangePrimitives, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertDataElement
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, Node, Node, ProcessConstants.BlockType) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertEmptyBlock
-
Inserts an empty block of the given type in the template.
- performOperation(SessionToken, ChangeableTemplate, Node, Node, ProcessConstants.BlockType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertEmptyBlock
-
Inserts an empty block of the given type in the template (with
updateManager).
- performOperation(SessionToken, ChangeableInstance, Node, Node, ProcessConstants.BlockType) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertEmptyBlock
-
Inserts an empty block of the given type in the instance.
- performOperation(SessionToken, ChangeableInstance, Node, Node, ProcessConstants.BlockType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertEmptyBlock
-
Inserts an empty block of the given type in the instance (with
updateManager).
- performOperation(SessionToken, ChangePrimitives, Node, Node, ProcessConstants.BlockType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertEmptyBlock
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, Node, Node) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertEmptyBranch
-
Inserts an empty branch between split and join in the given template.
- performOperation(SessionToken, ChangeableTemplate, Node, Node, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertEmptyBranch
-
Inserts an empty branch between split and join in the given template (with
updateManager).
- performOperation(SessionToken, ChangeableInstance, Node, Node) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertEmptyBranch
-
Inserts an empty branch between split and join in the given instance.
- performOperation(SessionToken, ChangeableInstance, Node, Node, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertEmptyBranch
-
Inserts an empty branch between split and join in the given instance (with
updateManager).
- performOperation(SessionToken, ChangePrimitives, Node, Node, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertEmptyBranch
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, Node, Node) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertNode
-
Insert a new node between two nodes in the given template.
- performOperation(SessionToken, ChangeableTemplate, Node, Node, Node) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertNode
-
Insert a new node between two nodes in the given template.
- performOperation(SessionToken, ChangeableTemplate, Node, Node, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertNode
-
Insert a new node of type NT_NORMAL between two nodes in the given
template.
- performOperation(SessionToken, ChangeableTemplate, Node, Node, Node, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertNode
-
Insert a new node of type NT_NORMAL between two nodes in the given
template.
- performOperation(SessionToken, ChangeableTemplate, Node, Node, Node, ProcessConstants.NodeType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertNode
-
Insert a new node of type type between two nodes in the
given template.
- performOperation(SessionToken, ChangeableInstance, Node, Node) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertNode
-
Insert a new node between two nodes in the given instance.
- performOperation(SessionToken, ChangeableInstance, Node, Node, Node) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertNode
-
Insert a new node between two nodes in the given instance.
- performOperation(SessionToken, ChangeableInstance, Node, Node, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertNode
-
Insert a new node of type NT_NORMAL between two nodes in the given
instance.
- performOperation(SessionToken, ChangeableInstance, Node, Node, Node, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertNode
-
Insert a new node of type NT_NORMAL between two nodes in the given
instance.
- performOperation(SessionToken, ChangeableInstance, Node, Node, Node, ProcessConstants.NodeType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertNode
-
Insert a new node of type type between two nodes in the
given instance.
- performOperation(SessionToken, ChangePrimitives, Node, Node, ProcessConstants.NodeType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertNode
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangePrimitives, Node, Node, Node, ProcessConstants.NodeType, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.InsertNode
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, Node, Node, Node, Node) - Static method in class de.aristaflow.adept2.core.changeoperations.MoveNodes
-
Moves the nodes between first and last to the position between pred and
succ in the template.
- performOperation(SessionToken, ChangeableTemplate, Node, Node, Node, Node, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.MoveNodes
-
Moves the nodes between first and last to the position between pred and
succ in the template.
- performOperation(SessionToken, ChangeableInstance, Node, Node, Node, Node) - Static method in class de.aristaflow.adept2.core.changeoperations.MoveNodes
-
Moves the nodes between first and last to the position between pred and
succ in the instance.
- performOperation(SessionToken, ChangeableInstance, Node, Node, Node, Node, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.MoveNodes
-
Moves the nodes between first and last to the position between pred and succ
- performOperation(SessionToken, ChangePrimitives, Node, Node, Node, Node, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.MoveNodes
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, int, int, DataEdge, ProcessModelParameter) - Static method in class de.aristaflow.adept2.core.changeoperations.ReconnectDataEdge
-
Connect the given data element with the given parameter (via the given
already existing data edge) in the template.
- performOperation(SessionToken, ChangeableTemplate, int, int, DataEdge, ProcessModelParameter, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.ReconnectDataEdge
-
Connect the given data element with the given parameter (via the given
already existing data edge) in the template.
- performOperation(SessionToken, ChangeableInstance, int, int, DataEdge, ProcessModelParameter) - Static method in class de.aristaflow.adept2.core.changeoperations.ReconnectDataEdge
-
Connect the given data element with the given parameter (via the given
already existing data edge) in the instance.
- performOperation(SessionToken, ChangeableInstance, int, int, DataEdge, ProcessModelParameter, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.ReconnectDataEdge
-
Connect the given data element with the given parameter (via the given
already existing data edge) in the instance.
- performOperation(SessionToken, ChangePrimitives, int, int, DataEdge, ProcessModelParameter, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.ReconnectDataEdge
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, Node) - Static method in class de.aristaflow.adept2.core.changeoperations.RemoveExecutableBusinessProcess
-
Removes/Deletes an executable business process from the given node in the
given template
- performOperation(SessionToken, ChangeableTemplate, Node, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.RemoveExecutableBusinessProcess
-
Removes/Deletes an executable business process from the given node in the
given template.
- performOperation(SessionToken, ChangeableInstance, Node) - Static method in class de.aristaflow.adept2.core.changeoperations.RemoveExecutableBusinessProcess
-
Removes/Deletes an executable business process from the given node in the
given instance.
- performOperation(SessionToken, ChangeableInstance, Node, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.RemoveExecutableBusinessProcess
-
Removes/Deletes an executable business process from the given node in the
given instance.
- performOperation(SessionToken, ChangePrimitives, Node, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.RemoveExecutableBusinessProcess
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, int, ActivityConstants.AccessType, String) - Static method in class de.aristaflow.adept2.core.changeoperations.RemoveNodeSystemParameter
-
Removes the given system parameter from the given node in the given template.
- performOperation(SessionToken, ChangeableTemplate, int, ActivityConstants.AccessType, String, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.RemoveNodeSystemParameter
-
Removes the given system parameter from the given node in the given template.
- performOperation(SessionToken, ChangeableInstance, int, ActivityConstants.AccessType, String) - Static method in class de.aristaflow.adept2.core.changeoperations.RemoveNodeSystemParameter
-
Removes the given system parameter from the given node in the given instance.
- performOperation(SessionToken, ChangeableInstance, int, ActivityConstants.AccessType, String, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.RemoveNodeSystemParameter
-
Removes the given system parameter from the given node in the given instance.
- performOperation(SessionToken, ChangePrimitives, int, ActivityConstants.AccessType, String, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.RemoveNodeSystemParameter
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, int, String) - Static method in class de.aristaflow.adept2.core.changeoperations.RemoveSystemDataFlow
-
Remove the system data flow which is connected with the given parameter.
- performOperation(SessionToken, ChangeableTemplate, int, String, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.RemoveSystemDataFlow
-
Remove the system data flow which is connected with the given parameter.
- performOperation(SessionToken, ChangeableInstance, int, String) - Static method in class de.aristaflow.adept2.core.changeoperations.RemoveSystemDataFlow
-
Remove the system data flow which is connected with the given parameter in
the given instance.
- performOperation(SessionToken, ChangeableInstance, int, String, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.RemoveSystemDataFlow
-
Remove the system data flow which is connected with the given parameter in
the given instance.
- performOperation(SessionToken, ChangePrimitives, int, String, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.RemoveSystemDataFlow
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(ChangeableTemplate, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.StartTransaction
-
starts a transaction
- performOperation(ChangeableInstance, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.StartTransaction
-
starts a transaction
- performOperation(ChangePrimitives, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.StartTransaction
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, int, int, DataEdge, int, DataEdge) - Static method in class de.aristaflow.adept2.core.changeoperations.SwapDataElementParameterConnections
-
Swaps the parameter data element connections of the given data edges in the
given template.
- performOperation(SessionToken, ChangeableTemplate, int, int, DataEdge, int, DataEdge, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.SwapDataElementParameterConnections
-
Swaps the parameter data element connections of the given data edges in the
given template.
- performOperation(SessionToken, ChangeableInstance, int, int, DataEdge, int, DataEdge) - Static method in class de.aristaflow.adept2.core.changeoperations.SwapDataElementParameterConnections
-
Swaps the parameter data element connections of the given data edges in the
given instance.
- performOperation(SessionToken, ChangeableInstance, int, int, DataEdge, int, DataEdge, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.SwapDataElementParameterConnections
-
Swaps the parameter data element connections of the given data edges in the
given instance.
- performOperation(SessionToken, ChangePrimitives, int, int, DataEdge, int, DataEdge, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.SwapDataElementParameterConnections
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(ChangeableTemplate, int, boolean) - Static method in class de.aristaflow.adept2.core.changeoperations.ToggleNodeVisibility
-
Sets the visibility state of the node in the given template.
- performOperation(ChangeableTemplate, int, boolean, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.ToggleNodeVisibility
-
Sets the visibility state of the node in the given template.
- performOperation(ChangeableInstance, int, boolean) - Static method in class de.aristaflow.adept2.core.changeoperations.ToggleNodeVisibility
-
Sets the visibility state of the node in the given instance.
- performOperation(ChangeableInstance, int, boolean, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.ToggleNodeVisibility
-
Sets the visibility state of the node in the given instance.
- performOperation(ChangePrimitives, Node, boolean, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.ToggleNodeVisibility
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, Node, Node) - Static method in class de.aristaflow.adept2.core.changeoperations.ToggleSyncEdge
-
Deletes the sync edge in the template if there already exists one.
- performOperation(SessionToken, ChangeableTemplate, Node, Node, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.ToggleSyncEdge
-
Deletes the sync edge in the template if there already exists one.
- performOperation(SessionToken, ChangeableInstance, Node, Node) - Static method in class de.aristaflow.adept2.core.changeoperations.ToggleSyncEdge
-
Deletes the sync edge in the instance if there already exists one.
- performOperation(SessionToken, ChangeableInstance, Node, Node, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.ToggleSyncEdge
-
Deletes the sync edge in the instance if there already exists one.
- performOperation(SessionToken, ChangePrimitives, Node, Node, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.ToggleSyncEdge
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, int, int, ActivityConstants.AccessType, DataEdge, ProcessConstants.DataEdgeProperty...) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateDataEdge
-
Updates the data edge (described by the given node ID and the given data
element ID) in the given template using the data in the given data edge
object.
- performOperation(SessionToken, ChangeableTemplate, int, int, ActivityConstants.AccessType, DataEdge, UpdateManager, ProcessConstants.DataEdgeProperty...) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateDataEdge
-
Updates the data edge (described by the given node ID and the given data
element ID) in the given template using the data in the given data edge
object.
- performOperation(SessionToken, ChangeableInstance, int, int, ActivityConstants.AccessType, DataEdge, ProcessConstants.DataEdgeProperty...) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateDataEdge
-
Updates the data edge (described by the given node ID and the given data
element ID) in the given instance using the data in the given data edge
object.
- performOperation(SessionToken, ChangeableInstance, int, int, ActivityConstants.AccessType, DataEdge, UpdateManager, ProcessConstants.DataEdgeProperty...) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateDataEdge
-
Updates the data edge (described by the given node ID and the given data
element ID) in the given instance using the data in the given data edge
object.
- performOperation(SessionToken, ChangePrimitives, int, int, ActivityConstants.AccessType, DataEdge, UpdateManager, ProcessConstants.DataEdgeProperty...) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateDataEdge
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, DataElement, ProcessConstants.DataElementProperty...) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateDataElement
-
Updates the data element attributes given by
dataElementProperties in the template.
- performOperation(SessionToken, ChangeableTemplate, DataElement, UpdateManager, ProcessConstants.DataElementProperty...) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateDataElement
-
Updates the data element attributes given by
dataElementProperties in the template.
- performOperation(SessionToken, ChangeableInstance, DataElement, ProcessConstants.DataElementProperty...) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateDataElement
-
Updates the data element attributes given by
dataElementProperties in the instance.
- performOperation(SessionToken, ChangeableInstance, DataElement, UpdateManager, ProcessConstants.DataElementProperty...) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateDataElement
-
Updates the data element attributes given by
dataElementProperties in the instance.
- performOperation(SessionToken, ChangePrimitives, DataElement, UpdateManager, ProcessConstants.DataElementProperty...) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateDataElement
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, Node, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, ProcessConstants.DataMappingType>>, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, Integer>>) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateDataElementParameterMapping
-
Updates the Mapping from DataElements to the EBP-parameters for the given
node in the template.
- performOperation(SessionToken, ChangeableTemplate, Node, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, ProcessConstants.DataMappingType>>, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, Integer>>, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateDataElementParameterMapping
-
Updates the Mapping from DataElements to the EBP-parameters for the given
node in the template.
- performOperation(SessionToken, ChangeableInstance, Node, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, ProcessConstants.DataMappingType>>, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, Integer>>) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateDataElementParameterMapping
-
Updates the Mapping from DataElements to the EBP-parameters for the given
node in the instance.
- performOperation(SessionToken, ChangeableInstance, Node, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, ProcessConstants.DataMappingType>>, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, Integer>>, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateDataElementParameterMapping
-
Updates the Mapping from DataElements to the EBP-parameters for the given
node in the instance.
- performOperation(SessionToken, ChangePrimitives, Node, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, ProcessConstants.DataMappingType>>, Map<ActivityConstants.AccessType, Map<ProcessModelParameter, Integer>>, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateDataElementParameterMapping
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(ChangeableTemplate, int, ExecutableBusinessProcess, ProcessConstants.ExecutableBusinessProcessProperty...) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateExecutableBusinessProcess
-
TODO maybe there are a lot of more attributes which have to be changeable
Updates the Executable Business Process of the node with the given ID,
using the values of the given EBP object in the given template.
- performOperation(ChangeableTemplate, int, ExecutableBusinessProcess, UpdateManager, ProcessConstants.ExecutableBusinessProcessProperty...) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateExecutableBusinessProcess
-
TODO maybe there are a lot of more attributes which have to be changeable
Updates the Executable Business Process of the node with the given ID,
using the values of the given EBP object in the given template.
- performOperation(ChangeableInstance, int, ExecutableBusinessProcess, ProcessConstants.ExecutableBusinessProcessProperty...) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateExecutableBusinessProcess
-
TODO maybe there are a lot of more attributes which have to be changeable
Updates the Executable Business Process of the node with the given ID,
using the values of the given EBP object in the given instance.
- performOperation(ChangeableInstance, int, ExecutableBusinessProcess, UpdateManager, ProcessConstants.ExecutableBusinessProcessProperty...) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateExecutableBusinessProcess
-
TODO maybe there are a lot of more attributes which have to be changeable
Updates the Executable Business Process of the node with the given ID,
using the values of the given EBP object in the given instance.
- performOperation(ChangePrimitives, int, ExecutableBusinessProcess, UpdateManager, ProcessConstants.ExecutableBusinessProcessProperty...) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateExecutableBusinessProcess
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(ChangeableInstance, String, QualifiedAgent, Set<ProcessModelParameter>, Set<ProcessModelParameter>, ProcessConstants.InstanceProperty...) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateInstance
-
Updates the given instance using those of the given attributes which are
specified in instance properties.
- performOperation(ChangeableInstance, String, QualifiedAgent, Set<ProcessModelParameter>, Set<ProcessModelParameter>, UpdateManager, ProcessConstants.InstanceProperty...) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateInstance
-
Updates the given instance using those of the given attributes which are
specified in instance properties.
- performOperation(ChangeableTemplate, Node, ProcessConstants.NodeProperty...) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateNode
-
Updates a node object in the given template using the data in the given
node.
- performOperation(ChangeableTemplate, Node, UpdateManager, ProcessConstants.NodeProperty...) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateNode
-
Updates a node object in the given template using the data in the given
node.
- performOperation(ChangeableInstance, Node, ProcessConstants.NodeProperty...) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateNode
-
Updates a node object in the given instance using the data in the given
node.
- performOperation(ChangeableInstance, Node, UpdateManager, ProcessConstants.NodeProperty...) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateNode
-
Updates a node object in the given instance using the data in the given
node.
- performOperation(ChangePrimitives, Node, UpdateManager, ProcessConstants.NodeProperty...) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateNode
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(SessionToken, ChangeableTemplate, Node, Map<String, Dependency>, ProcessConstants.NodeProperty) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateNodeSystemDependency
-
Updates the system parameters of a node object in the given template using
the data in the given node.
- performOperation(SessionToken, ChangeableTemplate, Node, Map<String, Dependency>, ProcessConstants.NodeProperty, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateNodeSystemDependency
-
Updates the system parameters of a node object in the given template using
the data in the given node.
- performOperation(SessionToken, ChangeableInstance, Node, Map<String, Dependency>, ProcessConstants.NodeProperty) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateNodeSystemDependency
-
Updates the system parameters of a node object in the given template using
the data in the given node.
- performOperation(SessionToken, ChangeableInstance, Node, Map<String, Dependency>, ProcessConstants.NodeProperty, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateNodeSystemDependency
-
Updates the system parameters of a node object in the given template using
the data in the given node.
- performOperation(SessionToken, ChangePrimitives, Node, Map<String, Dependency>, ProcessConstants.NodeProperty, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateNodeSystemDependency
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(ChangeableTemplate, PluginDataContainer, String, String, PluginData) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdatePluginDataContainer
-
Updates the plug in data for the extension point in the given plug in data
container.
- performOperation(ChangeableTemplate, PluginDataContainer, String, String, PluginData, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdatePluginDataContainer
-
Updates the plug in data for the extension point in the given plug in data
container.
- performOperation(ChangeableInstance, PluginDataContainer, String, String, PluginData) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdatePluginDataContainer
-
Updates the plug in data for the extension point in the given plug in data
container.
- performOperation(ChangeableInstance, PluginDataContainer, String, String, PluginData, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdatePluginDataContainer
-
Updates the plug in data for the extension point in the given plug in data
container.
- performOperation(ChangePrimitives, PluginDataContainer, String, String, PluginData, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdatePluginDataContainer
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performOperation(ChangeableTemplate, String, String, QualifiedAgent, Set<ProcessModelParameter>, Set<ProcessModelParameter>, ProcessConstants.TemplateProperty...) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateTemplate
-
Updates the given template using those of the given attributes which are
specified in template properties.
- performOperation(ChangeableTemplate, String, String, QualifiedAgent, Set<ProcessModelParameter>, Set<ProcessModelParameter>, UpdateManager, ProcessConstants.TemplateProperty...) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateTemplate
-
Updates the given template using those of the given attributes which are
specified in template properties.
- performOperation(ChangeableTemplate, UserAttributeContainer, String, String) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateUserAttribute
-
Sets the value of the user defined attribute identified by name to
value in the given template.
- performOperation(ChangeableTemplate, UserAttributeContainer, String, String, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateUserAttribute
-
Sets the value of the user defined attribute identified by name to
value in the given template.
- performOperation(ChangeableInstance, UserAttributeContainer, String, String) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateUserAttribute
-
Sets the value of the user defined attribute identified by name to
value in the given template.
- performOperation(ChangeableInstance, UserAttributeContainer, String, String, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateUserAttribute
-
Sets the value of the user defined attribute identified by name to
value in the given template.
- performOperation(ChangePrimitives, UserAttributeContainer, String, String, UpdateManager) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateUserAttribute
-
Worker method to do the structural changes for both changeable templates
and changeable instances.
- performUpdates(T, ExtendedConnection) - Method in class de.aristaflow.adept2.core.transactionmanager.TxDbUpdateManager
-
Performs all available updates from the current version the
latest version.
- period - Variable in class de.aristaflow.adept2.core.orgmodelmanager.extension.AbstractSyncService
-
The period of the default synchronisation.
- PessimisticObjectLockManager<O,L> - Class in de.aristaflow.adept2.util.locking
-
A manager for (pessimistically) locking objects with reentrant locks whereas
the locks are itself object specific.
- PessimisticObjectLockManager(Class<? extends LockCountManager<? super L>>, Class<? extends ReentrantLock<L>>, String, Logger) - Constructor for class de.aristaflow.adept2.util.locking.PessimisticObjectLockManager
-
Creates a new ObjectLockManager with the designated lock count
manager providing the "equality" for the designated reentrant
locks and of the designated type using pessimistic locking.
- ping() - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
Gets whether the service is running and accepts requests or not and since when.
- ping() - Method in class de.aristaflow.adept2.base.service.AbstractSubService
-
Gets whether the main service is running and accepts requests or not and since when.
- ping() - Method in interface de.aristaflow.adept2.base.service.ADEPT2Service
-
Gets whether the service is running and accepts requests or not and since when.
- ping() - Method in interface de.aristaflow.adept2.core.client.RemoteClient
-
Checks whether the client is still available, that is, it may receive requests.
- ping() - Method in class de.aristaflow.adept2.core.registry.InjectedADEPT2Service
-
- ping() - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
-
- pingWLMInterval - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
The time interval in milliseconds which to regularly check whether the
worklist manager is still available or available again.
- pipeline - Variable in class de.aristaflow.adept2.util.threading.executor.PipelineRunnable
-
The pipeline providing the work for this runnable.
- pipeline - Variable in class de.aristaflow.adept2.util.threading.PipelineRunnable
-
Deprecated.
The pipeline providing the work for this runnable.
- PipelineFlushRunnable<P> - Class in de.aristaflow.adept2.util.threading
-
- PipelineFlushRunnable(Runnable, Collection<PipelineRunnable<P>>, boolean, AbstractPipeliningExecutor<?, P>, Logger) - Constructor for class de.aristaflow.adept2.util.threading.PipelineFlushRunnable
-
Deprecated.
Creates a new runnable that executes an exclusive tasks without any
pipeline running.
- pipelineId - Variable in class de.aristaflow.adept2.util.threading.PipelineRunnable
-
Deprecated.
The identifier of our pipeline.
- PipelineRunnable<O,P> - Class in de.aristaflow.adept2.util.threading.executor
-
A runnable that executes all runnables that are present for a specific
object.
- PipelineRunnable(O, P, Queue<Runnable>, Map<P, Pair<ObjectRunnable<O, P>, Queue<Runnable>>>, AtomicInteger, Logger) - Constructor for class de.aristaflow.adept2.util.threading.executor.PipelineRunnable
-
Creates a new runnable that executes all the work present for a specific
object (in a pipeline).
- PipelineRunnable<P> - Class in de.aristaflow.adept2.util.threading
-
- PipelineRunnable(P, Queue<Runnable>, Map<P, Pair<PipelineRunnable<P>, Queue<Runnable>>>, AtomicInteger, Logger) - Constructor for class de.aristaflow.adept2.util.threading.PipelineRunnable
-
Deprecated.
Creates a new runnable that executes all the work present for a specific
object (in a pipeline).
- pipelines - Variable in class de.aristaflow.adept2.util.threading.AbstractPipeliningExecutor
-
Deprecated.
All existing pipelines and the corresponding runnables.
- pipelines - Variable in class de.aristaflow.adept2.util.threading.PipelineRunnable
-
Deprecated.
The data structures containing all pipelines from which the current
pipeline will be removed as soon as it is empty.
- PLUGIN_ID - Static variable in interface de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData
-
The plug-in (data) ID.
- PLUGIN_LOCALISED - Static variable in class de.aristaflow.adept2.model.common.i18n.LocalisationResolver
-
The plug-in ID for localisations.
- PLUGIN_TYPE_ACTIVITY_CHECK - Static variable in interface de.aristaflow.adept2.core.checks.processmodel.ProcessCheckService
-
The plug-in type ID for activity type specific checks.
- PLUGIN_TYPE_ACTIVITY_EVENT_HANDLER - Static variable in interface de.aristaflow.adept2.core.eventmanager.ActivityEventManager
-
The plug-in type ID for activity event handler.
- PLUGIN_TYPE_DB_MEMORY_RESULT_SET_EVENT - Static variable in class de.aristaflow.adept2.core.eventmanager.common.DefaultEventManager
-
The plug-in type ID for memory result set events.
- PLUGIN_TYPE_DB_RESULT_SET_EVENT - Static variable in class de.aristaflow.adept2.core.eventmanager.common.DefaultEventManager
-
The plug-in type ID for result set events.
- PLUGIN_TYPE_DELEGATION_HANDLING - Static variable in interface de.aristaflow.adept2.core.worklistmanager.WorklistManager
-
Plug-in type name for delegation handling.
- PLUGIN_TYPE_ESCALATION_HANDLING - Static variable in interface de.aristaflow.adept2.core.worklistmanager.WorklistManager
-
Plug-in type name for escalation handling.
- PLUGIN_TYPE_EVENT_HANDLER - Static variable in interface de.aristaflow.adept2.core.eventmanager.EventManager
-
The plug-in type ID for event handler.
- PLUGIN_TYPE_FILE_EVENT - Static variable in class de.aristaflow.adept2.core.eventmanager.common.DefaultEventManager
-
The plug-in type ID for file events.
- PLUGIN_TYPE_MAIL_EVENT - Static variable in class de.aristaflow.adept2.core.eventmanager.common.DefaultEventManager
-
The plug-in type ID for mail events.
- PLUGIN_TYPE_ORG_MODEL_EXTENSION - Static variable in interface de.aristaflow.adept2.core.orgmodelmanager.OrgModelManager
-
The plug-in type ID for org model extensions, e. g.
- PLUGIN_TYPE_ORG_MODEL_INITIALISER - Static variable in interface de.aristaflow.adept2.core.orgmodelmanager.OrgModelManager
-
The plug-in type ID for org model initialisers.
- PLUGIN_TYPE_ORG_POLICY_SCRIPT_HANDLER - Static variable in interface de.aristaflow.adept2.core.orgmodelmanager.OrgModelManager
-
The plug-in type ID for org policy script handlers.
- PLUGIN_TYPE_TEMPLATE_CHECK - Static variable in interface de.aristaflow.adept2.core.checks.processmodel.ProcessCheckService
-
The plug-in type ID for process template checks.
- PluginData - Interface in de.aristaflow.adept2.model.common
-
Storage of data which is specific for a plug-in.
- pluginData - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'pluginData'.
- PluginDataContainer - Interface in de.aristaflow.adept2.model.common
-
Data container for storing plug-in-specific data-values in model entities.
- pluginDataContainer - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'pluginDataContainer'.
- pluginDataEntry - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'pluginDataEntry'.
- pluginDataExtensionPoint - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'extensionPoint'.
- pluginDataName - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'name'.
- pluginDataPluginID - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'pluginID'.
- pluginInstances - Variable in class de.aristaflow.adept2.base.registry.PluginRegistry
-
Map from plugin type, to the set of configured plugin instances (simple
names).
- PluginRegistry - Class in de.aristaflow.adept2.base.registry
-
While the AbstractRegistry does not allow to be directly
accessed, this class supports the retrieval of specific component instances
as well as default component instances.
- PluginRegistry(UrlConfigurationManager, Configuration, Registry) - Constructor for class de.aristaflow.adept2.base.registry.PluginRegistry
-
Constructs a new registry supporting plugins, that is components extending
an existing component.
- PluginRegistry.ConfigurationValidator - Class in de.aristaflow.adept2.base.registry
-
Checks that all declared plugin instances are configured properly, that is
they have an implementation class and runtime plugins have a plugin
classpath.
- PluginRegistry.URLClassloaderPrivilegedAction - Class in de.aristaflow.adept2.base.registry
-
A simple implementation of a privileged action that returns a normal
URLClassLoader classloader with the provided URLs as classpath.
- pm - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
The process manager for retrieving templates to be started.
- PM_ACTIVIITY_PARAMETER - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is for a parameter an
Activity of the process
model.
- PM_ACTIVITY - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is for an
Activity of the process
model.
- PM_ACTIVITY_TEST - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is for testing an
Activity of the process
model.
- PM_PROCESS_PARAMETER - Static variable in class de.aristaflow.adept2.model.common.Configuration.ConfigurationIDs
-
The configuration is for a parameter of a
Template.
- pmNamespace - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- PNG - Static variable in class de.aristaflow.adept2.model.graphical.ImageTypes
-
Image format constant indicating a PNG format image.
- PolicyResolution - Interface in de.aristaflow.adept2.core.orgmodelmanager
-
This interface provides methods to deal with OrgPolicies (Bearbeiterformeln), i.e. to check their
syntax, resolve them and test whether a certain OrgPosition (Stelle) and/or Agent (Mitarbeiter)
matches a policy.
- PolicyResolutionException - Exception in de.aristaflow.adept2.core.orgmodelmanager
-
This
PolicyResolutionException is thrown by
PolicyResolution's methods when the provided OrgPolicy
(Bearbeiterformel) is syntactically or semantically incorrect.
- PolicyResolutionException() - Constructor for exception de.aristaflow.adept2.core.orgmodelmanager.PolicyResolutionException
-
Constructs a new PolicyResolutionException with
null as detail message.
- PolicyResolutionException(String) - Constructor for exception de.aristaflow.adept2.core.orgmodelmanager.PolicyResolutionException
-
Constructs a new PolicyResolutionException with the
specified detail message.
- PolicyResolutionException(String, Throwable) - Constructor for exception de.aristaflow.adept2.core.orgmodelmanager.PolicyResolutionException
-
Constructs a new PolicyResolutionException with the
specified detail message and cause.
- policyToken() - Method in enum de.aristaflow.adept2.core.orgmodelmanager.parser.ComplexEntityExpression.Type
-
Return the (or rather a) string token that can be used in OrgPolicies to
represent this type.
- policyToken() - Method in enum de.aristaflow.adept2.core.orgmodelmanager.parser.ComplexSelection.Type
-
Return the (or rather a) string token that can be used in OrgPolicies to
represent this type.
- policyToken() - Method in enum de.aristaflow.adept2.model.orgmodel.EntityType
-
Returns a policy token for this EntityType that can be used in OrgPolicies
(see page 68 in [Berr05]).
- policyToken() - Method in class de.aristaflow.adept2.model.orgmodel.NavFunction
-
Returns the name of this function as it can be used in OrgPolicies.
- POLL - Static variable in class de.aristaflow.adept2.model.globals.WorklistConstants.UpdateMode
-
The update mode poll.
- pollerPriority - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
The priority of the polling threads.
- PollingFileSource - Interface in de.aristaflow.adept2.model.events.sources
-
An event source causing an event based on the presence of a file.
- PollingMailSource - Interface in de.aristaflow.adept2.model.events.sources
-
A mail event source that polls for mails.
- PollingSource<T extends Event> - Interface in de.aristaflow.adept2.model.events.sources
-
An event source that involves polling for an event.
- pollServerComm(long, boolean) - Method in interface de.aristaflow.adept2.core.registry.cluster.ClusterCommPoller
-
Polls the server of this cluster via communication.
- pollServerComm(long, boolean) - Method in class de.aristaflow.adept2.core.registry.cluster.ClusterNode
-
Deprecated.
- pollServerDb(long, ClusterInteractionRequest) - Method in interface de.aristaflow.adept2.core.registry.cluster.ClusterDbPoller
-
Polls the server of this cluster and sends an alive signal to the cluster DB service.
- pollServerDb(long, ClusterInteractionRequest) - Method in class de.aristaflow.adept2.core.registry.cluster.ClusterNode
-
Deprecated.
- pollService - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
The service that executes the pollers that cause the events.
- pollService - Variable in class de.aristaflow.adept2.core.eventmanager.common.EventSourceAdder
-
The poll service for rescheduling event source adders in case adding the
event source fails (again).
- pollTime - Variable in class de.aristaflow.adept2.core.eventmanager.dbevents.DBEventSource
-
The time in milliseconds this event source polls its data source.
- pollTime - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource
-
The time in milliseconds this event source polls its data source.
- pollTime - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
-
The time in milliseconds this event source polls its data source.
- PoolConfiguration - Class in de.aristaflow.adept2.util.objectpool.generic
-
- PoolConfiguration() - Constructor for class de.aristaflow.adept2.util.objectpool.generic.PoolConfiguration
-
- poolNumber - Static variable in class de.aristaflow.adept2.util.threading.Adept2ThreadFactory
-
The counter for the pools.
- PoolStats - Class in de.aristaflow.adept2.util.objectpool.generic
-
Contains general information about the state of the object pool its objects.
- port - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
-
The port of the host to which to connect to.
- positive(N, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given number is positive (i.e.
- possibleAttack - Variable in exception de.aristaflow.adept2.base.security.AuthenticationException
-
Whether this authentication exception is caused by wrong authentication
data and therefore countermeasures may be required to prevent
authentication attacks.
- pred(Template, int) - Static method in class de.aristaflow.adept2.model.processmodel.tools.ProcessGraphPredicates
-
The direct predecessors of the given node, as described in Reic00
page 333.
- pred_trans(Template, int) - Static method in class de.aristaflow.adept2.model.processmodel.tools.ProcessGraphPredicates
-
Returns all direct and transitive predecessors, following control
and sync edges, cf.
- PredefinedAttributes - Class in de.aristaflow.adept2.model.orgmodel
-
This class defines the names of attributes which are always available for org model entities and
agents.
- PredefinedAttributes() - Constructor for class de.aristaflow.adept2.model.orgmodel.PredefinedAttributes
-
- PredefinedMetaAttributes - Class in de.aristaflow.adept2.model.orgmodel
-
This class defines the names of meta attributes which are always available for the org model.
- PredefinedMetaAttributes() - Constructor for class de.aristaflow.adept2.model.orgmodel.PredefinedMetaAttributes
-
- preferAutoStartNotification() - Method in interface de.aristaflow.adept2.core.runtimemanager.RuntimeManager
-
Gets whether this runtime manager prefers to be notified of pending autostart activities
instead of the activities directly being pushed to be started within this runtime manager.
- PREFIX - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.OpenOfficeMetaData
-
- prefix(String, String...) - Static method in class de.aristaflow.adept2.util.StringTools
-
Prepends the given prefix to each string and returns them in a new array.
- prefix(String, List<String>) - Static method in class de.aristaflow.adept2.util.StringTools
-
Prepends the given prefix to each string and returns them in a new list.
- PREFIX_MODEL_FACTORY_PLUGIN_DATA - Static variable in class de.aristaflow.adept2.model.ModelRegistryConstants
-
The prefix for the instances of model viewer classes.
- PREFIX_PROPERTY_LOGGING - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The prefix for the logging configuration.
- PREFIX_PROPERTY_REGISTRY_INSTANCES - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The prefix for declaring component instances managed by a registry.
- PREFIX_PROPERTY_REGISTRY_TYPES - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The prefix for the component types managed by a registry.
- prepareCall(String) - Method in interface de.aristaflow.adept2.core.transactionmanager.ManagedExtendedConnection
-
- prepareCall(String, int, int) - Method in interface de.aristaflow.adept2.core.transactionmanager.ManagedExtendedConnection
-
- prepareCall(String, int, int, int) - Method in interface de.aristaflow.adept2.core.transactionmanager.ManagedExtendedConnection
-
- prepareCommit() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.ExecutionEnvironment
-
Throws an IsNotSupportedException - overwrite this method to
support Two-phase-commit.
- prepareCommit() - Method in class de.aristaflow.adept2.core.runtimemanager.executionenvironments.IDExecutionEnvironment
-
- prepareCommit(SessionToken, EBPInstanceReference) - Method in interface de.aristaflow.adept2.core.runtimemanager.RuntimeManager
-
Instructs the runtime manager to prepare the specified activity for
committing its work done within the transaction it participated.
- prepareCommit() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent
-
Instructs the component to vote for Commit or Abort of the
distributed transaction it participates in and to prepare a commit.
- prepareCommitInstance(SessionToken, UUID) - Method in interface de.aristaflow.adept2.core.executionmanager.InstanceControl
-
Prepares the commit of an instance.
- prepareCompleteUpdate() - Method in class de.aristaflow.adept2.core.eventmanager.common.WorklistHandler
-
- prepareExport(SessionToken, String, ADEPT2Service) - Method in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
Prepares the export by creating a local URI for initialisation of the
service.
- prepareExport(SessionToken, String, ADEPT2Service) - Method in class de.aristaflow.adept2.base.registry.ServiceRegistry
-
Prepares the export of the designated service by retrieving the
communication service for the export and the retrieving corresponding URIs
from its service export.
- prepareGlobalSecurityManager() - Method in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
Prepares the security manager that is, the global security manager will be
retrieved (and started) if necessary.
- prepareGlobalSecurityManager() - Method in class de.aristaflow.adept2.core.registry.BootstrapRegistry
-
- prepareRuntimePlugin(String, String) - Method in class de.aristaflow.adept2.base.registry.PluginRegistry
-
Prepares the designated runtime plugin, that is, the meta configuration
providing the implementation class and an optional classpath is loaded, the
instance information is set appropriately, the classloader for the plugin
instance is created and the normal configuration is loaded.
- prepareServiceExport(String, String, Class<? extends ADEPT2Service>) - Method in interface de.aristaflow.adept2.base.communication.ADEPT2ServiceExport
-
Prepares the specified service for being exported and creates a remote
object identifier of type URI valid for the communication protocol this
communication factory supports.
- prepareServiceExport(SessionToken, String, String, String, Class<? extends ADEPT2Service>, String) - Method in interface de.aristaflow.adept2.base.globalregistry.GlobalServiceExport
-
Prepares the specified service for being globally exported and creates a remote object
identifiers of type URI for all communication protocols this global service exports services.
- prepareServicePublishing(SessionToken, String, String, String, List<URI>) - Method in interface de.aristaflow.adept2.base.globalregistry.GlobalRegistry
-
Prepares the specified service for being published.
- prepareStatement(String) - Method in interface de.aristaflow.adept2.core.transactionmanager.ManagedExtendedConnection
-
- prepareStatement(String, int, int) - Method in interface de.aristaflow.adept2.core.transactionmanager.ManagedExtendedConnection
-
- prepareStatement(String, int, int, int) - Method in interface de.aristaflow.adept2.core.transactionmanager.ManagedExtendedConnection
-
- prepareStatement(String, int) - Method in interface de.aristaflow.adept2.core.transactionmanager.ManagedExtendedConnection
-
- prepareStatement(String, int[]) - Method in interface de.aristaflow.adept2.core.transactionmanager.ManagedExtendedConnection
-
- prepareStatement(String, String[]) - Method in interface de.aristaflow.adept2.core.transactionmanager.ManagedExtendedConnection
-
- PREREGISTERED_EVENT_HANDLER - Static variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
The configuration key for the pre-registered event handler per source.
- preShutdown(boolean) - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
Empty convenience method.
- preShutdown(boolean) - Method in interface de.aristaflow.adept2.base.service.ADEPT2Service
-
Signals this service that it is about to be shut down.
- preShutdown(boolean) - Method in class de.aristaflow.adept2.core.registry.InjectedADEPT2Service
-
Empty convenience method.
- preShutdown(boolean) - Method in class de.aristaflow.adept2.ui.htmlgui.httpservice.AristaFlowHTTPService
-
Not forwarded since no client component should control the service.
- prevEntry() - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntrySet.Cursor
-
Moves the cursor position to the previous entry (or at most to the cursor
position directly before the first entry) and returns whether the new
cursor position points to an accessible log entry.
- printReportSummary(Locale) - Method in class de.aristaflow.adept2.model.common.LocalisedCheckReport
-
Prints the report summary to STDOUT using the designated locale.
- printReportSummary() - Method in class de.aristaflow.adept2.model.processmodel.LocalisedChangeReport
-
- printReportSummary(Locale) - Method in class de.aristaflow.adept2.model.processmodel.LocalisedChangeReport
-
Prints the report summary to STDOUT using the designated locale.
- printReportSummary() - Method in class de.aristaflow.adept2.util.CheckReport
-
Prints the report summary to STDOUT.
- printStackTrace() - Method in exception de.aristaflow.adept2.base.service.RTServiceNotKnownException
-
Deprecated.
- printStackTrace(PrintStream) - Method in exception de.aristaflow.adept2.base.service.RTServiceNotKnownException
-
Deprecated.
- printStackTrace(PrintWriter) - Method in exception de.aristaflow.adept2.base.service.RTServiceNotKnownException
-
Deprecated.
- printStackTrace() - Static method in class de.aristaflow.adept2.util.StackTraceTools
-
Prints the current stack trace to System.out.
- prioritiseProtocols(List<String>) - Method in class de.aristaflow.adept2.base.registry.ServiceRegistry
-
Sets priorities for the designated names as well as the
local protocol.
- priority - Variable in class de.aristaflow.adept2.util.threading.Adept2ThreadFactory
-
The priority for the created threads.
- PriorityIncreaseData - Interface in de.aristaflow.adept2.model.common.plugindata
-
Data for the priority increase measure.
- PriorityIncreaseData.Type - Enum in de.aristaflow.adept2.model.common.plugindata
-
What to do in the escalation.
- privilegeActiveSessions() - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service.ActiveSessions
-
Privileges all currently active session to allow their normal termination
- privilegeSession(SessionToken) - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service.ActiveSessions
-
Privileges the designated session, that is the session may access the
service even when shutting down or initialising.
- privilegeSession(SessionToken, SessionToken) - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
Privileges the designated session which will allow this session to become
active even if this service is shutting down.
- privilegeSession(SessionToken, SessionToken) - Method in class de.aristaflow.adept2.base.service.AbstractSubService
-
- privilegeThread() - Method in class de.aristaflow.adept2.base.service.AbstractADEPT2Service
-
- privilegeThread() - Method in interface de.aristaflow.adept2.base.service.ServiceThreadHandling
-
Stores the current thread as privileged when the service has not been
started or is currently shut down.
- privilegeThread() - Method in class de.aristaflow.adept2.core.registry.InitialisedInjectedService
-
- process(URI, I1, CommunicationStack<I2, O1>) - Method in interface de.aristaflow.adept2.base.communication.CommStackInterceptor
-
Intercepts the communication processing and forwards it to the designated communication stack.
- process(URI, I) - Method in interface de.aristaflow.adept2.base.communication.CommunicationStack
-
Handles the request and returns the response.
- process(URI, I) - Method in class de.aristaflow.adept2.base.communication.CommunicationStackLayer
-
- process(URI, I) - Method in class de.aristaflow.adept2.base.communication.CommunicationStackTerminator
-
- process() - Method in class de.aristaflow.adept2.base.communication.ReplyMessage
-
- PROCESS_ELEMENT_BLOCK - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
-
The identifier for block.
- PROCESS_ELEMENT_BRANCH - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
-
The identifier for branch.
- PROCESS_ELEMENT_CONTROLEDGE - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
-
The identifier for control edges.
- PROCESS_ELEMENT_DATAEDGE - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
-
The identifier for data edges.
- PROCESS_ELEMENT_DATAELEMENT - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
-
The identifier for data elements
- PROCESS_ELEMENT_EBP - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
-
The identifier for EBPs
- PROCESS_ELEMENT_INSTANCE - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
-
The identifier for instances.
- PROCESS_ELEMENT_NODE - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
-
The identifier for nodes.
- PROCESS_ELEMENT_PARAMETER - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
-
The identifier for parameter.
- PROCESS_ELEMENT_SYNCEDGE - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
-
The identifier for sync edges.
- PROCESS_ELEMENT_TEMPLATE - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
-
The identifier for templates.
- PROCESS_SYSTEM_AUTOMATIC_ABORT - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- PROCESS_SYSTEM_INVALID_ACTIVITY_STATE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- PROCESS_SYSTEM_INVALID_INSTANCE_STATE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- ProcessAwareAccess - Interface in de.aristaflow.adept2.core.datamanager
-
This interface provides access to the values (including null) of data
elements for clients which have process knowledge, which means, they are
accessing the data element from a specific and known node instance.
- ProcessCheckService - Interface in de.aristaflow.adept2.core.checks.processmodel
-
Process check service.
- ProcessCheckService.CheckSet - Enum in de.aristaflow.adept2.core.checks.processmodel
-
Enumeration for the existing check sets.
- processCompleteUpdate(ClientWorklistItem, boolean) - Method in class de.aristaflow.adept2.core.eventmanager.common.WorklistHandler
-
- ProcessConstants - Class in de.aristaflow.adept2.model.globals
-
ProcessConstants defines constants that are needed in the
context of process templates and instances, for instance, data, node, and
edges types, node, edge, instance, and template states.
- ProcessConstants() - Constructor for class de.aristaflow.adept2.model.globals.ProcessConstants
-
- ProcessConstants.AdeptDataType - Enum in de.aristaflow.adept2.model.globals
-
The data element types.
- ProcessConstants.BlockType - Enum in de.aristaflow.adept2.model.globals
-
The ADEPT2 block types
- ProcessConstants.DataEdgeProperty - Enum in de.aristaflow.adept2.model.globals
-
Properties / attributes of data edges.
- ProcessConstants.DataElementProperty - Enum in de.aristaflow.adept2.model.globals
-
The properties / attributes of data elements.
- ProcessConstants.DataMappingType - Enum in de.aristaflow.adept2.model.globals
-
The different data mapping types
- ProcessConstants.DeltaScope - Enum in de.aristaflow.adept2.model.globals
-
The scope for querying entities of the delta layer.
- ProcessConstants.EdgeProperty - Enum in de.aristaflow.adept2.model.globals
-
Enum for properties / attributes of Edge.
- ProcessConstants.EdgeState - Enum in de.aristaflow.adept2.model.globals
-
The edge states.
- ProcessConstants.EdgeType - Enum in de.aristaflow.adept2.model.globals
-
The edge types.
- ProcessConstants.ExecutableBusinessProcessProperty - Enum in de.aristaflow.adept2.model.globals
-
Properties / attributes of Activities and Light Weight Processes.
- ProcessConstants.ExecutionMode - Enum in de.aristaflow.adept2.model.globals
-
This enumeration defines constants that declare in which mode activities
should be executed.
- ProcessConstants.InstanceExecutionStatus - Enum in de.aristaflow.adept2.model.globals
-
The execution status of an instance.
- ProcessConstants.InstanceMigrationStatus - Enum in de.aristaflow.adept2.model.globals
-
The migration status of an instance.
- ProcessConstants.InstanceProperty - Enum in de.aristaflow.adept2.model.globals
-
Properties / attributes of instance.
- ProcessConstants.InstanceTypesForFilters - Class in de.aristaflow.adept2.model.globals
-
Constants for using innstance types in filters.
- ProcessConstants.NodeProperty - Enum in de.aristaflow.adept2.model.globals
-
Enum for all node properties.
- ProcessConstants.NodeState - Enum in de.aristaflow.adept2.model.globals
-
The node states
- ProcessConstants.NodeType - Enum in de.aristaflow.adept2.model.globals
-
The node types.
- ProcessConstants.NodeTypesForFilters - Class in de.aristaflow.adept2.model.globals
-
Constants for using node types in filters.
- ProcessConstants.ProcessElementIdentifier - Class in de.aristaflow.adept2.model.globals
-
This class groups identifier for process elements.
- ProcessConstants.ProcessElementIdentifierPath - Class in de.aristaflow.adept2.model.globals
-
- ProcessConstants.TemplateBuildtimeState - Enum in de.aristaflow.adept2.model.globals
-
The buildtime state of a template specifies the modelling phase a template
is in.
- ProcessConstants.TemplateProperty - Enum in de.aristaflow.adept2.model.globals
-
Properties / attributes of template.
- ProcessConstants.TemplateUsage - Enum in de.aristaflow.adept2.model.globals
-
The usage of a template distinguishes whether it may be used only as a
subprocess and if so whether it is copied and therefore physically
integrated in the surrounding template or it is referenced.
- ProcessElementIdentifier() - Constructor for class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifier
-
- ProcessElementIdentifierPath() - Constructor for class de.aristaflow.adept2.model.globals.ProcessConstants.ProcessElementIdentifierPath
-
- ProcessElementIdentifierTools - Class in de.aristaflow.adept2.model.processmodel.tools
-
This is a helper class to create and parse URIs identifying process elements.
- ProcessElementIdentifierTools() - Constructor for class de.aristaflow.adept2.model.processmodel.tools.ProcessElementIdentifierTools
-
- processEvent(Event, ActivityInstance, DataContext) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractActivityEventHandler
-
Processes the designated event for the designated activity instance.
- processEvent(Event, ActivityInstance, DataContext) - Method in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventActivityHandler
-
- processEvent(Event, ActivityInstance, DataContext) - Method in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventActivityHandler
-
- processFileEvent(FileEvent, Collection<? extends Parameter>, InstanceDataContainer) - Method in class de.aristaflow.adept2.core.eventmanager.fileevents.InstanceStartEventHandler
-
Processes the file of the designated event and sets the values of the input
parameters in the designated data container.
- processFileEvent(FileEvent, Collection<? extends Parameter>, InstanceDataContainer, File, File) - Method in class de.aristaflow.adept2.core.eventmanager.fileevents.MarkInstanceStartEventHandler
-
Processes the file of the designated event and sets the values of the input
parameters in the designated data container.
- ProcessGraphPredicates - Class in de.aristaflow.adept2.model.processmodel.tools
-
Predicates for ADEPT2 graphs.
- ProcessGraphPredicates() - Constructor for class de.aristaflow.adept2.model.processmodel.tools.ProcessGraphPredicates
-
- ProcessImageData - Interface in de.aristaflow.adept2.model.graphical
-
Data representing an image of a process element (a process template or a
process instance).
- ProcessImageRenderer - Interface in de.aristaflow.adept2.core.processimagerenderer
-
Service interface for getting template and instance process graphs rendered
as images.
- processInputAndReturn(URI, I) - Method in class de.aristaflow.adept2.base.communication.CommunicationStackTerminator
-
Transforms the given input of type I accordingly to the
functionality this communication stack element is designed for and returns
the result of type O of this transformation process.
- ProcessInstanceCheck - Interface in de.aristaflow.adept2.core.checks.processmodel
-
- processItemUpdate(WorklistItemUpdate<ClientWorklistItem>, boolean) - Method in class de.aristaflow.adept2.core.eventmanager.common.WorklistHandler
-
- processMailEvent(MailEvent, Collection<? extends Parameter>, InstanceDataContainer) - Method in class de.aristaflow.adept2.core.eventmanager.mailevents.InstanceStartEventHandler
-
Processes the mail of the designated event and sets the values of the input
parameters in the designated data container.
- ProcessManager - Interface in de.aristaflow.adept2.core.processmanager
-
The process manager persists the data of process instances and templates at
runtime and provides access to these objects.
- ProcessManagerMXBean - Interface in de.aristaflow.adept2.core.processmanager
-
This interface provides access to node and instance counts based on type, node state and instance
execution statuses to be monitored by JMX.
- ProcessManagerTools - Class in de.aristaflow.adept2.core.processmanager
-
The frequently used method which is rather critical to use due to the
versioning scheme not providing an unambiguous result.
- ProcessModelFactory - Interface in de.aristaflow.adept2.model.processmodel
-
The factory of the processmodel is used to create new objects.
- ProcessModelFactory.StructuralNodeData - Interface in de.aristaflow.adept2.model.processmodel
-
Structural node data.
- processModelNS - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The namespace of the process model.
- ProcessModelParameter - Interface in de.aristaflow.adept2.model.processmodel
-
The Parameter interface describes the connectors on the executable
business process side (activity/sub-process).
- ProcessModelTools - Class in de.aristaflow.adept2.model.processmodel.tools
-
Helper methods which are based on the interfaces of the process model.
- ProcessModelTools() - Constructor for class de.aristaflow.adept2.model.processmodel.tools.ProcessModelTools
-
- ProcessModelXMLConstants - Class in de.aristaflow.adept2.model.processmodel.xml
-
Constants concerning XML, e.g. tag-names, namespaces.
- ProcessModelXMLConstants() - Constructor for class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- ProcessModelXMLConstants.SchemaType - Enum in de.aristaflow.adept2.model.processmodel.xml
-
This enum is used for the different schema types.
- ProcessModelXMLExport - Class in de.aristaflow.adept2.model.processmodel.xml
-
The XMLExport class allows to export any template or instance data to an xml
file, an DOM document, a string or a byte array (containing XML code).
- ProcessModelXMLExport() - Constructor for class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExport
-
- ProcessModelXMLExportTools - Class in de.aristaflow.adept2.model.processmodel.xml
-
Helper methods for the XML export of process model classes, i.e. methods to
create single xml element objects.
- ProcessModelXMLExportTools() - Constructor for class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLExportTools
-
- ProcessModelXMLHelperTools - Class in de.aristaflow.adept2.model.processmodel.xml
-
Contains important functions for both, XML import and export.
- ProcessModelXMLHelperTools() - Constructor for class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLHelperTools
-
- ProcessModelXMLHelperTools.LockDescription - Class in de.aristaflow.adept2.model.processmodel.xml
-
This class describes a lock, e.g. a lock on a template.
- ProcessModelXMLHelperTools.SerialisableProcessType - Class in de.aristaflow.adept2.model.processmodel.xml
-
A lightweight data container for serialising process types without a
template proxy.
- ProcessModelXMLHelperTools.TemplateInformation - Class in de.aristaflow.adept2.model.processmodel.xml
-
A lightweight data container for serialising process types without a
template proxy.
- ProcessModelXMLImport - Class in de.aristaflow.adept2.model.processmodel.xml
-
Import templates and instances from XML.
- ProcessModelXMLImport(ProcessModelFactory) - Constructor for class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLImport
-
Constructor, requiring the factory to use.
- ProcessModelXMLImportTools - Class in de.aristaflow.adept2.model.processmodel.xml
-
All helper methods for the XML import of process model classes, i.e. mainly
parsing elements into objects.
- ProcessModelXMLImportTools() - Constructor for class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLImportTools
-
- ProcessRepository - Interface in de.aristaflow.adept2.core.processrepository
-
The process repository is used to manage and browse process templates, the
corresponding changes and process types (trees of process templates) as well
as searching of process and activity templates.
- ProcessTemplateCheck - Interface in de.aristaflow.adept2.core.checks.processmodel
-
Common interface for all checks on process templates.
- ProcessTemplateCheckRunner - Class in de.aristaflow.adept2.core.checks.processmodel
-
Tool for running multiple checks at once - on the template and any embedded
templates - returning the overall result.
- ProcessTemplateCheckRunner(boolean, ProcessTemplateCheck[]) - Constructor for class de.aristaflow.adept2.core.checks.processmodel.ProcessTemplateCheckRunner
-
Create a new check runner.
- ProcessTemplateCheckRunner(ProcessTemplateCheck...) - Constructor for class de.aristaflow.adept2.core.checks.processmodel.ProcessTemplateCheckRunner
-
Create a new check runner.
- ProcessTemplateManager - Interface in de.aristaflow.adept2.core.processrepository
-
The process template manager provides the means to manage process templates
the corresponding change histories (creation, retrieval, storing, purging) as
well as the lifecycle of a template.
- processType - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.InstanceStartEventHandler
-
The process type of which to start the "latest" template in case
the appropriate event occurs.
- processType - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.MarkInstanceStartEventHandler
-
The process type of which to start the "latest" template in case
the appropriate event occurs.
- processType - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.InstanceStartEventHandler
-
The process type of which to start the "latest" template in case
the appropriate event occurs.
- ProcessType - Interface in de.aristaflow.adept2.model.processmodel
-
Process types organise various process templates logically and provide the
means to manage versions of templates.
- processType - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- ProcessTypeComparator - Class in de.aristaflow.adept2.model.processmodel.tools
-
This comparator can be used to compare process types by means of the
corresponding root template proxies.
- ProcessTypeComparator() - Constructor for class de.aristaflow.adept2.model.processmodel.tools.ProcessTypeComparator
-
Creates a new ProcessTypeComparator with a UUID comparator
comparing UUIDs unsigned.
- processTypeName - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- processTypeRootTemplateID - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- processTypes - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- processTypesCurrentVersion - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- processTypesSchemaFile - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
the filename of the process types schema file
- processTypesSchemaLocation - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- processTypesVersion - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- ProcessUnawareAccess - Interface in de.aristaflow.adept2.core.datamanager
-
This interface provides access to the values of data elements for clients
which do not have any process knowledge.
- ProducingRunnable<T,E extends java.lang.Exception> - Interface in de.aristaflow.adept2.util.threading
-
A runnable producing an object of type T and throwing an
exception of type E.
- PRODUCT_FAILOVER_CLUSTER - Static variable in class de.aristaflow.adept2.model.common.LicenceConstants
-
The name for the product in the licence for the failover cluster.
- PRODUCT_PROCESS_TEMPLATE_EDITOR - Static variable in class de.aristaflow.adept2.model.common.LicenceConstants
-
The name for the product in the licence for the process template editor.
- PRODUCT_STANDALONE_PROCESS_TEMPLATE_EDITOR - Static variable in class de.aristaflow.adept2.model.common.LicenceConstants
-
The name for the product in the licence for the standalone process template
editor.
- PRODUCT_STANDALONE_TEST_CLIENT - Static variable in class de.aristaflow.adept2.model.common.LicenceConstants
-
The name for the product in the licence for the standalone test client.
- progress(SessionToken, String) - Method in interface de.aristaflow.adept2.core.runtimeservice.RemoteProgressMonitor
-
- progress() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ProgressMonitor
-
Increments the counter for the units of work that has already been
processed.
- ProgressMonitor - Interface in de.aristaflow.adept2.model.runtimeenvironment
-
This interface have to be implemented by objects that are interested in
providing the progress/execution state of a special task for interested
parties.
- promoteActivity(EBPInstanceReference, ProcessConstants.NodeState, String, QualifiedAgent) - Method in interface de.aristaflow.adept2.core.worklistmanager.WorklistNotification
-
Promotes the designated (suppressed) activity, that is, the activity is
added again to the previous worklists restoring the previous state.
- PropertiesFileConfiguration - Class in de.aristaflow.adept2.util.configuration
-
This class extends a PropertiesConfiguration by the means for an underlying file as
well as optionally automatically saving the configuration in case of changes.
- PropertiesFileConfiguration(String, Logger) - Constructor for class de.aristaflow.adept2.util.configuration.PropertiesFileConfiguration
-
Creates a new properties configuration based on the designated file and loads the configuration
if the file exists.
- PropertiesFileConfiguration(File, Logger) - Constructor for class de.aristaflow.adept2.util.configuration.PropertiesFileConfiguration
-
Creates a new properties configuration based on the designated file and loads the configuration
if the file exists.
- PropertiesFileConfiguration(URL, Logger) - Constructor for class de.aristaflow.adept2.util.configuration.PropertiesFileConfiguration
-
Creates a new properties configuration based on the designated file and loads the
configuration.
- PropertiesFileConfiguration(URL, InputStream) - Constructor for class de.aristaflow.adept2.util.configuration.PropertiesFileConfiguration
-
Creates a new properties configuration based on the designated URL and loads the configuration
from the designated stream.
- Property - Annotation Type in de.aristaflow.adept2.base.configuration
-
- Property.Type - Enum in de.aristaflow.adept2.base.configuration
-
The supported data types for
- PROPERTY_CLUSTER_NAME - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The property name for the cluster name of a server or client.
- PROPERTY_CONFIGURATION_FILE - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The property name for separate configuration files.
- PROPERTY_CONFIGURATION_RUNTIME_DATA_SOURCE - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The property name for runtime configuration files/directories.
- PROPERTY_CONFIGURATION_RUNTIME_FILE - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The property name for runtime configuration files/directories.
- PROPERTY_CONFIGURATION_RUNTIME_PREFIX - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The prefix for runtime configuration files/directories or data sources.
- PROPERTY_FOREIGN_CLUSTERS - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The property name for the names of the foreign clusters that will be removed from the database,
e. g. since the database has been copied from one of these clusters.
- PROPERTY_FOREIGN_CLUSTERS_LAST_UPDATE_SECONDS - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The property name for the last update milliseconds which must have elapsed for foreign clusters
to be removed from the database, e. g. since the database has been copied from one of these
clusters.
- PROPERTY_INSTANCE_NAME - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The property name for the instance name of a server or client.
- PROPERTY_REGISTRY_CLASSPATH - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The property name for the classpath of a specific component/plugin instance.
- PROPERTY_REGISTRY_IMPLEMENTATION - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The property name for the implementing class of a component type.
- PROPERTY_REGISTRY_INSTANTIATION_MODE - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The property name for the instantiation mode for a component instance.
- PROPERTY_REGISTRY_PLUGIN_CLASSPATH - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The property name for the path where to look initially for plugins, this is the classpath of the plugin type.
- PROPERTY_REGISTRY_PLUGIN_TYPES - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The property name for the plugin types an instance can use.
- PROPERTY_REGISTRY_SERVICE_URI - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The property name for the service URI of a component instance.
- PROPERTY_URI - Static variable in class de.aristaflow.adept2.base.configuration.ConfigurationConstants
-
The property name for the (symbolic) URI of a server or client.
- PROPERTY_VISIBILITY - Static variable in class de.aristaflow.adept2.core.changeoperations.ToggleNodeVisibility
-
- propertyChange(PropertyChangeEvent) - Method in interface de.aristaflow.adept2.core.updatemanager.ChangeListener
-
TODO JavaDoc
- PropertyChangeEvent - Class in de.aristaflow.adept2.core.updatemanager
-
Class to store event information
- PropertyChangeEvent(Object, Object) - Constructor for class de.aristaflow.adept2.core.updatemanager.PropertyChangeEvent
-
TODO JavaDoc
- PropertyChangeEvent(Object, Object, Object, Object) - Constructor for class de.aristaflow.adept2.core.updatemanager.PropertyChangeEvent
-
TODO JavaDoc
- PropertyNotSetException - Exception in de.aristaflow.adept2.base.configuration
-
Configuration exception thrown, if a required property is not
set in the configuration.
- PropertyNotSetException(String, String, String) - Constructor for exception de.aristaflow.adept2.base.configuration.PropertyNotSetException
-
Create a new PropertyNotSetException by calling the super
constructor with an appropriate message.
- PropertyNotSetException(String) - Constructor for exception de.aristaflow.adept2.base.configuration.PropertyNotSetException
-
Create a new PropertyNotSetException with the given message.
- propertyPresent(Configuration, String) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Checks whether the value for the designated key in the designated
configuration is not null and if it is a string, it is not the empty
string.
- PropertyProvider - Class in de.aristaflow.adept2.base.configuration
-
This class provides global properties that are needed for the whole
AristaFlow-platform.
- PropertyProvider(Map<String, String>) - Constructor for class de.aristaflow.adept2.base.configuration.PropertyProvider
-
Creates a new PropertyProvider and parses all corresponding
global properties from the designated map and/or sets the properties
appropriately.
- PropertyTracker - Interface in de.aristaflow.adept2.model.common.changetracking
-
Interface to access details on what properties of an object have changed
since its creation or the last resetting of the change tracking.
- propertyValuePresent(Configuration, String) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Checks whether the value for the designated key in the designated
configuration is not null and not the empty string.
- protocol - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
-
The protocol to use for this mail events, for instance pop3, imap, ...
- protocolPriority - Variable in class de.aristaflow.adept2.base.registry.ServiceRegistry
-
All supported protocols (the instance names of all known communication
services) mapped to the priority of the protocol.
- providedConfiguration - Variable in class de.aristaflow.adept2.base.configuration.ConfigurationManager
-
The configuration provided when bootstrapping.
- PublicHolidays - Interface in de.aristaflow.adept2.util.time.nl
-
Public holidays depend on the local conventions, therefore this interface encapsulates public
holidays and provides methods on retrieving public holidays for a specific year, month or day.
- publish - Variable in class de.aristaflow.adept2.base.registry.ServiceInformation
-
Whether a local service that is exported is to be published.
- published() - Method in class de.aristaflow.adept2.base.registry.LocalServiceRegistry.ServiceExportInformation
-
Gets whether the exported service has been published at the global
registry.
- publishService(SessionToken, String, String, List<URI>) - Method in interface de.aristaflow.adept2.base.globalregistry.GlobalRegistry
-
Publishes the designated service with the designated global URIs and
registers the designated local URIs for it.
- publishService(String, String, List<URI>, List<URI>) - Method in class de.aristaflow.adept2.base.globalregistry.GlobalRegistryCache
-
Adds the designated service information to the cache.
- PUSH - Static variable in class de.aristaflow.adept2.model.globals.WorklistConstants.UpdateMode
-
The update mode push.
- put(Object, TokenInfo) - Method in class de.aristaflow.adept2.core.orgmodelmanager.parser.TokenInfoContainer
-
Put the given token info into the container with the given key.
- PVPUpdateManager - Class in de.aristaflow.adept2.ui.updatemanager
-
This class manages a set of
ChangeListeners
for an object which are notified when properties of that object
change.
- PVPUpdateManager(Configuration, Registry) - Constructor for class de.aristaflow.adept2.ui.updatemanager.PVPUpdateManager
-
The update manager could be called as an ADEPT2Service
- PVPUpdateManager.UpdateRequest - Class in de.aristaflow.adept2.ui.updatemanager
-
The UpdateRequest is attached to the SWT Default thread responsible for UI
updates.