Method Summary
All Methods Instance Methods Abstract Methods
Create a variable instance without setting the value on it.
void
void
void
void
void
long
long
Method Details
create
Create a variable instance without setting the value on it.
IMPORTANT: If you use this method you would have to call
VariableInstance.setValue(Object)
for setting the value
Parameters:
name - the name of the variable to create
type - the type of the created variable
Returns:
the VariableInstanceEntity to be used
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