Uses of Class
org.flowable.cmmn.model.IOParameter
Packages that use IOParameter
Package
Description
-
Uses of IOParameter in org.flowable.cmmn.converter.export
Method parameters in org.flowable.cmmn.converter.export with type arguments of type IOParameterModifier and TypeMethodDescriptionprotected boolean
AbstractChildTaskExport.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.inParameters
protected List<IOParameter>
ChildTaskActivityBehavior.outParameters
Constructor 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 theIOParameter
out 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.inParameters
protected List<IOParameter>
ChildTask.outParameters
Methods in org.flowable.cmmn.model that return IOParameterMethods in org.flowable.cmmn.model that return types with arguments of type IOParameterMethods in org.flowable.cmmn.model with parameters of type IOParameterMethod parameters in org.flowable.cmmn.model with type arguments of type IOParameterModifier and TypeMethodDescriptionvoid
ChildTask.setInParameters
(List<IOParameter> inParameters) void
ChildTask.setOutParameters
(List<IOParameter> outParameters)