Index

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 and Interfaces|All Packages|Constant Field Values|Serialized Form

V

VALID - Enum constant in enum class de.aristaflow.adept2.model.globals.ProcessConstants.TemplateBuildtimeState
A template in state "valid" conforms to the ADEPT-metamodel and is currently not in modification.
validate(Configuration) - Method in class de.aristaflow.adept2.base.configuration.ConfigurationValidator
Validates the configuration in the given Configuration object.
validate(Configuration) - Method in class de.aristaflow.adept2.base.registry.LocalServiceRegistry.ConfigurationValidator
Checks that no JDBC_DATA_SOURCE is exported.
validate(Configuration) - Method in class de.aristaflow.adept2.base.registry.PluginRegistry.ConfigurationValidator
Checks whether the designated configuration declares plugin types and if so, whether they are configured properly, that is all declared plugin instances have an implementation class or in case of runtime plugins, the plugin type provides a plugin classpath and a valid anonymous instance.
validate(Configuration) - Method in class de.aristaflow.adept2.base.registry.ServiceRegistry.ConfigurationValidator
 
validate(Configuration) - Method in class de.aristaflow.adept2.base.servletcontainer.dynamic.EmbeddedServletService.ConfigurationValidator
 
validateAndPrintDoc(Node, Schema) - Static method in class de.aristaflow.adept2.util.xml.XMLHelperTools
Checks, if a node uses a valid schema.
validateConfiguration(Configuration, Class<?>, boolean, String) - Static method in class de.aristaflow.adept2.base.configuration.ConfigurationDescriptionTools
Validates the given configuration against the ConfigurationDescription of the designated class its parent classes and optionally also its (parent) interfaces.
validateConfiguration(Configuration, Class<?>, String) - Static method in class de.aristaflow.adept2.base.configuration.ConfigurationDescriptionTools
Validates the given configuration against the ConfigurationDescription of the given class.
validateConfigurationDescription(Class<?>) - Static method in class de.aristaflow.adept2.base.configuration.ConfigurationDescriptionTools
Validates the ConfigurationDescription of the given class including its subclasses.
validatedAll() - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
Returns whether all parallel activities have validated their data.
validateDocument(Document, ProcessModelXMLConstants.SchemaType) - Static method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLHelperTools
Checks, if a document uses a valid schema.
validateDocument(Node, Schema) - Static method in class de.aristaflow.adept2.util.xml.XMLHelperTools
Checks, if a node uses a valid schema.
validateInstanceFormatVersion(Document) - Static method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLImport
Validates the format version of the given instance document.
validateScript(Script) - Method in interface de.aristaflow.ilm.core.orgmodelmanager.OrgPolicyScriptHandler
 
validateScript(Script) - Method in interface de.aristaflow.adept2.core.orgmodelmanager.OrgPolicyScriptHandler
Tries to validate the script as far as possible without actually evaluating it.
validateScript(Script) - Method in class de.aristaflow.ilm.ws.core.orgmodelmanager.OrgPolicyScriptHandlerWebServiceStub
 
validateScript(Script) - Method in class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.OrgPolicyScriptHandlerRestStub
 
validateScript(String, Script) - Method in interface de.aristaflow.ilm.ws.rest.core.orgmodelmanager.OrgPolicyScriptHandlerRest
 
validateStream(InputStream, Schema) - Static method in class de.aristaflow.adept2.util.xml.XMLHelperTools
Checks, if a node uses a valid schema.
validateTemplate(SessionToken, UUID, Locale...) - Method in interface de.aristaflow.adept2.core.processrepository.ProcessTemplateManager
Tries to validate the template and fills the designated CheckReport for useful feedback.
validateTemplateFormatVersion(Document) - Static method in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLImport
Validates the format version of the given template document.
validateWrittenValues(SessionToken, int) - Method in interface de.aristaflow.adept2.model.datamanagement.IndexedAccessDataContainer
Validates and verifies all values written by the application identified by the designated index.
validateWrittenValues(SessionToken, Instance, int, int, String) - Method in interface de.aristaflow.adept2.core.datamanager.ProcessAwareAccess
Validates and verifies all values written by the designated node instance for the designated savepoint, that is, the values are not temporary any more but valid for the following nodes and it is checked whether all mandatory output parameters have valid values.
VALIDATION_INTERVAL - Variable in class de.aristaflow.adept2.util.objectpool.generic.GenericObjectPool
The time in milliseconds between validation of objects.
ValidationFailedException - Exception in de.aristaflow.adept2.model.datamanagement
A ValidationFailedException indicates that the validation of written values in the data manager has failed.
ValidationFailedException(String) - Constructor for exception de.aristaflow.adept2.model.datamanagement.ValidationFailedException
Creates a ValidationFailedException with a caller specified (error) message.
ValidationFailedException(String, Throwable) - Constructor for exception de.aristaflow.adept2.model.datamanagement.ValidationFailedException
Creates a ValidationFailedException with a caller specified (error) message and a Throwable providing more information.
validator() - Element in annotation interface de.aristaflow.adept2.base.configuration.ConfigurationDescription
The validator that will be used to verify the configuration at application startup before the component is instantiated.
validatorClass() - Element in annotation interface de.aristaflow.adept2.model.common.viewer.ContainerDescription
 
