- name - Variable in class de.aristaflow.adept2.base.security.callbackhandler.NameHandler
-
The name to provide in a NameCallback if required.
- name - Variable in class de.aristaflow.adept2.base.security.callbackhandler.NamePasswordHandler
-
The name to provide in a NameCallback if required.
- name - Variable in class de.aristaflow.adept2.base.security.callbackhandler.NameStoringHandler
-
The name provided to a NameCallback.
- NAME - Static variable in interface de.aristaflow.adept2.core.logmanager.logs.ExecutionHistory
-
The name of the execution history.
- name - Variable in class de.aristaflow.adept2.core.registry.cluster.ClusterNodeState
-
The name of the cluster node.
- name - Variable in class de.aristaflow.adept2.model.common.paramref.ParameterRef
-
The name of the referenced parameter.
- name() - Method in class de.aristaflow.adept2.model.globals.SystemIdentifier
-
Returns the name of the system identifier.
- name - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'name'.
- name - Variable in class de.aristaflow.adept2.model.mail.SerialisableAttachment
-
The name of the attachment.
- NAME_SEPARATOR - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants
-
The character which separates the names of an activity model from each
other when overriding activity configurations in a local configuration,
for instance:
Namespace$ECName$OpName$AName#.Key = Value
.
- NameAppNameHandler - Class in de.aristaflow.adept2.base.security.callbackhandler
-
This handler provides the means to handle
NameCallback and
AppNameCallback.
- NameAppNameHandler(String, String) - Constructor for class de.aristaflow.adept2.base.security.callbackhandler.NameAppNameHandler
-
- NameFilter - Class in de.aristaflow.adept2.util.logging
-
A filter for log records only allowing log records with a specific name
prefix and at least a specific level.
- NameFilter(String, Level) - Constructor for class de.aristaflow.adept2.util.logging.NameFilter
-
Creates a new filter based on an arbitrary name and a log level.
- nameGlobalUris - Variable in class de.aristaflow.adept2.base.globalregistry.GlobalRegistryCache
-
The mapping from service name (type and instance name) to the corresponding
globally exported URIs.
- NameHandler - Class in de.aristaflow.adept2.base.security.callbackhandler
-
A simple callback handler providing a name to the appropriate callbacks
(NameCallback) if required.
- NameHandler(String) - Constructor for class de.aristaflow.adept2.base.security.callbackhandler.NameHandler
-
Creates a callback handler providing the designated name to the appropriate
callbacks.
- NameHandler(String, AFCallbackHandler) - Constructor for class de.aristaflow.adept2.base.security.callbackhandler.NameHandler
-
Creates a callback handler providing the designated name to the appropriate
callbacks.
- nameLocalUris - Variable in class de.aristaflow.adept2.base.globalregistry.GlobalRegistryCache
-
The mapping from service name (type and instance name) to the corresponding
locally exported URIs.
- NameOrgPosSesIDAppNameHandler - Class in de.aristaflow.adept2.base.security.callbackhandler
-
- NameOrgPosSesIDAppNameHandler(String, Collection<QualifiedAgent>, String, String) - Constructor for class de.aristaflow.adept2.base.security.callbackhandler.NameOrgPosSesIDAppNameHandler
-
- NameOrgPosSesIDAppNameHandler(Collection<QualifiedAgent>, String, String) - Constructor for class de.aristaflow.adept2.base.security.callbackhandler.NameOrgPosSesIDAppNameHandler
-
- NamePasswordHandler - Class in de.aristaflow.adept2.base.security.callbackhandler
-
A simple callback handler providing a name and a password to the appropriate
callbacks (NameCallback and PasswordCallback) if
required.
- NamePasswordHandler(String, String) - Constructor for class de.aristaflow.adept2.base.security.callbackhandler.NamePasswordHandler
-
Creates a callback handler providing the designated name and password to
the appropriate callbacks.
- NamePasswordHandler(String, String, AFCallbackHandler) - Constructor for class de.aristaflow.adept2.base.security.callbackhandler.NamePasswordHandler
-
Creates a callback handler providing the designated name and password to
the appropriate callbacks.
- namePattern - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource.FileEventFilter
-
Pattern for filtering on the file name or null if not set.
- namePattern - Variable in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource
-
Pattern for filtering on the file name or null if not set.
- namePrefix - Variable in class de.aristaflow.adept2.util.logging.NameFilter
-
The prefix the name needs to pass this filter.
- namePrefix - Variable in class de.aristaflow.adept2.util.threading.Adept2ThreadFactory
-
The prefix of the thread name, naming the user of this thread factory.
- nameResolution - Variable in class de.aristaflow.adept2.base.registry.AbstractRegistry
-
The implementation for resolving service name and component types.
- nameResolution - Variable in class de.aristaflow.adept2.base.registry.UrlConfigurationManager
-
The resolution for service names.
- NameResolution - Interface in de.aristaflow.adept2.base.service
-
This interface provides the means to get and transform service names from
hierarchical to type and instance name and vice versa.
- NameStoringHandler - Class in de.aristaflow.adept2.base.security.callbackhandler
-
A wrapping callback handler storing the name provided to a
NameCallback.
- NameStoringHandler(AFCallbackHandler) - Constructor for class de.aristaflow.adept2.base.security.callbackhandler.NameStoringHandler
-
Creates a callback handler storing the name provided to a NameCallback
by the wrapped AFCallbackHandler.
- NameWrappingLogger - Class in de.aristaflow.adept2.util.logging
-
A wrapping logger that uses the name filters registered for any handlers of a
wrapped logger and its parent loggers and uses these filters when determining
NameWrappingLogger.isLoggable(Level).
- NameWrappingLogger(Logger, String) - Constructor for class de.aristaflow.adept2.util.logging.NameWrappingLogger
-
Creates a logger similar to the designated one except that the filter name
is used to check for
loggable in case a
corresponding name filter is registered for any of the (parent) handlers of
the logger.
- NameWrappingLogger(String, Logger, String) - Constructor for class de.aristaflow.adept2.util.logging.NameWrappingLogger
-
Creates a logger specific for the designated names.
- NavFunction - Class in de.aristaflow.adept2.model.orgmodel
-
An instance of NavFunction represents the definition of a
navigational function that may appear in OrgPolicies, i.e. it does not
describe an actual instance of the function in a specific OrgPolicy.
- NavFunctionInstance - Class in de.aristaflow.adept2.core.orgmodelmanager.parser
-
Represents the instance of a function, i.e. a function as it appeared in an
entity expression, including transitivity type and associated selection.
- NavFunctionInstance(NavFunction, TransitivityType, Selection) - Constructor for class de.aristaflow.adept2.core.orgmodelmanager.parser.NavFunctionInstance
-
Constructs a new NavFunctionInstance for the given function,
with the given transitivity type and the optional given selection.
- needsSuppression() - Method in interface de.aristaflow.adept2.model.worklistmodel.GroupAttributeAggregator
-
Gets whether the grouping worklist item needs to be suppressed, e. g. since all group items are
suppressed.
- negate() - Method in enum de.aristaflow.adept2.model.orgmodel.CmpOperator
-
Returns the negated version of this operator.
- NET_IP_ADDRESS - Static variable in interface de.aristaflow.adept2.base.security.AuthMethod
-
- NET_MAC_ADDRESS - Static variable in interface de.aristaflow.adept2.base.security.AuthMethod
-
- NEW_DOCUMENT_TEMPLATE_URI - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.OpenOfficeMetaData
-
The URI to the template of a new document.
- NEW_DOCUMENT_TYPE - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.OpenOfficeMetaData
-
The type of a new document.
- newBundle(String, Locale, String, ClassLoader, boolean) - Method in class de.aristaflow.adept2.util.i18n.Utf8ResourceBundleControl
-
- newCompositeConfiguration(Configuration) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Creates a new CompositeConfiguration allowing to combine several configurations.
- newDatabaseConfiguration(Logger, JDBCDataSource, String, String, String) - Static method in class de.aristaflow.adept2.base.registry.UrlConfigurationManager
-
Creates a new DatabaseConfiguration using the designated table and columns to
store the configuration in the designated data source.
- newDatabaseConfiguration(DataSource, String, String, String) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Creates a new DatabaseConfiguration using the designated table and columns to
store the configuration in the designated data source.
- newInstance - Variable in class de.aristaflow.adept2.model.processmodel.ChangeReport
-
The new changed instance if the change has been successful,
otherwise null.
- newInstanceID - Variable in class de.aristaflow.adept2.model.processmodel.ChangeReport
-
The new ID of the changed instance if the change has been successful,
otherwise null.
- newMapConfiguration(Map<String, String>) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Creates a new AbstractConfiguration containing the designated values (if
provided).
- newMapConfiguration(Map<String, String>, boolean) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Creates a new AbstractConfiguration containing the designated values (if
provided).
- newPropertiesConfiguration() - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Creates a new empty PropertiesConfiguration.
- newPropertiesConfiguration(InputStream) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Creates a new PropertiesConfiguration containing the contents of the designated
input stream.
- newPropertiesConfiguration(URL, InputStream) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Creates a new PropertiesFileConfiguration containing the contents of the
designated input stream.
- newPropertiesConfiguration(String) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Creates a new PropertiesFileConfiguration containing the contents of the
designated file.
- newPropertiesConfiguration(String, Logger) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Creates a new PropertiesFileConfiguration containing the contents of the
designated file.
- newPropertiesConfiguration(File) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Creates a new PropertiesFileConfiguration containing the contents of the
designated file.
- newPropertiesConfiguration(File, Logger) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Creates a new PropertiesFileConfiguration containing the contents of the
designated file.
- newPropertiesConfiguration(URL) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Creates a new PropertiesFileConfiguration containing the contents of the
designated URL.
- newPropertiesConfiguration(URL, Logger) - Static method in class de.aristaflow.adept2.util.ConfigurationTools
-
Creates a new PropertiesFileConfiguration containing the contents of the
designated URL.
- newTaskFor(Runnable, T) - Method in class de.aristaflow.adept2.util.threading.AFThreadPoolExecutor
-
- newTaskFor(Callable<T>) - Method in class de.aristaflow.adept2.util.threading.AFThreadPoolExecutor
-
- newThread(Runnable) - Method in class de.aristaflow.adept2.util.threading.Adept2ThreadFactory
-
- nextElement(Node, String) - Static method in class de.aristaflow.adept2.util.xml.XMLHelperTools
-
Find the next element that actually contains data, with the given name.
- nextElement(Node) - Static method in class de.aristaflow.adept2.util.xml.XMLHelperTools
-
Find the next element that actually contains data.
- nextEntry() - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntrySet.Cursor
-
Advances the cursor position to the next entry (or at most to the cursor
position directly after the last entry) and returns whether the new cursor
position points to an accessible log entry.
- nextEntryNumber - Variable in class de.aristaflow.adept2.util.CheckReport
-
Keeps the number that is assigned to the next report entry.
- nextHandler(T, boolean, boolean) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventSource
-
This method is called right before an event is offered to the next handler.
- nextHandler(T, boolean, boolean) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharingActEventSource
-
- nextHandler(ResultSetEvent, boolean, boolean) - Method in class de.aristaflow.adept2.core.eventmanager.dbevents.DBEventSource
-
- nextHandler(FileEvent, boolean, boolean) - Method in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource
-
- nextHandler(MailEvent, boolean, boolean) - Method in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
-
- nextID(ExtendedConnection, String) - Method in interface de.aristaflow.adept2.base.dbaccess.DBAccessProvider
-
Returns the next ID from the sequence with the given name.
- nextID(String) - Method in interface de.aristaflow.adept2.base.dbaccess.ExtendedConnection
-
Returns the next ID from the sequence with the given name.
- nextInvocationId() - Method in class de.aristaflow.adept2.base.communication.invocation.InvocationHandler
-
Generates unique invocation IDs.
- nextStatusChangeWaiters - Variable in class de.aristaflow.adept2.core.registry.cluster.ClusterNodeState
-
The threads that await statusChange and have arrived after its last signalling.
- NO_ALIVE - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent.Signals
-
The signal to indicate that an executable component is no longer alive.
- NO_DOCUMENT - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- NO_DOCUMENT_STREAM - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- NO_EDITOR_AVAILABLE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- NO_GUI_CONTEXT_AVAILABLE - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- NO_NAMESPACE_FOUND - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- NO_OPTIONS - Static variable in class de.aristaflow.adept2.util.Base64
-
No options specified.
- NO_SIGNAL - Static variable in interface de.aristaflow.adept2.model.runtimeenvironment.ExecutableComponent.Signals
-
There has not been a signal yet (value is Integer.MIN_VALUE).
- NO_SUCH_JAVA_METHOD - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- NO_SUCH_METHOD - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- node - Variable in class de.aristaflow.adept2.core.changeoperations.NodeDependencyProvider
-
node determining the context for the dependency provider
- Node - Interface in de.aristaflow.adept2.model.processmodel
-
The Node interface is used to represent the nodes of the control flow.
- node - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- NODE_ID - Static variable in class de.aristaflow.adept2.core.logmanager.logs.ExecutionHistory.ColumnName
-
node ID; not set for INSTANCE state changes
- NODE_NAME - Static variable in class de.aristaflow.adept2.core.logmanager.logs.ExecutionHistory.ColumnName
-
- NODE_STATE - Static variable in class de.aristaflow.adept2.model.globals.CheckConstants
-
Constant that indicates in the URI that a nodes state field is affected
- NODE_TYPE - Static variable in class de.aristaflow.adept2.model.globals.CheckConstants
-
Constant that indicates in the URI that a nodes type field is affected
- NODE_TYPE_ACTIVITIES - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.NodeTypesForFilters
-
Considers the nodes referring to a activities, i. e. normal and decision activities.
- NODE_TYPE_ACTIVITY - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.NodeTypesForFilters
-
Considers the nodes referring to an activity.
- NODE_TYPE_ALL - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.NodeTypesForFilters
-
Considers all nodes (activities and all kinds of subprocesses).
- NODE_TYPE_DECISION_ACTIVITY - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.NodeTypesForFilters
-
Considers the nodes referring to a decision activity.
- NODE_TYPE_EMBEDDED_PROCESS - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.NodeTypesForFilters
-
Considers the nodes referring to (simple) embedded subprocesses.
- NODE_TYPE_LIGHT_WEIGHT_PROCESS - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.NodeTypesForFilters
-
Considers the nodes referring to (simple) lightweight subprocesses (embedded and referenced).
- NODE_TYPE_REFERENCED_PROCESS - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.NodeTypesForFilters
-
Considers the nodes referring to (simple) referenced subprocesses.
- NODE_TYPE_SUBPROCESS - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.NodeTypesForFilters
-
Considers the nodes referring to subprocesses (simple and subject of variable parallelism).
- NODE_TYPE_VAR_PAR_EMBEDDED_PROCESS - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.NodeTypesForFilters
-
Considers the nodes referring to embedded subprocesses subject of variable parallelism.
- NODE_TYPE_VAR_PAR_REFERENCED_PROCESS - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.NodeTypesForFilters
-
Considers the nodes referring to referenced subprocesses subject of variable parallelism.
- NODE_TYPE_VAR_PAR_SUBPROCESS - Static variable in class de.aristaflow.adept2.model.globals.ProcessConstants.NodeTypesForFilters
-
Considers the nodes referring to subprocesses (embedded and referenced) subject of variable
parallelism.
- nodeAddress - Variable in class de.aristaflow.adept2.model.cluster.SimpleClusterNodeInformation
-
The address of this cluster node or null in case it is not
known.
- nodeAutoStart - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeBranchID - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- NodeComparator - Class in de.aristaflow.adept2.model.processmodel
-
This comparator can be used to compare Nodes.
- NodeComparator() - Constructor for class de.aristaflow.adept2.model.processmodel.NodeComparator
-
- nodeConnector - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeConnectorParameterMapping - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeConnectorParameterMappings - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeControl - Variable in class de.aristaflow.adept2.core.registry.cluster.ClusterNode
-
Deprecated.
The thread controlling this node, that is it handles the complete node
lifecycle including restarting and thus changing roles.
- nodeControl - Variable in class de.aristaflow.adept2.core.registry.cluster.ClusterNodeState
-
The thread controlling the cluster node, that is it handles the complete node lifecycle
including restarting and thus changing roles.
- nodeCorrespondingBlockNode - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeDCPMappingAccessType - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeDCPMappingConnector - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeDCPMappingParameter - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeDefaultEdgeCode - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- NodeDependencyProvider - Class in de.aristaflow.adept2.core.changeoperations
-
- NodeDependencyProvider(Template, int) - Constructor for class de.aristaflow.adept2.core.changeoperations.NodeDependencyProvider
-
Constructs a new NodeDependencyProvider for the specified
process template and node.
- nodeDescription - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeExecutableBusinessProcess - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeExecutableBusinessProcessInstance - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeExecutionMode - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeGroupExecutionContext - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeGroupName - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeID - Variable in exception de.aristaflow.adept2.model.datamanagement.InvalidDataContainerException
-
The node ID that the data container is expected to be of (but is not).
- nodeID - Variable in exception de.aristaflow.adept2.model.datamanagement.MandatoryParameterValueNotSetException
-
The ID of the node of which a mandatory output parameter has not value.
- nodeID - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeIDC - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeInConnectors - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeInputDataElement - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeInputDataElements - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeIteration - Variable in exception de.aristaflow.adept2.model.datamanagement.InvalidDataContainerException
-
The node iteration that the data container is expected to be of (but is
not).
- nodeIteration - Variable in exception de.aristaflow.adept2.model.datamanagement.MandatoryParameterValueNotSetException
-
The iteration of the node of which a mandatory output parameter has no
value.
- nodeIteration - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeName - Variable in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
The unique name of the node this registry and the using service belong to.
- nodeName - Variable in class de.aristaflow.adept2.base.registry.RegistryWrapper
-
The unique name of the node this registry and the using service belong to.
- nodeName - Variable in class de.aristaflow.adept2.core.registry.cluster.ClusterInteractionRequest
-
The name of the server node if this is a force lost request,
null otherwise.
- nodeName - Variable in class de.aristaflow.adept2.model.cluster.SimpleClusterNodeInformation
-
The name of this cluster node.
- nodeName - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeOutConnectors - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeOutputDataElement - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeOutputDataElements - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeParameter - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeParameters - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeParametersType - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeProduced() - Static method in enum de.aristaflow.adept2.model.processmodel.systemdata.SystemDataProducer
-
Gets all the values that are produced by arbitrary nodes.
- NodeRelations - Class in de.aristaflow.adept2.model.processmodel.tools
-
Class which allows for work on execution orders between nodes.
- NodeRelations(Template) - Constructor for class de.aristaflow.adept2.model.processmodel.tools.NodeRelations
-
Create a new NodeRelations object for the given template.
- NodeRelations.NodeRelation - Enum in de.aristaflow.adept2.model.processmodel.tools
-
This represents the relation between two nodes.
- nodesAreOnDifferentBranchesOfSplit(Template, int, int, int) - Static method in class de.aristaflow.adept2.model.processmodel.tools.NodeRelations
-
Returns true, if the given nodes are on different branches relative to
the given split node.
- nodeSelectorPredicate - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeSplitNode - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodeState - Variable in class de.aristaflow.adept2.core.registry.cluster.ClusterNode
-
Deprecated.
The state of this cluster node encapsulated in a separate object.
- nodeState - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- nodesWithSyncEdgesInArea(Template, int, int, boolean) - Static method in class de.aristaflow.adept2.model.processmodel.tools.ProcessModelTools
-
Returns those nodes which are between first and last (including) and which do have
sync-edges.
- NodeTypesForFilters() - Constructor for class de.aristaflow.adept2.model.globals.ProcessConstants.NodeTypesForFilters
-
- noEmptys(String[], String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given array contains no empty strings.
- noFallback - Variable in class de.aristaflow.adept2.util.i18n.Utf8ResourceBundleControl
-
Whether to not fallback to the default locale.
- NON_EXISTING_UUID - Static variable in class de.aristaflow.adept2.util.UUIDTools
-
- NON_STRING_OPERATORS - Static variable in enum de.aristaflow.adept2.model.filter.ComparisonOperator
-
The set of comparison operators that apply to pure numeric comparisons
- nonLoc(String) - Static method in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
-
Creates a LocalisedString for the designated simple string.
- nonLoc(long) - Static method in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
-
Creates a LocalisedString for the designated long.
- nonLoc(int) - Static method in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
-
Creates a LocalisedString for the designated int.
- nonLoc(short) - Static method in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
-
Creates a LocalisedString for the designated short.
- nonLoc(char) - Static method in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
-
Creates a LocalisedString for the designated char.
- nonLoc(byte) - Static method in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
-
Creates a LocalisedString for the designated byte.
- nonLoc(boolean) - Static method in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
-
Creates a LocalisedString for the designated boolean.
- nonLoc(float) - Static method in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
-
Creates a LocalisedString for the designated float.
- nonLoc(double) - Static method in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
-
Creates a LocalisedString for the designated double.
- nonLoc(Object) - Static method in class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
-
Creates a LocalisedString for the designated object.
- NonLocalisedString - Class in de.aristaflow.adept2.model.common.i18n
-
Implementation to provide constant object (usually string)representations which do not need to be
localised as LocalisedString.
- NonLocalisedString(Object) - Constructor for class de.aristaflow.adept2.model.common.i18n.NonLocalisedString
-
Creates a new LocalisedString which does not need localisation.
- noNullKey(Map<K, V>, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given map contains no null key.
- noNulls(E[], String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given array contains no null values.
- noNulls(Collection<E>, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given collection contains no null values.
- noNulls(Map<K, V>, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given map contains neither a null key nor null values.
- noNullValues(Map<K, V>, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given map contains no null values.
- NoSuchParameterException - Exception in de.aristaflow.adept2.model.datamanagement
-
This exception type may be thrown by methods to indicate that the passed
parameter(s)/parameterID(s) to work on do not exist in the given context.
- NoSuchParameterException(String, String) - Constructor for exception de.aristaflow.adept2.model.datamanagement.NoSuchParameterException
-
Creates a NoSuchParameterException with a caller specified (error) message.
- NOT_A_NUMBER - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- NOT_AN_EXECUTABLE_COMPONENT - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
-
- NOT_INITIALISED_EXCEPTION - Static variable in class de.aristaflow.adept2.core.registry.InitialisedInjectedService
-
- NOT_SET - Static variable in class de.aristaflow.adept2.model.common.ModelLocalisation
-
The index for localisations indicating that a value has not been set.
- notBlank(String, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given string is not blank.
- notEmpty(String, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given string is not empty.
- notEmpty(byte[], String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given byte array is not empty.
- notEmpty(E[], String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given array is not empty.
- notEmpty(Collection<E>, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given collection is not empty.
- notEmpty(Map<K, V>, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given map is not empty.
- NotesAndTasksData - Interface in de.aristaflow.adept2.model.common.plugindata
-
Plug-in data for
- NotesAndTasksData.NoteTask - Interface in de.aristaflow.adept2.model.common.plugindata
-
Note / task data.
- NotesAndTasksData.TaskState - Enum in de.aristaflow.adept2.model.common.plugindata
-
States for tasks.
- notification - Variable in class de.aristaflow.adept2.util.locking.ReentrantLock
-
The notification to call directly but atomically after locking and
unlocking.
- notificationRequired() - Method in class de.aristaflow.adept2.util.locking.ReentrantLock.Lock
-
Gets whether a notification of waiting threads is required.
- notificationRequired() - Method in class de.aristaflow.adept2.util.locking.ReentrantLock.ReadLock
-
Gets whether a notification of waiting threads is required.
- notificationRequired() - Method in class de.aristaflow.adept2.util.locking.ReentrantLock.WriteLock
-
Gets whether a notification of waiting threads is required.
- notifyDataSourceToConfMgr(boolean) - Method in class de.aristaflow.adept2.base.registry.LocalServiceRegistry
-
Sets the registry in the configuration manager allowing it to access the data source for
runtime configurations.
- notifyEmptyOnly - Variable in class de.aristaflow.adept2.core.eventmanager.dbevents.DBEventSource
-
Whether the event should be produced in case the result set is empty.
- notNegative(N, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given number is not negative (i.e.
- notNull(T, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Asserts that the parameter is not null.
- noTopLevelInstances(FilterFactory) - Static method in class de.aristaflow.adept2.model.worklistmodel.WorklistFilters
-
- notZero(N, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given number is not zero.
- noWhitespace(String, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given string contains no whitespace.
- NULL - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityType
-
Name of the NullEnvironment, e.g. a Join-Node
- NULL_CONTEXT - Static variable in class de.aristaflow.adept2.model.globals.GUIConstants
-
Identifier for an GUI context that is passed if no GUI is available or no
GUI is requested by an application.
- NullableStringComparator() - Constructor for class de.aristaflow.adept2.util.StringTools.NullableStringComparator
-
Creates a new comparator for strings including null.
- NullArgumentException - Exception in de.aristaflow.adept2.util
-
The NullArgumentException is a special
IllegalArgumentException that must be thrown when a parameter
is null and it is not allowed to be.
- NullArgumentException() - Constructor for exception de.aristaflow.adept2.util.NullArgumentException
-
Constructs a new NullArgumentException with
null as detail message.
- NullArgumentException(String) - Constructor for exception de.aristaflow.adept2.util.NullArgumentException
-
Constructs a new NullArgumentException with the
specified detail message.
- NullArgumentException(String, Throwable) - Constructor for exception de.aristaflow.adept2.util.NullArgumentException
-
Constructs a new NullArgumentException with the
specified detail message and cause.
- NullArgumentException(Throwable) - Constructor for exception de.aristaflow.adept2.util.NullArgumentException
-
Constructs a new NullArgumentException with null
as detail message and the given cause.
- NullExecution - Class in de.aristaflow.adept2.core.runtimemanager.executionenvironments
-
TODO EBPINSTANCE: Adapt the documentation according to the replacement of
Activity by
ActivityInstance
The null execution just signals an application closed to the runtime
environment and returns.
- NullExecution(ActivityInstance) - Constructor for class de.aristaflow.adept2.core.runtimemanager.executionenvironments.NullExecution
-
Creates a new NullExecution for the designated activity with
a logger for this class.
- NullGUIContext - Class in de.aristaflow.adept2.ui.nullgui
-
This GUI context is provided if no GUI context is requested by the
application componenent or if there is no GUI possible that can be provided
to an application component.
- NullGUIContext() - Constructor for class de.aristaflow.adept2.ui.nullgui.NullGUIContext
-
- NullGUIManager - Class in de.aristaflow.adept2.ui.guimanager
-
The null GUI manager returns the
NullGUIContext as the GUIContext and
may be used for GUI-less clients.
- NullGUIManager(Configuration, Registry) - Constructor for class de.aristaflow.adept2.ui.guimanager.NullGUIManager
-
Instantiate the manager that returns only NullGUIContexts on client
requests.
- NullHTTPService - Class in de.aristaflow.adept2.ui.htmlgui.httpservice
-
Dummy HTTP service for head-less clients.
- NullHTTPService(Configuration, Registry) - Constructor for class de.aristaflow.adept2.ui.htmlgui.httpservice.NullHTTPService
-
Default constructor.
- nullOrNotEmpty(String, String) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Ensures that the given string is either null or not empty.
- nullToEmpty(String) - Static method in class de.aristaflow.adept2.util.StringTools
-
Returns the empty string instead of null; otherwise the given string is
returned.