it.eng.spago.workflow.api
Interface IWorkflowProcessDefinition


public interface IWorkflowProcessDefinition

Author:
zoppello IWorkflowDefiniton objects represent the objects that in a workflow engine contains the process definition

Method Summary
 java.lang.String getCategory()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
          This method retrieve the process definition name
 java.lang.String getProcessDefinitionId()
          This method retrieve the Process Definition Identifier
 java.lang.String getVersion()
           
 

Method Detail

getProcessDefinitionId

java.lang.String getProcessDefinitionId()
                                        throws WorkflowEngineException
This method retrieve the Process Definition Identifier

Returns:
The Process defintion Identifier
Throws:
WorkflowEngineException

getName

java.lang.String getName()
                         throws WorkflowEngineException
This method retrieve the process definition name

Returns:
the name of the process
Throws:
WorkflowEngineException

getCategory

java.lang.String getCategory()
                             throws WorkflowEngineException
Returns:
the category of the process definition
Throws:
WorkflowEngineException

getVersion

java.lang.String getVersion()
                            throws WorkflowEngineException
Returns:
the version of the process definition
Throws:
WorkflowEngineException

getDescription

java.lang.String getDescription()
                                throws WorkflowEngineException
Returns:
the description of the process defintion
Throws:
WorkflowEngineException