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

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 MailEventSource as 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
A LockCountManager counting objects using Object.equals(Object) and Object.hashCode().
ObjectEqualityLockCount() - Constructor for class de.aristaflow.adept2.util.locking.ObjectEqualityLockCount
Creates a new LockCountManager for objects using Object.equals(Object) and Object.hashCode().
ObjectEqualityLockManager<O> - Class in de.aristaflow.adept2.util.locking
Class with convenience methods for an ObjectLockManager using 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 ObjectLockManager using 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 ObjectLockManager with 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 ObjectLockManager with 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.
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 UDTValue by 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 OrgPolicyReports main 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 AttributeMetaData for the designated OM extension wrapping the designated AttributeMetaData.
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. column names identifying an entity in the OM extension and column names for the OM extension-specific enabled status.
OmeAttributes() - Constructor for class de.aristaflow.adept2.model.orgmodel.OmeAttributes
 
OmeEntity - Class in de.aristaflow.adept2.core.orgmodelmanager.extension
This class represents an Entity for 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.readOnly will be false.
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.readOnly will be false.
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 OneWorkWorklistHandler creates 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 all items 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 ErrorDialogue with the given information.
openError(Shell, String, IStatus) - Static method in class de.aristaflow.adept2.ui.statushandling.WhiteErrorDialogue
Display an ErrorDialogue with 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
 
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 Operation represents a callable part of an ExecutableComponent.
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. in a component), AbstractActivity.getOperationName().
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 of Operations.
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 Operation for 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 ObjectLockManager with 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 - 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.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.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
 
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
 
OrCollQaFilter() - Constructor for class de.aristaflow.ilm.base.sessionmanagement.CollectionQaFilter.OrCollQaFilter
 
OrCollQaFilter() - Constructor for class de.aristaflow.ilm.ws.rest.base.sessionmanagement.CollectionQaFilter.OrCollQaFilter
 
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
 
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
 
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 OrgModelException can be thrown for various reasons by ModelExplorer and ModelChangeOperations, 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 OrgModelException with null.
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 OrgModelException with the given detail message.
OrgModelException(String, Throwable) - Constructor for exception de.aristaflow.adept2.core.orgmodelmanager.OrgModelException
Constructs a new OrgModelException with null.
OrgModelException(Throwable) - Constructor for exception de.aristaflow.adept2.core.orgmodelmanager.OrgModelException
Constructs a new DataSourceException with null as 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 OrgModelInitialiser provides the means to initialise the OrgModel during the startup of the OrgModelManager.
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 OrgModelManager provides 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 OrgPolicyReport is 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.Entry is what the name implies: an entry in a OrgPolicyReport and 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 ResultType is 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 OrgPolicyScriptHandler and calling a REST service conforming to OrgPolicyScriptHandlerRest.
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 OrgPolicyScriptHandler dynamically at runtime at the org model manager.
OrgPolicySystemDataFormatter - Class in de.aristaflow.adept2.model.orgmodel
A SystemDataFormatter that knows how to format parameter values for org. policies (either used as values in selections or for dynamic entity expressions).
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 ChoiceCallback for organisational positions (and thus also QualifiedAgents).
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 AuthDataOrgPosSpec specifies 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
 
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
 
OrQaFilter() - Constructor for class de.aristaflow.ilm.base.sessionmanagement.QualifiedAgentFilter.OrQaFilter
 
OrQaFilter() - Constructor for class de.aristaflow.ilm.ws.rest.base.sessionmanagement.QualifiedAgentFilter.OrQaFilter
 
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
 
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
OUTDATED is 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.
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.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) with AccessType.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) with AccessType.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.OutputStream in ENCODE mode.
OutputStream(OutputStream, int) - Constructor for class de.aristaflow.adept2.util.Base64.OutputStream
Constructs a Base64.OutputStream in 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. even unknown ones.
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 URLClassLoader that 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.
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