Uses of Class
org.flowable.bpmn.model.IOParameter
Packages that use IOParameter
Package
Description
-
Uses of IOParameter in org.flowable.bpmn.converter.util
Methods in org.flowable.bpmn.converter.util that return IOParameterModifier and TypeMethodDescriptionstatic IOParameter
BpmnXMLUtil.parseInIOParameter
(XMLStreamReader xtr) static IOParameter
BpmnXMLUtil.parseOutIOParameter
(XMLStreamReader xtr) Method parameters in org.flowable.bpmn.converter.util with type arguments of type IOParameterModifier and TypeMethodDescriptionstatic boolean
BpmnXMLUtil.writeIOParameters
(String elementName, List<IOParameter> parameterList, boolean didWriteExtensionStartElement, XMLStreamWriter xtw) -
Uses of IOParameter in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type IOParameterModifier and TypeFieldDescriptionprotected List<IOParameter>
SendEventServiceTask.eventInParameters
protected List<IOParameter>
SendEventServiceTask.eventOutParameters
protected List<IOParameter>
CallActivity.inParameters
protected List<IOParameter>
CaseServiceTask.inParameters
protected List<IOParameter>
Event.inParameters
protected List<IOParameter>
CallActivity.outParameters
protected List<IOParameter>
CaseServiceTask.outParameters
protected List<IOParameter>
Event.outParameters
Methods in org.flowable.bpmn.model that return IOParameterMethods in org.flowable.bpmn.model that return types with arguments of type IOParameterModifier and TypeMethodDescriptionSendEventServiceTask.getEventInParameters()
SendEventServiceTask.getEventOutParameters()
CallActivity.getInParameters()
CaseServiceTask.getInParameters()
Event.getInParameters()
HasInParameters.getInParameters()
CallActivity.getOutParameters()
CaseServiceTask.getOutParameters()
Event.getOutParameters()
HasOutParameters.getOutParameters()
Methods in org.flowable.bpmn.model with parameters of type IOParameterModifier and TypeMethodDescriptionvoid
CallActivity.addInParameter
(IOParameter inParameter) void
CaseServiceTask.addInParameter
(IOParameter inParameter) void
Event.addInParameter
(IOParameter inParameter) void
HasInParameters.addInParameter
(IOParameter inParameter) void
CallActivity.addOutParameter
(IOParameter outParameter) void
CaseServiceTask.addOutParameter
(IOParameter outParameter) void
Event.addOutParameter
(IOParameter outParameter) void
HasOutParameters.addOutParameter
(IOParameter outParameter) void
IOParameter.setValues
(IOParameter otherElement) Method parameters in org.flowable.bpmn.model with type arguments of type IOParameterModifier and TypeMethodDescriptionvoid
SendEventServiceTask.setEventInParameters
(List<IOParameter> eventInParameters) void
SendEventServiceTask.setEventOutParameters
(List<IOParameter> eventOutParameters) void
CallActivity.setInParameters
(List<IOParameter> inParameters) void
CaseServiceTask.setInParameters
(List<IOParameter> inParameters) void
Event.setInParameters
(List<IOParameter> inParameters) void
HasInParameters.setInParameters
(List<IOParameter> inParameters) void
CallActivity.setOutParameters
(List<IOParameter> outParameters) void
CaseServiceTask.setOutParameters
(List<IOParameter> outParameters) void
Event.setOutParameters
(List<IOParameter> outParameters) void
HasOutParameters.setOutParameters
(List<IOParameter> outParameters) -
Uses of IOParameter in org.flowable.engine.impl.bpmn.behavior
Fields in org.flowable.engine.impl.bpmn.behavior with type parameters of type IOParameterModifier and TypeFieldDescriptionprotected List<IOParameter>
ErrorEndEventActivityBehavior.outParameters
Constructor parameters in org.flowable.engine.impl.bpmn.behavior with type arguments of type IOParameterModifierConstructorDescriptionErrorEndEventActivityBehavior
(String errorCode, List<IOParameter> outParameters) -
Uses of IOParameter in org.flowable.engine.impl.util
Method parameters in org.flowable.engine.impl.util with type arguments of type IOParameterModifier and TypeMethodDescriptionIOParameterUtil.extractOutVariables
(List<IOParameter> outParameters, VariableContainer sourceContainer, ExpressionManager expressionManager) static void
IOParameterUtil.processInParameters
(List<IOParameter> inParameters, VariableContainer sourceContainer, BiConsumer<String, Object> targetVariableConsumer, BiConsumer<String, Object> targetTransientVariableConsumer, ExpressionManager expressionManager) static void
IOParameterUtil.processInParameters
(List<IOParameter> inParameters, VariableContainer sourceContainer, VariableContainer targetContainer, ExpressionManager expressionManager) static void
IOParameterUtil.processOutParameters
(List<IOParameter> outParameters, VariableContainer sourceContainer, BiConsumer<String, Object> targetVariableConsumer, BiConsumer<String, Object> targetTransientVariableConsumer, ExpressionManager expressionManager) protected static void
IOParameterUtil.processParameters
(List<IOParameter> parameters, VariableContainer sourceContainer, BiConsumer<String, Object> targetVariableConsumer, BiConsumer<String, Object> targetTransientVariableConsumer, ExpressionManager expressionManager, String parameterType) -
Uses of IOParameter in org.flowable.engine.interceptor
Fields in org.flowable.engine.interceptor with type parameters of type IOParameterModifier and TypeFieldDescriptionprotected List<IOParameter>
StartSubProcessInstanceAfterContext.inParameters
protected List<IOParameter>
StartSubProcessInstanceBeforeContext.inParameters
Methods in org.flowable.engine.interceptor that return types with arguments of type IOParameterModifier and TypeMethodDescriptionStartSubProcessInstanceAfterContext.getInParameters()
StartSubProcessInstanceBeforeContext.getInParameters()
Method parameters in org.flowable.engine.interceptor with type arguments of type IOParameterModifier and TypeMethodDescriptionvoid
StartSubProcessInstanceAfterContext.setInParameters
(List<IOParameter> inParameters) void
StartSubProcessInstanceBeforeContext.setInParameters
(List<IOParameter> inParameters) Constructor parameters in org.flowable.engine.interceptor with type arguments of type IOParameterModifierConstructorDescriptionStartSubProcessInstanceAfterContext
(ExecutionEntity processInstance, ExecutionEntity childExecution, Map<String, Object> variables, Map<String, Object> transientVariables, ExecutionEntity callActivityExecution, List<IOParameter> inParameters, FlowElement initialFlowElement, Process process, ProcessDefinition processDefinition) StartSubProcessInstanceBeforeContext
(String businessKey, String businessStatus, String processInstanceName, Map<String, Object> variables, Map<String, Object> transientVariables, ExecutionEntity callActivityExecution, List<IOParameter> inParameters, boolean inheritVariables, String initialActivityId, FlowElement initialFlowElement, Process process, ProcessDefinition processDefinition)