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