it.eng.spago.workflow.shark.impl
Class SharkWorkflowProcessDefinition
java.lang.Object
it.eng.spago.workflow.shark.impl.SharkWorkflowProcessDefinition
public class SharkWorkflowProcessDefinition
- extends java.lang.Object
- Author:
- zoppello
The shark implementation of IWorkflowProcessDefinition
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SharkWorkflowProcessDefinition
public SharkWorkflowProcessDefinition(WfProcessMgr wfProcessMgr)
- Constructor. Need a Shark specific wfProcessMgr
- Parameters:
wfProcessMgr
-
getProcessDefinitionId
public java.lang.String getProcessDefinitionId()
throws WorkflowEngineException
- Throws:
WorkflowEngineException
- See Also:
it.eng.spago.workflow.api.IWorkflowProcessDefinition#getProcessDefinitionId()
getName
public java.lang.String getName()
throws WorkflowEngineException
- Throws:
WorkflowEngineException
- See Also:
it.eng.spago.workflow.api.IWorkflowProcessDefinition#getName()
getCategory
public java.lang.String getCategory()
throws WorkflowEngineException
- Throws:
WorkflowEngineException
- See Also:
it.eng.spago.workflow.api.IWorkflowProcessDefinition#getCategory()
getVersion
public java.lang.String getVersion()
throws WorkflowEngineException
- Throws:
WorkflowEngineException
- See Also:
it.eng.spago.workflow.api.IWorkflowProcessDefinition#getVersion()
getDescription
public java.lang.String getDescription()
throws WorkflowEngineException
- Throws:
WorkflowEngineException
- See Also:
it.eng.spago.workflow.api.IWorkflowProcessDefinition#getDescription()