Package | Description |
---|---|
org.activiti.engine.impl.cmd | |
org.activiti.engine.impl.persistence.entity | |
org.activiti.engine.impl.persistence.entity.data.impl |
Modifier and Type | Field and Description |
---|---|
protected ModelEntity |
SaveModelCmd.model |
Modifier and Type | Method and Description |
---|---|
ModelEntity |
GetModelCmd.execute(CommandContext commandContext) |
Constructor and Description |
---|
SaveModelCmd(ModelEntity model) |
Modifier and Type | Class and Description |
---|---|
class |
ModelEntityImpl |
Modifier and Type | Method and Description |
---|---|
ModelEntity |
ModelEntityManagerImpl.findById(String entityId) |
Modifier and Type | Method and Description |
---|---|
protected DataManager<ModelEntity> |
ModelEntityManagerImpl.getDataManager() |
Modifier and Type | Method and Description |
---|---|
void |
ModelEntityManagerImpl.deleteEditorSource(ModelEntity model) |
void |
ModelEntityManager.deleteEditorSource(ModelEntity model) |
void |
ModelEntityManagerImpl.deleteEditorSourceExtra(ModelEntity model) |
void |
ModelEntityManager.deleteEditorSourceExtra(ModelEntity model) |
void |
ModelEntityManagerImpl.insert(ModelEntity model) |
void |
ModelEntityManagerImpl.updateModel(ModelEntity updatedModel) |
void |
ModelEntityManager.updateModel(ModelEntity updatedModel) |
Modifier and Type | Method and Description |
---|---|
ModelEntity |
MybatisModelDataManager.create() |
Modifier and Type | Method and Description |
---|---|
Class<? extends ModelEntity> |
MybatisModelDataManager.getManagedEntityClass() |
Copyright © 2015 Alfresco. All rights reserved.