Uses of Interface
org.flowable.variable.api.types.VariableType
Packages that use VariableType
Package
Description
-
Uses of VariableType in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine with type parameters of type VariableTypeModifier and TypeFieldDescriptionprotected List<VariableType> CmmnEngineConfiguration.customPostVariableTypesprotected List<VariableType> CmmnEngineConfiguration.customPreVariableTypesMethods in org.flowable.cmmn.engine that return types with arguments of type VariableTypeModifier and TypeMethodDescriptionCmmnEngineConfiguration.getCustomPostVariableTypes()CmmnEngineConfiguration.getCustomPreVariableTypes()Method parameters in org.flowable.cmmn.engine with type arguments of type VariableTypeModifier and TypeMethodDescriptionCmmnEngineConfiguration.setCustomPostVariableTypes(List<VariableType> customPostVariableTypes) CmmnEngineConfiguration.setCustomPreVariableTypes(List<VariableType> customPreVariableTypes) -
Uses of VariableType in org.flowable.cmmn.engine.impl.variable
Classes in org.flowable.cmmn.engine.impl.variable that implement VariableType -
Uses of VariableType in org.flowable.common.engine.impl.variable
Methods in org.flowable.common.engine.impl.variable with parameters of type VariableTypeModifier and TypeMethodDescriptionvoidMaxAllowedLengthVariableVerifier.verifyLength(int length, ValueFields valueFields, VariableType variableType) voidNoopVariableLengthVerifier.verifyLength(int length, ValueFields valueFields, VariableType variableType) voidVariableLengthVerifier.verifyLength(int length, ValueFields valueFields, VariableType variableType) -
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.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg with type parameters of type VariableTypeModifier and TypeFieldDescriptionprotected List<VariableType> ProcessEngineConfigurationImpl.customPostVariableTypesprotected List<VariableType> ProcessEngineConfigurationImpl.customPreVariableTypesMethods in org.flowable.engine.impl.cfg that return types with arguments of type VariableTypeModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCustomPostVariableTypes()ProcessEngineConfigurationImpl.getCustomPreVariableTypes()Method parameters in org.flowable.engine.impl.cfg with type arguments of type VariableTypeModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCustomPostVariableTypes(List<VariableType> customPostVariableTypes) ProcessEngineConfigurationImpl.setCustomPreVariableTypes(List<VariableType> customPreVariableTypes) -
Uses of VariableType in org.flowable.engine.impl.persistence.entity
Fields in org.flowable.engine.impl.persistence.entity declared as VariableTypeModifier and TypeFieldDescriptionprotected VariableTypeHistoricDetailVariableInstanceUpdateEntityImpl.variableTypeMethods in org.flowable.engine.impl.persistence.entity that return VariableTypeModifier and TypeMethodDescriptionHistoricDetailVariableInstanceUpdateEntity.getVariableType()HistoricDetailVariableInstanceUpdateEntityImpl.getVariableType()Methods in org.flowable.engine.impl.persistence.entity with parameters of type VariableTypeModifier and TypeMethodDescriptionvoidHistoricDetailVariableInstanceUpdateEntity.setVariableType(VariableType variableType) voidHistoricDetailVariableInstanceUpdateEntityImpl.setVariableType(VariableType variableType) -
Uses of VariableType in org.flowable.engine.impl.variable
Classes in org.flowable.engine.impl.variable that implement VariableTypeModifier and TypeClassDescriptionclassclass -
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) -
Uses of VariableType in org.flowable.variable.service.event.impl
Fields in org.flowable.variable.service.event.impl declared as VariableTypeMethods in org.flowable.variable.service.event.impl that return VariableTypeMethods in org.flowable.variable.service.event.impl with parameters of type VariableTypeModifier and TypeMethodDescriptionstatic FlowableVariableEventFlowableVariableEventBuilder.createVariableEvent(FlowableEngineEventType type, VariableInstance variableInstance, Object variableValue, VariableType variableType) voidFlowableVariableEventImpl.setVariableType(VariableType variableType) -
Uses of VariableType in org.flowable.variable.service.impl
Methods in org.flowable.variable.service.impl that return VariableTypeModifier and TypeMethodDescriptionprotected VariableTypeDefaultVariableInstanceValueModifier.determineVariableType(Object value) VariableServiceConfigurationVariableValueProvider.findVariableType(Object value) VariableValueProvider.findVariableType(Object value) Methods in org.flowable.variable.service.impl with parameters of type VariableTypeModifier and TypeMethodDescriptionVariableServiceConfigurationVariableValueProvider.createValueFields(String name, VariableType type, Object value) VariableValueProvider.createValueFields(String name, VariableType type, Object value) protected voidDefaultVariableInstanceValueModifier.setVariableType(VariableInstanceEntity variableInstance, VariableType type) Sets the type of the variable instance.protected voidDefaultVariableInstanceValueModifier.updateVariableType(VariableInstanceEntity variableInstance, VariableType variableType) -
Uses of VariableType in org.flowable.variable.service.impl.db
Methods in org.flowable.variable.service.impl.db that return VariableTypeModifier and TypeMethodDescriptionIbatisVariableTypeHandler.getResult(CallableStatement cs, int columnIndex) Methods in org.flowable.variable.service.impl.db with parameters of type VariableTypeModifier and TypeMethodDescriptionvoidIbatisVariableTypeHandler.setParameter(PreparedStatement ps, int i, VariableType parameter, org.apache.ibatis.type.JdbcType jdbcType) -
Uses of VariableType in org.flowable.variable.service.impl.persistence.entity
Fields in org.flowable.variable.service.impl.persistence.entity declared as VariableTypeModifier and TypeFieldDescriptionprotected VariableTypeVariableInstanceEntityImpl.typeprotected VariableTypeHistoricVariableInstanceEntityImpl.variableTypeMethods in org.flowable.variable.service.impl.persistence.entity that return VariableTypeModifier and TypeMethodDescriptionVariableInstanceEntity.getType()VariableInstanceEntityImpl.getType()HistoricVariableInstanceEntity.getVariableType()HistoricVariableInstanceEntityImpl.getVariableType()Methods in org.flowable.variable.service.impl.persistence.entity with parameters of type VariableTypeModifier and TypeMethodDescriptionvoidVariableInstanceEntity.setType(VariableType type) voidVariableInstanceEntityImpl.setType(VariableType type) voidHistoricVariableInstanceEntity.setVariableType(VariableType variableType) voidHistoricVariableInstanceEntityImpl.setVariableType(VariableType variableType) -
Uses of VariableType in org.flowable.variable.service.impl.types
Classes in org.flowable.variable.service.impl.types that implement VariableTypeModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassSubclass ofJPAEntityListVariableTypewhich is cacheable, unlike the super-class.classSubclass ofJPAEntityVariableTypewhich is cacheable, unlike the super-class.classclassclassclassclassVariable type capable of storing a list of reference to JPA-entities.classVariable type capable of storing reference to JPA-entities.classclassclassclassclassclassclassclassclassclassMethods in org.flowable.variable.service.impl.types that return VariableTypeModifier and TypeMethodDescriptionDefaultVariableTypes.findVariableType(Object value) DefaultVariableTypes.getVariableType(String typeName) Methods in org.flowable.variable.service.impl.types with parameters of type VariableTypeModifier and TypeMethodDescriptionDefaultVariableTypes.addType(VariableType type) DefaultVariableTypes.addType(VariableType type, int index) intDefaultVariableTypes.getTypeIndex(VariableType type) DefaultVariableTypes.removeType(VariableType type) Method parameters in org.flowable.variable.service.impl.types with type arguments of type VariableTypeModifier and TypeMethodDescriptionvoidDefaultVariableTypes.setTypesList(List<VariableType> typesList)