-
Method Summary
Creates a variable instance for the given tenant, name and value.
void
void
void
void
void
long
long
void
Inserts a variable instance with the given value.
-
Method Details
-
create
Creates a variable instance for the given tenant, name and value.
- Parameters:
name
- the name of the variable instance
- Returns:
- the
VariableInstanceEntity
to be used
-
insertWithValue
Inserts a variable instance with the given value.
- Parameters:
variable
- the variable instance to insert
value
- the value to set
tenantId
- the tenant id of the variable instance
-
createInternalVariableInstanceQuery
-
findVariableInstancesByQueryCriteria
-
findVariableInstanceCountByQueryCriteria
-
findVariableInstancesByNativeQuery
-
findVariableInstanceCountByNativeQuery
long findVariableInstanceCountByNativeQuery(Map<String,Object> parameterMap)
-
deleteVariablesByTaskId
void deleteVariablesByTaskId(String taskId)
-
deleteVariablesByExecutionId
void deleteVariablesByExecutionId(String executionId)
-
deleteByScopeIdAndScopeType
void deleteByScopeIdAndScopeType(String scopeId,
String scopeType)
-
deleteByScopeIdAndScopeTypes
-
deleteBySubScopeIdAndScopeTypes