value - Variable in class de.aristaflow.ilm.model.common.ParameterValue
The string representation of the value, which is either a true/false, a parsable integer or float number, a string, a date/time in ISO-8601-format, a URI, an (optionally) gzipped and Base64-encoded byte[] or null in case the value is ADEPT2-Null.
value - Variable in class de.aristaflow.ilm.model.datamanagement.UdtValue
The string representation of the value, which is an (optionally) gzipped and Base64-encoded byte[] or null in case the value is ADEPT2-Null.
value - Variable in class de.aristaflow.ilm.model.resourcemodel.Sensor
 
value - Variable in class de.aristaflow.ilm.model.resourcemodel.Value
The string representation of the value, which is either a true/false, a parsable integer or float number, a string, a date/time in ISO-format or null in case the value is ADEPT2-Null.
value - Variable in class de.aristaflow.ilm.model.resourcemodel.ValueAttribute
 
value() - Element in annotation interface de.aristaflow.adept2.model.common.i18n.Localised
 
value() - Element in annotation interface de.aristaflow.adept2.model.common.viewer.AttributeSetter
 
value() - Method in enum class de.aristaflow.adept2.model.mail.EmailPriority
Gets the integer value of this priority.
Value - Class in de.aristaflow.ilm.model.resourcemodel
 
Value() - Constructor for class de.aristaflow.ilm.model.resourcemodel.Value
 
ValueAttribute - Class in de.aristaflow.ilm.model.resourcemodel
 
ValueAttribute() - Constructor for class de.aristaflow.ilm.model.resourcemodel.ValueAttribute
 
valueColumn - Variable in class de.aristaflow.adept2.base.registry.dbconfiguration.TableManager
The name of the column for the values of the runtime configuration.
valueLabels(Locale) - Static method in enum class de.aristaflow.adept2.model.globals.WorklistConstants.Priority
 
