Uses of Class
org.flowable.bpmn.model.IOParameter
Packages that use IOParameter
-
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> ExternalWorkerServiceTask.inParametersprotected List<IOParameter> ScriptTask.inParametersprotected List<IOParameter> CallActivity.outParametersprotected List<IOParameter> CaseServiceTask.outParametersprotected List<IOParameter> Event.outParametersprotected List<IOParameter> ExternalWorkerServiceTask.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()ExternalWorkerServiceTask.getInParameters()HasInParameters.getInParameters()ScriptTask.getInParameters()CallActivity.getOutParameters()CaseServiceTask.getOutParameters()Event.getOutParameters()ExternalWorkerServiceTask.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) voidExternalWorkerServiceTask.addInParameter(IOParameter inParameter) voidHasInParameters.addInParameter(IOParameter inParameter) voidScriptTask.addInParameter(IOParameter inParameter) voidCallActivity.addOutParameter(IOParameter outParameter) voidCaseServiceTask.addOutParameter(IOParameter outParameter) voidEvent.addOutParameter(IOParameter outParameter) voidExternalWorkerServiceTask.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) voidExternalWorkerServiceTask.setInParameters(List<IOParameter> inParameters) voidHasInParameters.setInParameters(List<IOParameter> inParameters) voidScriptTask.setInParameters(List<IOParameter> inParameters) voidCallActivity.setOutParameters(List<IOParameter> outParameters) voidCaseServiceTask.setOutParameters(List<IOParameter> outParameters) voidEvent.setOutParameters(List<IOParameter> outParameters) voidExternalWorkerServiceTask.setOutParameters(List<IOParameter> outParameters) voidHasOutParameters.setOutParameters(List<IOParameter> outParameters) -
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(org.flowable.engine.impl.persistence.entity.ExecutionEntity processInstance, org.flowable.engine.impl.persistence.entity.ExecutionEntity childExecution, Map<String, Object> variables, Map<String, Object> transientVariables, org.flowable.engine.impl.persistence.entity.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, org.flowable.engine.impl.persistence.entity.ExecutionEntity callActivityExecution, List<IOParameter> inParameters, boolean inheritVariables, String initialActivityId, FlowElement initialFlowElement, Process process, ProcessDefinition processDefinition)