- abort(long) - Method in interface ee.telekom.workflow.core.abort.AbortService
-
Requests a workflow instance to become aborted.
- abort(long) - Method in class ee.telekom.workflow.core.abort.AbortServiceImpl
-
- abort(GraphInstance) - Method in class ee.telekom.workflow.graph.core.GraphEngineImpl
-
- abort(GraphInstance) - Method in interface ee.telekom.workflow.graph.GraphEngineFacade
-
Aborts the given
GraphInstance's execution and cancels all
associated tokens and work items.
- AbortService - Interface in ee.telekom.workflow.core.abort
-
Provides a service to request a workflow instance to become aborted.
- AbortServiceImpl - Class in ee.telekom.workflow.core.abort
-
- AbortServiceImpl() - Constructor for class ee.telekom.workflow.core.abort.AbortServiceImpl
-
- abortWorkflow(long) - Method in interface ee.telekom.workflow.executor.WorkflowExecutor
-
- abortWorkflow(long) - Method in class ee.telekom.workflow.executor.WorkflowExecutorImpl
-
- abortWorkflowInstance(long) - Method in class ee.telekom.workflow.facade.WorkflowEngineFacadeImpl
-
- AbstractConditionalGateway - Class in ee.telekom.workflow.graph.node.gateway
-
Abstract gateway that is providing common functionality for gateways
that support conditional transitions.
- AbstractConditionalGateway(int) - Constructor for class ee.telekom.workflow.graph.node.gateway.AbstractConditionalGateway
-
- AbstractConditionalGateway(int, String) - Constructor for class ee.telekom.workflow.graph.node.gateway.AbstractConditionalGateway
-
- AbstractDao - Class in ee.telekom.workflow.util
-
- AbstractDao() - Constructor for class ee.telekom.workflow.util.AbstractDao
-
- AbstractGateway - Class in ee.telekom.workflow.graph.node.gateway
-
Abstract gateway node that implements common gateway functionality,
i.e.
- AbstractGateway(int) - Constructor for class ee.telekom.workflow.graph.node.gateway.AbstractGateway
-
- AbstractGateway(int, String) - Constructor for class ee.telekom.workflow.graph.node.gateway.AbstractGateway
-
- AbstractNode - Class in ee.telekom.workflow.graph.node
-
Abstract node implementation providing id and name.
- AbstractNode(int) - Constructor for class ee.telekom.workflow.graph.node.AbstractNode
-
- AbstractNode(int, String) - Constructor for class ee.telekom.workflow.graph.node.AbstractNode
-
- AbstractRowMapper<T> - Class in ee.telekom.workflow.util
-
- AbstractRowMapper() - Constructor for class ee.telekom.workflow.util.AbstractRowMapper
-
- AbstractWorkflowEngineDao - Class in ee.telekom.workflow.util
-
- AbstractWorkflowEngineDao() - Constructor for class ee.telekom.workflow.util.AbstractWorkflowEngineDao
-
- acquireLock() - Method in interface ee.telekom.workflow.core.lock.LockService
-
Attempts to acquire the cluster's lock
- acquireLock() - Method in class ee.telekom.workflow.core.lock.LockServiceImpl
-
- addBean(String, Object) - Method in class ee.telekom.workflow.graph.core.MapBeanResolver
-
- addBean(Object) - Method in class ee.telekom.workflow.util.AdvancedParameterSource
-
- addChild(Tree<T>) - Method in class ee.telekom.workflow.api.Tree
-
- addCondition(Condition, String) - Method in class ee.telekom.workflow.graph.node.gateway.AbstractConditionalGateway
-
A null condition is interpreted as a default condition.
- addEntryMapping(String, InputMapping<Object>) - Method in class ee.telekom.workflow.graph.node.input.MapMapping
-
- addGraph(Graph) - Method in class ee.telekom.workflow.graph.core.GraphRepositoryImpl
-
- addGraph(Graph) - Method in interface ee.telekom.workflow.graph.GraphRepository
-
Adds a graph to the repository and overwrites any previously defined
graph with identical name and version.
- addHumanTaskItem(GraphInstance, Token, String, String, Map<String, Object>) - Method in class ee.telekom.workflow.graph.core.GraphEngineImpl
-
- addHumanTaskItem(GraphInstance, Token, String, String, Map<String, Object>) - Method in interface ee.telekom.workflow.graph.GraphEngine
-
Adds a new HumanTaskItem to the given instance which is
associated to the given token.
- addMapWithLowercaseKeys(Map<String, Object>) - Method in class ee.telekom.workflow.util.AdvancedParameterSource
-
- addNode(Node) - Method in class ee.telekom.workflow.graph.core.GraphImpl
-
- addSibling(Tree<T>) - Method in class ee.telekom.workflow.api.Tree
-
- addSignalItem(GraphInstance, Token, String) - Method in class ee.telekom.workflow.graph.core.GraphEngineImpl
-
- addSignalItem(GraphInstance, Token, String) - Method in interface ee.telekom.workflow.graph.GraphEngine
-
Adds a new SignalItem to the given instance which is associated
to the given token.
- addTaskItem(GraphInstance, Token, String, String, Object[]) - Method in class ee.telekom.workflow.graph.core.GraphEngineImpl
-
- addTaskItem(GraphInstance, Token, String, String, Object[]) - Method in interface ee.telekom.workflow.graph.GraphEngine
-
Adds a new TaskItem to the given instance which is associated to
the given token.
- addTimerItem(GraphInstance, Token, Date) - Method in class ee.telekom.workflow.graph.core.GraphEngineImpl
-
- addTimerItem(GraphInstance, Token, Date) - Method in interface ee.telekom.workflow.graph.GraphEngine
-
Adds a new TimerItem to the given instance which is associated to
the given token.
- addToExecutionQueue(Token) - Method in class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- addToExecutionQueue(Token) - Method in interface ee.telekom.workflow.graph.GraphInstance
-
Adds a token to the execution queue.
- addToHistory(String) - Method in class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- addToHistory(String) - Method in interface ee.telekom.workflow.graph.GraphInstance
-
Adds the given event into the instance's history log.
- addToken(Element) - Method in class ee.telekom.workflow.api.Row
-
- addToken(GraphInstance, Node, Token) - Method in class ee.telekom.workflow.graph.core.GraphEngineImpl
-
- addToken(Token) - Method in class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- addToken(GraphInstance, Node, Token) - Method in interface ee.telekom.workflow.graph.GraphEngine
-
Adds a new, active token to the given instance pointing to the given node
with the given parent.
- addToken(Token) - Method in interface ee.telekom.workflow.graph.GraphInstance
-
Adds a token to the graph instance.
- addTransition(Transition) - Method in class ee.telekom.workflow.graph.core.GraphImpl
-
- addValue(String, Object) - Method in class ee.telekom.workflow.util.AdvancedParameterSource
-
- addWorkItem(GraphWorkItem) - Method in class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- addWorkItem(GraphWorkItem) - Method in interface ee.telekom.workflow.graph.GraphInstance
-
When a token execution reaches a wait state, it produces a
WorkItem which describes the work that needs to be completed in
order to continue the token's execution.
- AdvancedParameterSource - Class in ee.telekom.workflow.util
-
Like BeanPropertySqlParameterSource, supports adding beans like
MapSqlParameterSource, supports adding individual values
Encodes Enum's as VARCHAR types Encodes Map's as VARCHAR types
- AdvancedParameterSource() - Constructor for class ee.telekom.workflow.util.AdvancedParameterSource
-
- afterPropertiesSet() - Method in class org.springmodules.commons.configuration.CommonsConfigurationFactoryBean
-
- AndFork - Class in ee.telekom.workflow.graph.node.gateway
-
Gateway, that implements the "parallel split" workflow pattern.
- AndFork(int) - Constructor for class ee.telekom.workflow.graph.node.gateway.AndFork
-
- AndFork(int, String) - Constructor for class ee.telekom.workflow.graph.node.gateway.AndFork
-
- AndJoin - Class in ee.telekom.workflow.graph.node.gateway
-
Gateway, that implements the "structured synchronizing merge" workflow pattern.
- AndJoin(int) - Constructor for class ee.telekom.workflow.graph.node.gateway.AndJoin
-
- AndJoin(int, String) - Constructor for class ee.telekom.workflow.graph.node.gateway.AndJoin
-
- archive(long) - Method in class ee.telekom.workflow.core.archive.ArchiveDao
-
- archive(long) - Method in interface ee.telekom.workflow.core.archive.ArchiveService
-
Archive a workflow instance's data once it is fully executed or aborted.
- archive(long) - Method in class ee.telekom.workflow.core.archive.ArchiveServiceImpl
-
- ArchiveDao - Class in ee.telekom.workflow.core.archive
-
- ArchiveDao() - Constructor for class ee.telekom.workflow.core.archive.ArchiveDao
-
- ArchiveService - Interface in ee.telekom.workflow.core.archive
-
Provides a method to archive a workflow instance's data once it is fully executed or aborted.
- ArchiveServiceImpl - Class in ee.telekom.workflow.core.archive
-
- ArchiveServiceImpl() - Constructor for class ee.telekom.workflow.core.archive.ArchiveServiceImpl
-
- aroundServiceMethod(ProceedingJoinPoint) - Method in class ee.telekom.workflow.util.StatisticsLoggingAspect
-
- ArrayMapping - Class in ee.telekom.workflow.graph.node.input
-
InputMapping that evaluates to an array.
- ArrayMapping(InputMapping<?>[]) - Constructor for class ee.telekom.workflow.graph.node.input.ArrayMapping
-
- asBoolean(String) - Static method in class ee.telekom.workflow.util.YesNoUtil
-
Converts the given string into a Boolean flag of either true, false or
null.
- assertIsExecuting(long) - Method in interface ee.telekom.workflow.core.workflowinstance.WorkflowInstanceService
-
- assertIsExecuting(long) - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstanceServiceImpl
-
- assignHumanTask(long, String) - Method in class ee.telekom.workflow.facade.WorkflowEngineFacadeImpl
-
- asString(Boolean) - Static method in class ee.telekom.workflow.util.YesNoUtil
-
Converts the given flag into a string of either "Y", "N" or null.
- AttributeEqualsCondition - Class in ee.telekom.workflow.graph.node.gateway.condition
-
- AttributeEqualsCondition(String, Object) - Constructor for class ee.telekom.workflow.graph.node.gateway.condition.AttributeEqualsCondition
-
- AttributeMapping<T> - Class in ee.telekom.workflow.graph.node.input
-
InputMapping for an attribute's value in the given environment.
- AttributeMapping(String) - Constructor for class ee.telekom.workflow.graph.node.input.AttributeMapping
-
- awaitEmpty() - Method in class ee.telekom.workflow.executor.queue.HazelcastWorkQueue
-
- awaitEmpty() - Method in interface ee.telekom.workflow.executor.queue.WorkQueue
-
Blocks the calling thread until the queue is empty.
- getActiveChildTokens(Token) - Method in class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- getActiveChildTokens(Token) - Method in interface ee.telekom.workflow.graph.GraphInstance
-
Tokens are created with a tree-like parent-child relation-ship.
- getActiveTokens() - Method in class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- getActiveTokens() - Method in interface ee.telekom.workflow.graph.GraphInstance
-
- getActiveWorkItem(Token) - Method in class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- getActiveWorkItem(Token) - Method in interface ee.telekom.workflow.graph.GraphInstance
-
A token can be associated with 0 or 1 active work items.
- getAllClusterNodes() - Method in class ee.telekom.workflow.jmx.ClusterMonitor
-
- getArgumentClasses(Object[]) - Static method in class ee.telekom.workflow.util.MethodUtil
-
- getArgumentMapping() - Method in class ee.telekom.workflow.graph.node.input.ExpressionMapping
-
- getArguments() - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- getArgumentsMapping() - Method in class ee.telekom.workflow.graph.node.activity.BeanAsyncCallActivity
-
- getArgumentsMapping() - Method in class ee.telekom.workflow.graph.node.activity.BeanCallActivity
-
- getArgumentsMapping() - Method in class ee.telekom.workflow.graph.node.activity.CreateNewInstanceActivity
-
- getArgumentsMapping() - Method in class ee.telekom.workflow.graph.node.activity.HumanTaskActivity
-
- getArgumentsMapping() - Method in class ee.telekom.workflow.graph.node.activity.ObjectCallActivity
-
- getAttribute(String) - Method in class ee.telekom.workflow.graph.core.EnvironmentImpl
-
- getAttribute(String) - Method in interface ee.telekom.workflow.graph.Environment
-
Get the attribute of the given name to the given string value.
- getAttribute() - Method in class ee.telekom.workflow.graph.node.activity.SetAttributeActivity
-
- getAttribute() - Method in class ee.telekom.workflow.graph.node.activity.ValidateAttributeActivity
-
- getAttributeName() - Method in class ee.telekom.workflow.graph.node.gateway.condition.AttributeEqualsCondition
-
- getAttributeName() - Method in class ee.telekom.workflow.graph.node.input.AttributeMapping
-
- getAttributeNames() - Method in class ee.telekom.workflow.graph.core.EnvironmentImpl
-
- getAttributeNames() - Method in interface ee.telekom.workflow.graph.Environment
-
- getAttributes() - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- getAttributes() - Method in class ee.telekom.workflow.graph.core.EnvironmentImpl
-
- getAttributesAsMap() - Method in class ee.telekom.workflow.graph.core.EnvironmentImpl
-
- getAttributesAsMap() - Method in interface ee.telekom.workflow.graph.Environment
-
Returns the environment attributes as unmodifiable map.
- getBean() - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- getBean(String) - Method in interface ee.telekom.workflow.executor.plugin.WorkflowEnginePlugin
-
Returns the bean with the given name as provided by the plugin.
- getBean(String) - Method in class ee.telekom.workflow.executor.plugin.WorkflowEnginePluginImpl
-
- getBean(String) - Method in interface ee.telekom.workflow.graph.BeanResolver
-
- getBean() - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- getBean(String) - Method in class ee.telekom.workflow.graph.core.MapBeanResolver
-
- getBean(String) - Method in class ee.telekom.workflow.graph.el.EnvironmentBeanNameResolver
-
- getBean() - Method in interface ee.telekom.workflow.graph.GraphWorkItem
-
- getBean() - Method in class ee.telekom.workflow.graph.node.activity.BeanAsyncCallActivity
-
- getBean() - Method in class ee.telekom.workflow.graph.node.activity.BeanCallActivity
-
- getBeanResolver() - Method in class ee.telekom.workflow.graph.core.GraphEngineImpl
-
- getBeanResolver() - Method in interface ee.telekom.workflow.graph.GraphEngineFacade
-
Returns the engine's
BeanResolver, or
null
if the engine does not support to resolve beans.
- getBoolean(ResultSet, String) - Method in class ee.telekom.workflow.util.AbstractRowMapper
-
- getChildren() - Method in class ee.telekom.workflow.api.Tree
-
- getClusterHazelcastName() - Method in class ee.telekom.workflow.core.common.WorkflowEngineConfiguration
-
This parameter is used as the Hazelcast instance bean name.
- getClusterMulticastGroup() - Method in class ee.telekom.workflow.core.common.WorkflowEngineConfiguration
-
This parameter is used for Hazelcasts cluster member auto-detection
and defaults to Hacelcasts multicast group default "224.2.2.3".
- getClusterMulticastGroup() - Method in class ee.telekom.workflow.jmx.ConfigurationMonitor
-
- getClusterMulticastPort() - Method in class ee.telekom.workflow.core.common.WorkflowEngineConfiguration
-
This parameter is used for Hazelcasts cluster member auto-detection
and defaults to Hacelcasts multicast port default 54327.
- getClusterMulticastPort() - Method in class ee.telekom.workflow.jmx.ConfigurationMonitor
-
- getClusterMulticastTtl() - Method in class ee.telekom.workflow.core.common.WorkflowEngineConfiguration
-
This parameter is used for Hazelcasts cluster member auto-detection
and defaults to 0.
- getClusterMulticastTtl() - Method in class ee.telekom.workflow.jmx.ConfigurationMonitor
-
- getClusterName() - Method in class ee.telekom.workflow.core.common.WorkflowEngineConfiguration
-
This parameter is used as the Hazelcast cluster group name.
- getClusterName() - Method in class ee.telekom.workflow.core.node.Node
-
- getClusterName() - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- getClusterName() - Method in class ee.telekom.workflow.jmx.ConfigurationMonitor
-
- getClusterName() - Method in class ee.telekom.workflow.util.AbstractWorkflowEngineDao
-
- getCondition() - Method in class ee.telekom.workflow.graph.node.gateway.condition.ExpressionLanguageCondition
-
- getConditions() - Method in class ee.telekom.workflow.graph.node.gateway.AbstractConditionalGateway
-
- getConfiguration() - Method in class org.springmodules.commons.configuration.CommonsConfigurationFactoryBean
-
Getter for the underlying CompositeConfiguration object.
- getConfigurations() - Method in class org.springmodules.commons.configuration.CommonsConfigurationFactoryBean
-
- getConsoleMappingPrefix() - Method in class ee.telekom.workflow.core.common.WorkflowEngineConfiguration
-
- getConsumedWorkUnits() - Method in interface ee.telekom.workflow.executor.consumer.WorkConsumerService
-
Returns the total number of consumed work units by the engine instance at hand since
the engine's last deployment.
- getConsumedWorkUnits() - Method in class ee.telekom.workflow.executor.consumer.WorkConsumerServiceImpl
-
- getConsumedWorkUnits() - Method in class ee.telekom.workflow.jmx.EngineMonitor
-
- getContent() - Method in class ee.telekom.workflow.api.Tree
-
- getCount() - Method in class ee.telekom.workflow.facade.workflowinstance.WorkflowStatusCount
-
- getCreatedOrLastUpdatedBy() - Method in class ee.telekom.workflow.util.AbstractWorkflowEngineDao
-
- getDataSource() - Method in class ee.telekom.workflow.util.AbstractDao
-
- getDate(ResultSet, String) - Method in class ee.telekom.workflow.util.AbstractRowMapper
-
- getDefaultValue() - Method in class ee.telekom.workflow.graph.node.activity.ValidateAttributeActivity
-
- getDelayMillisMapping() - Method in class ee.telekom.workflow.graph.node.input.DueDateMapping
-
- getDeployedWorkflowNames() - Method in class ee.telekom.workflow.facade.WorkflowEngineFacadeImpl
-
- getDescription() - Method in enum ee.telekom.workflow.core.workunit.WorkType
-
- getDueDate() - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- getDueDate() - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- getDueDate() - Method in interface ee.telekom.workflow.graph.GraphWorkItem
-
- getDueDateMapping() - Method in class ee.telekom.workflow.graph.node.event.CatchTimer
-
- getElementMappings() - Method in class ee.telekom.workflow.graph.node.input.ArrayMapping
-
- getEndNode() - Method in class ee.telekom.workflow.graph.core.TransitionImpl
-
- getEndNode() - Method in interface ee.telekom.workflow.graph.Transition
-
Returns the
Node at the end of the transition.
- getEntryMappings() - Method in class ee.telekom.workflow.graph.node.input.MapMapping
-
- getEnvironment() - Method in class ee.telekom.workflow.core.common.WorkflowEngineConfiguration
-
Environment name, will be displayed (when not empty) in web console after application name
- getEnvironment() - Method in class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- getEnvironment() - Method in interface ee.telekom.workflow.graph.GraphInstance
-
- getErrorDetails() - Method in class ee.telekom.workflow.core.error.ExecutionError
-
- getErrorDetails(Exception) - Static method in class ee.telekom.workflow.util.ExceptionUtil
-
- getErrorText() - Method in class ee.telekom.workflow.core.error.ExecutionError
-
- getErrorText(Exception) - Static method in class ee.telekom.workflow.util.ExceptionUtil
-
- getExecutionSteps(String) - Static method in class ee.telekom.workflow.facade.util.HistoryUtil
-
- getExpression() - Method in class ee.telekom.workflow.graph.node.input.ExpressionLanguageMapping
-
- getExpression() - Method in class ee.telekom.workflow.graph.node.input.ExpressionMapping
-
- getExternalGraphInstanceId() - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- getExternalGraphInstanceId() - Method in interface ee.telekom.workflow.graph.GraphWorkItem
-
- getExternalId() - Method in class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- getExternalId() - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- getExternalId() - Method in interface ee.telekom.workflow.graph.GraphInstance
-
A
GraphInstance may be assigned an external id to associate it
with externally persisted state, buisness data, etc.
- getExternalId() - Method in interface ee.telekom.workflow.graph.GraphWorkItem
-
- getFirstChild() - Method in class ee.telekom.workflow.api.Tree
-
- getFirstFromExecutionQueue() - Method in class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- getFirstFromExecutionQueue() - Method in interface ee.telekom.workflow.graph.GraphInstance
-
A
GraphInstance keeps a queue of tokens for which the engine
should attempt to proceed execution.
- getGraph(String, Integer) - Method in class ee.telekom.workflow.executor.GraphEngineFactory
-
- getGraph() - Method in class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- getGraph(String, Integer) - Method in class ee.telekom.workflow.graph.core.GraphRepositoryImpl
-
- getGraph() - Method in interface ee.telekom.workflow.graph.GraphInstance
-
- getGraph(String, Integer) - Method in interface ee.telekom.workflow.graph.GraphRepository
-
Returns the
Graph with the given name and the given version,
or the latest graph with the given name if no version is
null,
or
null if no such graph is found.
The latest graph is the graph with the greatest version number.
- getGraphRepository() - Method in interface ee.telekom.workflow.executor.plugin.WorkflowEnginePlugin
-
Returns the repository of graphs provided by the plugin.
- getGraphRepository() - Method in class ee.telekom.workflow.executor.plugin.WorkflowEnginePluginImpl
-
- getGraphs() - Method in class ee.telekom.workflow.executor.GraphEngineFactory
-
- getGraphs(String) - Method in class ee.telekom.workflow.graph.core.GraphRepositoryImpl
-
- getGraphs() - Method in class ee.telekom.workflow.graph.core.GraphRepositoryImpl
-
- getGraphs(String) - Method in interface ee.telekom.workflow.graph.GraphRepository
-
Returns all graphs with the given name ordered with decreasing version
number.
- getGraphs() - Method in interface ee.telekom.workflow.graph.GraphRepository
-
Returns all graphs accessible via this repository.
- getHeartbeat() - Method in class ee.telekom.workflow.core.node.Node
-
- getHeartbeatInterval() - Method in class ee.telekom.workflow.core.common.WorkflowEngineConfiguration
-
Must be a value less than workflowengine.heartbeat.maximumPauseSeconds.
Used as interval in seconds to run health check.
- getHeartbeatInterval() - Method in class ee.telekom.workflow.jmx.ConfigurationMonitor
-
- getHeartbeatMaximumPause() - Method in class ee.telekom.workflow.jmx.ConfigurationMonitor
-
- getHeartbeatMaximumPauseSeconds() - Method in class ee.telekom.workflow.core.common.WorkflowEngineConfiguration
-
Must be a value greater than workflowengine.heartbeat.intervalSeconds.
- getHistory() - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- getHistory() - Method in class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- getHistory() - Method in interface ee.telekom.workflow.graph.GraphInstance
-
Returns the instance's history log.
- getHumanTaskArguments() - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- getHumanTaskArguments() - Method in interface ee.telekom.workflow.graph.GraphWorkItem
-
- getId() - Method in class ee.telekom.workflow.api.Element
-
- getId() - Method in class ee.telekom.workflow.api.Row
-
Convenience method returning the main element's id.
- getId() - Method in class ee.telekom.workflow.executor.marshall.TokenState
-
- getId() - Method in class ee.telekom.workflow.graph.core.TokenImpl
-
- getId() - Method in class ee.telekom.workflow.graph.node.AbstractNode
-
- getId() - Method in interface ee.telekom.workflow.graph.Node
-
Returns the node's unique id.
- getId() - Method in interface ee.telekom.workflow.graph.Token
-
Returns the token's id.
- getInputElement() - Method in class ee.telekom.workflow.api.Row
-
Returns a list of the row's input elements.
- getInstance() - Method in class ee.telekom.workflow.graph.core.TokenImpl
-
- getInstance() - Method in interface ee.telekom.workflow.graph.Token
-
- getInteger(int) - Method in class ee.telekom.workflow.api.Element
-
- getInteger(ResultSet, String) - Method in class ee.telekom.workflow.util.AbstractRowMapper
-
- getJdbcTemplate() - Method in class ee.telekom.workflow.util.AbstractDao
-
- getKeepHistory() - Method in class ee.telekom.workflow.graph.core.GraphImpl
-
- getKeepHistory() - Method in interface ee.telekom.workflow.graph.Graph
-
- getKnownWorkflowNames() - Method in class ee.telekom.workflow.facade.WorkflowEngineFacadeImpl
-
- getLabel1() - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- getLabel2() - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- getLastChild() - Method in class ee.telekom.workflow.api.Tree
-
- getLocations() - Method in class org.springmodules.commons.configuration.CommonsConfigurationFactoryBean
-
- getLockExpireDate() - Method in interface ee.telekom.workflow.core.lock.LockService
-
Returns the locks expire date or null if no cluster is not locked.
- getLockExpireDate() - Method in class ee.telekom.workflow.core.lock.LockServiceImpl
-
- getLockOwner() - Method in interface ee.telekom.workflow.core.lock.LockService
-
Returns the cluster's lock owner.
- getLockOwner() - Method in class ee.telekom.workflow.core.lock.LockServiceImpl
-
- getLong(ResultSet, String) - Method in class ee.telekom.workflow.util.AbstractRowMapper
-
- getMainElement() - Method in class ee.telekom.workflow.api.Row
-
- getMappings() - Method in class ee.telekom.workflow.graph.node.output.MapEntryMapping
-
- getMasterLockExpireDate() - Method in class ee.telekom.workflow.jmx.ClusterMonitor
-
- getMasterNodeName() - Method in class ee.telekom.workflow.jmx.ClusterMonitor
-
- getMaximumNodeAssignmentTime() - Method in class ee.telekom.workflow.jmx.ConfigurationMonitor
-
- getMaximumNodeAssignmentTimeSeconds() - Method in class ee.telekom.workflow.core.common.WorkflowEngineConfiguration
-
The maximum time a consumer is granted to update a workflow instance's
node_name field after taking a work unit from the queue.
- getMethod() - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- getMethod() - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- getMethod() - Method in interface ee.telekom.workflow.graph.GraphWorkItem
-
- getMethod() - Method in class ee.telekom.workflow.graph.node.activity.BeanAsyncCallActivity
-
- getMethod() - Method in class ee.telekom.workflow.graph.node.activity.BeanCallActivity
-
- getMethod() - Method in class ee.telekom.workflow.graph.node.activity.ObjectCallActivity
-
- getMethodName() - Method in class ee.telekom.workflow.graph.node.expression.SimpleMethodCallExpression
-
- getName() - Method in class ee.telekom.workflow.graph.core.GraphImpl
-
- getName() - Method in class ee.telekom.workflow.graph.core.TransitionImpl
-
- getName() - Method in interface ee.telekom.workflow.graph.Graph
-
Returns the graph's name, which should be unique.
- getName() - Method in class ee.telekom.workflow.graph.node.AbstractNode
-
- getName() - Method in interface ee.telekom.workflow.graph.Node
-
Returns the node's name.
- getName() - Method in class ee.telekom.workflow.graph.node.output.ValueMapping
-
- getName() - Method in interface ee.telekom.workflow.graph.Transition
-
Returns the transition name.
- getNamedParameterJdbcTemplate() - Method in class ee.telekom.workflow.util.AbstractDao
-
- getNewGraphInstanceCreator() - Method in class ee.telekom.workflow.graph.core.GraphEngineImpl
-
- getNewGraphInstanceCreator() - Method in interface ee.telekom.workflow.graph.GraphEngineFacade
-
Returns the engine's
NewGraphInstanceCreator, or
null
if the engine does not support to create sub graph instances.
- getNext() - Method in class ee.telekom.workflow.api.Tree
-
- getNextActiveTimerDueDates(List<Long>) - Method in class ee.telekom.workflow.facade.WorkflowEngineFacadeImpl
-
- getNextSequenceValue(String) - Method in class ee.telekom.workflow.util.AbstractWorkflowEngineDao
-
- getNode() - Method in class ee.telekom.workflow.api.Row
-
- getNode(int) - Method in class ee.telekom.workflow.graph.core.GraphImpl
-
- getNode() - Method in class ee.telekom.workflow.graph.core.TokenImpl
-
- getNode(int) - Method in interface ee.telekom.workflow.graph.Graph
-
Returns the graph's node with the given id.
- getNode() - Method in interface ee.telekom.workflow.graph.Token
-
Returns the
Node that this token is pointing to.
- getNodeId() - Method in class ee.telekom.workflow.executor.marshall.TokenState
-
- getNodeName() - Method in class ee.telekom.workflow.core.common.WorkflowEngineConfiguration
-
This parameter is used as name when indicating which cluster node is
currently executing a workflow instance.
- getNodeName() - Method in class ee.telekom.workflow.core.node.Node
-
- getNodeName() - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- getNodes() - Method in class ee.telekom.workflow.graph.core.GraphImpl
-
- getNodes() - Method in interface ee.telekom.workflow.graph.Graph
-
Returns the list of all nodes in the graph.
- getNodeStatus() - Method in class ee.telekom.workflow.jmx.ClusterMonitor
-
- getNodeStatus(ResultSet, String) - Method in class ee.telekom.workflow.util.AbstractRowMapper
-
- getNumberOfConsumerThreads() - Method in class ee.telekom.workflow.core.common.WorkflowEngineConfiguration
-
The number of consumer thread started when the engine starts.
- getNumberOfConsumerThreads() - Method in class ee.telekom.workflow.jmx.ConfigurationMonitor
-
- getObject(int) - Method in class ee.telekom.workflow.api.Element
-
- getObject() - Method in class org.springmodules.commons.configuration.CommonsConfigurationFactoryBean
-
- getObjectArray(int) - Method in class ee.telekom.workflow.api.Element
-
- getObjectType() - Method in class org.springmodules.commons.configuration.CommonsConfigurationFactoryBean
-
- getOutputElement() - Method in class ee.telekom.workflow.api.Row
-
- getOutputTransitions(Node) - Method in class ee.telekom.workflow.graph.core.GraphImpl
-
- getOutputTransitions(Node, String) - Method in class ee.telekom.workflow.graph.core.GraphImpl
-
- getOutputTransitions(Node) - Method in interface ee.telekom.workflow.graph.Graph
-
Returns a list of transitions which have the given node as their starting
point.
- getOutputTransitions(Node, String) - Method in interface ee.telekom.workflow.graph.Graph
-
Returns the transition which has the given node as their starting point
and the given name, or null if no such transition exists.
- getParent() - Method in class ee.telekom.workflow.api.Tree
-
- getParent() - Method in class ee.telekom.workflow.graph.core.TokenImpl
-
- getParent() - Method in interface ee.telekom.workflow.graph.Token
-
Returns the parent token which was involved in creating this token.
- getParentId() - Method in class ee.telekom.workflow.executor.marshall.TokenState
-
- getPhase() - Method in class ee.telekom.workflow.util.SimpleLifeCycleBean
-
- getPluginApplicationContextFile() - Method in class ee.telekom.workflow.core.common.WorkflowEngineConfiguration
-
The Spring application context file for plugins.
- getPluginApplicationContextFile() - Method in class ee.telekom.workflow.jmx.ConfigurationMonitor
-
- getPrevious() - Method in class ee.telekom.workflow.api.Tree
-
- getPriority() - Method in class liquibase.ext.logging.Slf4jLogger
-
Gets the logger priority for this logger.
- getProducerInterval() - Method in class ee.telekom.workflow.jmx.ConfigurationMonitor
-
- getProducerIntervalSeconds() - Method in class ee.telekom.workflow.core.common.WorkflowEngineConfiguration
-
The interval in seconds after which the poller attempts to find new work units.
- getRefNum() - Method in class ee.telekom.workflow.core.error.ExecutionError
-
- getRefNum() - Method in class ee.telekom.workflow.core.node.Node
-
- getRefNum() - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- getRefNum() - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- getRepository() - Method in class ee.telekom.workflow.graph.core.GraphEngineImpl
-
- getRepository() - Method in interface ee.telekom.workflow.graph.GraphEngineFacade
-
- getResult() - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- getResult() - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- getResult() - Method in interface ee.telekom.workflow.graph.GraphWorkItem
-
- getResultMapping() - Method in class ee.telekom.workflow.graph.node.activity.BeanAsyncCallActivity
-
- getResultMapping() - Method in class ee.telekom.workflow.graph.node.activity.BeanCallActivity
-
- getResultMapping() - Method in class ee.telekom.workflow.graph.node.activity.HumanTaskActivity
-
- getResultMapping() - Method in class ee.telekom.workflow.graph.node.activity.ObjectCallActivity
-
- getResultMapping() - Method in class ee.telekom.workflow.graph.node.event.CatchSignal
-
- getRole() - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- getRole() - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- getRole() - Method in interface ee.telekom.workflow.graph.GraphWorkItem
-
- getRoleMapping() - Method in class ee.telekom.workflow.graph.node.activity.HumanTaskActivity
-
- getSchema() - Method in class ee.telekom.workflow.core.common.WorkflowEngineConfiguration
-
Returns the PostgreSQL schema name + "." for workflow engine tables or an empty string if not configured.
- getSchema() - Method in class ee.telekom.workflow.util.AbstractWorkflowEngineDao
-
- getScript() - Method in class ee.telekom.workflow.graph.node.activity.ScriptActivity
-
- getSignal() - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- getSignal() - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- getSignal() - Method in interface ee.telekom.workflow.graph.GraphWorkItem
-
- getSignalMapping() - Method in class ee.telekom.workflow.graph.node.event.CatchSignal
-
- getSingletonInstance() - Method in class ee.telekom.workflow.executor.GraphEngineFactory
-
- getSqlType(String) - Method in class ee.telekom.workflow.util.AdvancedParameterSource
-
- getStartNode() - Method in class ee.telekom.workflow.graph.core.GraphImpl
-
- getStartNode() - Method in class ee.telekom.workflow.graph.core.TransitionImpl
-
- getStartNode() - Method in interface ee.telekom.workflow.graph.Graph
-
Returns the graph's start node.
- getStartNode() - Method in interface ee.telekom.workflow.graph.Transition
-
Returns the
Node at the start of the transition.
- getState() - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- getStatus() - Method in class ee.telekom.workflow.core.node.Node
-
- getStatus() - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- getStatus() - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- getStatus() - Method in class ee.telekom.workflow.facade.workflowinstance.WorkflowStatusCount
-
- getStatus() - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- getStatus() - Method in interface ee.telekom.workflow.graph.GraphWorkItem
-
- getString(int) - Method in class ee.telekom.workflow.api.Element
-
- getString(ResultSet, String) - Method in class ee.telekom.workflow.util.AbstractRowMapper
-
- getStringArray(int) - Method in class ee.telekom.workflow.api.Element
-
- getTarget() - Method in class ee.telekom.workflow.graph.node.activity.ObjectCallActivity
-
- getTarget() - Method in class ee.telekom.workflow.graph.node.expression.SimpleMethodCallExpression
-
- getTaskArguments() - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- getTaskArguments() - Method in interface ee.telekom.workflow.graph.GraphWorkItem
-
- getTestValue() - Method in class ee.telekom.workflow.graph.node.gateway.condition.AttributeEqualsCondition
-
- getToken() - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- getToken() - Method in interface ee.telekom.workflow.graph.GraphWorkItem
-
- getTokenId() - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- getTokenIdSequence() - Method in class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- getTokens() - Method in class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- getTokens() - Method in interface ee.telekom.workflow.graph.GraphInstance
-
- getTransitions() - Method in class ee.telekom.workflow.graph.core.GraphImpl
-
- getTransitions() - Method in interface ee.telekom.workflow.graph.Graph
-
Returns the list of all transitions in the graph.
- getType() - Method in class ee.telekom.workflow.api.Element
-
- getType() - Method in class ee.telekom.workflow.api.Row
-
Convenience method returning the main element's type.
- getType() - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- getType() - Method in class ee.telekom.workflow.core.workunit.WorkUnit
-
- getType() - Method in class ee.telekom.workflow.graph.node.activity.ValidateAttributeActivity
-
- getTypeName(String) - Method in class ee.telekom.workflow.util.AdvancedParameterSource
-
- getUser() - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- getUser() - Method in interface ee.telekom.workflow.graph.GraphWorkItem
-
- getUserMapping() - Method in class ee.telekom.workflow.graph.node.activity.HumanTaskActivity
-
- getUserName() - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- getValue() - Method in class ee.telekom.workflow.graph.node.activity.SetAttributeActivity
-
- getValue() - Method in class ee.telekom.workflow.graph.node.input.ConstantMapping
-
- getValue(String) - Method in class ee.telekom.workflow.util.AdvancedParameterSource
-
- getVersion() - Method in class ee.telekom.workflow.graph.core.GraphImpl
-
- getVersion() - Method in interface ee.telekom.workflow.graph.Graph
-
Returns the version number of the graph.
- getWoinRefNum() - Method in class ee.telekom.workflow.core.error.ExecutionError
-
- getWoinRefNum() - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- getWoinRefNum() - Method in class ee.telekom.workflow.core.workunit.WorkUnit
-
- getWoitRefNum() - Method in class ee.telekom.workflow.core.error.ExecutionError
-
- getWoitRefNum() - Method in class ee.telekom.workflow.core.workunit.WorkUnit
-
- getWorkflowInstanceStatus(ResultSet, String) - Method in class ee.telekom.workflow.util.AbstractRowMapper
-
- getWorkflowInstancesWithActiveHumanTask(List<Long>) - Method in class ee.telekom.workflow.facade.WorkflowEngineFacadeImpl
-
- getWorkflowName() - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- getWorkflowName() - Method in class ee.telekom.workflow.facade.workflowinstance.WorkflowStatusCount
-
- getWorkflowStatistics() - Method in class ee.telekom.workflow.facade.WorkflowEngineFacadeImpl
-
- getWorkflowVersion() - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- getWorkItems() - Method in class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- getWorkItems() - Method in interface ee.telekom.workflow.graph.GraphInstance
-
- getWorkItemStatus(ResultSet, String) - Method in class ee.telekom.workflow.util.AbstractRowMapper
-
- Graph - Interface in ee.telekom.workflow.graph
-
A
Graph corresponds to a workflow definition.
- GraphBuilder - Class in ee.telekom.workflow.api
-
- GraphBuilder(String, int, boolean, Tree<Row>) - Constructor for class ee.telekom.workflow.api.GraphBuilder
-
- GraphEngine - Interface in ee.telekom.workflow.graph
-
A
GraphEngine is the interface that is internally used used to
communicated with a graph engine.
- GraphEngineFacade - Interface in ee.telekom.workflow.graph
-
A
GraphEngineFacade is the interface that external systems should use
to communicated with a graph engine.
- GraphEngineFactory - Class in ee.telekom.workflow.executor
-
Provides a factory for a
GraphEngine singleton and convenience methods to manipulate that
singleton.
- GraphEngineFactory() - Constructor for class ee.telekom.workflow.executor.GraphEngineFactory
-
- GraphEngineImpl - Class in ee.telekom.workflow.graph.core
-
- GraphEngineImpl() - Constructor for class ee.telekom.workflow.graph.core.GraphEngineImpl
-
- GraphImpl - Class in ee.telekom.workflow.graph.core
-
- GraphImpl(String, int) - Constructor for class ee.telekom.workflow.graph.core.GraphImpl
-
- GraphImpl(String, int, boolean) - Constructor for class ee.telekom.workflow.graph.core.GraphImpl
-
- GraphInstance - Interface in ee.telekom.workflow.graph
-
- GraphInstanceEventListener - Interface in ee.telekom.workflow.graph
-
Listener interface for events in the life cycle of a
GraphInstance.
- GraphInstanceImpl - Class in ee.telekom.workflow.graph.core
-
- GraphInstanceImpl() - Constructor for class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- GraphInstanceImpl(Graph) - Constructor for class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- GraphInstanceRepository - Interface in ee.telekom.workflow.executor.marshall
-
- GraphInstanceRepositoryImpl - Class in ee.telekom.workflow.executor.marshall
-
- GraphInstanceRepositoryImpl() - Constructor for class ee.telekom.workflow.executor.marshall.GraphInstanceRepositoryImpl
-
- GraphRepository - Interface in ee.telekom.workflow.graph
-
- GraphRepositoryImpl - Class in ee.telekom.workflow.graph.core
-
- GraphRepositoryImpl() - Constructor for class ee.telekom.workflow.graph.core.GraphRepositoryImpl
-
- GraphValidator - Interface in ee.telekom.workflow.graph
-
Validator interface for
Graphs
- GraphValidatorImpl - Class in ee.telekom.workflow.graph.core
-
- GraphValidatorImpl() - Constructor for class ee.telekom.workflow.graph.core.GraphValidatorImpl
-
- GraphWorkItem - Interface in ee.telekom.workflow.graph
-
When a
Node execution does not immediately return a result it may
entitle an external system to perform some actions asynchronously.
- GraphWorkItemEventListener - Interface in ee.telekom.workflow.graph
-
Listener interface for events in the life cycle of a
WorkItem.
- GraphWorkItemImpl - Class in ee.telekom.workflow.graph.core
-
- GraphWorkItemImpl() - Constructor for class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- if_(int, String) - Method in class ee.telekom.workflow.api.WorkflowFactoryImpl
-
- importEnvironment(Environment) - Method in class ee.telekom.workflow.graph.core.EnvironmentImpl
-
- importEnvironment(Environment) - Method in interface ee.telekom.workflow.graph.Environment
-
Copy all attributes from given environment into this environment.
- info(String) - Method in class liquibase.ext.logging.Slf4jLogger
-
- info(String, Throwable) - Method in class liquibase.ext.logging.Slf4jLogger
-
- init() - Method in class ee.telekom.workflow.core.common.WorkflowEngineConfiguration
-
- init() - Method in class ee.telekom.workflow.core.notification.ExceptionNotificationServiceImpl
-
- initNewELProcessor(Environment, Long) - Static method in class ee.telekom.workflow.graph.el.ElUtil
-
Creates and prepares a new ELProcessor instance with workflow engine configuration to evaluate expressions on
workflow instance environment together with some additional features (NOW variable, WORKFLOW_INSTANCE_ID variable).
- InputMapping<T> - Interface in ee.telekom.workflow.graph.node.input
-
An InputMapping describes an input parameter to a node execution.
- INSTANCE - Static variable in class ee.telekom.workflow.core.error.ExecutionErrorRowMapper
-
- INSTANCE - Static variable in class ee.telekom.workflow.core.node.NodeRowMapper
-
- INSTANCE - Static variable in class ee.telekom.workflow.core.workflowinstance.WorkflowInstanceRowMapper
-
- INSTANCE - Static variable in class ee.telekom.workflow.core.workitem.WorkItemRowMapper
-
- INSTANCE - Static variable in class ee.telekom.workflow.core.workunit.WorkUnitRowMapper
-
- INSTANCE - Static variable in class ee.telekom.workflow.facade.workflowinstance.WorkflowInstanceStateRowMapper
-
- INSTANCE - Static variable in class ee.telekom.workflow.facade.workflowinstance.WorkflowStatusCountRowMapper
-
- INSTANCE - Static variable in class ee.telekom.workflow.facade.workitem.WorkItemStateRowMapper
-
- isActive() - Method in class ee.telekom.workflow.executor.marshall.TokenState
-
- isActive() - Method in class ee.telekom.workflow.graph.core.TokenImpl
-
- isActive() - Method in interface ee.telekom.workflow.graph.Token
-
Returns whether the token is active.
- isAlive(String) - Method in interface ee.telekom.workflow.core.node.NodeService
-
- isAlive(String) - Method in class ee.telekom.workflow.core.node.NodeServiceImpl
-
- isAutoStartup() - Method in class ee.telekom.workflow.util.SimpleLifeCycleBean
-
- isCompleted() - Method in class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- isCompleted() - Method in interface ee.telekom.workflow.graph.GraphInstance
-
A
GraphInstance is completed if it does not contain any active
tokens.
- isDevelopmentMode() - Method in class ee.telekom.workflow.core.common.WorkflowEngineConfiguration
-
Determines whether the engine is deployed in development mode (as opposed to production).
- isDevelopmentMode() - Method in class ee.telekom.workflow.jmx.ConfigurationMonitor
-
- isEmbeddedNavigationMode() - Method in class ee.telekom.workflow.core.common.WorkflowEngineConfiguration
-
Determines if the header logo and navigation links act as a stand-alone web app (default), or as embedded web screens.
- isInputElement(Element) - Static method in class ee.telekom.workflow.api.ElementUtil
-
Returns, whether the given element is an input element.
- isLocked() - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- isMainElement(Element) - Static method in class ee.telekom.workflow.api.ElementUtil
-
Returns, whether the given element is a main element.
- isMasterNode() - Method in class ee.telekom.workflow.jmx.ClusterMonitor
-
- isNameResolved(String) - Method in class ee.telekom.workflow.graph.el.EnvironmentBeanNameResolver
-
- isNodeInMasterRole() - Method in class ee.telekom.workflow.facade.WorkflowEngineFacadeImpl
-
- isOutputElement(Element) - Static method in class ee.telekom.workflow.api.ElementUtil
-
Returns, whether the given element is an output element.
- isOwnLock() - Method in interface ee.telekom.workflow.core.lock.LockService
-
- isOwnLock() - Method in class ee.telekom.workflow.core.lock.LockServiceImpl
-
- isPluginStarted() - Method in class ee.telekom.workflow.jmx.EngineMonitor
-
- isProducerStarted() - Method in class ee.telekom.workflow.jmx.EngineMonitor
-
- isProducerSuspended() - Method in class ee.telekom.workflow.jmx.EngineMonitor
-
- isQueueStarted() - Method in class ee.telekom.workflow.jmx.EngineMonitor
-
- isReadOnly(String) - Method in class ee.telekom.workflow.graph.el.EnvironmentBeanNameResolver
-
- isRequired() - Method in class ee.telekom.workflow.graph.node.activity.ValidateAttributeActivity
-
- isReservedVariable(String) - Static method in class ee.telekom.workflow.graph.el.ElUtil
-
Checks if the given variable name is a reserved keyword and SHOULD NOT be used as a key for an Environment attribute.
- isRunning() - Method in class ee.telekom.workflow.util.SimpleLifeCycleBean
-
- isSingleton() - Method in class org.springmodules.commons.configuration.CommonsConfigurationFactoryBean
-
- isStarted() - Method in interface ee.telekom.workflow.executor.lifecycle.LifecycleService
-
Returns whether the engine is started.
- isStarted() - Method in class ee.telekom.workflow.executor.lifecycle.LifecycleServiceImpl
-
- isStarted() - Method in interface ee.telekom.workflow.executor.plugin.WorkflowEnginePlugin
-
Returns whether the engine has successfully started.
- isStarted() - Method in class ee.telekom.workflow.executor.plugin.WorkflowEnginePluginImpl
-
- isStarted() - Method in interface ee.telekom.workflow.executor.producer.WorkProducerJob
-
Returns whether the producer is currently started.
- isStarted() - Method in class ee.telekom.workflow.executor.producer.WorkProducerJobImpl
-
- isStarted() - Method in class ee.telekom.workflow.executor.queue.HazelcastWorkQueue
-
- isStarted() - Method in interface ee.telekom.workflow.executor.queue.WorkQueue
-
- isSuspended() - Method in interface ee.telekom.workflow.executor.producer.WorkProducerJob
-
Returns whether the producer is currently suspended.
- isSuspended() - Method in class ee.telekom.workflow.executor.producer.WorkProducerJobImpl
-
- isThrowExceptionOnMissing() - Method in class org.springmodules.commons.configuration.CommonsConfigurationFactoryBean
-
- ObjectCallActivity - Class in ee.telekom.workflow.graph.node.activity
-
Activity that is synchronously calling a method on the given object.
- ObjectCallActivity(int, Object, String, InputMapping<?>[], OutputMapping) - Constructor for class ee.telekom.workflow.graph.node.activity.ObjectCallActivity
-
- ObjectCallActivity(int, String, Object, String, InputMapping<?>[], OutputMapping) - Constructor for class ee.telekom.workflow.graph.node.activity.ObjectCallActivity
-
- of(T) - Static method in class ee.telekom.workflow.api.Tree
-
- of(T) - Static method in class ee.telekom.workflow.graph.node.input.ConstantMapping
-
- of(String) - Static method in class ee.telekom.workflow.graph.node.output.ValueMapping
-
- onAborted(GraphInstance) - Method in interface ee.telekom.workflow.graph.GraphInstanceEventListener
-
Called after a graph instance was aborted
- onAborting(GraphInstance) - Method in interface ee.telekom.workflow.graph.GraphInstanceEventListener
-
Called before a graph instance is aborted
- onCancelled(GraphWorkItem) - Method in interface ee.telekom.workflow.graph.GraphWorkItemEventListener
-
Called after a work item was cancelled
- onCompleted(GraphInstance) - Method in interface ee.telekom.workflow.graph.GraphInstanceEventListener
-
Called after a graph instance's execution completed
- onCompleted(GraphWorkItem) - Method in interface ee.telekom.workflow.graph.GraphWorkItemEventListener
-
Called after a work item was completed
- onCreated(GraphInstance) - Method in interface ee.telekom.workflow.graph.GraphInstanceEventListener
-
Called after a new graph instance was created
- onCreated(GraphWorkItem) - Method in interface ee.telekom.workflow.graph.GraphWorkItemEventListener
-
Called after a new work item was created
- onEntering(Token, Node) - Method in interface ee.telekom.workflow.graph.NodeEventListener
-
Called before a token enters a node, i.e.
- onHumanTaskCancelled(GraphWorkItem) - Method in interface ee.telekom.workflow.executor.plugin.WorkflowEnginePlugin
-
Notifies all HumanTaskEventListener's provided by the plugin that a human task work item was aborted.
- onHumanTaskCancelled(WorkflowInstance, WorkItem) - Method in interface ee.telekom.workflow.executor.plugin.WorkflowEnginePlugin
-
Notifies all HumanTaskEventListener's provided by the plugin that a human task work item was aborted.
- onHumanTaskCancelled(GraphWorkItem) - Method in class ee.telekom.workflow.executor.plugin.WorkflowEnginePluginImpl
-
- onHumanTaskCancelled(WorkflowInstance, WorkItem) - Method in class ee.telekom.workflow.executor.plugin.WorkflowEnginePluginImpl
-
- onHumanTaskCompleted(GraphWorkItem) - Method in interface ee.telekom.workflow.executor.plugin.WorkflowEnginePlugin
-
Notifies all HumanTaskEventListener's provided by the plugin that a human task work item was completed.
- onHumanTaskCompleted(GraphWorkItem) - Method in class ee.telekom.workflow.executor.plugin.WorkflowEnginePluginImpl
-
- onHumanTaskCreated(GraphWorkItem) - Method in interface ee.telekom.workflow.executor.plugin.WorkflowEnginePlugin
-
Notifies all HumanTaskEventListener's provided by the plugin that a human task work item was created.
- onHumanTaskCreated(GraphWorkItem) - Method in class ee.telekom.workflow.executor.plugin.WorkflowEnginePluginImpl
-
- onLeft(Token, Node) - Method in interface ee.telekom.workflow.graph.NodeEventListener
-
Called after a token left a node, i.e.
- onStarted(GraphInstance) - Method in interface ee.telekom.workflow.graph.GraphInstanceEventListener
-
Called after a graph instance was started.
- onWorkflowInstanceAborted(GraphInstance) - Method in interface ee.telekom.workflow.executor.plugin.WorkflowEnginePlugin
-
Notifies all WorkflowInstanceEventListener's provided by the plugin that a workflow instance was aborted.
- onWorkflowInstanceAborted(GraphInstance) - Method in class ee.telekom.workflow.executor.plugin.WorkflowEnginePluginImpl
-
- onWorkflowInstanceCompleted(GraphInstance) - Method in interface ee.telekom.workflow.executor.plugin.WorkflowEnginePlugin
-
Notifies all WorkflowInstanceEventListener's provided by the plugin that a workflow instance execution completed.
- onWorkflowInstanceCompleted(GraphInstance) - Method in class ee.telekom.workflow.executor.plugin.WorkflowEnginePluginImpl
-
- onWorkflowInstanceCreated(GraphInstance) - Method in interface ee.telekom.workflow.executor.plugin.WorkflowEnginePlugin
-
Notifies all WorkflowInstanceEventListener's provided by the plugin that a graph instance was created.
- onWorkflowInstanceCreated(GraphInstance) - Method in class ee.telekom.workflow.executor.plugin.WorkflowEnginePluginImpl
-
- OrFork - Class in ee.telekom.workflow.graph.node.gateway
-
Gateway, that implements the "multiple choice" workflow pattern.
- OrFork(int) - Constructor for class ee.telekom.workflow.graph.node.gateway.OrFork
-
- OrFork(int, String) - Constructor for class ee.telekom.workflow.graph.node.gateway.OrFork
-
- org.springmodules.commons.configuration - package org.springmodules.commons.configuration
-
- OutputMapping - Interface in ee.telekom.workflow.graph.node.output
-
An OutputMapping describes how the execution result of a node is mapped into the
Environment
of the
GraphInstance being executed.
- save(GraphInstance, WorkflowInstanceStatus) - Method in interface ee.telekom.workflow.executor.marshall.GraphInstanceRepository
-
Saves the
GraphInstance and therefore updates workflow instance and work item fields.
- save(GraphInstance, WorkflowInstanceStatus) - Method in class ee.telekom.workflow.executor.marshall.GraphInstanceRepositoryImpl
-
- ScriptActivity - Class in ee.telekom.workflow.graph.node.activity
-
- ScriptActivity(int, ScriptActivity.Script) - Constructor for class ee.telekom.workflow.graph.node.activity.ScriptActivity
-
- ScriptActivity(int, String, ScriptActivity.Script) - Constructor for class ee.telekom.workflow.graph.node.activity.ScriptActivity
-
- ScriptActivity.Script - Interface in ee.telekom.workflow.graph.node.activity
-
- sendSignalByLabel1(String, String, Object) - Method in class ee.telekom.workflow.facade.WorkflowEngineFacadeImpl
-
- sendSignalByLabels(String, String, String, Object) - Method in class ee.telekom.workflow.facade.WorkflowEngineFacadeImpl
-
- sendSignalToWorkflowInstance(long, String, Object) - Method in class ee.telekom.workflow.facade.WorkflowEngineFacadeImpl
-
- sendSignalToWorkItem(long, String, Object) - Method in class ee.telekom.workflow.facade.WorkflowEngineFacadeImpl
-
- serialize(boolean) - Static method in class ee.telekom.workflow.util.JsonUtil
-
- serialize(byte) - Static method in class ee.telekom.workflow.util.JsonUtil
-
- serialize(short) - Static method in class ee.telekom.workflow.util.JsonUtil
-
- serialize(int) - Static method in class ee.telekom.workflow.util.JsonUtil
-
- serialize(long) - Static method in class ee.telekom.workflow.util.JsonUtil
-
- serialize(float) - Static method in class ee.telekom.workflow.util.JsonUtil
-
- serialize(double) - Static method in class ee.telekom.workflow.util.JsonUtil
-
- serialize(Object, boolean) - Static method in class ee.telekom.workflow.util.JsonUtil
-
- serializeAttributes(Map<String, Object>) - Static method in class ee.telekom.workflow.executor.marshall.Marshaller
-
- serializeCollection(Collection<?>, boolean, boolean) - Static method in class ee.telekom.workflow.util.JsonUtil
-
- serializeResult(Object) - Static method in class ee.telekom.workflow.executor.marshall.Marshaller
-
- serializeTokenStates(Collection<TokenState>) - Static method in class ee.telekom.workflow.executor.marshall.Marshaller
-
- setActive(boolean) - Method in class ee.telekom.workflow.executor.marshall.TokenState
-
- setActive(boolean) - Method in class ee.telekom.workflow.graph.core.TokenImpl
-
- setArguments(String) - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- setArguments(Object) - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- setAttribute(String, Object) - Method in class ee.telekom.workflow.graph.core.EnvironmentImpl
-
- setAttribute(String, Object) - Method in interface ee.telekom.workflow.graph.Environment
-
Sets the attribute of the given name to the given value.
- SetAttributeActivity - Class in ee.telekom.workflow.graph.node.activity
-
- SetAttributeActivity(int, String, Object) - Constructor for class ee.telekom.workflow.graph.node.activity.SetAttributeActivity
-
- SetAttributeActivity(int, String, String, Object) - Constructor for class ee.telekom.workflow.graph.node.activity.SetAttributeActivity
-
- setAttributes(String) - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- setAttributes(Map<String, Object>) - Method in class ee.telekom.workflow.graph.core.EnvironmentImpl
-
- setBean(String) - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- setBean(String) - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- setBeanResolver(BeanResolver) - Method in class ee.telekom.workflow.graph.core.GraphEngineImpl
-
- setBeanValue(String, Object) - Method in class ee.telekom.workflow.graph.el.EnvironmentBeanNameResolver
-
- setChangeLog(DatabaseChangeLog) - Method in class liquibase.ext.logging.Slf4jLogger
-
- setChangeSet(ChangeSet) - Method in class liquibase.ext.logging.Slf4jLogger
-
- setClusterName(String) - Method in class ee.telekom.workflow.core.node.Node
-
- setClusterName(String) - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- setConfigurationListener(ConfigurationListener) - Method in class org.springmodules.commons.configuration.CommonsConfigurationFactoryBean
-
- setConfigurations(Configuration[]) - Method in class org.springmodules.commons.configuration.CommonsConfigurationFactoryBean
-
Set the commons configurations objects which will be used as properties.
- setCount(int) - Method in class ee.telekom.workflow.facade.workflowinstance.WorkflowStatusCount
-
- setDataSource(DataSource) - Method in class ee.telekom.workflow.util.AbstractDao
-
- setDataSource(DataSource) - Method in class ee.telekom.workflow.util.AbstractWorkflowEngineDao
-
- setDueDate(Date) - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- setDueDate(Date) - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- setEnvironment(EnvironmentImpl) - Method in class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- setErrorDetails(String) - Method in class ee.telekom.workflow.core.error.ExecutionError
-
- setErrorText(String) - Method in class ee.telekom.workflow.core.error.ExecutionError
-
- setExternalGraphInstanceId(Long) - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- setExternalId(Long) - Method in class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- setExternalId(Long) - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- setGraph(Graph) - Method in class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- setHeartbeat(Date) - Method in class ee.telekom.workflow.core.node.Node
-
- setHistory(String) - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- setHistory(String) - Method in class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- setId(int) - Method in class ee.telekom.workflow.executor.marshall.TokenState
-
- setId(int) - Method in class ee.telekom.workflow.graph.core.TokenImpl
-
- setInstance(GraphInstance) - Method in class ee.telekom.workflow.graph.core.TokenImpl
-
- setLabel1(String) - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- setLabel2(String) - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- setLocations(Resource[]) - Method in class org.springmodules.commons.configuration.CommonsConfigurationFactoryBean
-
Shortcut for loading configuration from Spring resources.
- setLocked(boolean) - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- setLogLevel(String, String) - Method in class liquibase.ext.logging.Slf4jLogger
-
- setMethod(String) - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- setMethod(String) - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- setName(String) - Method in class liquibase.ext.logging.Slf4jLogger
-
- setNewGraphInstanceCreator(NewGraphInstanceCreator) - Method in class ee.telekom.workflow.graph.core.GraphEngineImpl
-
- setNode(Node) - Method in class ee.telekom.workflow.api.Row
-
- setNode(Node) - Method in class ee.telekom.workflow.graph.core.TokenImpl
-
- setNode(Node) - Method in interface ee.telekom.workflow.graph.Token
-
Sets the
Node that the token is pointing to.
- setNodeId(int) - Method in class ee.telekom.workflow.executor.marshall.TokenState
-
- setNodeName(String) - Method in class ee.telekom.workflow.core.node.Node
-
- setNodeName(String) - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- setParent(Token) - Method in class ee.telekom.workflow.graph.core.TokenImpl
-
- setParentId(Integer) - Method in class ee.telekom.workflow.executor.marshall.TokenState
-
- setRefNum(Long) - Method in class ee.telekom.workflow.core.error.ExecutionError
-
- setRefNum(Long) - Method in class ee.telekom.workflow.core.node.Node
-
- setRefNum(Long) - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- setRefNum(Long) - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- setRepository(GraphRepository) - Method in class ee.telekom.workflow.graph.core.GraphEngineImpl
-
- setResult(String) - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- setResult(Object) - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- setResult(Object) - Method in interface ee.telekom.workflow.graph.GraphWorkItem
-
- setRole(String) - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- setRole(String) - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- setSignal(String) - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- setSignal(String) - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- setStartNode(Node) - Method in class ee.telekom.workflow.graph.core.GraphImpl
-
- setState(String) - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- setStatus(NodeStatus) - Method in class ee.telekom.workflow.core.node.Node
-
- setStatus(WorkflowInstanceStatus) - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- setStatus(WorkItemStatus) - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- setStatus(WorkflowInstanceStatus) - Method in class ee.telekom.workflow.facade.workflowinstance.WorkflowStatusCount
-
- setStatus(WorkItemStatus) - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- setStatus(WorkItemStatus) - Method in interface ee.telekom.workflow.graph.GraphWorkItem
-
- setThrowExceptionOnMissing(boolean) - Method in class org.springmodules.commons.configuration.CommonsConfigurationFactoryBean
-
Set the underlying Commons CompositeConfiguration throwExceptionOnMissing
flag.
- setToken(Token) - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- setTokenId(int) - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- setTokenIdSquence(int) - Method in class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- setTokens(List<Token>) - Method in class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- setType(WorkType) - Method in class ee.telekom.workflow.core.workunit.WorkUnit
-
- setUser(String) - Method in class ee.telekom.workflow.graph.core.GraphWorkItemImpl
-
- setUserName(String) - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- setWoinRefNum(Long) - Method in class ee.telekom.workflow.core.error.ExecutionError
-
- setWoinRefNum(Long) - Method in class ee.telekom.workflow.core.workitem.WorkItem
-
- setWoinRefNum(Long) - Method in class ee.telekom.workflow.core.workunit.WorkUnit
-
- setWoitRefNum(Long) - Method in class ee.telekom.workflow.core.error.ExecutionError
-
- setWoitRefNum(Long) - Method in class ee.telekom.workflow.core.workunit.WorkUnit
-
- setWorkflowName(String) - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- setWorkflowName(String) - Method in class ee.telekom.workflow.facade.workflowinstance.WorkflowStatusCount
-
- setWorkflowVersion(Integer) - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- setWorkItems(List<GraphWorkItem>) - Method in class ee.telekom.workflow.graph.core.GraphInstanceImpl
-
- severe(String) - Method in class liquibase.ext.logging.Slf4jLogger
-
- severe(String, Throwable) - Method in class liquibase.ext.logging.Slf4jLogger
-
- shutDown() - Method in interface ee.telekom.workflow.executor.lifecycle.LifecycleService
-
Called at undeployment.
- shutDown() - Method in class ee.telekom.workflow.executor.lifecycle.LifecycleServiceImpl
-
- shutDownSynchronously(ExecutorService) - Static method in class ee.telekom.workflow.util.ExecutorServiceUtil
-
- SimpleLifeCycleBean - Class in ee.telekom.workflow.util
-
- SimpleLifeCycleBean() - Constructor for class ee.telekom.workflow.util.SimpleLifeCycleBean
-
- SimpleMethodCallExpression<T> - Class in ee.telekom.workflow.graph.node.expression
-
Expression implementation that executes a method with given name on a given object.
- SimpleMethodCallExpression(Object, String) - Constructor for class ee.telekom.workflow.graph.node.expression.SimpleMethodCallExpression
-
- singleton - Variable in class ee.telekom.workflow.executor.GraphEngineFactory
-
- skipTimer(long) - Method in class ee.telekom.workflow.facade.WorkflowEngineFacadeImpl
-
- Slf4jLogger - Class in liquibase.ext.logging
-
- Slf4jLogger() - Constructor for class liquibase.ext.logging.Slf4jLogger
-
- split(int) - Method in class ee.telekom.workflow.api.WorkflowFactoryImpl
-
- SqlUtil - Class in ee.telekom.workflow.facade.util
-
- SqlUtil() - Constructor for class ee.telekom.workflow.facade.util.SqlUtil
-
- start() - Method in class ee.telekom.workflow.api.WorkflowFactoryImpl
-
- start() - Method in interface ee.telekom.workflow.executor.consumer.WorkConsumerJob
-
Starts the consumers.
- start() - Method in class ee.telekom.workflow.executor.consumer.WorkConsumerJobImpl
-
- start() - Method in interface ee.telekom.workflow.executor.plugin.WorkflowEnginePlugin
-
Lifecycle method that is called in order to give the plugin a chance for custom initialization.
- start() - Method in class ee.telekom.workflow.executor.plugin.WorkflowEnginePluginImpl
-
- start() - Method in interface ee.telekom.workflow.executor.producer.WorkProducerJob
-
Starts the producer.
- start() - Method in class ee.telekom.workflow.executor.producer.WorkProducerJobImpl
-
- start() - Method in class ee.telekom.workflow.executor.queue.HazelcastWorkQueue
-
- start() - Method in interface ee.telekom.workflow.executor.queue.WorkQueue
-
- start(String) - Method in class ee.telekom.workflow.graph.core.GraphEngineImpl
-
- start(String, Integer) - Method in class ee.telekom.workflow.graph.core.GraphEngineImpl
-
- start(String, Integer, Environment) - Method in class ee.telekom.workflow.graph.core.GraphEngineImpl
-
- start(String, Integer, Environment, Long) - Method in class ee.telekom.workflow.graph.core.GraphEngineImpl
-
- start(Graph) - Method in class ee.telekom.workflow.graph.core.GraphEngineImpl
-
- start(Graph, Environment) - Method in class ee.telekom.workflow.graph.core.GraphEngineImpl
-
- start(Graph, Environment, Long) - Method in class ee.telekom.workflow.graph.core.GraphEngineImpl
-
- start(String) - Method in interface ee.telekom.workflow.graph.GraphEngineFacade
-
A shorthand for #start(String, Integer, Environment, String) using
the latest graph with the given name and an empty initial environment and
a null external id.
- start(String, Integer) - Method in interface ee.telekom.workflow.graph.GraphEngineFacade
-
A shorthand for #start(String, Integer, Environment, String) using
an empty initial environment and a null external id.
- start(String, Integer, Environment) - Method in interface ee.telekom.workflow.graph.GraphEngineFacade
-
A shorthand for #start(String, Integer, Environment, String) using a
null external id.
- start(String, Integer, Environment, Long) - Method in interface ee.telekom.workflow.graph.GraphEngineFacade
-
- start(Graph) - Method in interface ee.telekom.workflow.graph.GraphEngineFacade
-
A shorthand for #start(Graph, Environment, String) using an empty
initial environment and a null external id.
- start(Graph, Environment) - Method in interface ee.telekom.workflow.graph.GraphEngineFacade
-
- start(Graph, Environment, Long) - Method in interface ee.telekom.workflow.graph.GraphEngineFacade
-
- start() - Method in class ee.telekom.workflow.util.SimpleLifeCycleBean
-
- startUp() - Method in interface ee.telekom.workflow.executor.lifecycle.LifecycleService
-
Called at deployment.
- startUp() - Method in class ee.telekom.workflow.executor.lifecycle.LifecycleServiceImpl
-
- startWorkflow(long) - Method in interface ee.telekom.workflow.executor.WorkflowExecutor
-
- startWorkflow(long) - Method in class ee.telekom.workflow.executor.WorkflowExecutorImpl
-
- StatisticsLoggingAspect - Class in ee.telekom.workflow.util
-
Writes a DEBUG log entry after every ee.telekom.workflow package @Service class public method call.
- StatisticsLoggingAspect() - Constructor for class ee.telekom.workflow.util.StatisticsLoggingAspect
-
- StatusUtil - Class in ee.telekom.workflow.facade.util
-
- StatusUtil() - Constructor for class ee.telekom.workflow.facade.util.StatusUtil
-
- stop() - Method in interface ee.telekom.workflow.executor.consumer.WorkConsumerJob
-
Stops the consumers.
- stop() - Method in class ee.telekom.workflow.executor.consumer.WorkConsumerJobImpl
-
- stop() - Method in interface ee.telekom.workflow.executor.plugin.WorkflowEnginePlugin
-
Lifecycle method that is called in order to give the plugin a chance for a clean shut-down.
- stop() - Method in class ee.telekom.workflow.executor.plugin.WorkflowEnginePluginImpl
-
- stop() - Method in interface ee.telekom.workflow.executor.producer.WorkProducerJob
-
Stops the producer.
- stop() - Method in class ee.telekom.workflow.executor.producer.WorkProducerJobImpl
-
- stop() - Method in class ee.telekom.workflow.executor.queue.HazelcastWorkQueue
-
- stop() - Method in interface ee.telekom.workflow.executor.queue.WorkQueue
-
- stop() - Method in class ee.telekom.workflow.util.SimpleLifeCycleBean
-
- stop(Runnable) - Method in class ee.telekom.workflow.util.SimpleLifeCycleBean
-
- store(Environment, Object) - Method in class ee.telekom.workflow.graph.node.activity.BeanAsyncCallActivity
-
- store(Environment, Object) - Method in class ee.telekom.workflow.graph.node.activity.BeanCallActivity
-
- store(Environment, Object) - Method in class ee.telekom.workflow.graph.node.activity.CreateNewInstanceActivity
-
- store(Environment, Object) - Method in class ee.telekom.workflow.graph.node.activity.HumanTaskActivity
-
- store(Environment, Object) - Method in class ee.telekom.workflow.graph.node.activity.ObjectCallActivity
-
- store(Environment, Object) - Method in class ee.telekom.workflow.graph.node.activity.ScriptActivity
-
- store(Environment, Object) - Method in class ee.telekom.workflow.graph.node.activity.SetAttributeActivity
-
- store(Environment, Object) - Method in class ee.telekom.workflow.graph.node.activity.ValidateAttributeActivity
-
- store(Environment, Object) - Method in class ee.telekom.workflow.graph.node.event.CatchSignal
-
- store(Environment, Object) - Method in class ee.telekom.workflow.graph.node.event.CatchTimer
-
- store(Environment, Object) - Method in class ee.telekom.workflow.graph.node.event.ThrowEscalation
-
- store(Environment, Object) - Method in class ee.telekom.workflow.graph.node.gateway.AbstractGateway
-
- store(Environment, Object) - Method in interface ee.telekom.workflow.graph.Node
-
When a token execution on a node completes and returns control back to
the engine, then the engine mandates the node to store the node execution
result into the graph instance's environment.
- submitHumanTask(long, Object) - Method in class ee.telekom.workflow.facade.WorkflowEngineFacadeImpl
-
- submitTask(long, Object) - Method in class ee.telekom.workflow.facade.WorkflowEngineFacadeImpl
-
- suspend(long) - Method in interface ee.telekom.workflow.core.workflowinstance.WorkflowInstanceService
-
- suspend(long) - Method in class ee.telekom.workflow.core.workflowinstance.WorkflowInstanceServiceImpl
-
- suspend() - Method in interface ee.telekom.workflow.executor.producer.WorkProducerJob
-
Suspends the producer without shutting it down.
- suspend() - Method in class ee.telekom.workflow.executor.producer.WorkProducerJobImpl
-
- suspendWorkflowInstance(long) - Method in class ee.telekom.workflow.facade.WorkflowEngineFacadeImpl
-
- validate(Graph) - Method in class ee.telekom.workflow.graph.core.GraphValidatorImpl
-
- validate(Graph) - Method in interface ee.telekom.workflow.graph.GraphValidator
-
Validates the given graph and returns a list of validation errors.
- ValidateAttributeActivity - Class in ee.telekom.workflow.graph.node.activity
-
- ValidateAttributeActivity(int, String, Class<?>) - Constructor for class ee.telekom.workflow.graph.node.activity.ValidateAttributeActivity
-
- ValidateAttributeActivity(int, String, Class<?>, boolean) - Constructor for class ee.telekom.workflow.graph.node.activity.ValidateAttributeActivity
-
- ValidateAttributeActivity(int, String, Class<?>, boolean, Object) - Constructor for class ee.telekom.workflow.graph.node.activity.ValidateAttributeActivity
-
- ValidateAttributeActivity(int, String, String, Class<?>, boolean, Object) - Constructor for class ee.telekom.workflow.graph.node.activity.ValidateAttributeActivity
-
- validateInputVariable(int, String, Class) - Method in class ee.telekom.workflow.api.WorkflowFactoryImpl
-
- validateInputVariable(int, String, Class, boolean) - Method in class ee.telekom.workflow.api.WorkflowFactoryImpl
-
- validateInputVariable(int, String, Class, boolean, Object) - Method in class ee.telekom.workflow.api.WorkflowFactoryImpl
-
- value(int, Object) - Method in class ee.telekom.workflow.api.WorkflowFactoryImpl
-
- ValueMapping - Class in ee.telekom.workflow.graph.node.output
-
OutputMapping that maps the node execution result on an attribute with the given name.
- ValueMapping(String) - Constructor for class ee.telekom.workflow.graph.node.output.ValueMapping
-
- valueOf(String) - Static method in enum ee.telekom.workflow.api.Element.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ee.telekom.workflow.core.node.NodeStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ee.telekom.workflow.core.workflowinstance.WorkflowInstanceStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ee.telekom.workflow.core.workitem.WorkItemType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ee.telekom.workflow.core.workunit.WorkType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ee.telekom.workflow.graph.WorkItemStatus
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum ee.telekom.workflow.api.Element.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ee.telekom.workflow.core.node.NodeStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ee.telekom.workflow.core.workflowinstance.WorkflowInstanceStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ee.telekom.workflow.core.workitem.WorkItemType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ee.telekom.workflow.core.workunit.WorkType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ee.telekom.workflow.graph.WorkItemStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- variable(String) - Method in class ee.telekom.workflow.api.WorkflowFactoryImpl
-
- variables(String...) - Method in class ee.telekom.workflow.api.WorkflowFactoryImpl
-
- waitSignal(int, String) - Method in class ee.telekom.workflow.api.WorkflowFactoryImpl
-
- waitTimer(int, String) - Method in class ee.telekom.workflow.api.WorkflowFactoryImpl
-
- waitUntilDate(int, String) - Method in class ee.telekom.workflow.api.WorkflowFactoryImpl
-
- warning(String) - Method in class liquibase.ext.logging.Slf4jLogger
-
- warning(String, Throwable) - Method in class liquibase.ext.logging.Slf4jLogger
-
- whileDo(int, String) - Method in class ee.telekom.workflow.api.WorkflowFactoryImpl
-
- whileDo() - Method in class ee.telekom.workflow.api.WorkflowFactoryImpl
-
- withAttribute(String, Object) - Method in class ee.telekom.workflow.api.WorkflowFactoryImpl
-
- WorkConsumerJob - Interface in ee.telekom.workflow.executor.consumer
-
Provides the life cycle methods of the engines work unit consumer part.
- WorkConsumerJobImpl - Class in ee.telekom.workflow.executor.consumer
-
- WorkConsumerJobImpl() - Constructor for class ee.telekom.workflow.executor.consumer.WorkConsumerJobImpl
-
- WorkConsumerService - Interface in ee.telekom.workflow.executor.consumer
-
Provides services for the workflow consumer.
- WorkConsumerServiceImpl - Class in ee.telekom.workflow.executor.consumer
-
- WorkConsumerServiceImpl() - Constructor for class ee.telekom.workflow.executor.consumer.WorkConsumerServiceImpl
-
- WORKFLOW_INSTANCE_ID - Static variable in interface ee.telekom.workflow.graph.el.ReservedVariables
-
- WorkflowEngineConfiguration - Class in ee.telekom.workflow.core.common
-
Provides a common place to access configuration parameters.
- WorkflowEngineConfiguration() - Constructor for class ee.telekom.workflow.core.common.WorkflowEngineConfiguration
-
- WorkflowEngineFacadeImpl - Class in ee.telekom.workflow.facade
-
- WorkflowEngineFacadeImpl() - Constructor for class ee.telekom.workflow.facade.WorkflowEngineFacadeImpl
-
- WorkflowEnginePlugin - Interface in ee.telekom.workflow.executor.plugin
-
Provides plugin hooks for the workflow engine.
- WorkflowEnginePluginImpl - Class in ee.telekom.workflow.executor.plugin
-
- WorkflowEnginePluginImpl() - Constructor for class ee.telekom.workflow.executor.plugin.WorkflowEnginePluginImpl
-
- WorkflowException - Exception in ee.telekom.workflow.graph
-
Generic exception class for workflow execution errors
- WorkflowException(String) - Constructor for exception ee.telekom.workflow.graph.WorkflowException
-
- WorkflowException(String, Throwable) - Constructor for exception ee.telekom.workflow.graph.WorkflowException
-
- WorkflowExecutor - Interface in ee.telekom.workflow.executor
-
Provides the execution logic for the 4 work unit types.
- WorkflowExecutorImpl - Class in ee.telekom.workflow.executor
-
- WorkflowExecutorImpl() - Constructor for class ee.telekom.workflow.executor.WorkflowExecutorImpl
-
- WorkflowFactoryImpl - Class in ee.telekom.workflow.api
-
WorkflowFactoryImpl implementation that translates the DSL method invocations into a
Tree of
Rows where a row's depths within the tree corresponds a DSL method
invocation's indentation level when formating the DSL method invocations in a typical fashion.
- WorkflowFactoryImpl(String, int) - Constructor for class ee.telekom.workflow.api.WorkflowFactoryImpl
-
- WorkflowFactoryImpl(String, int, boolean) - Constructor for class ee.telekom.workflow.api.WorkflowFactoryImpl
-
- WorkflowInstance - Class in ee.telekom.workflow.core.workflowinstance
-
A workflow instance describes an executing instance of a workflow.
- WorkflowInstance() - Constructor for class ee.telekom.workflow.core.workflowinstance.WorkflowInstance
-
- WorkflowInstanceDao - Class in ee.telekom.workflow.core.workflowinstance
-
- WorkflowInstanceDao() - Constructor for class ee.telekom.workflow.core.workflowinstance.WorkflowInstanceDao
-
- WorkflowInstanceRowMapper - Class in ee.telekom.workflow.core.workflowinstance
-
Row mapper for
WorkflowInstances that maps all database fields except the
ones that are not used by the internal parts of the engine (date_created, created_by,
date_last_updated, last_updated_by).
- WorkflowInstanceRowMapper() - Constructor for class ee.telekom.workflow.core.workflowinstance.WorkflowInstanceRowMapper
-
- WorkflowInstanceService - Interface in ee.telekom.workflow.core.workflowinstance
-
- workflowInstanceService - Variable in class ee.telekom.workflow.executor.GraphEngineFactory
-
- WorkflowInstanceServiceImpl - Class in ee.telekom.workflow.core.workflowinstance
-
- WorkflowInstanceServiceImpl() - Constructor for class ee.telekom.workflow.core.workflowinstance.WorkflowInstanceServiceImpl
-
- WorkflowInstanceStateDao - Class in ee.telekom.workflow.facade.workflowinstance
-
Workflow instance DAO, providing methods exclusively used by the facade.
- WorkflowInstanceStateDao() - Constructor for class ee.telekom.workflow.facade.workflowinstance.WorkflowInstanceStateDao
-
- WorkflowInstanceStateRowMapper - Class in ee.telekom.workflow.facade.workflowinstance
-
- WorkflowInstanceStateRowMapper() - Constructor for class ee.telekom.workflow.facade.workflowinstance.WorkflowInstanceStateRowMapper
-
- WorkflowInstanceStatus - Enum in ee.telekom.workflow.core.workflowinstance
-
- WorkflowStatusCount - Class in ee.telekom.workflow.facade.workflowinstance
-
- WorkflowStatusCount() - Constructor for class ee.telekom.workflow.facade.workflowinstance.WorkflowStatusCount
-
- WorkflowStatusCountRowMapper - Class in ee.telekom.workflow.facade.workflowinstance
-
- WorkflowStatusCountRowMapper() - Constructor for class ee.telekom.workflow.facade.workflowinstance.WorkflowStatusCountRowMapper
-
- WorkItem - Class in ee.telekom.workflow.core.workitem
-
A work item is handle/reference to an uncompleted graph node execution in order
to complete it at some future point in time.
- WorkItem() - Constructor for class ee.telekom.workflow.core.workitem.WorkItem
-
- WorkItemDao - Class in ee.telekom.workflow.core.workitem
-
- WorkItemDao() - Constructor for class ee.telekom.workflow.core.workitem.WorkItemDao
-
- WorkItemRowMapper - Class in ee.telekom.workflow.core.workitem
-
Row mapper for
WorkItems that maps all database fields except the
ones that are not used by the internal parts of the engine (date_created, created_by,
date_last_updated, last_updated_by).
- WorkItemRowMapper() - Constructor for class ee.telekom.workflow.core.workitem.WorkItemRowMapper
-
- WorkItemService - Interface in ee.telekom.workflow.core.workitem
-
- WorkItemServiceImpl - Class in ee.telekom.workflow.core.workitem
-
- WorkItemServiceImpl() - Constructor for class ee.telekom.workflow.core.workitem.WorkItemServiceImpl
-
- WorkItemStateDao - Class in ee.telekom.workflow.facade.workitem
-
Work item DAO class, providing methods exclusively used by the facade.
- WorkItemStateDao() - Constructor for class ee.telekom.workflow.facade.workitem.WorkItemStateDao
-
- WorkItemStateRowMapper - Class in ee.telekom.workflow.facade.workitem
-
- WorkItemStateRowMapper() - Constructor for class ee.telekom.workflow.facade.workitem.WorkItemStateRowMapper
-
- WorkItemStatus - Enum in ee.telekom.workflow.graph
-
- WorkItemType - Enum in ee.telekom.workflow.core.workitem
-
- WorkProducerJob - Interface in ee.telekom.workflow.executor.producer
-
Provides the life cycle methods of the engines work unit producer part.
- WorkProducerJobImpl - Class in ee.telekom.workflow.executor.producer
-
- WorkProducerJobImpl() - Constructor for class ee.telekom.workflow.executor.producer.WorkProducerJobImpl
-
- WorkProducerService - Interface in ee.telekom.workflow.executor.producer
-
Provides a service for the work unit producer.
- WorkProducerServiceImpl - Class in ee.telekom.workflow.executor.producer
-
- WorkProducerServiceImpl() - Constructor for class ee.telekom.workflow.executor.producer.WorkProducerServiceImpl
-
- WorkQueue - Interface in ee.telekom.workflow.executor.queue
-
Provides a fifo queue for work units.
- WorkType - Enum in ee.telekom.workflow.core.workunit
-
- WorkUnit - Class in ee.telekom.workflow.core.workunit
-
A work unit describes an action that the engine should execute.
- WorkUnit() - Constructor for class ee.telekom.workflow.core.workunit.WorkUnit
-
- WorkUnitDao - Class in ee.telekom.workflow.core.workunit
-
Provides the engine's central polling query.
- WorkUnitDao() - Constructor for class ee.telekom.workflow.core.workunit.WorkUnitDao
-
- WorkUnitRowMapper - Class in ee.telekom.workflow.core.workunit
-
- WorkUnitRowMapper() - Constructor for class ee.telekom.workflow.core.workunit.WorkUnitRowMapper
-
- WorkUnitService - Interface in ee.telekom.workflow.core.workunit
-
Provides services to the work unit producer part of the engine.
- WorkUnitServiceImpl - Class in ee.telekom.workflow.core.workunit
-
- WorkUnitServiceImpl() - Constructor for class ee.telekom.workflow.core.workunit.WorkUnitServiceImpl
-
- writeData(ObjectDataOutput) - Method in class ee.telekom.workflow.core.workunit.WorkUnit
-