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 IOParameterBpmnXMLUtil.parseInIOParameter(XMLStreamReader xtr) static IOParameterBpmnXMLUtil.parseOutIOParameter(XMLStreamReader xtr) Method parameters in org.flowable.bpmn.converter.util with type arguments of type IOParameterModifier and TypeMethodDescriptionstatic booleanBpmnXMLUtil.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.eventInParametersprotected List<IOParameter>SendEventServiceTask.eventOutParametersprotected List<IOParameter>CallActivity.inParametersprotected List<IOParameter>CaseServiceTask.inParametersprotected List<IOParameter>Event.inParametersprotected List<IOParameter>CallActivity.outParametersprotected List<IOParameter>CaseServiceTask.outParametersprotected List<IOParameter>Event.outParametersMethods 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 TypeMethodDescriptionvoidCallActivity.addInParameter(IOParameter inParameter) voidCaseServiceTask.addInParameter(IOParameter inParameter) voidEvent.addInParameter(IOParameter inParameter) voidHasInParameters.addInParameter(IOParameter inParameter) voidCallActivity.addOutParameter(IOParameter outParameter) voidCaseServiceTask.addOutParameter(IOParameter outParameter) voidEvent.addOutParameter(IOParameter outParameter) voidHasOutParameters.addOutParameter(IOParameter outParameter) voidIOParameter.setValues(IOParameter otherElement) Method parameters in org.flowable.bpmn.model with type arguments of type IOParameterModifier and TypeMethodDescriptionvoidSendEventServiceTask.setEventInParameters(List<IOParameter> eventInParameters) voidSendEventServiceTask.setEventOutParameters(List<IOParameter> eventOutParameters) voidCallActivity.setInParameters(List<IOParameter> inParameters) voidCaseServiceTask.setInParameters(List<IOParameter> inParameters) voidEvent.setInParameters(List<IOParameter> inParameters) voidHasInParameters.setInParameters(List<IOParameter> inParameters) voidCallActivity.setOutParameters(List<IOParameter> outParameters) voidCaseServiceTask.setOutParameters(List<IOParameter> outParameters) voidEvent.setOutParameters(List<IOParameter> outParameters) voidHasOutParameters.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.outParametersConstructor 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 voidIOParameterUtil.processInParameters(List<IOParameter> inParameters, VariableContainer sourceContainer, BiConsumer<String, Object> targetVariableConsumer, BiConsumer<String, Object> targetTransientVariableConsumer, ExpressionManager expressionManager) static voidIOParameterUtil.processInParameters(List<IOParameter> inParameters, VariableContainer sourceContainer, VariableContainer targetContainer, ExpressionManager expressionManager) static voidIOParameterUtil.processOutParameters(List<IOParameter> outParameters, VariableContainer sourceContainer, BiConsumer<String, Object> targetVariableConsumer, BiConsumer<String, Object> targetTransientVariableConsumer, ExpressionManager expressionManager) protected static voidIOParameterUtil.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.inParametersprotected List<IOParameter>StartSubProcessInstanceBeforeContext.inParametersMethods 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 TypeMethodDescriptionvoidStartSubProcessInstanceAfterContext.setInParameters(List<IOParameter> inParameters) voidStartSubProcessInstanceBeforeContext.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)