public class SendEventServiceTask extends ServiceTask
| Modifier and Type | Field and Description |
|---|---|
protected List<IOParameter> |
eventInParameters |
protected List<IOParameter> |
eventOutParameters |
protected String |
eventType |
protected boolean |
sendSynchronously |
protected String |
triggerEventType |
CAMEL, CASE_TASK, customProperties, DMN_TASK, extensionId, EXTERNAL_WORKER_TASK, EXTERNAL_WORKER_TASK_LEGACY, HTTP_TASK, implementation, implementationType, MAIL_TASK, MULE, operationRef, resultVariableName, SEND_EVENT_TASK, SHELL_TASK, skipExpression, storeResultVariableAsTransient, triggerable, type, useLocalScopeForResultVariablefieldExtensionsboundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptionsasynchronous, asynchronousLeave, behavior, incomingFlows, notExclusive, outgoingFlowsdocumentation, executionListeners, name, parentContainerattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
SendEventServiceTask() |
| Modifier and Type | Method and Description |
|---|---|
SendEventServiceTask |
clone() |
List<IOParameter> |
getEventInParameters() |
List<IOParameter> |
getEventOutParameters() |
String |
getEventType() |
String |
getTriggerEventType() |
boolean |
isSendSynchronously() |
void |
setEventInParameters(List<IOParameter> eventInParameters) |
void |
setEventOutParameters(List<IOParameter> eventOutParameters) |
void |
setEventType(String eventType) |
void |
setSendSynchronously(boolean sendSynchronously) |
void |
setTriggerEventType(String triggerEventType) |
void |
setValues(SendEventServiceTask otherElement) |
getCustomProperties, getExtensionId, getImplementation, getImplementationType, getOperationRef, getResultVariableName, getSkipExpression, getType, isExtended, isStoreResultVariableAsTransient, isTriggerable, isUseLocalScopeForResultVariable, setCustomProperties, setExtensionId, setImplementation, setImplementationType, setOperationRef, setResultVariableName, setSkipExpression, setStoreResultVariableAsTransient, setTriggerable, setType, setUseLocalScopeForResultVariable, setValuesgetFieldExtensions, setFieldExtensionsgetBoundaryEvents, getDataInputAssociations, getDataOutputAssociations, getDefaultFlow, getFailedJobRetryTimeCycleValue, getIoSpecification, getLoopCharacteristics, getMapExceptions, hasMultiInstanceLoopCharacteristics, isForCompensation, setBoundaryEvents, setDataInputAssociations, setDataOutputAssociations, setDefaultFlow, setFailedJobRetryTimeCycleValue, setForCompensation, setIoSpecification, setLoopCharacteristics, setMapExceptions, setValuesgetBehavior, getIncomingFlows, getOutgoingFlows, isAsynchronous, isAsynchronousLeave, isExclusive, isNotExclusive, setAsynchronous, setAsynchronousLeave, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValuesgetDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValuesaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberprotected String eventType
protected String triggerEventType
protected boolean sendSynchronously
protected List<IOParameter> eventInParameters
protected List<IOParameter> eventOutParameters
public String getEventType()
public void setEventType(String eventType)
public String getTriggerEventType()
public void setTriggerEventType(String triggerEventType)
public boolean isSendSynchronously()
public void setSendSynchronously(boolean sendSynchronously)
public List<IOParameter> getEventInParameters()
public void setEventInParameters(List<IOParameter> eventInParameters)
public List<IOParameter> getEventOutParameters()
public void setEventOutParameters(List<IOParameter> eventOutParameters)
public SendEventServiceTask clone()
clone in class ServiceTaskpublic void setValues(SendEventServiceTask otherElement)
Copyright © 2022 Flowable. All rights reserved.