Serialized Form
-
Package org.flowable.variable.service.impl
-
Class org.flowable.variable.service.impl.AbstractVariableQueryImpl
class AbstractVariableQueryImpl extends AbstractQuery<T extends Query<?,?>, U> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
queryVariableValues
List<QueryVariableValue> queryVariableValues
-
variableValueProvider
VariableValueProvider variableValueProvider
-
-
Class org.flowable.variable.service.impl.HistoricVariableInstanceQueryImpl
class HistoricVariableInstanceQueryImpl extends AbstractQuery<HistoricVariableInstanceQuery,HistoricVariableInstance> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
activityInstanceId
String activityInstanceId
-
excludeLocalVariables
boolean excludeLocalVariables
-
excludeTaskRelated
boolean excludeTaskRelated
-
excludeVariableInitialization
boolean excludeVariableInitialization
-
executionId
String executionId
-
executionIds
Set<String> executionIds
-
id
String id
-
processInstanceId
String processInstanceId
-
queryVariableValue
QueryVariableValue queryVariableValue
-
scopeId
String scopeId
-
scopeType
String scopeType
-
subScopeId
String subScopeId
-
taskId
String taskId
-
taskIds
Set<String> taskIds
-
variableName
String variableName
-
variableNameLike
String variableNameLike
-
variableServiceConfiguration
VariableServiceConfiguration variableServiceConfiguration
-
-
Class org.flowable.variable.service.impl.HistoricVariableInstanceQueryProperty
class HistoricVariableInstanceQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class org.flowable.variable.service.impl.NativeHistoricVariableInstanceQueryImpl
class NativeHistoricVariableInstanceQueryImpl extends AbstractNativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
variableServiceConfiguration
VariableServiceConfiguration variableServiceConfiguration
-
-
Class org.flowable.variable.service.impl.NativeVariableInstanceQueryImpl
class NativeVariableInstanceQueryImpl extends AbstractNativeQuery<NativeVariableInstanceQuery,VariableInstance> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
variableServiceConfiguration
VariableServiceConfiguration variableServiceConfiguration
-
-
Class org.flowable.variable.service.impl.QueryVariableValue
class QueryVariableValue extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
local
boolean local
-
name
String name
-
operator
QueryOperator operator
-
scopeType
String scopeType
-
value
Object value
-
valueField
ValueFields valueField
-
valueType
VariableType valueType
-
-
Class org.flowable.variable.service.impl.VariableInstanceQueryImpl
class VariableInstanceQueryImpl extends AbstractQuery<VariableInstanceQuery,VariableInstance> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
activityInstanceId
String activityInstanceId
-
excludeLocalVariables
boolean excludeLocalVariables
-
excludeTaskRelated
boolean excludeTaskRelated
-
excludeVariableInitialization
boolean excludeVariableInitialization
-
executionId
String executionId
-
executionIds
Set<String> executionIds
-
id
String id
-
processInstanceId
String processInstanceId
-
queryVariableValue
QueryVariableValue queryVariableValue
-
scopeId
String scopeId
-
scopeType
String scopeType
-
subScopeId
String subScopeId
-
taskId
String taskId
-
taskIds
Set<String> taskIds
-
variableName
String variableName
-
variableNameLike
String variableNameLike
-
variableServiceConfiguration
VariableServiceConfiguration variableServiceConfiguration
-
-
Class org.flowable.variable.service.impl.VariableInstanceQueryProperty
class VariableInstanceQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
-
Package org.flowable.variable.service.impl.persistence.entity
-
Class org.flowable.variable.service.impl.persistence.entity.HistoricVariableInitializingList
class HistoricVariableInitializingList extends ArrayList<HistoricVariableInstanceEntity> implements Serializable- serialVersionUID:
- 1L
-
Class org.flowable.variable.service.impl.persistence.entity.HistoricVariableInstanceEntityImpl
class HistoricVariableInstanceEntityImpl extends AbstractVariableServiceEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
byteArrayRef
ByteArrayRef byteArrayRef
-
cachedValue
Object cachedValue
-
createTime
Date createTime
-
doubleValue
Double doubleValue
-
executionId
String executionId
-
lastUpdatedTime
Date lastUpdatedTime
-
longValue
Long longValue
-
name
String name
-
processInstanceId
String processInstanceId
-
scopeId
String scopeId
-
scopeType
String scopeType
-
subScopeId
String subScopeId
-
taskId
String taskId
-
textValue
String textValue
-
textValue2
String textValue2
-
variableType
VariableType variableType
-
-
Class org.flowable.variable.service.impl.persistence.entity.VariableInitializingList
- serialVersionUID:
- 1L
-
Class org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntityImpl
class VariableInstanceEntityImpl extends AbstractVariableServiceEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
byteArrayRef
ByteArrayRef byteArrayRef
-
cachedValue
Object cachedValue
-
deleted
boolean deleted
-
doubleValue
Double doubleValue
-
executionId
String executionId
-
forcedUpdate
boolean forcedUpdate
-
longValue
Long longValue
-
name
String name
-
processDefinitionId
String processDefinitionId
-
processInstanceId
String processInstanceId
-
scopeId
String scopeId
-
scopeType
String scopeType
-
subScopeId
String subScopeId
-
taskId
String taskId
-
textValue
String textValue
-
textValue2
String textValue2
-
type
VariableType type
-
typeName
String typeName
-
-
Class org.flowable.variable.service.impl.persistence.entity.VariableScopeImpl
class VariableScopeImpl extends AbstractEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cachedElContext
ELContext cachedElContext
-
transientVariables
Map<String,
VariableInstance> transientVariables -
usedVariablesCache
Map<String,
VariableInstanceEntity> usedVariablesCache -
variableInstances
Map<String,
VariableInstanceEntity> variableInstances
-
-
-
Package org.flowable.variable.service.impl.types
-
Class org.flowable.variable.service.impl.types.DefaultVariableTypes
class DefaultVariableTypes extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
typesList
List<VariableType> typesList
-
typesMap
Map<String,
VariableType> typesMap
-
-