valueLock - Variable in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
The lock for synchronising access to the values of this data context.
valueOf(byte) - Static method in enum class de.aristaflow.adept2.core.logmanager.logs.ExecutionHistory.StateChange
Returns the node state change for the given code or null if the code is not recognised.
valueOf(byte) - Static method in enum class de.aristaflow.adept2.model.common.ClassLoaderUsage
Returns the classloader usage for the designated code or null if the code is not recognised.
valueOf(byte) - Static method in enum class de.aristaflow.adept2.model.common.ParameterChangePolicy
Returns the parameter change policy for the given code or null if the code is not recognised.
valueOf(byte) - Static method in enum class de.aristaflow.adept2.model.common.State
Returns the state for the given code or null if the code is not recognised.
valueOf(byte) - Static method in enum class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityModelEntityType
Returns the state for the given code or null if the code is not recognised.
valueOf(byte) - Static method in enum class de.aristaflow.adept2.model.globals.ActivityConstants.LocallyOverrideableActivityAttribute
Returns the state for the given code or null if the code is not recognised.
valueOf(byte) - Static method in enum class de.aristaflow.adept2.model.globals.EBPType
Returns the type for the given code or null if the code is not recognised.
valueOf(int) - Static method in enum class de.aristaflow.adept2.model.cluster.Status
Gets the status for the corresponding code or null in case there is no corresponding status for the designated code.
valueOf(int) - Static method in enum class de.aristaflow.adept2.model.globals.ActivityConstants.AccessType
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class de.aristaflow.adept2.model.globals.ActivityConstants.TestMode
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.AdeptDataType
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.BlockType
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.DataEdgeProperty
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.DataElementProperty
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.DataMappingType
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.DeltaScope
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.EdgeProperty
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.EdgeState
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.EdgeType
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.ExecutableBusinessProcessProperty
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.ExecutionMode
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.InstanceExecutionStatus
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.InstanceMigrationStatus
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.InstanceProperty
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.NodeProperty
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.NodeState
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.NodeType
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.TemplateBuildtimeState
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.TemplateProperty
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.TemplateUsage
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class de.aristaflow.adept2.model.mail.EmailPriority
Gets the EmailPriority conforming to the designated integer value.
valueOf(String) - Static method in enum class de.aristaflow.adept2.base.configuration.ConfigurationConstants.CommunicationProtocol
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.base.configuration.Property.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.base.dbaccess.DatabaseName
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.base.registry.AbstractRegistry.InstantiationMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.base.service.DynamicServiceRegistration.RegistrationMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.core.checks.processmodel.ProcessCheckService.CheckSet
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.core.logmanager.logs.ExecutionHistory.StateChange
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.core.orgmodelmanager.parser.ComplexEntityExpression.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.core.orgmodelmanager.parser.ComplexSelection.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.core.orgmodelmanager.parser.TransitivityType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.core.processmanager.TemplateManager.TemplateKind
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.core.registry.cluster.ClusterCommRequest
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.core.registry.cluster.ClusterInteractionRequest.Operation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.core.updatemanager.UpdateManager.ActivityProperties
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.core.updatemanager.UpdateManager.DataEdgeProperties
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.core.updatemanager.UpdateManager.DataElementProperties
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.core.updatemanager.UpdateManager.EdgeProperties
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.core.updatemanager.UpdateManager.InstanceProperties
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.core.updatemanager.UpdateManager.NodeProperties
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.core.updatemanager.UpdateManager.ProcessProperties
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.core.updatemanager.UpdateManager.TransactionProperties
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.extensions.datatypes.ListUdt.SerialisationMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.cluster.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.common.changetracking.ChangeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.common.ClassLoaderUsage
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.common.LicenceInformation.Activation
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.common.ParameterChangePolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.common.plugindata.EnquiryData.EnquiryRecipientMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.common.plugindata.ErrorHandlingProcessData.ErrorHandlingParameter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.common.plugindata.MailNotificationData.Addressees
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.common.plugindata.MailNotificationData.MailField
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.TaskState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.common.plugindata.PriorityIncreaseData.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.common.RestrictionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.common.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.common.viewer.Attribute.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.execution.ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.execution.ExecutableInstancePropertyTracker.ExecutableInstanceProperty
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.execution.Vote
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.filter.ComparisonOperator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.ActivityConstants.AccessType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityModelEntityType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.ActivityConstants.LocallyOverrideableActivityAttribute
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.ActivityConstants.TestMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.EBPType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.AdeptDataType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.BlockType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.DataEdgeProperty
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.DataElementProperty
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.DataMappingType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.DeltaScope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.EdgeProperty
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.EdgeState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.EdgeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.ExecutableBusinessProcessProperty
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.ExecutionMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.InstanceExecutionStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.InstanceMigrationStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.InstanceProperty
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.NodeProperty
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.NodeState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.NodeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.TemplateBuildtimeState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.TemplateProperty
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.TemplateUsage
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.WorklistConstants.DistributionMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.WorklistConstants.Priority
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.WorklistConstants.WorklistItemState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.globals.WorklistConstants.WorklistItemUpdateType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.inittab.InitType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.logmanagement.CmpOperator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.logmanagement.DataType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.mail.EmailPriority
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.orgmodel.CmpOperator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.orgmodel.DataType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.orgmodel.EntityType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.orgmodel.OrgPolicyReport.ResultType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.orgmodel.PasswordStrength.PasswordQuality
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.orgmodel.RelationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.processmodel.systemdata.Dependency.SystemDataProvider
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.processmodel.systemdata.SystemDataProducer
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.processmodel.tools.NodeRelations.NodeRelation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants.SchemaType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.runtimeenvironment.ActivityState.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.runtimeenvironment.TaskState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.model.runtimeenvironment.TerminatedActivityState.TerminatedState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.util.CheckReport.ResultType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.util.FileTools.Compatibility
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.adept2.util.objectpool.generic.ReclaimAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.ilm.model.filter.ComparisonOperator.Collection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.ilm.model.filter.ComparisonOperator.Equality
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.ilm.model.filter.ComparisonOperator.Number
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.ilm.model.filter.ComparisonOperator.String
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.ilm.model.orgmodel.EntityType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.BooleanReplyMessage.ReplyMessageType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.ilm.model.worklistmodel.ActivityReferenceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.ilm.model.worklistmodel.AdministrativeWorklistItemFilter.PredefinedAdministrativeWorklistItemSelection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.ilm.model.worklistmodel.ClientWorklistItemFilter.PredefinedClientWorklistItemSelection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.aristaflow.ilm.model.worklistmodel.WorklistItemFilter.PredefinedWorklistItemSelection
Returns the enum constant of this class with the specified name.
values - Variable in class de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl.MrsiCleanup
values - Variable in class de.aristaflow.adept2.core.eventmanager.dbevents.MemoryResultSetImpl
A list of values where each list entry corresponds to a row.
values - Variable in class de.aristaflow.adept2.model.runtimeenvironment.SettableDataContext
The value of the input and output parameters.
values - Variable in class de.aristaflow.ilm.model.common.AfConfiguration
 
