public interface VariableInstanceEntityManager extends EntityManager<VariableInstanceEntity>
| Modifier and Type | Method and Description |
|---|---|
VariableInstanceEntity |
create(String name,
VariableType type)
Create a variable instance without setting the value on it.
|
VariableInstanceEntity |
create(String name,
VariableType type,
Object value) |
InternalVariableInstanceQuery |
createInternalVariableInstanceQuery() |
void |
deleteByScopeIdAndScopeType(String scopeId,
String scopeType) |
void |
deleteByScopeIdAndScopeTypes(String scopeId,
Collection<String> scopeTypes) |
void |
deleteBySubScopeIdAndScopeTypes(String subScopeId,
Collection<String> scopeTypes) |
void |
deleteVariablesByExecutionId(String executionId) |
void |
deleteVariablesByTaskId(String taskId) |
VariableInstanceEntity create(String name, VariableType type, Object value)
VariableInstanceEntity create(String name, VariableType type)
VariableInstance.setValue(Object)
for setting the valuename - the name of the variable to createtype - the type of the created variableVariableInstanceEntity to be usedInternalVariableInstanceQuery createInternalVariableInstanceQuery()
void deleteVariablesByTaskId(String taskId)
void deleteVariablesByExecutionId(String executionId)
void deleteByScopeIdAndScopeTypes(String scopeId, Collection<String> scopeTypes)
void deleteBySubScopeIdAndScopeTypes(String subScopeId, Collection<String> scopeTypes)
Copyright © 2021 Flowable. All rights reserved.