|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> definition >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jbpm.workflow.definition.impl
Class DecisionImpl

java.lang.Objectorg.jbpm.util.db.PersistentObject
org.jbpm.workflow.definition.impl.DefinitionObjectImpl
org.jbpm.workflow.definition.impl.NodeImpl
org.jbpm.workflow.definition.impl.DecisionImpl
- All Implemented Interfaces:
- org.jbpm.workflow.definition.Decision, org.jbpm.workflow.definition.DefinitionObject, org.jbpm.workflow.definition.Node, java.io.Serializable
- public class DecisionImpl
- extends NodeImpl
- implements org.jbpm.workflow.definition.Decision
- extends NodeImpl
| Field Summary | |
private org.jbpm.workflow.delegation.impl.DelegationImpl |
decisionDelegation
|
| Fields inherited from class org.jbpm.workflow.definition.impl.NodeImpl |
arrivingTransitions, leavingTransitions, processBlock |
| Fields inherited from class org.jbpm.workflow.definition.impl.DefinitionObjectImpl |
description, name, processDefinition |
| Fields inherited from class org.jbpm.util.db.PersistentObject |
id |
| Constructor Summary | |
DecisionImpl()
|
|
| Method Summary | |
org.jbpm.workflow.delegation.impl.DelegationImpl |
getDecisionDelegation()
|
void |
readProcessData(org.jbpm.util.xml.XmlElement xmlElement,
CreationContext creationContext)
|
void |
setDecisionDelegation(org.jbpm.workflow.delegation.impl.DelegationImpl decisionDelegation)
|
void |
validate(ValidationContext validationContext)
|
| Methods inherited from class org.jbpm.workflow.definition.impl.NodeImpl |
getArrivingTransitions, getLeavingTransitions, getProcessBlock, setArrivingTransitions, setLeavingTransitions, setProcessBlock, setTransitionDestinationScope, validateLeavingTransitions |
| Methods inherited from class org.jbpm.workflow.definition.impl.DefinitionObjectImpl |
getDescription, getName, getProcessDefinition, getTypeName, hasName, setDescription, setName, setProcessDefinition, toString |
| Methods inherited from class org.jbpm.util.db.PersistentObject |
getId, setId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jbpm.workflow.definition.Node |
getArrivingTransitions, getLeavingTransitions, getProcessBlock |
| Methods inherited from interface org.jbpm.workflow.definition.DefinitionObject |
getDescription, getId, getName, getProcessDefinition, hasName |
| Field Detail |
decisionDelegation
private org.jbpm.workflow.delegation.impl.DelegationImpl decisionDelegation
| Constructor Detail |
DecisionImpl
public DecisionImpl()
| Method Detail |
readProcessData
public void readProcessData(org.jbpm.util.xml.XmlElement xmlElement, CreationContext creationContext)
- Overrides:
readProcessDatain classNodeImpl
validate
public void validate(ValidationContext validationContext)
getDecisionDelegation
public org.jbpm.workflow.delegation.impl.DelegationImpl getDecisionDelegation()
setDecisionDelegation
public void setDecisionDelegation(org.jbpm.workflow.delegation.impl.DelegationImpl decisionDelegation)
|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> definition >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC