com.ebmwebsourcing.easyviper.core.api.engine
Interface Process
- All Superinterfaces:
- Element, ExecutableElement, FractalComponent, Node, Scope, java.io.Serializable
public interface Process
- extends Scope
- Author:
- Nicolas Salatge - eBM WebSourcing
| Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.Scope |
createExecution, createNode, createTransition, deleteExecution, end, findBehaviours, findCorrelationGroups, findEndpoint, findVariable, getAllNodes, getAllScopes, getAllTransitions, getCorrelationGroups, getEndpoints, getExceptions, getInitialNode, getNodeByName, getParentExecution, getParentScope, getProcess, getTerminationHandler, getTransitionByName, getVariables, isFaultScope, linked, linked, linkedExecutableElement2Execution, linkedExecution2ExecutableElement, linkedNode2Transition, linkedNodeAndActivity, linkedTransition2Node, linkInitialNodeAndExecution, removeNode, setExceptions, setFaultScope, setInitialNode, setParentExecution, setTerminationHandler, setVariable, stopAllExecutions, unlinkedNodeAndActivity, unlinkedNodeAndExecution |
| Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.Element |
setLog |
run
void run()
throws CoreException
- Throws:
CoreException
createParentExecution
Execution createParentExecution()
throws CoreException
- Throws:
CoreException
getSuspendedExecutions
java.util.Map<java.lang.String,Execution> getSuspendedExecutions()
throws CoreException
- Throws:
CoreException
getEngine
Engine getEngine()
throws CoreException
- Throws:
CoreException
getExternalContext
ExternalContext getExternalContext()
setExternalContext
void setExternalContext(ExternalContext context)
getMonitor
Monitor getMonitor()
getState
Process.State getState()
setState
void setState(Process.State state)
setProcessKeys
void setProcessKeys(java.util.List<ProcessKey> keys)
getProcessKeys
java.util.List<ProcessKey> getProcessKeys()
Copyright © 2009-2010 eBM WebSourcing. All Rights Reserved.