A B C D E F G H I J K L M N O P Q R S T U V W X Y _
All Classes All Packages
All Classes All Packages
All Classes All Packages
O
- OAUTH2_TOKEN - Static variable in interface de.aristaflow.adept2.base.security.AuthMethod
-
The user is identified via an OAuth2 token.
- OAUTH2_TOKEN - Static variable in interface de.aristaflow.adept2.base.security.GlobalAuthMethod
- oauth2AccessTokenProvider - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
-
The plugin instance that will be used to acquire an OAuth2 access token when the "XOAUTH2" authentication mechanisms is used.
- OAuth2AccessTokenProvider - Interface in de.aristaflow.adept2.core.eventmanager.mailevents
-
A plug-in interface for
MailEventSourceas a customisable way to provide an OAuth2 access token that can be used to access a mailbox via the "XOAUTH2" authentication mechanism. - oauth2AccessTokenProviderId - Variable in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
-
The optional (simple) instance name of the OAuth2AccessTokenProvider to use when the "XOAUTH2" authentication mechanism is configured.
- oAuthPasswordFromRest(RequestHandler, String, String) - Static method in class de.aristaflow.ilm.ws.rest.base.security.Transformation
- OBJECT_REPLACED - de.aristaflow.adept2.core.updatemanager.UpdateManager.ProcessProperties
-
Property, indicating that the original object has been replace.
- objectCheckedIn(T, CallerTrace, CallerTrace, PoolStats) - Method in interface de.aristaflow.adept2.util.objectpool.generic.ObjectPoolListener
-
Called after an object was checked into the pool.
- objectCheckedOut(T, CallerTrace, PoolStats) - Method in interface de.aristaflow.adept2.util.objectpool.generic.ObjectPoolListener
-
Called after an object was checked out from the pool.
- objectCount - Variable in class de.aristaflow.adept2.util.ObjectCounting
-
The map managing the objects and their counts.
- ObjectCounting<T> - Class in de.aristaflow.adept2.util
-
A class for counting objects thread-safe.
- ObjectCounting() - Constructor for class de.aristaflow.adept2.util.ObjectCounting
-
Creates a new instance for object counting using a logger for this class (ObjectCounting, not a subclass).
- ObjectCounting(Logger) - Constructor for class de.aristaflow.adept2.util.ObjectCounting
-
Creates a new instance for object counting using the designated logger.
- objectCreated(T, int) - Method in interface de.aristaflow.adept2.util.objectpool.generic.ObjectPoolListener
-
Called after an object was created by the pool.
- objectDestroyed(T, int, Exception) - Method in interface de.aristaflow.adept2.util.objectpool.generic.ObjectPoolListener
-
Called after an object was destroyed by the pool.
- ObjectEqualityLockCount - Class in de.aristaflow.adept2.util.locking
- ObjectEqualityLockCount() - Constructor for class de.aristaflow.adept2.util.locking.ObjectEqualityLockCount
- ObjectEqualityLockManager<O> - Class in de.aristaflow.adept2.util.locking
-
Class with convenience methods for an
ObjectLockManagerusing the current thread for locking and using object equality for the locked objects. - ObjectEqualityLockManager(String, boolean, Logger) - Constructor for class de.aristaflow.adept2.util.locking.ObjectEqualityLockManager
-
Creates a new
ObjectLockManagerusing the current thread for locking and using object equality for the locked objects. - ObjectEqualityLockManager(String, Logger) - Constructor for class de.aristaflow.adept2.util.locking.ObjectEqualityLockManager
-
Creates a new
ObjectLockManagerwith pessimistic locking using the current thread for locking and using object equality for the locked objects. - ObjectLifeCycle<T,E extends Exception> - Interface in de.aristaflow.adept2.util.objectpool
-
This interface defines and allows to control the life cycle of a pooled object.
- ObjectLockManager<O,L> - Class in de.aristaflow.adept2.util.locking
-
A manager for locking objects with reentrant locks whereas the locks are itself object specific.
- ObjectLockManager(Class<? extends LockCountManager<? super L>>, String, Logger) - Constructor for class de.aristaflow.adept2.util.locking.ObjectLockManager
-
Creates a new
ObjectLockManagerwith the designated lock count manager providing the "equality" for the designated reentrant locks and of the designated type. - objectLocks - Variable in class de.aristaflow.adept2.util.locking.OptimisticObjectLockManager.LockRemover
-
A mapping from the locked object to the corresponding lock.
- objectLocks - Variable in class de.aristaflow.adept2.util.locking.OptimisticObjectLockManager
-
A mapping from the locked object to the corresponding locking object.
- objectLocks - Variable in class de.aristaflow.adept2.util.locking.PessimisticObjectLockManager
-
A mapping from the locked object to the corresponding locking object.
- ObjectOneWorkExecutor<O> - Class in de.aristaflow.adept2.util.threading.executor
-
This one work executor simply uses the normal runtime data that is, it allows for one piece of work for each object pending before and after a flush.
- ObjectOneWorkExecutor(boolean, int, int, boolean, Adept2ThreadFactory) - Constructor for class de.aristaflow.adept2.util.threading.executor.ObjectOneWorkExecutor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ObjectOneWorkExecutor(boolean, int, int, boolean, Adept2ThreadFactory, int, Level) - Constructor for class de.aristaflow.adept2.util.threading.executor.ObjectOneWorkExecutor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ObjectOneWorkExecutor(boolean, int, int, Adept2ThreadFactory) - Constructor for class de.aristaflow.adept2.util.threading.executor.ObjectOneWorkExecutor
-
Creates a new thread pool executor with the designated (maximum) amount of (core) threads (and unlimited objects), accepting exactly one piece of work per object.
- ObjectOneWorkExecutor(boolean, int, int, Adept2ThreadFactory, int, Level) - Constructor for class de.aristaflow.adept2.util.threading.executor.ObjectOneWorkExecutor
-
Creates a new thread pool executor with the designated (maximum) amount of (core) threads (and unlimited objects), accepting exactly one piece of work per object.
- ObjectOneWorkExecutor(boolean, int, Adept2ThreadFactory) - Constructor for class de.aristaflow.adept2.util.threading.executor.ObjectOneWorkExecutor
-
Creates a new thread pool executor with an unlimited amount objects and the designated maximum amount of threads, accepting exactly one piece of work per object.
- ObjectOneWorkExecutor(boolean, Adept2ThreadFactory) - Constructor for class de.aristaflow.adept2.util.threading.executor.ObjectOneWorkExecutor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ObjectOneWorkRunnable<O,R extends AbstractObjectOneWorkExecutor.RuntimeData> - Class in de.aristaflow.adept2.util.threading.executor
-
A runnable for having exactly one runnable per object.
- ObjectOneWorkRunnable(O, AbstractObjectOneWorkExecutor<O, R>, AtomicInteger, AtomicInteger, Logger) - Constructor for class de.aristaflow.adept2.util.threading.executor.ObjectOneWorkRunnable
-
Creates a new runnable that executes one runnable for a specific object.
- ObjectPool<T,E extends Exception> - Interface in de.aristaflow.adept2.util.objectpool
-
This is the basic interface for an object pool, a facility to support easy reuse of objects and resources; especially those that are expensive to create and/or have limited availability.
- ObjectPoolListener<T> - Interface in de.aristaflow.adept2.util.objectpool.generic
-
The intended purpose of this interface is to provide basic information that concerns how the pool is used by borrowers and which is otherwise hard to come by.
- objectReclaimed(T, ReclaimAction, CallerTrace) - Method in interface de.aristaflow.adept2.util.objectpool.generic.ObjectPoolListener
-
Deprecated, for removal: This API element is subject to removal in a future version.Use and implement
ObjectPoolListener.objectReclaimed(Object, ReclaimAction, CallerTrace, CallerTrace)instead. - objectReclaimed(T, ReclaimAction, CallerTrace, CallerTrace) - Method in interface de.aristaflow.adept2.util.objectpool.generic.ObjectPoolListener
-
Called after the reclaiming of an object was triggered.
- ObjectRunnable<O1,O2> - Interface in de.aristaflow.adept2.util.threading.executor
-
This interface represents a runnable that is identified via a specific object.
- objects - Variable in class de.aristaflow.adept2.util.threading.executor.AbstractObjectRunnable
-
The data structures containing all objects and the corresponding work.
- objects - Variable in class de.aristaflow.adept2.util.threading.executor.AbstractObjectSpecificExecutor
-
All managed objects, their runnables as well as their runtime data.
- ObjectSpecificFlushCallable<O2,T> - Class in de.aristaflow.adept2.util.threading.executor
-
A callable that executes a specific task exclusively without any object work running concurrently.
- ObjectSpecificFlushCallable(Callable<T>, Collection<ObjectRunnable<?, O2>>, boolean, AbstractObjectSpecificExecutor<?, O2, ?>, Logger) - Constructor for class de.aristaflow.adept2.util.threading.executor.ObjectSpecificFlushCallable
-
Creates a new runnable that executes an exclusive tasks without any object work running.
- objectsWaitingToLock() - Method in class de.aristaflow.adept2.util.locking.ReentrantLock.Lock
-
Returns the number of objects waiting to acquire this lock.
- objectToBoolean(Object, ProcessModelParameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
-
Converts an object (of native type) to an instance of
Boolean. - objectToDate(Object, ProcessModelParameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
-
Converts an object (of native type) to an instance of
Date. - objectToFloat(Object, ProcessModelParameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
-
Converts an object (of native type) to an instance of
Double. - objectToInteger(Object, ProcessModelParameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
-
Converts an object (of native type) to an instance of
Long. - ObjectTools - Class in de.aristaflow.adept2.util
-
Tool methods for objects, similar to
Objects. - ObjectTools() - Constructor for class de.aristaflow.adept2.util.ObjectTools
- objectToString(Object, ProcessModelParameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
-
Converts an object (of native type) to an instance of
String. - objectToUri(Object, ProcessModelParameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
-
Converts an object (of native type) to an instance of
URI. - objectToUserdefined(Object, ProcessModelParameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
-
Converts an object to an instance of
UDTValueby serialising the object and encapsulating the corresponding stream in the returned instance of UDTValue. - ObjectWrapperLifeCycle<T,E extends Exception> - Interface in de.aristaflow.adept2.util.objectpool
-
This interface is a companion to
ObjectLifeCycle, defining and allowing to control the life cycle of an object wrapper. - OCL_GENERALCONSTRAINT_VIOLATED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- OCL_INVARIANT_VIOLATED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- OCL_POSTCONDITION_VIOLATED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- OCL_PRECONDITION_VIOLATED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- OFF - de.aristaflow.adept2.base.registry.AbstractRegistry.InstantiationMode
-
No instantiation by the registry but by external components.
- offRule - Variable in class de.aristaflow.ilm.model.resourcemodel.ProcessTrigger
- offRule - Variable in class de.aristaflow.ilm.model.resourcemodel.TimedProcessTrigger
- OK - de.aristaflow.adept2.model.orgmodel.OrgPolicyReport.ResultType
-
There's usually no need to have entries with this type, as the
OrgPolicyReportsmain purpose is to report errors, potential problems and maybe other information on how the OrgPolicy might be improved. - OK - de.aristaflow.adept2.util.CheckReport.ResultType
-
OK statement.
- oldInstanceID - Variable in class de.aristaflow.adept2.model.processmodel.ChangeReport
-
The old ID of the changed instance.
- oldInstId - Variable in class de.aristaflow.ilm.model.processmodel.ChangeReport
- olm - Variable in class de.aristaflow.adept2.util.locking.ObjectEqualityLockManager
-
The object lock manager to which all calls will be forwarded.
- om - Variable in class de.aristaflow.ilm.ws.rest.base.service.AbstractStub
-
The object mapper (supplier) for reading JSON objects from responses (including exceptions).
- ome - Variable in class de.aristaflow.adept2.core.orgmodelmanager.extension.OmeEntity
-
The name of the OM extension this entity wraps for.
- OmeAttributeMetaData - Class in de.aristaflow.adept2.core.orgmodelmanager.extension
-
Attribute meta data for an OM extensions only containing the attributes with a mapping for a specific OM extension and the attributes specific to this OM extension.
- OmeAttributeMetaData(String, AttributeMetaData) - Constructor for class de.aristaflow.adept2.core.orgmodelmanager.extension.OmeAttributeMetaData
-
Creates a new
AttributeMetaDatafor the designated OM extension wrapping the designatedAttributeMetaData. - OmeAttributeMetaData.OmeMetaDataElement - Class in de.aristaflow.adept2.core.orgmodelmanager.extension
-
A meta data element for an OM extension allowing wrapping the name and only providing the attribute mappings for one OM extension.
- OmeAttributes - Class in de.aristaflow.adept2.model.orgmodel
-
This class provides attribute/column names for OM extensions, e. g.
- OmeAttributes() - Constructor for class de.aristaflow.adept2.model.orgmodel.OmeAttributes
- OmeEntity - Class in de.aristaflow.adept2.core.orgmodelmanager.extension
-
This class represents an
Entityfor a specific OM extension. - OmeEntity(String, AttributeMetaData, Entity, String...) - Constructor for class de.aristaflow.adept2.core.orgmodelmanager.extension.OmeEntity
-
Creates a new wrapping entity for the designated OM extension wrapping the designated entity.
- OmeMetaDataElement(String, String, AttributeMetaData.MetaDataElement) - Constructor for class de.aristaflow.adept2.core.orgmodelmanager.extension.OmeAttributeMetaData.OmeMetaDataElement
-
Creates a new meta data element representing an attribute for the designated OM extension.
- omExt2Attrs - Variable in class de.aristaflow.adept2.core.orgmodelmanager.AttributeMetaData
-
The (name of the) OM extensions being mapped to the corresponding attributes (attribute names, all lower case) which have the OM extension as source.
- omExt2Uid - Variable in class de.aristaflow.adept2.core.orgmodelmanager.AttributeMetaData
-
The UID attributes (all lower case) indexed by the corresponding OM extension names.
- OmExtAttribute(String, int, String, boolean) - Constructor for class de.aristaflow.adept2.core.orgmodelmanager.extension.OrgModelSyncAccess.OmExtAttribute
-
Creates a new string OM extension attribute with the designated properties,
OrgModelSyncAccess.OmExtAttribute.readOnlywill befalse. - OmExtAttribute(String, DataType, Integer, String, boolean, boolean) - Constructor for class de.aristaflow.adept2.core.orgmodelmanager.extension.OrgModelSyncAccess.OmExtAttribute
-
Creates a new OM extension attribute with the designated properties.
- OmExtAttribute(String, DataType, Integer, String, boolean, boolean, Object) - Constructor for class de.aristaflow.adept2.core.orgmodelmanager.extension.OrgModelSyncAccess.OmExtAttribute
-
Creates a new OM extension attribute with the designated properties.
- OmExtAttribute(String, DataType, String, boolean) - Constructor for class de.aristaflow.adept2.core.orgmodelmanager.extension.OrgModelSyncAccess.OmExtAttribute
-
Creates a new OM extension attribute with the designated properties which is not a string,
OrgModelSyncAccess.OmExtAttribute.readOnlywill befalse. - omExtAttrName - Variable in class de.aristaflow.adept2.core.orgmodelmanager.extension.OrgModelSyncAccess.OmExtAttribute
-
The name of the attribute in the OM extension.
- omExtension - Variable in class de.aristaflow.ilm.core.orgmodelmanager.OmExtMapping
- OmExtMapping - Class in de.aristaflow.ilm.core.orgmodelmanager
- OmExtMapping() - Constructor for class de.aristaflow.ilm.core.orgmodelmanager.OmExtMapping
- omm - Variable in class de.aristaflow.adept2.core.eventmanager.common.AbstractEventManager
-
The org model manager for checking the starter rule.
- ON_HOLD - de.aristaflow.adept2.model.globals.WorklistConstants.Priority
-
The priority "on hold" (int value 1000).
- ONE_BEFORE_TWO - de.aristaflow.adept2.model.processmodel.tools.NodeRelations.NodeRelation
-
If the nodes are executed, they are both executed.
- ONE_BEFORE_TWO_OPTIONAL - de.aristaflow.adept2.model.processmodel.tools.NodeRelations.NodeRelation
-
If one is executed, it is executed before two.
- ONE_OPTIONAL_BEFORE_TWO - de.aristaflow.adept2.model.processmodel.tools.NodeRelations.NodeRelation
-
If two is executed, one is optionally executed before two
- ONE_OPTIONAL_BEFORE_TWO_OPTIONAL - de.aristaflow.adept2.model.processmodel.tools.NodeRelations.NodeRelation
-
One or two might be executed, one always before two.
- oneOf(T, String, Object...) - Static method in class de.aristaflow.adept2.util.ArgChecks
-
Asserts that the parameter has one of the given values (by testing for equality).
- ONEOF - de.aristaflow.adept2.model.common.RestrictionType
-
the one-of restriction
- oneToMReferenceAttribute() - Method in enum de.aristaflow.adept2.model.orgmodel.RelationType
-
If this is a 1:m relation type, this method will return the attribute name in the right-hand entity type that references an entity of the left-hand entity type.
- onEvent(ConfigurationEvent) - Method in class de.aristaflow.adept2.base.registry.dbconfiguration.TableManager
- onEvent(ConfigurationEvent) - Method in class de.aristaflow.adept2.util.configuration.AutoSaveListener
- oneWorkExecutor - Variable in class de.aristaflow.adept2.core.eventmanager.common.OneWorkWorklistHandler
-
The executor service for handling worklist items.
- OneWorkWorklistHandler - Class in de.aristaflow.adept2.core.eventmanager.common
-
This
OneWorkWorklistHandlercreates event sources for worklist items with activities that wait for an event. - OneWorkWorklistHandler(WorklistManager, WorklistUpdateConfiguration, long, int, long, boolean, int, long, AbstractEventManager, Registry, ScheduledObjectOneWorkExecutor<WorklistItem>, long, Level) - Constructor for class de.aristaflow.adept2.core.eventmanager.common.OneWorkWorklistHandler
-
Creates a new instance of the worklist handler that creates event sources for worklist items with activities that wait for an event.
- onlyTopLevelInstances(FilterFactory) - Static method in class de.aristaflow.adept2.model.worklistmodel.WorklistFilters
-
Creates a filter suitable for
WorklistUpdateConfigurations, rejecting allitems representing top-level instances. - onRule - Variable in class de.aristaflow.ilm.model.resourcemodel.ProcessTrigger
- onRule - Variable in class de.aristaflow.ilm.model.resourcemodel.TimedProcessTrigger
- OO_ENV_NO_DOCUMENT - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- OO_ENV_NO_INPUT_STREAM - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- OO_ENV_NO_OUTPUT_STREAM - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- OO_ENV_NO_VALID_TYPE_DEFINED - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- OO_ENV_PATH_NOT_VALID - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- OO_ENV_UNKOWN_OPERATION - Static variable in class de.aristaflow.adept2.model.globals.ApplicationErrorCodes
- OPEN - de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.TaskState
- OPEN_ENQUIRY - de.aristaflow.adept2.model.common.plugindata.MailNotificationData.MailField
-
Unanswered enquiry.
- OpenApiFilter - Class in de.aristaflow.ilm.ws.rest.base.service.openapi
-
A filter to replace variables within the attributes of the OpenAPI.
- OpenApiFilter() - Constructor for class de.aristaflow.ilm.ws.rest.base.service.openapi.OpenApiFilter
- OpenApiReader - Class in de.aristaflow.ilm.ws.rest.base.service.openapi
-
The reader for creating the OpenAPI model.
- OpenApiReader() - Constructor for class de.aristaflow.ilm.ws.rest.base.service.openapi.OpenApiReader
- OpenApiReader(OpenAPIConfiguration) - Constructor for class de.aristaflow.ilm.ws.rest.base.service.openapi.OpenApiReader
- OpenApiReader(OpenAPI) - Constructor for class de.aristaflow.ilm.ws.rest.base.service.openapi.OpenApiReader
- openError(Display, String, String, Throwable) - Static method in class de.aristaflow.adept2.ui.statushandling.WhiteErrorDialogue
- openError(Shell, String, String, Throwable) - Static method in class de.aristaflow.adept2.ui.statushandling.ErrorDialogue
- openError(Shell, String, String, Throwable) - Static method in class de.aristaflow.adept2.ui.statushandling.WhiteErrorDialogue
- openError(Shell, String, IStatus) - Static method in class de.aristaflow.adept2.ui.statushandling.ErrorDialogue
-
Display an
ErrorDialoguewith the given information. - openError(Shell, String, IStatus) - Static method in class de.aristaflow.adept2.ui.statushandling.WhiteErrorDialogue
-
Display an
ErrorDialoguewith the given information. - openFolder() - Method in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
-
Opens and returns the folder configured for the message store in read/write mode.
- OpenOfficeMetaData() - Constructor for class de.aristaflow.adept2.model.globals.ActivityConstants.OpenOfficeMetaData
- openResultSet(String, boolean, Object...) - Method in class de.aristaflow.adept2.base.registry.dbconfiguration.DatabaseConfiguration.JdbcOperation
-
Creates a
PreparedStatementfor a query, initializes it and executes it. - operation - Variable in class de.aristaflow.adept2.core.registry.cluster.ClusterInteractionRequest
-
The operation which to perform by the cluster heartbeat.
- operation - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'operation'.
- Operation - Interface in de.aristaflow.adept2.model.activitymodel
-
The
Operationrepresents a callable part of anExecutableComponent. - OPERATION - de.aristaflow.adept2.model.globals.ActivityConstants.ActivityModelEntityType
- OPERATION_NAME - de.aristaflow.adept2.model.globals.ProcessConstants.ExecutableBusinessProcessProperty
-
The name of the operation of the activity (e.g.
- operationEventType - Variable in class de.aristaflow.adept2.base.registry.dbconfiguration.DatabaseConfiguration.JdbcOperation
-
The type of the operation which caused an error.
- OperationManager - Interface in de.aristaflow.adept2.core.activityrepository
-
This interface provides the means for managing
Operations which includes retrieval, creation, updating and managing the states ofOperations. - operationName - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'operationName'.
- OperationReference - Interface in de.aristaflow.adept2.model.activitymodel
-
The lightweight representation of an
Operationfor usage in the activity repository. - opName - Variable in class de.aristaflow.ilm.model.execution.ActivityInstance
- opName - Variable in class de.aristaflow.ilm.model.processmodel.Activity
- OptimisticObjectLockManager<O,L> - Class in de.aristaflow.adept2.util.locking
-
A manager for (optimistically) locking objects with reentrant locks whereas the locks are itself object specific.
- OptimisticObjectLockManager(Class<? extends LockCountManager<? super L>>, Class<? extends ReentrantLock<L>>, String, Logger) - Constructor for class de.aristaflow.adept2.util.locking.OptimisticObjectLockManager
-
Creates a new
ObjectLockManagerwith the designated lock count manager providing the "equality" for the designated reentrant locks and of the designated type using optimistic locking. - OptimisticObjectLockManager.LockRemover<O,L> - Class in de.aristaflow.adept2.util.locking
-
When unlocking an object for the last time (count is 0), this will remove the corresponding locked object from the map containing all locked objects.
- optional - Variable in class de.aristaflow.ilm.model.common.ConfigurationDescEntry
- optional - Variable in class de.aristaflow.ilm.model.processmodel.DataEdge
- optional - Variable in class de.aristaflow.ilm.model.processmodel.ProcessModelParameter
- optional - Variable in class de.aristaflow.ilm.model.processmodel.ProcessModelParameterFilter.ProcessModelParameterSelection
- optional - Variable in class de.aristaflow.ilm.model.processmodel.StructuralDataEdgeFilter.StructuralDataEdgeSelection
- optional - Variable in class de.aristaflow.ilm.ws.rest.model.processmodel.ProcessModelParameterFilter.ProcessModelParameterSelection
- optional - Variable in class de.aristaflow.ilm.ws.rest.model.processmodel.StructuralDataEdgeFilter.StructuralDataEdgeSelection
- OPTIONAL - de.aristaflow.adept2.model.globals.ProcessConstants.DataEdgeProperty
-
If the access by the data edge is optional,
DataEdge.isOptional(). - options - Variable in class de.aristaflow.ilm.ws.rest.model.graphical.InstanceWithRenderOptions
- options - Variable in class de.aristaflow.ilm.ws.rest.model.graphical.TemplateWithRenderOptions
- or - Variable in class de.aristaflow.ilm.base.sessionmanagement.QualifiedAgentFilter.OrQaFilter
- or - Variable in class de.aristaflow.ilm.model.execution.EnquiryFilter.OrEnqFilter
- or - Variable in class de.aristaflow.ilm.model.execution.InputDataContextFilter.OrIdcFilter
- or - Variable in class de.aristaflow.ilm.model.filter.InstantFilter.OrInstantFilter
- or - Variable in class de.aristaflow.ilm.model.filter.MultipleCollFilter.OrCollFilter
- or - Variable in class de.aristaflow.ilm.model.filter.MultipleFilter.OrFilter
- or - Variable in class de.aristaflow.ilm.model.filter.StringFilter.OrStringFilter
- or - Variable in class de.aristaflow.ilm.model.processmodel.EbpInstanceReferenceFilter.OrEirFilter
- or - Variable in class de.aristaflow.ilm.model.worklistmodel.DelegationFilter.OrDelFilter
- or - Variable in class de.aristaflow.ilm.util.UuidFilter.OrUuidFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.base.sessionmanagement.CollectionQaFilter.OrCollQaFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.base.sessionmanagement.QualifiedAgentFilter.OrQaFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.core.logmanager.logs.ErrorDataFilter.OrEdFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.core.logmanager.logs.ExecutionHistoryFilter.OrEhFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.common.CollectionSpFilter.OrCollSpFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.common.ExecutionControlPropertiesFilter.OrEcpFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.common.SimpleParameterFilter.OrSpFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.common.UserAttributesFilter.OrUasFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.execution.EnquiryFilter.OrEnqFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.execution.InputDataContextFilter.OrIdcFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.filter.BooleanFilter.OrBooleanFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.filter.DoubleFilter.OrDoubleFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.filter.InstantFilter.OrInstantFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.filter.IntegerFilter.OrIntegerFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.filter.LongFilter.OrLongFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.filter.StringFilter.OrStringFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.orgmodel.EntityFilter.OrEntFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.processmodel.CollectionDeFilter.OrCollDeFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.processmodel.CollectionNodeFilter.OrCollNodeFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.processmodel.CollectionPmpFilter.OrCollPmpFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.processmodel.CollectionSdeFilter.OrCollSdeFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.processmodel.DataElementFilter.OrDataElementFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.processmodel.EbpInstanceReferenceFilter.OrEirFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.processmodel.InstanceFilter.OrInstFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.processmodel.InstanceStatusFilter.OrInstStatFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.processmodel.NodeFilter.OrNodeFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.processmodel.ProcessModelParameterFilter.OrPmpFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.processmodel.StructuralDataEdgeFilter.OrSdeFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.processmodel.TemplateFilter.OrTemplFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.ActivityReferenceFilter.OrActRefFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.AdministrativeWorklistItemFilter.OrAwiFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.ClientWorklistItemFilter.OrCwiFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.CollectionDelFilter.OrCollDelFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.DelegationFilter.OrDelFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.model.worklistmodel.WorklistItemFilter.OrWiFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.util.CollectionUriFilter.OrCollUriFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.util.CollectionUuidFilter.OrCollUuidFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.util.UriFilter.OrUriFilter
- or - Variable in class de.aristaflow.ilm.ws.rest.util.UuidFilter.OrUuidFilter
- OR_BLOCK - de.aristaflow.adept2.model.globals.ProcessConstants.BlockType
-
A block with a XOR_SPLIT and an XOR_JOIN node.
- ORACLE - de.aristaflow.adept2.base.dbaccess.DatabaseName
-
Oracle Database
- OrActRefFilter() - Constructor for class de.aristaflow.ilm.model.worklistmodel.ActivityReferenceFilter.OrActRefFilter
- OrActRefFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.ActivityReferenceFilter.OrActRefFilter
- OrAwiFilter() - Constructor for class de.aristaflow.ilm.model.worklistmodel.AdministrativeWorklistItemFilter.OrAwiFilter
- OrAwiFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.AdministrativeWorklistItemFilter.OrAwiFilter
- OrBooleanFilter() - Constructor for class de.aristaflow.ilm.model.filter.BooleanFilter.OrBooleanFilter
- OrBooleanFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.filter.BooleanFilter.OrBooleanFilter
- OrCollDeFilter() - Constructor for class de.aristaflow.ilm.model.processmodel.CollectionDeFilter.OrCollDeFilter
- OrCollDeFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.processmodel.CollectionDeFilter.OrCollDeFilter
- OrCollDelFilter() - Constructor for class de.aristaflow.ilm.model.worklistmodel.CollectionDelFilter.OrCollDelFilter
- OrCollDelFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.CollectionDelFilter.OrCollDelFilter
- OrCollFilter() - Constructor for class de.aristaflow.ilm.model.filter.MultipleCollFilter.OrCollFilter
- OrCollNodeFilter() - Constructor for class de.aristaflow.ilm.model.processmodel.CollectionNodeFilter.OrCollNodeFilter
- OrCollNodeFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.processmodel.CollectionNodeFilter.OrCollNodeFilter
- OrCollPmpFilter() - Constructor for class de.aristaflow.ilm.model.processmodel.CollectionPmpFilter.OrCollPmpFilter
- OrCollPmpFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.processmodel.CollectionPmpFilter.OrCollPmpFilter
- OrCollQaFilter() - Constructor for class de.aristaflow.ilm.base.sessionmanagement.CollectionQaFilter.OrCollQaFilter
- OrCollQaFilter() - Constructor for class de.aristaflow.ilm.ws.rest.base.sessionmanagement.CollectionQaFilter.OrCollQaFilter
- OrCollSdeFilter() - Constructor for class de.aristaflow.ilm.model.processmodel.CollectionSdeFilter.OrCollSdeFilter
- OrCollSdeFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.processmodel.CollectionSdeFilter.OrCollSdeFilter
- OrCollSpFilter() - Constructor for class de.aristaflow.ilm.model.common.CollectionSpFilter.OrCollSpFilter
- OrCollSpFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.common.CollectionSpFilter.OrCollSpFilter
- OrCollUriFilter() - Constructor for class de.aristaflow.ilm.util.CollectionUriFilter.OrCollUriFilter
- OrCollUriFilter() - Constructor for class de.aristaflow.ilm.ws.rest.util.CollectionUriFilter.OrCollUriFilter
- OrCollUuidFilter() - Constructor for class de.aristaflow.ilm.util.CollectionUuidFilter.OrCollUuidFilter
- OrCollUuidFilter() - Constructor for class de.aristaflow.ilm.ws.rest.util.CollectionUuidFilter.OrCollUuidFilter
- OrCwiFilter() - Constructor for class de.aristaflow.ilm.model.worklistmodel.ClientWorklistItemFilter.OrCwiFilter
- OrCwiFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.ClientWorklistItemFilter.OrCwiFilter
- OrDataElementFilter() - Constructor for class de.aristaflow.ilm.model.processmodel.DataElementFilter.OrDataElementFilter
- OrDataElementFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.processmodel.DataElementFilter.OrDataElementFilter
- OrDelFilter() - Constructor for class de.aristaflow.ilm.model.worklistmodel.DelegationFilter.OrDelFilter
- OrDelFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.DelegationFilter.OrDelFilter
- ORDERED - Static variable in class de.aristaflow.adept2.util.Base64
-
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
- OrDoubleFilter() - Constructor for class de.aristaflow.ilm.model.filter.DoubleFilter.OrDoubleFilter
- OrDoubleFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.filter.DoubleFilter.OrDoubleFilter
- OrEcpFilter() - Constructor for class de.aristaflow.ilm.model.common.ExecutionControlPropertiesFilter.OrEcpFilter
- OrEcpFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.common.ExecutionControlPropertiesFilter.OrEcpFilter
- OrEdFilter() - Constructor for class de.aristaflow.ilm.core.logmanager.logs.ErrorDataFilter.OrEdFilter
- OrEdFilter() - Constructor for class de.aristaflow.ilm.ws.rest.core.logmanager.logs.ErrorDataFilter.OrEdFilter
- OrEhFilter() - Constructor for class de.aristaflow.ilm.core.logmanager.logs.ExecutionHistoryFilter.OrEhFilter
- OrEhFilter() - Constructor for class de.aristaflow.ilm.ws.rest.core.logmanager.logs.ExecutionHistoryFilter.OrEhFilter
- OrEirFilter() - Constructor for class de.aristaflow.ilm.model.processmodel.EbpInstanceReferenceFilter.OrEirFilter
- OrEirFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.processmodel.EbpInstanceReferenceFilter.OrEirFilter
- OrEnqFilter() - Constructor for class de.aristaflow.ilm.model.execution.EnquiryFilter.OrEnqFilter
- OrEnqFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.execution.EnquiryFilter.OrEnqFilter
- OrEntFilter() - Constructor for class de.aristaflow.ilm.core.orgmodelmanager.EntityFilter.OrEntFilter
- OrEntFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.orgmodel.EntityFilter.OrEntFilter
- OrFilter() - Constructor for class de.aristaflow.ilm.model.filter.MultipleFilter.OrFilter
- ORG_GROUP - de.aristaflow.adept2.model.orgmodel.EntityType
-
Refers to the OrgGroup entity type
- ORG_GROUP - de.aristaflow.ilm.model.orgmodel.EntityType
- ORG_GROUP_INVOLVEMENT - de.aristaflow.adept2.model.orgmodel.RelationType
-
refers to OrgGroupInvolvement, an n:m relation type between OrgGroup and (the involved) OrgUnit
- ORG_GROUP_MANAGEMENT - de.aristaflow.adept2.model.orgmodel.RelationType
-
refers to OrgGroupManagement, a 1:m relation type between (the managing) OrgPosition and OrgGroup; the reference attribute: OrgGroup.managerId
- ORG_POSITION - de.aristaflow.adept2.model.orgmodel.EntityType
-
Refers to the OrgPosition entity type
- ORG_POSITION - de.aristaflow.ilm.model.orgmodel.EntityType
- ORG_POSITION_AFFILIATION - de.aristaflow.adept2.model.orgmodel.RelationType
-
refers to OrgPositionAffiliation, a 1:m relation type between OrgUnit and OrgPosition; the reference attribute: OrgPosition.orgUnitId
- ORG_POSITION_DESCRIPTION - de.aristaflow.adept2.model.orgmodel.RelationType
-
refers to OrgPositionDescription, an n:m relation type between OrgPosition and Role
- ORG_POSITION_OCCUPATION - de.aristaflow.adept2.model.orgmodel.RelationType
-
refers to OrgPositionOccupation, an n:m relation type between OrgPosition and Agent
- ORG_POSITION_SUBSTITUTE - de.aristaflow.adept2.model.orgmodel.RelationType
-
refers to OrgPositionSubstitute, a 1:m relation type between OrgPosition (to substitute the other one) and SubstitutionRule; the reference attribute: SubstitutionRule.substituteId
- ORG_POSITION_SUBSTITUTION - de.aristaflow.adept2.model.orgmodel.RelationType
-
refers to OrgPositionSubstitution, a 1:m relation type between OrgPosition and SubstitutionRule; the reference attribute: SubstitutionRule.orgPositionId
- ORG_UNIT - de.aristaflow.adept2.model.orgmodel.EntityType
-
Refers to the OrgUnit entity type
- ORG_UNIT - de.aristaflow.ilm.model.orgmodel.EntityType
- ORG_UNIT_MANAGEMENT - de.aristaflow.adept2.model.orgmodel.RelationType
-
refers to OrgUnitManagement, a 1:m relation type between (the managing) OrgPosition and OrgUnit; the reference attribute: OrgUnit.managerId
- ORG_UNIT_SUBORDINATION - de.aristaflow.adept2.model.orgmodel.RelationType
-
refers to OrgUnitSubordination, a 1:m relation type between OrgUnit and (the subordinate) OrgUnit; the reference attribute: OrgUnit.supId
- OrgModelConstants - Class in de.aristaflow.adept2.model.globals
-
Globals constants required in the AristaFlow Org Model.
- OrgModelException - Exception in de.aristaflow.adept2.core.orgmodelmanager
-
An
OrgModelExceptioncan be thrown for various reasons byModelExplorerandModelChangeOperations, ranging from trying to use deactivated entity types to trying to access attributes that don't exist. - OrgModelException - Exception in de.aristaflow.ilm.core.orgmodelmanager
- OrgModelException() - Constructor for exception de.aristaflow.adept2.core.orgmodelmanager.OrgModelException
-
Constructs a new
OrgModelExceptionwithnull. - OrgModelException() - Constructor for exception de.aristaflow.ilm.core.orgmodelmanager.OrgModelException
-
The constructor required for bean deserialisation.
- OrgModelException(OrgModelException) - Constructor for exception de.aristaflow.ilm.core.orgmodelmanager.OrgModelException
- OrgModelException(String) - Constructor for exception de.aristaflow.adept2.core.orgmodelmanager.OrgModelException
-
Constructs a new
OrgModelExceptionwith the given detail message. - OrgModelException(String, Throwable) - Constructor for exception de.aristaflow.adept2.core.orgmodelmanager.OrgModelException
-
Constructs a new
OrgModelExceptionwithnull. - OrgModelException(Throwable) - Constructor for exception de.aristaflow.adept2.core.orgmodelmanager.OrgModelException
-
Constructs a new
DataSourceExceptionwithnullas detail message and the given cause. - OrgModelExtension - Interface in de.aristaflow.adept2.core.orgmodelmanager.extension
-
This interface provides the means to extend the organisational model which are reading and writing attributes of a uniquely identified entity, authentication of a user as well as synchronisation of (parts of) the organisational model.
- OrgModelInitialiser - Interface in de.aristaflow.adept2.core.orgmodelmanager
-
The
OrgModelInitialiserprovides the means to initialise the OrgModel during the startup of theOrgModelManager. - OrgModelManager - Interface in de.aristaflow.adept2.core.orgmodelmanager
-
This is the central interface of the OrgModelManager service with the following sub-components:
OrgModelInitialiser: Can initialize and adpat the org model during startup. - OrgModelManager - Interface in de.aristaflow.ilm.ws.soap.core.orgmodelmanager
- OrgModelManagerRest - Class in de.aristaflow.ilm.ws.rest.core.orgmodelmanager
- OrgModelManagerRest() - Constructor for class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.OrgModelManagerRest
- OrgModelManagerSoap - Class in de.aristaflow.ilm.ws.soap.core.orgmodelmanager
- OrgModelManagerSoap() - Constructor for class de.aristaflow.ilm.ws.soap.core.orgmodelmanager.OrgModelManagerSoap
- OrgModelManagerWebService - Class in de.aristaflow.ilm.ws.core.orgmodelmanager
- OrgModelManagerWebService(OrgModelManager, ServiceMetaData) - Constructor for class de.aristaflow.ilm.ws.core.orgmodelmanager.OrgModelManagerWebService
- OrgModelSyncAccess - Interface in de.aristaflow.adept2.core.orgmodelmanager.extension
-
This interfaces wraps the org model manager and provides just the methods needed for OM extensions and the synchronisation of external org models with the AristaFlow org model.
- OrgModelSyncAccess.OmExtAttribute - Class in de.aristaflow.adept2.core.orgmodelmanager.extension
-
An attribute for the OM provided by an
OrgModelExtension. - OrgModelTools - Class in de.aristaflow.adept2.model.orgmodel
-
This class contains static methods to provide some common functionality in the context of the Org Model and org policies / staff assignment rules.
- OrgPolicyParser - Class in de.aristaflow.adept2.core.orgmodelmanager.parser
-
The
OrgModelManagerprovides facilities to syntactically parse and verify OrgPolicies and return them as an easy to use object structure. - OrgPolicyParser() - Constructor for class de.aristaflow.adept2.core.orgmodelmanager.parser.OrgPolicyParser
- OrgPolicyReport - Class in de.aristaflow.adept2.model.orgmodel
-
An instance of
OrgPolicyReportis used to store entries for problems and other issues encountered while parsing an OrgPolicy. - OrgPolicyReport - Class in de.aristaflow.ilm.model.orgmodel
- OrgPolicyReport() - Constructor for class de.aristaflow.adept2.model.orgmodel.OrgPolicyReport
- OrgPolicyReport() - Constructor for class de.aristaflow.ilm.model.orgmodel.OrgPolicyReport
- OrgPolicyReport.Entry - Class in de.aristaflow.adept2.model.orgmodel
-
An
OrgPolicyReport.Entryis what the name implies: an entry in aOrgPolicyReportand contains data about one error, warning or other information about the parsed OrgPolicy. - OrgPolicyReport.Entry - Class in de.aristaflow.ilm.model.orgmodel
- OrgPolicyReport.Range - Class in de.aristaflow.adept2.model.orgmodel
-
Represents a range within an OrgPolicy.
- OrgPolicyReport.Range - Class in de.aristaflow.ilm.model.orgmodel
- OrgPolicyReport.ResultType - Enum in de.aristaflow.adept2.model.orgmodel
-
The
ResultTypeis used for the overall result - OrgPolicyScriptHandler - Interface in de.aristaflow.adept2.core.orgmodelmanager
-
Org policy script handlers are responsible for evaluating script org policies.
- OrgPolicyScriptHandler - Interface in de.aristaflow.ilm.core.orgmodelmanager
- OrgPolicyScriptHandlerRest - Interface in de.aristaflow.ilm.ws.rest.core.orgmodelmanager
- OrgPolicyScriptHandlerRestStub - Class in de.aristaflow.ilm.ws.rest.core.orgmodelmanager
-
A stub implementing
OrgPolicyScriptHandlerand calling a REST service conforming toOrgPolicyScriptHandlerRest. - OrgPolicyScriptHandlerRestStub(URL, Supplier<ObjectMapper>, LogService) - Constructor for class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.OrgPolicyScriptHandlerRestStub
- OrgPolicyScriptHandlerWebServiceStub - Class in de.aristaflow.ilm.ws.core.orgmodelmanager
- OrgPolicyScriptHandlerWebServiceStub(OrgPolicyScriptHandler, LogService) - Constructor for class de.aristaflow.ilm.ws.core.orgmodelmanager.OrgPolicyScriptHandlerWebServiceStub
- OrgPolicyScriptService - Interface in de.aristaflow.adept2.core.orgmodelmanager
-
A service allowing to register
OrgPolicyScriptHandlerdynamically at runtime at the org model manager. - OrgPolicySystemDataFormatter - Class in de.aristaflow.adept2.model.orgmodel
-
A
SystemDataFormatterthat knows how to format parameter values for org. - OrgPolicySystemDataFormatter() - Constructor for class de.aristaflow.adept2.model.orgmodel.OrgPolicySystemDataFormatter
- OrgPolScriptHandlerCallbackData - Class in de.aristaflow.ilm.ws.rest.core.orgmodelmanager
-
The data used to register a callback for an OrgPolicyScriptHandler.
- OrgPolScriptHandlerCallbackData() - Constructor for class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.OrgPolScriptHandlerCallbackData
- OrgPos - Class in de.aristaflow.ilm.base.security
- OrgPos() - Constructor for class de.aristaflow.ilm.base.security.OrgPos
- orgPosId - Variable in class de.aristaflow.ilm.base.security.OrgPos
- orgPosId - Variable in class de.aristaflow.ilm.base.sessionmanagement.QualifiedAgentFilter.QualifiedAgentSelection
- orgPosId - Variable in class de.aristaflow.ilm.base.sessionmanagement.QualifiedAgentIds
- orgPosId - Variable in class de.aristaflow.ilm.ws.rest.base.sessionmanagement.QualifiedAgentFilter.QualifiedAgentSelection
- orgPosIds - Variable in class de.aristaflow.ilm.ws.rest.core.logmanager.logs.AgentLocales
- OrgPositionChoiceCallback - Class in de.aristaflow.adept2.base.security.callbacks
-
A callback to choose the organisational position/the qualified agent when authenticating to allow for a combined authentication instead of the normal 2-part authentication.
- OrgPositionChoiceCallback(List<QualifiedAgent>, boolean) - Constructor for class de.aristaflow.adept2.base.security.callbacks.OrgPositionChoiceCallback
-
Creates a new
ChoiceCallbackfor organisational positions (and thus alsoQualifiedAgents). - orgPosName - Variable in class de.aristaflow.ilm.base.sessionmanagement.QualifiedAgent
- orgPosName - Variable in class de.aristaflow.ilm.base.sessionmanagement.QualifiedAgentFilter.QualifiedAgentSelection
- orgPosName - Variable in class de.aristaflow.ilm.ws.rest.base.sessionmanagement.QualifiedAgentFilter.QualifiedAgentSelection
- orgPosSpec - Variable in class de.aristaflow.ilm.base.security.AuthenticationData
- orgPosSpec - Variable in class de.aristaflow.ilm.ws.rest.base.security.AuthenticationData
- OrgPosSpec() - Constructor for class de.aristaflow.ilm.base.security.AuthDataOrgPosSpec.OrgPosSpec
- orgPosSpecified(AuthDataOrgPosSpec) - Method in class de.aristaflow.ilm.ws.rest.base.security.GlobalSecurityManagerRest
-
Gets whether the designated
AuthDataOrgPosSpecspecifies at least one org position. - OrIdcFilter() - Constructor for class de.aristaflow.ilm.model.execution.InputDataContextFilter.OrIdcFilter
- OrIdcFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.execution.InputDataContextFilter.OrIdcFilter
- origin - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag/attribute name 'origin'.
- originator - Variable in class de.aristaflow.ilm.model.execution.Enquiry
- originator - Variable in class de.aristaflow.ilm.model.execution.EnquiryFilter.EnquirySelection
- originator - Variable in class de.aristaflow.ilm.ws.rest.model.execution.EnquiryFilter.EnquirySelection
- origNames - Variable in class de.aristaflow.adept2.core.orgmodelmanager.extension.OmeEntity
-
The attribute names of the wrapped entity indexed by the corresponding attribute name in lower case.
- OrInstantFilter() - Constructor for class de.aristaflow.ilm.model.filter.InstantFilter.OrInstantFilter
- OrInstantFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.filter.InstantFilter.OrInstantFilter
- OrInstFilter() - Constructor for class de.aristaflow.ilm.model.processmodel.InstanceFilter.OrInstFilter
- OrInstFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.processmodel.InstanceFilter.OrInstFilter
- OrInstStatFilter() - Constructor for class de.aristaflow.ilm.model.processmodel.InstanceStatusFilter.OrInstStatFilter
- OrInstStatFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.processmodel.InstanceStatusFilter.OrInstStatFilter
- OrIntegerFilter() - Constructor for class de.aristaflow.ilm.model.filter.IntegerFilter.OrIntegerFilter
- OrIntegerFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.filter.IntegerFilter.OrIntegerFilter
- OrLongFilter() - Constructor for class de.aristaflow.ilm.model.filter.LongFilter.OrLongFilter
- OrLongFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.filter.LongFilter.OrLongFilter
- OrNodeFilter() - Constructor for class de.aristaflow.ilm.model.processmodel.NodeFilter.OrNodeFilter
- OrNodeFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.processmodel.NodeFilter.OrNodeFilter
- OrPmpFilter() - Constructor for class de.aristaflow.ilm.model.processmodel.ProcessModelParameterFilter.OrPmpFilter
- OrPmpFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.processmodel.ProcessModelParameterFilter.OrPmpFilter
- OrQaFilter() - Constructor for class de.aristaflow.ilm.base.sessionmanagement.QualifiedAgentFilter.OrQaFilter
- OrQaFilter() - Constructor for class de.aristaflow.ilm.ws.rest.base.sessionmanagement.QualifiedAgentFilter.OrQaFilter
- OrSdeFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.processmodel.StructuralDataEdgeFilter.OrSdeFilter
- OrSpFilter() - Constructor for class de.aristaflow.ilm.model.common.SimpleParameterFilter.OrSpFilter
- OrSpFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.common.SimpleParameterFilter.OrSpFilter
- OrStringFilter() - Constructor for class de.aristaflow.ilm.model.filter.StringFilter.OrStringFilter
- OrStringFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.filter.StringFilter.OrStringFilter
- OrStructuralDataEdgeFilter() - Constructor for class de.aristaflow.ilm.model.processmodel.StructuralDataEdgeFilter.OrStructuralDataEdgeFilter
- OrTemplFilter() - Constructor for class de.aristaflow.ilm.model.processmodel.TemplateFilter.OrTemplFilter
- OrTemplFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.processmodel.TemplateFilter.OrTemplFilter
- OrUasFilter() - Constructor for class de.aristaflow.ilm.model.common.UserAttributesFilter.OrUasFilter
- OrUasFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.common.UserAttributesFilter.OrUasFilter
- OrUriFilter() - Constructor for class de.aristaflow.ilm.util.UriFilter.OrUriFilter
- OrUriFilter() - Constructor for class de.aristaflow.ilm.ws.rest.util.UriFilter.OrUriFilter
- OrUuidFilter() - Constructor for class de.aristaflow.ilm.util.UuidFilter.OrUuidFilter
- OrUuidFilter() - Constructor for class de.aristaflow.ilm.ws.rest.util.UuidFilter.OrUuidFilter
- OrWiFilter() - Constructor for class de.aristaflow.ilm.model.worklistmodel.WorklistItemFilter.OrWiFilter
- OrWiFilter() - Constructor for class de.aristaflow.ilm.ws.rest.model.worklistmodel.WorklistItemFilter.OrWiFilter
- ourLogger - Static variable in class de.aristaflow.adept2.base.configuration.LoggerManager
-
The logger for log messages when initialising all loggers.
- outdateATD(SessionToken, String, String, String) - Method in interface de.aristaflow.adept2.core.activityrepository.ActivityTemplateDefinitionManager
-
Outdates the latest revision of the designated activity template definition explicitly which prevents its usage afterwards.
- outdateCS(SessionToken, String) - Method in interface de.aristaflow.adept2.core.activityrepository.ConfigurationSetManager
-
Outdates the latest revision of the designated configuration set explicitly which prevents its usage afterwards.
- OUTDATED - de.aristaflow.adept2.model.common.State
-
OUTDATEDis the last state in the lifecycle of (the revision of) an entity. - outdateECD(SessionToken, String) - Method in interface de.aristaflow.adept2.core.activityrepository.ExecutableComponentDescriptionManager
-
Outdates the latest revision of the designated executable component description explicitly which prevents its usage afterwards.
- outdateIcon(SessionToken, UUID) - Method in interface de.aristaflow.adept2.core.activityrepository.IconManager
-
Outdates the latest revision of the designated icon explicitly which prevents its usage afterwards.
- outdateIdentifier(SessionToken, UUID) - Method in interface de.aristaflow.adept2.core.activityrepository.IdentifierManager
-
Outdates the latest revision of the designated identifier explicitly which prevents its usage afterwards.
- outdateOperation(SessionToken, String, String) - Method in interface de.aristaflow.adept2.core.activityrepository.OperationManager
-
Outdates the latest revision of the designated operation explicitly which prevents its usage afterwards.
- outdateResource(SessionToken, UUID) - Method in interface de.aristaflow.adept2.core.activityrepository.ResourceManager
-
Outdates the latest revision of the designated resource explicitly which prevents its usage afterwards.
- outParam - Variable in class de.aristaflow.ilm.ws.rest.model.processmodel.TemplateFilter.TemplateSelection
- outParamConns - Variable in class de.aristaflow.ilm.model.processmodel.Node
- outParams - Variable in class de.aristaflow.ilm.model.processmodel.ExecutableBusinessProcess
- outParams - Variable in class de.aristaflow.ilm.model.processmodel.Template
- outParams - Variable in class de.aristaflow.ilm.model.processmodel.TemplateFilter.TemplateSelection
- outParams - Variable in class de.aristaflow.ilm.model.processmodel.TemplateReference
- output - Variable in class de.aristaflow.adept2.core.registry.TerminationMonitor
-
Stream where to print thread dumps to.
- OUTPUT_PARAMETER - de.aristaflow.adept2.model.globals.ProcessConstants.ExecutableBusinessProcessProperty
-
The output parameters of the EBP,
ExecutableBusinessProcess.getParameters(ActivityConstants.AccessType)withAccessType.WRITE. - OUTPUT_PARAMETER - de.aristaflow.adept2.model.globals.ProcessConstants.InstanceProperty
-
The output parameters of the instance, Setter
ChangePrimitives.setOutputParameters(Set). - OUTPUT_PARAMETER - de.aristaflow.adept2.model.globals.ProcessConstants.TemplateProperty
-
The output parameters of the template,
Template.getParameters(ActivityConstants.AccessType)withAccessType.WRITE. - OUTPUT_PARAMETER_GRP - Static variable in class de.aristaflow.adept2.model.common.paramref.ParameterRefTools
-
The index of the matcher group for optional output parameter name in the parameter ref pattern.
- outputParameter - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'outputParameter'.
- outputParameters - Static variable in class de.aristaflow.adept2.model.globals.XMLConstants
-
The constant for the tag name 'outputParameters'.
- outputParams - Variable in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
-
A map of all output parameters, mapping the name of a parameter to the corresponding parameter object.
- OutputStream(OutputStream) - Constructor for class de.aristaflow.adept2.util.Base64.OutputStream
-
Constructs a
Base64.OutputStreamin ENCODE mode. - OutputStream(OutputStream, int) - Constructor for class de.aristaflow.adept2.util.Base64.OutputStream
-
Constructs a
Base64.OutputStreamin either ENCODE or DECODE mode. - outputValues - Variable in class de.aristaflow.ilm.model.datamanagement.DataContainer
- outputValues - Variable in class de.aristaflow.ilm.model.runtimeenvironment.DataContext
- overallResult - Variable in class de.aristaflow.ilm.model.common.CheckReport
- overallResult - Variable in class de.aristaflow.ilm.model.orgmodel.OrgPolicyReport
- overrideEntry(ConfigurationDescription.ConfigurationEntry) - Method in interface de.aristaflow.adept2.model.activitymodel.InheritedConfigurationDescription
-
Overrides an entry of the parent configuration description with the designated one.
- overrides(Class<?>, Method, Class<?>, Method) - Static method in class de.aristaflow.adept2.util.reflection.ReflectionTools
-
Gets whether the designated first method overrides the second one.
- overridingWork - Variable in class de.aristaflow.adept2.util.threading.executor.AbstractObjectOneWorkExecutor
-
The threads that are currently submitting or executing a piece of work that should override existing (pending) work.
- OvertrustfulSSLSocketFactory - Class in de.aristaflow.adept2.util.net
-
A socket factory for SSL sockets that accept all SSL certificates, i.e.
- ownInitParams - Variable in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredServletContext
-
The parameters set at this context.
- OwnResFirstClassLoader - Class in de.aristaflow.adept2.base.registry
-
An
URLClassLoaderthat tries to retrieve resources within the own classpaths first before asking the parent classloader. - OwnResFirstClassLoader(URL[], ClassLoader) - Constructor for class de.aristaflow.adept2.base.registry.OwnResFirstClassLoader
-
Constructs a new classloader for the designated URLs.
- ownServlets - Variable in class de.aristaflow.adept2.base.servletcontainer.demux.DeferredServletContext
-
The servlets added dynamically via this context.
All Classes All Packages