| java.lang.Object org.ofbiz.workflow.impl.WfExecutionObjectImpl
All known Subclasses: org.ofbiz.workflow.impl.WfProcessImpl, org.ofbiz.workflow.impl.WfActivityImpl,
WfExecutionObjectImpl | abstract public class WfExecutionObjectImpl implements WfExecutionObject(Code) | | WfExecutionObjectImpl - Workflow Execution Object implementation
author: Andy Zeneski author: David Ostrovsky (d.ostrovsky@gmx.de) version: $Revision: 1.6 $ since: 2.0 |
dispatcherName | final public static String dispatcherName(Code) | | |
evalBshCondition | protected boolean evalBshCondition(String expression, Map context) throws WfException(Code) | | Evaluate a condition expression using BeanShell
Parameters: expression - The expression to evaluate Parameters: context - The context to use in evaluation The result of the evaluation (True/False) throws: WfException - |
evalConditionClass | protected boolean evalConditionClass(String className, String expression, Map context, Map attrs) throws WfException(Code) | | Evaluate a condition expression using an implementation of TransitionCondition
Parameters: className - The class name of the TransitionCondition implementation Parameters: expression - The expression to evaluate The result of the evaluation (True/False) throws: WfException - |
executionObjectType | abstract public String executionObjectType()(Code) | | Getter for this type of execution object.
String |
setSerializedData | protected void setSerializedData(Map value) throws WfException, InvalidData(Code) | | Updates the runtime data entity
Parameters: field - The field name of the entity (resultDataId,contextDataId) Parameters: value - The value to serialize and set throws: WfException - |
|
|