Uses of Interface
org.flowable.variable.api.types.VariableType
Packages that use VariableType
Package
Description
-
Uses of VariableType in org.flowable.engine.delegate.event.impl
Fields in org.flowable.engine.delegate.event.impl declared as VariableTypeMethods in org.flowable.engine.delegate.event.impl that return VariableTypeMethods in org.flowable.engine.delegate.event.impl with parameters of type VariableTypeModifier and TypeMethodDescriptionstatic FlowableVariableEventFlowableEventBuilder.createVariableEvent(FlowableEngineEventType type, String variableName, Object variableValue, VariableType variableType, String taskId, String executionId, String processInstanceId, String processDefinitionId, String variableInstanceId) voidFlowableVariableEventImpl.setVariableType(VariableType variableType) -
Uses of VariableType in org.flowable.variable.api.event
Methods in org.flowable.variable.api.event that return VariableType -
Uses of VariableType in org.flowable.variable.api.types
Methods in org.flowable.variable.api.types that return VariableTypeModifier and TypeMethodDescriptionVariableTypes.findVariableType(Object value) VariableTypes.getVariableType(String typeName) Methods in org.flowable.variable.api.types with parameters of type VariableTypeModifier and TypeMethodDescriptionVariableTypes.addType(VariableType type) VariableTypes.addType(VariableType type, int index) Add type at the given index.default VariableTypesVariableTypes.addTypeBefore(VariableType type, String afterTypeName) Add the variable type before the type with the given name.intVariableTypes.getTypeIndex(VariableType type) VariableTypes.removeType(VariableType type)