it.eng.spago.workflow.shark.impl
Class SharkWorkflowProcessDefinition

java.lang.Object
  extended by it.eng.spago.workflow.shark.impl.SharkWorkflowProcessDefinition

public class SharkWorkflowProcessDefinition
extends java.lang.Object

Author:
zoppello The shark implementation of IWorkflowProcessDefinition

Constructor Summary
SharkWorkflowProcessDefinition(WfProcessMgr wfProcessMgr)
          Constructor.
 
Method Summary
 java.lang.String getCategory()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 java.lang.String getProcessDefinitionId()
           
 java.lang.String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharkWorkflowProcessDefinition

public SharkWorkflowProcessDefinition(WfProcessMgr wfProcessMgr)
Constructor. Need a Shark specific wfProcessMgr

Parameters:
wfProcessMgr -
Method Detail

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()