org.ow2.orchestra.facade.def
Interface ProcessDefinition
- All Superinterfaces:
- ActivityDefinition, BpelActivityDefinition, BpelActivityWithSingleChildDefinition, DefinitionRecord, Record, ScopeActivityDefinition, java.io.Serializable
public interface ProcessDefinition
- extends ScopeActivityDefinition
Define a process record.
- Author:
- Gael Lalire
getUUID
ProcessDefinitionUUID getUUID()
- Returns the UUID for the ProcessDefinition.
- Specified by:
getUUID
in interface ActivityDefinition
- Specified by:
getUUID
in interface Record
- Returns:
- uuid of this activity definition.
getNameSpace
java.lang.String getNameSpace()
- Returns:
- name space of the process
getExpressionLanguage
java.lang.String getExpressionLanguage()
- Returns:
- the URI of expression language
getQueryLanguage
java.lang.String getQueryLanguage()
- Returns:
- the URI of query language
getDeployedDate
java.util.Date getDeployedDate()
- Returns:
- the date recorded when the definition is deployed
getUndeployedDate
java.util.Date getUndeployedDate()
- Returns:
- the date recorded when the definition is undeployed
getQName
javax.xml.namespace.QName getQName()
- Returns:
- the qualified name of the process
getState
ProcessState getState()
- Returns:
- the state of the process
Copyright © 2009 OW2 Consortium. All Rights Reserved.