values - Variable in class de.aristaflow.ilm.model.datamanagement.DataContainer
 
values - Variable in class de.aristaflow.ilm.model.execution.InputDataContext
 
values - Variable in class de.aristaflow.ilm.model.monitor.InstanceDataValues
This list reflects the list of TemplTreeDataElements provided when requesting this InstanceDataValues, that is, the list positions correspond.
values() - Static method in enum class de.aristaflow.adept2.base.configuration.ConfigurationConstants.CommunicationProtocol
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.base.configuration.Property.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.base.dbaccess.DatabaseName
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.base.registry.AbstractRegistry.InstantiationMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.base.service.DynamicServiceRegistration.RegistrationMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.core.checks.processmodel.ProcessCheckService.CheckSet
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.core.logmanager.logs.ExecutionHistory.StateChange
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.core.orgmodelmanager.parser.ComplexEntityExpression.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.core.orgmodelmanager.parser.ComplexSelection.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.core.orgmodelmanager.parser.TransitivityType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.core.processmanager.TemplateManager.TemplateKind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.core.registry.cluster.ClusterCommRequest
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.core.registry.cluster.ClusterInteractionRequest.Operation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.core.updatemanager.UpdateManager.ActivityProperties
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.core.updatemanager.UpdateManager.DataEdgeProperties
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.core.updatemanager.UpdateManager.DataElementProperties
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.core.updatemanager.UpdateManager.EdgeProperties
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.core.updatemanager.UpdateManager.InstanceProperties
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.core.updatemanager.UpdateManager.NodeProperties
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.core.updatemanager.UpdateManager.ProcessProperties
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.core.updatemanager.UpdateManager.TransactionProperties
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.extensions.datatypes.ListUdt.SerialisationMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.cluster.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.common.changetracking.ChangeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.common.ClassLoaderUsage
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.common.LicenceInformation.Activation
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.common.ParameterChangePolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.common.plugindata.EnquiryData.EnquiryRecipientMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.common.plugindata.ErrorHandlingProcessData.ErrorHandlingParameter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.common.plugindata.MailNotificationData.Addressees
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.common.plugindata.MailNotificationData.MailField
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.TaskState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.common.plugindata.PriorityIncreaseData.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.common.RestrictionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.common.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.common.viewer.Attribute.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.execution.ExecutableInstancePropertyTracker.ExecutableInstanceNodeProperty
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.execution.ExecutableInstancePropertyTracker.ExecutableInstanceProperty
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.execution.Vote
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.filter.ComparisonOperator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.ActivityConstants.AccessType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityModelEntityType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.ActivityConstants.LocallyOverrideableActivityAttribute
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.ActivityConstants.TestMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.EBPType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.AdeptDataType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.BlockType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.DataEdgeProperty
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.DataElementProperty
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.DataMappingType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.DeltaScope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.EdgeProperty
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.EdgeState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.EdgeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.ExecutableBusinessProcessProperty
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.ExecutionMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.InstanceExecutionStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.InstanceMigrationStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.InstanceProperty
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.NodeProperty
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.NodeState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.NodeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.TemplateBuildtimeState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.TemplateProperty
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.ProcessConstants.TemplateUsage
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.WorklistConstants.DistributionMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.WorklistConstants.Priority
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.WorklistConstants.WorklistItemState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.globals.WorklistConstants.WorklistItemUpdateType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.inittab.InitType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.logmanagement.CmpOperator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.logmanagement.DataType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.mail.EmailPriority
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.orgmodel.CmpOperator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.orgmodel.DataType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class de.aristaflow.adept2.model.orgmodel.Entity
 
