public class VariableInstanceEntityManagerImpl extends AbstractServiceEngineEntityManager<VariableServiceConfiguration,VariableInstanceEntity,VariableInstanceDataManager> implements VariableInstanceEntityManager
serviceConfigurationdataManager, engineType| Constructor and Description |
|---|
VariableInstanceEntityManagerImpl(VariableServiceConfiguration variableServiceConfiguration,
VariableInstanceDataManager variableInstanceDataManager) |
getClock, getEventDispatcher, getServiceConfigurationcreate, createEntityEvent, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, updatepublic VariableInstanceEntityManagerImpl(VariableServiceConfiguration variableServiceConfiguration, VariableInstanceDataManager variableInstanceDataManager)
public VariableInstanceEntity create(String name, VariableType type, Object value)
create in interface VariableInstanceEntityManagerpublic VariableInstanceEntity create(String name, VariableType type)
VariableInstanceEntityManagerVariableInstance.setValue(Object)
for setting the valuecreate in interface VariableInstanceEntityManagername - the name of the variable to createtype - the type of the created variableVariableInstanceEntity to be usedpublic InternalVariableInstanceQuery createInternalVariableInstanceQuery()
createInternalVariableInstanceQuery in interface VariableInstanceEntityManagerpublic long findVariableInstanceCountByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery)
findVariableInstanceCountByQueryCriteria in interface VariableInstanceEntityManagerpublic List<VariableInstance> findVariableInstancesByQueryCriteria(VariableInstanceQueryImpl variableInstanceQuery)
findVariableInstancesByQueryCriteria in interface VariableInstanceEntityManagerpublic List<VariableInstance> findVariableInstancesByNativeQuery(Map<String,Object> parameterMap)
findVariableInstancesByNativeQuery in interface VariableInstanceEntityManagerpublic long findVariableInstanceCountByNativeQuery(Map<String,Object> parameterMap)
findVariableInstanceCountByNativeQuery in interface VariableInstanceEntityManagerpublic void delete(VariableInstanceEntity entity, boolean fireDeleteEvent)
delete in interface EntityManager<VariableInstanceEntity>delete in class AbstractEntityManager<VariableInstanceEntity,VariableInstanceDataManager>public void deleteVariablesByTaskId(String taskId)
deleteVariablesByTaskId in interface VariableInstanceEntityManagerpublic void deleteVariablesByExecutionId(String executionId)
deleteVariablesByExecutionId in interface VariableInstanceEntityManagerpublic void deleteByScopeIdAndScopeType(String scopeId, String scopeType)
deleteByScopeIdAndScopeType in interface VariableInstanceEntityManagerpublic void deleteByScopeIdAndScopeTypes(String scopeId, Collection<String> scopeTypes)
deleteByScopeIdAndScopeTypes in interface VariableInstanceEntityManagerpublic void deleteBySubScopeIdAndScopeTypes(String subScopeId, Collection<String> scopeTypes)
deleteBySubScopeIdAndScopeTypes in interface VariableInstanceEntityManagerCopyright © 2022 Flowable. All rights reserved.