Uses of Class
com.scivicslab.pojoactor.core.ActionResult
Packages that use ActionResult
Package
Description
-
Uses of ActionResult in com.scivicslab.pojoactor.core
Methods in com.scivicslab.pojoactor.core that return ActionResultModifier and TypeMethodDescriptionCallableByActionName.callByActionName(String actionName, String args) Executes an action identified by its name with the given arguments. -
Uses of ActionResult in com.scivicslab.pojoactor.core.distributed
Methods in com.scivicslab.pojoactor.core.distributed that return ActionResultModifier and TypeMethodDescriptionRemoteActorRef.callByActionName(String actionName, String args) Invokes an action on the remote actor. -
Uses of ActionResult in com.scivicslab.pojoactor.workflow
Methods in com.scivicslab.pojoactor.workflow that return ActionResultModifier and TypeMethodDescriptionInterpreter.action()Executes the actions in the current row of the workflow matrix.Interpreter.addToAccumulator(String type, String data) Adds a result to the accumulator actor in the system.Interpreter.addToAccumulator(String accumulatorName, String type, String data) Adds a result to a named accumulator actor in the system.Applies an action to existing child actors (with wildcard support).Calls a subworkflow by creating a child interpreter, executing it, and removing it.DynamicActorLoaderActor.callByActionName(String actionName, String args) abstract ActionResultIIActorRef.callByActionName(String actionName, String args) Executes an action identified by its name with the given arguments.InterpreterIIAR.callByActionName(String actionName, String arg) Invokes an action on the interpreter by name with the given arguments.ReusableSubWorkflowCaller.callByActionName(String actionName, String args) Executes actions by name.SubWorkflowCaller.callByActionName(String actionName, String args) Executes actions by name.Interpreter.execCode()Executes the loaded workflow code.Interpreter.runUntilEnd()Executes the workflow until reaching the "end" state.Interpreter.runUntilEnd(int maxIterations) Executes the workflow until reaching the "end" state with a custom iteration limit.Interpreter.runWorkflow(String workflowFile) Loads and runs a workflow file to completion.Interpreter.runWorkflow(String workflowFile, int maxIterations) Loads and runs a workflow file to completion with custom iteration limit. -
Uses of ActionResult in com.scivicslab.pojoactor.workflow.accumulator
Methods in com.scivicslab.pojoactor.workflow.accumulator that return ActionResultModifier and TypeMethodDescriptionAccumulatorIIAR.callByActionName(String actionName, String arg) -
Uses of ActionResult in com.scivicslab.pojoactor.workflow.scheduler
Methods in com.scivicslab.pojoactor.workflow.scheduler that return ActionResultModifier and TypeMethodDescriptionSchedulerIIAR.callByActionName(String actionName, String arg) Invokes an action on the scheduler by name with the given arguments.WorkflowScheduler.callByActionName(String actionName, String arg) Executes an action by name with the given arguments.