public class ModelEntityManagerImpl extends AbstractProcessEngineEntityManager<ModelEntity,ModelDataManager> implements ModelEntityManager
engineConfigurationdataManager, engineType| Constructor and Description |
|---|
ModelEntityManagerImpl(ProcessEngineConfigurationImpl processEngineConfiguration,
ModelDataManager modelDataManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String modelId) |
void |
deleteEditorSource(ModelEntity model) |
void |
deleteEditorSourceExtra(ModelEntity model) |
ModelEntity |
findById(String entityId) |
byte[] |
findEditorSourceByModelId(String modelId) |
byte[] |
findEditorSourceExtraByModelId(String modelId) |
long |
findModelCountByNativeQuery(Map<String,Object> parameterMap) |
long |
findModelCountByQueryCriteria(ModelQueryImpl query) |
List<Model> |
findModelsByNativeQuery(Map<String,Object> parameterMap) |
List<Model> |
findModelsByQueryCriteria(ModelQueryImpl query) |
void |
insert(ModelEntity model) |
void |
insertEditorSourceExtraForModel(String modelId,
byte[] modelSource) |
void |
insertEditorSourceForModel(String modelId,
byte[] modelSource) |
void |
updateModel(ModelEntity updatedModel) |
createEntityEventgetClock, getCommandExecutor, getEngineConfiguration, getEventDispatchercreate, delete, delete, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, setDataManager, update, updatepublic ModelEntityManagerImpl(ProcessEngineConfigurationImpl processEngineConfiguration, ModelDataManager modelDataManager)
public ModelEntity findById(String entityId)
findById in interface EntityManager<ModelEntity>findById in class AbstractEntityManager<ModelEntity,ModelDataManager>public void insert(ModelEntity model)
insert in interface EntityManager<ModelEntity>insert in class AbstractEntityManager<ModelEntity,ModelDataManager>public void updateModel(ModelEntity updatedModel)
updateModel in interface ModelEntityManagerpublic void delete(String modelId)
delete in interface EntityManager<ModelEntity>delete in class AbstractEntityManager<ModelEntity,ModelDataManager>public void insertEditorSourceForModel(String modelId, byte[] modelSource)
insertEditorSourceForModel in interface ModelEntityManagerpublic void deleteEditorSource(ModelEntity model)
deleteEditorSource in interface ModelEntityManagerpublic void deleteEditorSourceExtra(ModelEntity model)
deleteEditorSourceExtra in interface ModelEntityManagerpublic void insertEditorSourceExtraForModel(String modelId, byte[] modelSource)
insertEditorSourceExtraForModel in interface ModelEntityManagerpublic List<Model> findModelsByQueryCriteria(ModelQueryImpl query)
findModelsByQueryCriteria in interface ModelEntityManagerpublic long findModelCountByQueryCriteria(ModelQueryImpl query)
findModelCountByQueryCriteria in interface ModelEntityManagerpublic byte[] findEditorSourceByModelId(String modelId)
findEditorSourceByModelId in interface ModelEntityManagerpublic byte[] findEditorSourceExtraByModelId(String modelId)
findEditorSourceExtraByModelId in interface ModelEntityManagerpublic List<Model> findModelsByNativeQuery(Map<String,Object> parameterMap)
findModelsByNativeQuery in interface ModelEntityManagerpublic long findModelCountByNativeQuery(Map<String,Object> parameterMap)
findModelCountByNativeQuery in interface ModelEntityManagerCopyright © 2020 Flowable. All rights reserved.