|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorkflowProcess
Method Summary | |
---|---|
void |
abort()
This method abort the process execution before the end of execution. |
java.util.Map |
getContext()
This method return the context of the process |
java.lang.String |
getDescription()
This method return the process description |
java.lang.String |
getId()
This metho eturn the identifier of the process in the engine |
java.lang.String |
getName()
Get the name of the process |
java.lang.String |
getState()
Get the current state of the process |
boolean |
isClosed()
This method verify if a process is terminated |
void |
setContext(java.util.Map context)
This method update the context ot the process |
void |
start()
This method start the process. |
Method Detail |
---|
void start() throws WorkflowEngineException
WorkflowEngineException
- if some errors occurs.void abort() throws WorkflowEngineException
WorkflowEngineException
- if some errors occurs.java.util.Map getContext() throws WorkflowEngineException
WorkflowEngineException
- if some errors occursvoid setContext(java.util.Map context) throws WorkflowEngineException
context
- the new context for this process
WorkflowEngineException
- if some errors occursjava.lang.String getId() throws WorkflowEngineException
WorkflowEngineException
boolean isClosed() throws WorkflowEngineException
WorkflowEngineException
- if some errors occursjava.lang.String getState() throws WorkflowEngineException
WorkflowEngineExceptionif
- some errors occurs
WorkflowEngineException
java.lang.String getName() throws WorkflowEngineException
WorkflowEngineException
- if some errors occursjava.lang.String getDescription() throws WorkflowEngineException
WorkflowEngineException
- if some errors occurs
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |