public class BusinessRuleTask extends Task
Modifier and Type | Field and Description |
---|---|
protected String |
className |
protected boolean |
exclude |
protected List<String> |
inputVariables |
protected String |
resultVariableName |
protected List<String> |
ruleNames |
boundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptions
asynchronous, incomingFlows, notExclusive, outgoingFlows
documentation, executionListeners, name
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
Constructor and Description |
---|
BusinessRuleTask() |
Modifier and Type | Method and Description |
---|---|
BusinessRuleTask |
clone() |
String |
getClassName() |
List<String> |
getInputVariables() |
String |
getResultVariableName() |
List<String> |
getRuleNames() |
boolean |
isExclude() |
void |
setClassName(String className) |
void |
setExclude(boolean exclude) |
void |
setInputVariables(List<String> inputVariables) |
void |
setResultVariableName(String resultVariableName) |
void |
setRuleNames(List<String> ruleNames) |
void |
setValues(BusinessRuleTask otherElement) |
getBoundaryEvents, getDataInputAssociations, getDataOutputAssociations, getDefaultFlow, getFailedJobRetryTimeCycleValue, getIoSpecification, getLoopCharacteristics, getMapExceptions, isForCompensation, setBoundaryEvents, setDataInputAssociations, setDataOutputAssociations, setDefaultFlow, setFailedJobRetryTimeCycleValue, setForCompensation, setIoSpecification, setLoopCharacteristics, setMapExceptions, setValues
getIncomingFlows, getOutgoingFlows, isAsynchronous, isNotExclusive, setAsynchronous, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValues
getDocumentation, getExecutionListeners, getName, setDocumentation, setExecutionListeners, setName, setValues
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
protected String resultVariableName
protected boolean exclude
protected String className
public boolean isExclude()
public void setExclude(boolean exclude)
public String getResultVariableName()
public void setResultVariableName(String resultVariableName)
public String getClassName()
public void setClassName(String className)
public BusinessRuleTask clone()
clone
in class FlowElement
public void setValues(BusinessRuleTask otherElement)
Copyright © 2016 Alfresco. All rights reserved.