Uses of Enum Class
de.aristaflow.adept2.model.globals.ProcessConstants.NodeState
Packages that use ProcessConstants.NodeState
Package
Description
-
Uses of ProcessConstants.NodeState in de.aristaflow.adept2.core.logmanager.logs
Methods in de.aristaflow.adept2.core.logmanager.logs with parameters of type ProcessConstants.NodeStateModifier and TypeMethodDescriptionvoidExecutionHistoryWriteAccess.logNodePromoted(SessionToken session, long timestamp, Instance instance, int nodeId, int iteration, ProcessConstants.NodeState promState) Logs that the activity identified by the designated instance, node and node iteration has been promoted.voidExecutionHistoryWriteAccess.logNodeSuppressed(SessionToken session, long timestamp, Instance instance, int nodeId, int iteration, ProcessConstants.NodeState prevState) Logs that the activity identified by the designated instance, node and node iteration has been suppressed. -
Uses of ProcessConstants.NodeState in de.aristaflow.adept2.core.processmanager
Methods in de.aristaflow.adept2.core.processmanager that return ProcessConstants.NodeStateModifier and TypeMethodDescriptionstatic ProcessConstants.NodeStateProcessManagerTools.aggregateSubprocessStatuses(SessionToken session, Collection<UUID> parallels, InstanceManager im) Aggregates several instance execution statuses to the corresponding node state of the parent node.static ProcessConstants.NodeStateProcessManagerTools.mapToNodeState(ProcessConstants.InstanceExecutionStatus instanceExecutionStatus) Maps an instance execution status to a node state.Methods in de.aristaflow.adept2.core.processmanager with parameters of type ProcessConstants.NodeStateModifier and TypeMethodDescriptionlongProcessManagerMXBean.getCountNodeState(int nodeType, ProcessConstants.NodeState... states) Gets the amount of nodes that is in one of the designated states if the node is of the designated type.static FilterCustomInstanceFilters.getInstancesWithNodeInStates(boolean ignoreReferencedSubs, boolean ignoreEmbeddedSubs, ProcessConstants.NodeState... nodeStates) static FilterCustomInstanceFilters.getInstancesWithNodeInStates(ProcessConstants.NodeState... nodeStates) static FilterCustomInstanceFilters.getInstancesWithNoNodeInStates(boolean ignoreReferencedSubs, boolean ignoreEmbeddedSubs, ProcessConstants.NodeState... nodeStates) static FilterCustomInstanceFilters.getInstancesWithNoNodeInStates(ProcessConstants.NodeState... nodeStates) -
Uses of ProcessConstants.NodeState in de.aristaflow.adept2.core.runtimemanager
Methods in de.aristaflow.adept2.core.runtimemanager that return types with arguments of type ProcessConstants.NodeStateModifier and TypeMethodDescriptionRuntimeManager.logoffAndTerminateActivities(SessionToken session, QualifiedAgent agent, boolean forceTermination) Logs the agent off that is identified by the designated client session factory. -
Uses of ProcessConstants.NodeState in de.aristaflow.adept2.core.runtimemanager.gui
Methods in de.aristaflow.adept2.core.runtimemanager.gui that return ProcessConstants.NodeStateModifier and TypeMethodDescriptionAbstractGUIManager.terminateRemoteExecution(SessionToken session, EBPInstanceReference activity, String sessionID) Terminates the (remote) execution of the designated activity, that is, the execution control manager of the designated activity is instructed appropriately. -
Uses of ProcessConstants.NodeState in de.aristaflow.adept2.core.runtimeservice
Methods in de.aristaflow.adept2.core.runtimeservice that return types with arguments of type ProcessConstants.NodeStateModifier and TypeMethodDescriptionRuntimeService.logoffAndTerminateActivities(SessionToken session, QualifiedAgent agent, boolean forceTermination) Logs the agent off that is identified by the designated client session factory. -
Uses of ProcessConstants.NodeState in de.aristaflow.adept2.core.worklistmanager
Methods in de.aristaflow.adept2.core.worklistmanager with parameters of type ProcessConstants.NodeStateModifier and TypeMethodDescriptionvoidWorklistNotification.addActivity(ExecutableBusinessProcessInstance ebpInstance, ProcessConstants.NodeState state, boolean suppressed, EBPInstanceReference ebpInstanceReference, String staffAssignmentRule, boolean initialUpdate) Adds the activity, which is part of the designated node, to the worklists for the user specified by the designated staff assignment rule.voidWorklistNotification.addAndAssignActivity(ExecutableBusinessProcessInstance ebpInstance, ProcessConstants.NodeState state, boolean suppressed, EBPInstanceReference ebpInstanceReference, String staffAssignmentRule, QualifiedAgent agent, boolean initialUpdate) Adds and assigns the activity, which is part of the designated given node, to the worklist of the designated agent.voidWorklistNotification.assignAndUpdateActivity(EBPInstanceReference activity, ProcessConstants.NodeState state, QualifiedAgent agent) Assign and updates the designated activity.voidWorklistNotification.promoteActivity(EBPInstanceReference activity, ProcessConstants.NodeState state, String staffAssignmentRule, QualifiedAgent agent) Promotes the designated (suppressed) activity, that is, the activity is added again to the previous worklists restoring the previous state.voidWorklistNotification.updateActivityState(EBPInstanceReference activity, ProcessConstants.NodeState state) Updates the state of the designated activity. -
Uses of ProcessConstants.NodeState in de.aristaflow.adept2.model.execution
Fields in de.aristaflow.adept2.model.execution declared as ProcessConstants.NodeStateModifier and TypeFieldDescriptionprotected final ProcessConstants.NodeStateInvalidActivityStateException.activityStateThe state in which the process step currently is and which prevents the desired state transition.Methods in de.aristaflow.adept2.model.execution that return ProcessConstants.NodeStateModifier and TypeMethodDescriptionInvalidActivityStateException.getActivityState()Returns the state the process step was in and that prevented the desired state transition.Methods in de.aristaflow.adept2.model.execution with parameters of type ProcessConstants.NodeStateModifier and TypeMethodDescriptionint[]ExecutableInstance.getNodesInState(ProcessConstants.NodeState... states) Gets all nodes (node IDs) of this instance which are in the designated states.voidExecutableInstance.setNodeState(int nodeID, ProcessConstants.NodeState state) Sets the designated node to the designated state.Method parameters in de.aristaflow.adept2.model.execution with type arguments of type ProcessConstants.NodeStateModifier and TypeMethodDescriptionExecutionFactory.createExecutableInstanceLwpIts(UUID instanceId, UUID logId, String instanceName, boolean modified, UUID baseTemplateId, Template template, QualifiedAgent supervisorAgent, QualifiedAgent initiatorAgent, EBPInstanceReference parentReference, long creationTime, Map<Integer, ProcessConstants.NodeState> nodeStates, Map<Integer, ProcessConstants.ExecutionMode> executionModes, Map<Integer, Integer> nodeIterations, Map<Integer, Map<Integer, List<UUID>>> nodeLwpInstanceIds, Map<Integer, QualifiedAgent> nodePerformingAgents, Map<Integer, List<Enquiry>> currentEnquiries, Map<Integer, Enquiry> repliedEnquiries, URI[] instanceTerminationCallbackUris, Map<Integer, URI[]> runtimeManagerUris, Map<String, Set<String>> supportedPlugins, Map<String, PluginData> pluginData, Map<String, String> userAttributes) Creates an ExecutableInstance object.ExecutionFactory.createExecutableInstanceLwpIts(UUID instanceId, UUID logId, String instanceName, boolean modified, UUID baseTemplateId, Template template, QualifiedAgent supervisorAgent, QualifiedAgent initiatorAgent, EBPInstanceReference parentReference, long creationTime, Map<Integer, ProcessConstants.NodeState> nodeStates, Map<Integer, ProcessConstants.ExecutionMode> executionModes, Map<Integer, Integer> nodeIterations, Map<Integer, Map<Integer, List<UUID>>> nodeLwpInstanceIds, Map<Integer, QualifiedAgent> nodePerformingAgents, Map<String, Set<String>> supportedPlugins, Map<String, PluginData> pluginData, Map<String, String> userAttributes) Creates an ExecutableInstance object.Constructors in de.aristaflow.adept2.model.execution with parameters of type ProcessConstants.NodeStateModifierConstructorDescriptionInvalidActivityStateException(String msg, ProcessConstants.NodeState activityState) Constructs a newInvalidActivityStateExceptionwhich encapsulates a string and the current state of the activity.InvalidActivityStateException(String msg, ProcessConstants.NodeState activityState, QualifiedAgent agent) Constructs a newInvalidActivityStateExceptionwhich encapsulates a string, the current state of the activity and the agent.protectedInvalidActivityStateException(String msg, ProcessConstants.NodeState activityState, QualifiedAgent agent, Throwable cause) Constructs a newInvalidActivityStateExceptionwhich encapsulates a string, the current state of the activity, the agent executing the activity and the cause for this exception.InvalidActivityStateException(String msg, ProcessConstants.NodeState activityState, Throwable cause) Constructs a newInvalidActivityStateExceptionwhich encapsulates a string, the current state of the activity and the cause for this exception.Creates a newInvalidRuntimeManagerExceptionto indicate that an execution manager cannot resolve the runtime manager URIs provided by anEBPInstanceReference.InvalidRuntimeManagerException(EBPInstanceReference ebp, ProcessConstants.NodeState state, Throwable cause) Creates a newInvalidRuntimeManagerExceptionto indicate that an execution manager cannot resolve the runtime manager URIs provided by anEBPInstanceReference. -
Uses of ProcessConstants.NodeState in de.aristaflow.adept2.model.globals
Methods in de.aristaflow.adept2.model.globals that return ProcessConstants.NodeStateModifier and TypeMethodDescriptionstatic ProcessConstants.NodeStateProcessConstants.NodeState.valueOf(int code) Returns the enum constant of this class with the specified name.static ProcessConstants.NodeStateReturns the enum constant of this class with the specified name.static ProcessConstants.NodeState[]ProcessConstants.NodeState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ProcessConstants.NodeState in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return ProcessConstants.NodeStateModifier and TypeMethodDescriptionInstance.getNodeState(int nodeID) Returns the state of the node with the given ID.Methods in de.aristaflow.adept2.model.processmodel with parameters of type ProcessConstants.NodeStateModifier and TypeMethodDescriptionvoidChangeableInstance.setNodeState(int nodeID, ProcessConstants.NodeState state) Sets the state of the node.Method parameters in de.aristaflow.adept2.model.processmodel with type arguments of type ProcessConstants.NodeStateModifier and TypeMethodDescriptionProcessModelFactory.createInstanceLwpIts(UUID id, UUID logId, String name, boolean isModified, UUID baseTemplateId, Template template, QualifiedAgent supervisorAgent, QualifiedAgent initiatorAgent, EBPInstanceReference ebpInstanceReference, long creationTime, Map<Integer, ProcessConstants.NodeState> nodeStates, Map<Integer, Integer> nodeIterations, Map<Integer, ProcessConstants.ExecutionMode> nodeExecutionModes, Map<Integer, Map<Integer, List<UUID>>> nodeLwpInstanceIds, Map<Integer, QualifiedAgent> activityAgents, Map<String, Set<String>> supportedPlugins, Map<String, PluginData> pluginData, Map<String, String> userAttributes) Create an Instance. -
Uses of ProcessConstants.NodeState in de.aristaflow.ilm.model.execution
Fields in de.aristaflow.ilm.model.execution declared as ProcessConstants.NodeState -
Uses of ProcessConstants.NodeState in de.aristaflow.ilm.model.globals
Fields in de.aristaflow.ilm.model.globals with type parameters of type ProcessConstants.NodeStateModifier and TypeFieldDescription@NotNull @Size(min=1) List<@NotNull @Valid ProcessConstants.NodeState>NodeStateFilter.NodeStateIn.in@NotNull @Size(min=1) List<@NotNull @Valid ProcessConstants.NodeState>NodeStateFilter.NodeStateNotIn.notInMethods in de.aristaflow.ilm.model.globals that return types with arguments of type ProcessConstants.NodeStateModifier and TypeMethodDescriptionNodeStateFilter.NodeStateIn.getValuesAbstract()NodeStateFilter.NodeStateNotIn.getValuesAbstract()Methods in de.aristaflow.ilm.model.globals with parameters of type ProcessConstants.NodeStateModifier and TypeMethodDescriptionprotected NodeStateFilter.NodeStateComparisonNodeStateFilter.Deserialiser.createSingletonComparison(ProcessConstants.NodeState v) Method parameters in de.aristaflow.ilm.model.globals with type arguments of type ProcessConstants.NodeStateModifier and TypeMethodDescriptionprotected NodeStateFilter.NodeStateComparisonNodeStateFilter.Deserialiser.createInCompFromEnumValues(List<ProcessConstants.NodeState> enumValues) -
Uses of ProcessConstants.NodeState in de.aristaflow.ilm.model.processmodel
Fields in de.aristaflow.ilm.model.processmodel declared as ProcessConstants.NodeState -
Uses of ProcessConstants.NodeState in de.aristaflow.ilm.model.runtimeenvironment
Fields in de.aristaflow.ilm.model.runtimeenvironment declared as ProcessConstants.NodeStateMethod parameters in de.aristaflow.ilm.model.runtimeenvironment with type arguments of type ProcessConstants.NodeStateModifier and TypeMethodDescriptionstatic ActivityWithNodeStateTransformation.toIlmNs(Pair<EBPInstanceReference, ProcessConstants.NodeState> pair) -
Uses of ProcessConstants.NodeState in de.aristaflow.ilm.ws.rest.model.globals
Fields in de.aristaflow.ilm.ws.rest.model.globals with type parameters of type ProcessConstants.NodeStateModifier and TypeFieldDescription@NotEmpty List<@NotNull ProcessConstants.NodeState>NodeStateFilter.NodeStateIn.in@NotEmpty List<@NotNull ProcessConstants.NodeState>NodeStateFilter.NodeStateNotIn.notIn