values() - Static method in enum class de.aristaflow.adept2.model.orgmodel.EntityType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.orgmodel.OrgPolicyReport.ResultType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.orgmodel.PasswordStrength.PasswordQuality
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.orgmodel.RelationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.processmodel.systemdata.Dependency.SystemDataProvider
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.processmodel.systemdata.SystemDataProducer
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.processmodel.tools.NodeRelations.NodeRelation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants.SchemaType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.runtimeenvironment.ActivityState.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.runtimeenvironment.TaskState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.model.runtimeenvironment.TerminatedActivityState.TerminatedState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.util.CheckReport.ResultType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.util.FileTools.Compatibility
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.adept2.util.objectpool.generic.ReclaimAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.ilm.model.filter.ComparisonOperator.Collection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.ilm.model.filter.ComparisonOperator.Equality
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.ilm.model.filter.ComparisonOperator.Number
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.ilm.model.filter.ComparisonOperator.String
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.ilm.model.orgmodel.EntityType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.BooleanReplyMessage.ReplyMessageType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.ilm.model.worklistmodel.ActivityReferenceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.ilm.model.worklistmodel.AdministrativeWorklistItemFilter.PredefinedAdministrativeWorklistItemSelection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.ilm.model.worklistmodel.ClientWorklistItemFilter.PredefinedClientWorklistItemSelection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.aristaflow.ilm.model.worklistmodel.WorklistItemFilter.PredefinedWorklistItemSelection
Returns an array containing the constants of this enum class, in the order they are declared.
valueSizeLimits - Variable in class de.aristaflow.ilm.ws.rest.model.monitor.DataElemsInstanceFilters
 
VAR_PATTERN - Static variable in class de.aristaflow.adept2.util.VariableReplacer
the regular expression pattern used to find the variables
variable - Variable in enum class de.aristaflow.adept2.model.common.plugindata.MailNotificationData.MailField
The string of the enum as variable, i.e.
VariableParallelismEbp - Class in de.aristaflow.ilm.model.processmodel
 
VariableParallelismEbp() - Constructor for class de.aristaflow.ilm.model.processmodel.VariableParallelismEbp
 
VariableParallelismEBP - Interface in de.aristaflow.adept2.model.processmodel
Variable parallelism resembles a foreach which iterates through all elements of a list but parallel instead of one after the other.
VariableReplacer - Class in de.aristaflow.adept2.util
Tool class to find and replace variables of the form ${variable}.
VariableReplacer(String) - Constructor for class de.aristaflow.adept2.util.VariableReplacer
Constructs a new VariableReplacer.
variables - Variable in class de.aristaflow.adept2.model.common.xml.XPathVariableProvider
All variables to be replaced by this provider.
varParEBP - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
 
verify(String, SSLSession) - Method in class de.aristaflow.adept2.util.net.TrustAllManager.TrustAllHostNameVerifier
 
verify(PublicKey) - Method in class de.aristaflow.adept2.base.sessionmanagement.SignedSecurityToken
Verifies the signature of the security token against the designated public key.
verifyConfigurationValues() - Method in class de.aristaflow.adept2.core.eventmanager.dbevents.DBEventSource
This method verifies whether the required configuration values and the data context have been set yet.
verifyConfigurationValues() - Method in class de.aristaflow.adept2.core.eventmanager.fileevents.FileEventSource
This method verifies the configuration values that have been set yet.
verifyConfigurationValues() - Method in class de.aristaflow.adept2.core.eventmanager.mailevents.MailEventSource
This method verifies the configuration values that have been set yet.
verifyConfigurationValues(Configuration) - Method in class de.aristaflow.adept2.core.eventmanager.common.AbstractSharingActEventSource
Verifies that all required configuration values have been set in the designated configuration.
verifyEmailAddress(String) - Method in interface de.aristaflow.adept2.base.mailservice.MailService
Verifies the designated (email) address and returns the message and localised message of the corresponding exception/cause for an invalid address or null in case of a valid address.
verifyEmailAddress(String) - Method in interface de.aristaflow.adept2.core.mailservice.MailService
Verifies the designated (email) address and returns the message and localised message of the corresponding exception/cause for an invalid address or null in case of a valid address.
version - Variable in class de.aristaflow.ilm.base.service.ServiceRelease
 
