public class ProcessDefinitionImpl extends ScopeActivityDefinitionImpl implements ProcessDefinition
Modifier and Type | Field and Description |
---|---|
protected Date |
deployedDate |
protected String |
expressionLanguage |
protected List<ExtensionDefinition> |
extensions |
protected String |
nameSpace |
protected String |
queryLanguage |
protected Collection<String> |
resourceNames |
protected ProcessState |
state |
protected List<ProcessStateUpdate> |
stateUpdates |
protected Date |
undeployedDate |
protected int |
version |
compensationHandlerUUID, correlationSets, exitOnStandardFault, faultHandlerUUIDs, messageExchanges, onAlarms, onEvents, partnerLinks, terminationHandlerUUID, variables
enclosedActivityUUID
sourceList, suppressJoinFailure, targetList, targetsJoinConditionBooleanExpression, targetsJoinConditionExpressionLanguage
documentation, uuid
name, processDefinitionUUID
Modifier | Constructor and Description |
---|---|
protected |
ProcessDefinitionImpl() |
|
ProcessDefinitionImpl(ProcessDefinition src) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Date |
getDeployedDate() |
ActivityDefinitionUUID |
getEnclosedActivityUUID() |
String |
getExpressionLanguage() |
List<ExtensionDefinition> |
getExtensions() |
String |
getNameSpace() |
Collection<String> |
getProcessResourceNames() |
QName |
getQName() |
String |
getQueryLanguage() |
ProcessState |
getState() |
List<ProcessStateUpdate> |
getStateUpdates() |
ActivityType |
getType()
Get the type of the activity definition.
|
Date |
getUndeployedDate() |
ProcessDefinitionUUID |
getUUID()
Returns the UUID for the ProcessDefinition.
|
int |
getVersion() |
int |
hashCode() |
void |
setEnclosedActivityUUID(ActivityDefinitionUUID enclosedActivityUUID) |
getCompensationHandlerDefinitionUUID, getCorrelationSets, getExitOnStandardFault, getFaultHandlerUUIDs, getMessageExchanges, getOnAlarmEventHandlers, getOnEventEventHandlers, getPartnerLinks, getTerminationHandlerDefinitionUUID, getVariables
getSourceList, getTargetList, getTargetsJoinConditionBooleanExpression, getTargetsJoinConditionExpressionLanguage, isSuppressJoinFailure
getDocumentation
getName, getProcessDefinitionUUID
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getCompensationHandlerDefinitionUUID, getCorrelationSets, getExitOnStandardFault, getFaultHandlerUUIDs, getMessageExchanges, getOnAlarmEventHandlers, getOnEventEventHandlers, getPartnerLinks, getTerminationHandlerDefinitionUUID, getVariables
getSourceList, getTargetList, getTargetsJoinConditionBooleanExpression, getTargetsJoinConditionExpressionLanguage, isSuppressJoinFailure
getDocumentation
getName, getProcessDefinitionUUID
protected String nameSpace
protected String expressionLanguage
protected String queryLanguage
protected Date deployedDate
protected Date undeployedDate
protected ProcessState state
protected List<ProcessStateUpdate> stateUpdates
protected Collection<String> resourceNames
protected int version
protected List<ExtensionDefinition> extensions
protected ProcessDefinitionImpl()
public ProcessDefinitionImpl(ProcessDefinition src)
public ProcessDefinitionUUID getUUID()
ProcessDefinition
getUUID
in interface ActivityDefinition
getUUID
in interface ProcessDefinition
getUUID
in class ActivityDefinitionImpl
public ActivityDefinitionUUID getEnclosedActivityUUID()
getEnclosedActivityUUID
in interface BpelActivityWithSingleChildDefinition
getEnclosedActivityUUID
in class BpelActivityWithSingleChildDefinitionImpl
public void setEnclosedActivityUUID(ActivityDefinitionUUID enclosedActivityUUID)
enclosedActivityUUID
- the enclosedActivityUUID to setpublic String getNameSpace()
getNameSpace
in interface ProcessDefinition
public String getExpressionLanguage()
getExpressionLanguage
in interface ProcessDefinition
public String getQueryLanguage()
getQueryLanguage
in interface ProcessDefinition
public Date getDeployedDate()
getDeployedDate
in interface ProcessDefinition
public Date getUndeployedDate()
getUndeployedDate
in interface ProcessDefinition
public ActivityType getType()
ActivityDefinition
getType
in interface ActivityDefinition
getType
in class ScopeActivityDefinitionImpl
public QName getQName()
getQName
in interface ProcessDefinition
public ProcessState getState()
getState
in interface ProcessDefinition
public List<ProcessStateUpdate> getStateUpdates()
getStateUpdates
in interface ProcessDefinition
public Collection<String> getProcessResourceNames()
getProcessResourceNames
in interface ProcessDefinition
public int getVersion()
getVersion
in interface ProcessDefinition
public List<ExtensionDefinition> getExtensions()
getExtensions
in interface ProcessDefinition
Copyright © 2011 OW2 Consortium. All Rights Reserved.