Uses of Interface
com.aquima.interactions.process.nodes.IProcessStepDefinition
Packages that use IProcessStepDefinition
Package
Description
-
Uses of IProcessStepDefinition in com.aquima.interactions.process
Subinterfaces of IProcessStepDefinition in com.aquima.interactions.processModifier and TypeInterfaceDescriptioninterface
This interface defines the properties for an external process task.Methods in com.aquima.interactions.process that return IProcessStepDefinitionModifier and TypeMethodDescriptionIProcessDefinition.getAdhocProcessTasks()
This method returns an array containing the process (tasks) that should be scheduled whenever their conditions are met. -
Uses of IProcessStepDefinition in com.aquima.interactions.process.impl
Methods in com.aquima.interactions.process.impl that return IProcessStepDefinition -
Uses of IProcessStepDefinition in com.aquima.interactions.process.impl.nodes
Classes in com.aquima.interactions.process.impl.nodes that implement IProcessStepDefinitionModifier and TypeClassDescriptionclass
This class represents node to call a sub-process.class
This class defines a node that should wait for a condition to become true.class
This class hold the definition of an event node.class
Abstract base class for task and process nodes.class
This node holds the information needed for a task invocation.class
This class hold the definition of a timer node. -
Uses of IProcessStepDefinition in com.aquima.interactions.process.nodes
Subinterfaces of IProcessStepDefinition in com.aquima.interactions.process.nodesModifier and TypeInterfaceDescriptioninterface
This interface defines a node in a process that is used to invoke a sub-process.interface
Interface for nodes that wait for a condition to become true.interface
This interface represents a node in a process that waits for a (named) event.interface
This interface represents the definition of a timer node from a process.interface
Base interface for all nodes that block the process flow and wait for an 'event' before continuing.