Package org.activiti.bpmn.model
Class BusinessRuleTask
java.lang.Object
org.activiti.bpmn.model.BaseElement
org.activiti.bpmn.model.FlowElement
org.activiti.bpmn.model.FlowNode
org.activiti.bpmn.model.Activity
org.activiti.bpmn.model.Task
org.activiti.bpmn.model.BusinessRuleTask
- All Implemented Interfaces:
AcceptUpdates,HasExecutionListeners,HasExtensionAttributes
-
Field Summary
FieldsFields inherited from class org.activiti.bpmn.model.Activity
boundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptionsFields inherited from class org.activiti.bpmn.model.FlowNode
asynchronous, behavior, incomingFlows, notExclusive, outgoingFlowsFields inherited from class org.activiti.bpmn.model.FlowElement
documentation, executionListeners, name, parentContainerFields inherited from class org.activiti.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanvoidsetClassName(String className) voidsetExclude(boolean exclude) voidsetInputVariables(List<String> inputVariables) voidsetResultVariableName(String resultVariableName) voidsetRuleNames(List<String> ruleNames) voidsetValues(BusinessRuleTask otherElement) Methods inherited from class org.activiti.bpmn.model.Activity
getBoundaryEvents, getDataInputAssociations, getDataOutputAssociations, getDefaultFlow, getFailedJobRetryTimeCycleValue, getIoSpecification, getLoopCharacteristics, getMapExceptions, hasMultiInstanceLoopCharacteristics, isForCompensation, setBoundaryEvents, setDataInputAssociations, setDataOutputAssociations, setDefaultFlow, setFailedJobRetryTimeCycleValue, setForCompensation, setIoSpecification, setLoopCharacteristics, setMapExceptions, setValuesMethods inherited from class org.activiti.bpmn.model.FlowNode
getBehavior, getIncomingFlows, getOutgoingFlows, hasIncomingFlows, hasOutgoingFlows, isAsynchronous, isExclusive, isInitialFlowNode, isLinkCatchEvent, isLinkThrowEvent, isNotExclusive, setAsynchronous, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValuesMethods inherited from class org.activiti.bpmn.model.FlowElement
getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValuesMethods inherited from class org.activiti.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.activiti.bpmn.model.AcceptUpdates
accept
-
Field Details
-
resultVariableName
-
exclude
protected boolean exclude -
ruleNames
-
inputVariables
-
className
-
-
Constructor Details
-
BusinessRuleTask
public BusinessRuleTask()
-
-
Method Details