Uses of Class
de.aristaflow.adept2.model.globals.ProcessConstants.InstanceExecutionStatus
-
-
Uses of ProcessConstants.InstanceExecutionStatus in de.aristaflow.adept2.core.executionmanager
Methods in de.aristaflow.adept2.core.executionmanager that return types with arguments of type ProcessConstants.InstanceExecutionStatus Modifier and Type Method Description SerialisablePair<Boolean,ProcessConstants.InstanceExecutionStatus>
InstanceControl. checkForAndFixInconsistencies(SessionToken session, UUID instId, boolean considerRunning)
Checks the designated instance for inconsistencies and tries to fix them. -
Uses of ProcessConstants.InstanceExecutionStatus in de.aristaflow.adept2.core.processmanager
Methods in de.aristaflow.adept2.core.processmanager that return ProcessConstants.InstanceExecutionStatus Modifier and Type Method Description static ProcessConstants.InstanceExecutionStatus
ProcessManagerTools. aggregateStatus(SessionToken session, Collection<UUID> parallels, InstanceManager im)
Aggregates several instance execution statuses to one, that is the designated subprocess instances (running in parallel) are retrieved from the designated subprocess manager instance and their execution statuses are aggregated.Methods in de.aristaflow.adept2.core.processmanager with parameters of type ProcessConstants.InstanceExecutionStatus Modifier and Type Method Description long
ProcessManagerMXBean. getCountInstanceExecutionStatus(int instType, ProcessConstants.InstanceExecutionStatus... statuses)
Gets the amount of instances that entered one of the designated instance execution statuses within one of the designated time spans if the instance is of the designated type.static ProcessConstants.NodeState
ProcessManagerTools. mapToNodeState(ProcessConstants.InstanceExecutionStatus instanceExecutionStatus)
Maps an instance execution status to a node state.void
InstanceManager. setExecutionStatus(SessionToken session, UUID instanceID, ProcessConstants.InstanceExecutionStatus executionStatus, String comment)
Sets the execution status of the designated instance according to the designated values. -
Uses of ProcessConstants.InstanceExecutionStatus in de.aristaflow.adept2.model.globals
Methods in de.aristaflow.adept2.model.globals that return ProcessConstants.InstanceExecutionStatus Modifier and Type Method Description static ProcessConstants.InstanceExecutionStatus[]
ProcessConstants.InstanceExecutionStatus. getAll()
Deprecated.Usevalues()
instead.static ProcessConstants.InstanceExecutionStatus
ProcessConstants.InstanceExecutionStatus. valueOf(int code)
Returns the enum constant of this type with the specified name.static ProcessConstants.InstanceExecutionStatus
ProcessConstants.InstanceExecutionStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProcessConstants.InstanceExecutionStatus[]
ProcessConstants.InstanceExecutionStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProcessConstants.InstanceExecutionStatus in de.aristaflow.adept2.model.processmodel
Fields in de.aristaflow.adept2.model.processmodel declared as ProcessConstants.InstanceExecutionStatus Modifier and Type Field Description protected ProcessConstants.InstanceExecutionStatus
InvalidInstanceStateException. executionState
The execution state in which the instance currently is and which prevents the execution of the called method.Methods in de.aristaflow.adept2.model.processmodel that return ProcessConstants.InstanceExecutionStatus Modifier and Type Method Description ProcessConstants.InstanceExecutionStatus
InstanceReference. getExecutionStatus()
Returns the execution status of the instance.ProcessConstants.InstanceExecutionStatus
InstanceStatus. getExecutionStatus()
Returns the execution status of the instance.ProcessConstants.InstanceExecutionStatus
InvalidInstanceStateException. getInstanceExecutionStatus()
Gets the execution status of the instance which has led to this exception or null in case a migration state has led to this exception.Methods in de.aristaflow.adept2.model.processmodel with parameters of type ProcessConstants.InstanceExecutionStatus Modifier and Type Method Description InstanceReference
ProcessModelFactory. createInstanceReference(UUID id, UUID logID, String name, boolean isModified, TemplateReference template, QualifiedAgent supervisorAgent, QualifiedAgent initiatorAgent, long creationTime, UUID parentInstanceID, ProcessConstants.InstanceExecutionStatus executionStatus, Map<String,Set<String>> supportedPlugins, Map<String,PluginData> pluginData, Map<String,String> userAttributes)
Create an InstanceReference.InstanceStatus
ProcessModelFactory. createInstanceStatus(UUID instanceID, ProcessConstants.InstanceMigrationStatus migrationStatus, long migrationStatusDate, String migrationStatusComment, ProcessConstants.InstanceExecutionStatus executionStatus, long executionStatusDate, String executionStatusComment)
InstanceStatus
ProcessModelFactory. createInstanceStatus(UUID instanceID, ProcessConstants.InstanceMigrationStatus migrationStatus, String migrationStatusComment, ProcessConstants.InstanceExecutionStatus executionStatus, String executionStatusComment)
void
InstanceStatus. setExecutionStatus(ProcessConstants.InstanceExecutionStatus executionStatus, String comment)
Set the execution status of the instance.Constructors in de.aristaflow.adept2.model.processmodel with parameters of type ProcessConstants.InstanceExecutionStatus Constructor Description InvalidInstanceStateException(UUID instanceID, ProcessConstants.InstanceExecutionStatus currentExecutionState, ProcessConstants.InstanceMigrationStatus currentMigrationState, boolean migrationPrevents, String message)
Constructs a newInvalidInstanceStateException
which signals that the designated instance is in the designated execution and migration state and one of them prevents the desired action.InvalidInstanceStateException(UUID instanceID, ProcessConstants.InstanceExecutionStatus currentExecutionState, String message)
Constructs a newInvalidInstanceStateException
which signals that the designated instance is in the designated current execution state which prevents the desired action. -
Uses of ProcessConstants.InstanceExecutionStatus in de.aristaflow.ilm.model.execution
Fields in de.aristaflow.ilm.model.execution declared as ProcessConstants.InstanceExecutionStatus Modifier and Type Field Description @NotNull ProcessConstants.InstanceExecutionStatus
ConsistencyCheckResponse. status
-
Uses of ProcessConstants.InstanceExecutionStatus in de.aristaflow.ilm.model.processmodel
Fields in de.aristaflow.ilm.model.processmodel declared as ProcessConstants.InstanceExecutionStatus Modifier and Type Field Description @NotNull ProcessConstants.InstanceExecutionStatus
InstanceReference. execStatus
ProcessConstants.InstanceExecutionStatus
InvalidInstanceStateException. executionState
@NotNull ProcessConstants.InstanceExecutionStatus
InstanceStatus. executionStatus
-