version - Variable in class de.aristaflow.ilm.model.processmodel.Template
 
version - Variable in class de.aristaflow.ilm.model.processmodel.TemplateFilter.TemplateSelection
 
version - Variable in class de.aristaflow.ilm.model.processmodel.TemplateReference
 
version - Variable in class de.aristaflow.ilm.model.resourcemodel.TemplFromProcessType
 
version - Variable in class de.aristaflow.ilm.ws.rest.base.service.AbstractRestStub
The API version which to expect from the callback.
version - Variable in class de.aristaflow.ilm.ws.rest.model.processmodel.TemplateFilter.TemplateSelection
 
Version - Class in de.aristaflow.adept2.util
 
Version() - Constructor for class de.aristaflow.adept2.util.Version
 
VERSION - Static variable in class de.aristaflow.ilm.ws.rest.base.licensing.LicenceManagerRest
The current API version of this REST web service.
VERSION - Static variable in class de.aristaflow.ilm.ws.rest.core.executionmanager.ExecutionManagerRest
The current API version of this REST web service.
VERSION - Static variable in class de.aristaflow.ilm.ws.rest.core.globalprovider.GlobalProviderRest
The current API version of this REST web service.
VERSION - Static variable in class de.aristaflow.ilm.ws.rest.core.orgmodelmanager.OrgModelManagerRest
The current API version of this REST web service.
VERSION - Static variable in class de.aristaflow.ilm.ws.rest.core.processimagerenderer.ProcessImageRendererRest
The current API version of this REST web service.
VERSION - Static variable in class de.aristaflow.ilm.ws.rest.core.processimagerenderer.SimpleProcessImageRendererRest
The current API version of this REST web service.
VERSION - Static variable in class de.aristaflow.ilm.ws.rest.core.processmanager.ProcessManagerRest
The current API version of this REST web service.
VERSION - Static variable in class de.aristaflow.ilm.ws.rest.core.resmodelmanager.ResModelManagerRest
The current API version of this REST web service.
VERSION - Static variable in class de.aristaflow.ilm.ws.rest.core.runtimemanager.RuntimeManagerRest
The current API version of this REST web service.
VERSION - Static variable in class de.aristaflow.ilm.ws.rest.core.runtimeservice.RuntimeServiceRest
The current API version of this REST web service.
VERSION - Static variable in class de.aristaflow.ilm.ws.rest.core.worklistmanager.WorklistManagerRest
The current API version of this REST web service.
VERSION_PATTERN - Static variable in class de.aristaflow.adept2.util.JavaVersion
Pattern used to verify the version strings.
VersionException - Exception in de.aristaflow.adept2.util.xml
Version exceptions are thrown if template or instance files have a format version that is not or no longer supported.
VersionException(String) - Constructor for exception de.aristaflow.adept2.util.xml.VersionException
Constructs a new VersionException with the provided message.
VERTICAL_SPACING - Static variable in class de.aristaflow.adept2.ui.processvisualisation.UISettings
The name of the advanced option in the render options for vertical spacing.
VERY_HIGH - Enum constant in enum class de.aristaflow.adept2.model.mail.EmailPriority
 
VERY_LOW - Enum constant in enum class de.aristaflow.adept2.model.globals.WorklistConstants.Priority
The priority "very low" (int value 2000).
VERY_LOW - Enum constant in enum class de.aristaflow.adept2.model.mail.EmailPriority
 
VIEW_ONLY - Enum constant in enum class de.aristaflow.adept2.model.globals.ProcessConstants.ExecutionMode
The activity just displays the input and output parameter values but does not allow to change them.
VIEW_ONLY_SAVEPOINT - Static variable in class de.aristaflow.adept2.model.globals.CommonConstants
Savepoint ID for storing additional data allowing to display it in view-only mode.
ViewCheck - Class in de.aristaflow.adept2.model.common.viewer
Checks the model viewer interfaces for consistent annotations.
ViewCheck() - Constructor for class de.aristaflow.adept2.model.common.viewer.ViewCheck
 
