Package org.flowable.bpmn.model
Class BusinessRuleTask
- java.lang.Object
-
- org.flowable.bpmn.model.BaseElement
-
- org.flowable.bpmn.model.FlowElement
-
- org.flowable.bpmn.model.FlowNode
-
- org.flowable.bpmn.model.Activity
-
- org.flowable.bpmn.model.Task
-
- org.flowable.bpmn.model.BusinessRuleTask
-
- All Implemented Interfaces:
HasExecutionListeners,HasExtensionAttributes
public class BusinessRuleTask extends Task
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected StringclassNameprotected booleanexcludeprotected List<String>inputVariablesprotected StringresultVariableNameprotected List<String>ruleNames-
Fields inherited from class org.flowable.bpmn.model.Activity
boundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptions
-
Fields inherited from class org.flowable.bpmn.model.FlowNode
asynchronous, asynchronousLeave, asynchronousLeaveNotExclusive, behavior, incomingFlows, notExclusive, outgoingFlows
-
Fields inherited from class org.flowable.bpmn.model.FlowElement
documentation, executionListeners, name, parentContainer
-
Fields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description BusinessRuleTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BusinessRuleTaskclone()StringgetClassName()List<String>getInputVariables()StringgetResultVariableName()List<String>getRuleNames()booleanisExclude()voidsetClassName(String className)voidsetExclude(boolean exclude)voidsetInputVariables(List<String> inputVariables)voidsetResultVariableName(String resultVariableName)voidsetRuleNames(List<String> ruleNames)voidsetValues(BusinessRuleTask otherElement)-
Methods inherited from class org.flowable.bpmn.model.Activity
getBoundaryEvents, getDataInputAssociations, getDataOutputAssociations, getDefaultFlow, getFailedJobRetryTimeCycleValue, getIoSpecification, getLoopCharacteristics, getMapExceptions, hasMultiInstanceLoopCharacteristics, isForCompensation, setBoundaryEvents, setDataInputAssociations, setDataOutputAssociations, setDefaultFlow, setFailedJobRetryTimeCycleValue, setForCompensation, setIoSpecification, setLoopCharacteristics, setMapExceptions, setValues
-
Methods inherited from class org.flowable.bpmn.model.FlowNode
getBehavior, getIncomingFlows, getOutgoingFlows, isAsynchronous, isAsynchronousLeave, isAsynchronousLeaveExclusive, isAsynchronousLeaveNotExclusive, isExclusive, isNotExclusive, setAsynchronous, setAsynchronousLeave, setAsynchronousLeaveExclusive, setAsynchronousLeaveNotExclusive, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValues
-
Methods inherited from class org.flowable.bpmn.model.FlowElement
getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValues
-
Methods inherited from class org.flowable.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
-
-
-
Method Detail
-
isExclude
public boolean isExclude()
-
setExclude
public void setExclude(boolean exclude)
-
getResultVariableName
public String getResultVariableName()
-
setResultVariableName
public void setResultVariableName(String resultVariableName)
-
getClassName
public String getClassName()
-
setClassName
public void setClassName(String className)
-
clone
public BusinessRuleTask clone()
- Specified by:
clonein classFlowElement
-
setValues
public void setValues(BusinessRuleTask otherElement)
-
-