Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jbpm.workflow.definition.impl
Class ActionImpl  view ActionImpl download ActionImpl.java

java.lang.Object
  extended byorg.jbpm.util.db.PersistentObject
      extended byorg.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


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:
getEventType in interface org.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)