viewOnly - Variable in class de.aristaflow.ilm.model.runtimeenvironment.SimpleSessionContext
 
viewPort - Variable in class de.aristaflow.ilm.model.graphical.RenderOptions
 
VIOLATION_KNOWN_USER_LIMIT_END - Static variable in interface de.aristaflow.adept2.base.licensing.LicenceManager
The event indicating that the violation of the known user limit has been ended (or has not started yet).
VIOLATION_KNOWN_USER_LIMIT_START - Static variable in interface de.aristaflow.adept2.base.licensing.LicenceManager
The event indicating that the violation of the known user limit has been started.
VIOLATION_TIME_INCONSISTENCY - Static variable in interface de.aristaflow.adept2.base.licensing.LicenceManager
The event indicating that a time inconsistency has occurred.
VIOLATION_TRANSACTION_LIMIT - Static variable in interface de.aristaflow.adept2.base.licensing.LicenceManager
The event indicating that the transaction limit has been violated.
VIOLATION_USING_USER_LIMIT_END - Static variable in interface de.aristaflow.adept2.base.licensing.LicenceManager
The event indicating that the violation of the using user limit has been ended.
VIOLATION_USING_USER_LIMIT_START - Static variable in interface de.aristaflow.adept2.base.licensing.LicenceManager
The event indicating that the violation of the using user limit has been started.
virtual - Variable in class de.aristaflow.ilm.model.processmodel.DataElement
 
virtual - Variable in class de.aristaflow.ilm.model.processmodel.DataElementFilter.DataElementSelection
 
virtual - Variable in class de.aristaflow.ilm.model.processmodel.ProcessModelParameter
 
virtual - Variable in class de.aristaflow.ilm.model.processmodel.ProcessModelParameterFilter.ProcessModelParameterSelection
 
virtual - Variable in class de.aristaflow.ilm.ws.rest.model.processmodel.DataElementFilter.DataElementSelection
 
virtual - Variable in class de.aristaflow.ilm.ws.rest.model.processmodel.ProcessModelParameterFilter.ProcessModelParameterSelection
 
VIRTUAL - Enum constant in enum class de.aristaflow.adept2.model.globals.ProcessConstants.DataElementProperty
If the data element is virtual, DataElement.isVirtual().
visit(Class<?>, T) - Method in interface de.aristaflow.adept2.util.reflection.ReflectionTools.ClassVisitor
Visits the designated class with the result so far.
visitAllWith(BiFunction<Class<?>, T, T>) - Static method in interface de.aristaflow.adept2.util.reflection.ReflectionTools.ClassVisitor
Creates a visitor that visits all classes with the designated BiFunction.
visitClassHierarchy(Class<?>, ReflectionTools.ClassVisitor<T>, boolean) - Static method in class de.aristaflow.adept2.util.reflection.ReflectionTools
Visits the (complete) class hierarchy (interfaces, parent classes and their interfaces as well as all parent interfaces if desired) of the designated class with the designated visitor.
visitUntilTrue(Function<Class<?>, Boolean>) - Static method in interface de.aristaflow.adept2.util.reflection.ReflectionTools.ClassVisitor
Creates a visitor that visits all classes until the designated Function returns true.
VM_VERSION_PATTERN - Static variable in class de.aristaflow.adept2.util.JavaVersion
Pattern used to verify the VM version strings.
vmNameContains(String) - Method in class de.aristaflow.adept2.util.JavaVersion
Gets whether the VM name contains the designated string (case-sensitive).
VolatileNodeDependencyProvider - Class in de.aristaflow.adept2.core.changeoperations
A dependency provider in the context of a template and a volatile node, i.e.
VolatileNodeDependencyProvider(Template, int) - Constructor for class de.aristaflow.adept2.core.changeoperations.VolatileNodeDependencyProvider
Constructs a new VolatileNodeDependencyProvider for the specified template and the/a node that will follow the node to be created.
vote - Variable in class de.aristaflow.ilm.model.runtimeenvironment.messages.execution.PrepareCommitMessage
 
Vote - Enum Class in de.aristaflow.adept2.model.execution
This enum provides constants that reflects the application's decision in the vote phase of the 2-phase commit protocol.
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 and Interfaces|All Packages|Constant Field Values|Serialized Form