Uses of Class
org.flowable.cmmn.model.IOParameter
Packages that use IOParameter
Package
Description
-
Uses of IOParameter in org.flowable.cmmn.converter
Methods in org.flowable.cmmn.converter that return IOParameterModifier and TypeMethodDescriptionprotected IOParameterExtensionElementsXMLConverter.readIoParameter(XMLStreamReader xtr) -
Uses of IOParameter in org.flowable.cmmn.converter.util
Method parameters in org.flowable.cmmn.converter.util with type arguments of type IOParameterModifier and TypeMethodDescriptionstatic booleanCmmnXmlUtil.writeIOParameters(String elementName, List<IOParameter> parameterList, boolean didWriteParameterStartElement, XMLStreamWriter xtw) -
Uses of IOParameter in org.flowable.cmmn.engine.configurator.impl.process
Methods in org.flowable.cmmn.engine.configurator.impl.process that return types with arguments of type IOParameterModifier and TypeMethodDescriptionDefaultProcessInstanceService.getOutputParametersOfCaseTask(String executionId) -
Uses of IOParameter in org.flowable.cmmn.engine.impl.behavior.impl
Fields in org.flowable.cmmn.engine.impl.behavior.impl with type parameters of type IOParameterModifier and TypeFieldDescriptionprotected List<IOParameter>ChildTaskActivityBehavior.inParametersprotected List<IOParameter>ChildTaskActivityBehavior.outParametersConstructor parameters in org.flowable.cmmn.engine.impl.behavior.impl with type arguments of type IOParameterModifierConstructorDescriptionChildTaskActivityBehavior(boolean isBlocking, String isBlockingExpression, List<IOParameter> inParameters, List<IOParameter> outParameters) -
Uses of IOParameter in org.flowable.cmmn.engine.impl.process
Methods in org.flowable.cmmn.engine.impl.process that return types with arguments of type IOParameterModifier and TypeMethodDescriptionProcessInstanceService.getOutputParametersOfCaseTask(String executionId) Retrieves theIOParameterout parameters of a case task currently being execution by the given execution. -
Uses of IOParameter in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model with type parameters of type IOParameterModifier and TypeFieldDescriptionprotected List<IOParameter>ChildTask.inParametersprotected List<IOParameter>ExternalWorkerServiceTask.inParametersprotected List<IOParameter>ChildTask.outParametersprotected List<IOParameter>ExternalWorkerServiceTask.outParametersMethods in org.flowable.cmmn.model that return IOParameterMethods in org.flowable.cmmn.model that return types with arguments of type IOParameterModifier and TypeMethodDescriptionChildTask.getInParameters()ExternalWorkerServiceTask.getInParameters()HasInParameters.getInParameters()ChildTask.getOutParameters()ExternalWorkerServiceTask.getOutParameters()HasOutParameters.getOutParameters()Methods in org.flowable.cmmn.model with parameters of type IOParameterModifier and TypeMethodDescriptionvoidChildTask.addInParameter(IOParameter inParameter) voidExternalWorkerServiceTask.addInParameter(IOParameter inParameter) voidHasInParameters.addInParameter(IOParameter inParameter) voidChildTask.addOutParameter(IOParameter outParameter) voidExternalWorkerServiceTask.addOutParameter(IOParameter outParameter) voidHasOutParameters.addOutParameter(IOParameter outParameter) voidIOParameter.setValues(IOParameter otherElement) Method parameters in org.flowable.cmmn.model with type arguments of type IOParameterModifier and TypeMethodDescriptionvoidChildTask.setInParameters(List<IOParameter> inParameters) voidExternalWorkerServiceTask.setInParameters(List<IOParameter> inParameters) voidHasInParameters.setInParameters(List<IOParameter> inParameters) voidChildTask.setOutParameters(List<IOParameter> outParameters) voidExternalWorkerServiceTask.setOutParameters(List<IOParameter> outParameters) voidHasOutParameters.setOutParameters(List<IOParameter> outParameters)