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

java.lang.Objectorg.jbpm.util.db.PersistentObject
org.jbpm.workflow.definition.impl.ActionImpl
- All Implemented Interfaces:
- org.jbpm.workflow.definition.Action, java.io.Serializable
- public class ActionImpl
- extends org.jbpm.util.db.PersistentObject
- implements org.jbpm.workflow.definition.Action
- extends org.jbpm.util.db.PersistentObject
| Field Summary | |
private org.jbpm.workflow.delegation.impl.DelegationImpl |
actionDelegation
|
private java.lang.Long |
definitionObjectId
|
private org.jbpm.workflow.definition.EventType |
eventType
|
private static org.apache.log4j.Logger |
log
|
| Fields inherited from class org.jbpm.util.db.PersistentObject |
id |
| Constructor Summary | |
ActionImpl()
|
|
| Method Summary | |
org.jbpm.workflow.delegation.impl.DelegationImpl |
getActionDelegation()
|
java.lang.Long |
getDefinitionObjectId()
|
org.jbpm.workflow.definition.EventType |
getEventType()
|
void |
readProcessData(org.jbpm.util.xml.XmlElement xmlElement,
CreationContext creationContext)
|
void |
setActionDelegation(org.jbpm.workflow.delegation.impl.DelegationImpl actionDelegation)
|
void |
setDefinitionObjectId(java.lang.Long definitionObjectId)
|
void |
setEventType(org.jbpm.workflow.definition.EventType eventType)
|
void |
validate(ValidationContext validationContext)
|
| Methods inherited from class org.jbpm.util.db.PersistentObject |
getId, setId, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
definitionObjectId
private java.lang.Long definitionObjectId
eventType
private org.jbpm.workflow.definition.EventType eventType
actionDelegation
private org.jbpm.workflow.delegation.impl.DelegationImpl actionDelegation
log
private static final org.apache.log4j.Logger log
| Constructor Detail |
ActionImpl
public ActionImpl()
| Method Detail |
readProcessData
public void readProcessData(org.jbpm.util.xml.XmlElement xmlElement, CreationContext creationContext)
validate
public void validate(ValidationContext validationContext)
getDefinitionObjectId
public java.lang.Long getDefinitionObjectId()
setDefinitionObjectId
public void setDefinitionObjectId(java.lang.Long definitionObjectId)
getEventType
public org.jbpm.workflow.definition.EventType getEventType()
- Specified by:
getEventTypein interfaceorg.jbpm.workflow.definition.Action
setEventType
public void setEventType(org.jbpm.workflow.definition.EventType eventType)
getActionDelegation
public org.jbpm.workflow.delegation.impl.DelegationImpl getActionDelegation()
setActionDelegation
public void setActionDelegation(org.jbpm.workflow.delegation.impl.DelegationImpl actionDelegation)
|
|||||||||
| 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