Uses of Interface
org.activiti.engine.impl.persistence.entity.ModelEntity
-
Packages that use ModelEntity Package Description org.activiti.engine.impl.cmd org.activiti.engine.impl.persistence.entity org.activiti.engine.impl.persistence.entity.data.impl -
-
Uses of ModelEntity in org.activiti.engine.impl.cmd
Fields in org.activiti.engine.impl.cmd declared as ModelEntity Modifier and Type Field Description protected ModelEntitySaveModelCmd. modelMethods in org.activiti.engine.impl.cmd that return ModelEntity Modifier and Type Method Description ModelEntityGetModelCmd. execute(CommandContext commandContext)Constructors in org.activiti.engine.impl.cmd with parameters of type ModelEntity Constructor Description SaveModelCmd(ModelEntity model) -
Uses of ModelEntity in org.activiti.engine.impl.persistence.entity
Classes in org.activiti.engine.impl.persistence.entity that implement ModelEntity Modifier and Type Class Description classModelEntityImplMethods in org.activiti.engine.impl.persistence.entity that return ModelEntity Modifier and Type Method Description ModelEntityModelEntityManagerImpl. findById(java.lang.String entityId)Methods in org.activiti.engine.impl.persistence.entity that return types with arguments of type ModelEntity Modifier and Type Method Description protected DataManager<ModelEntity>ModelEntityManagerImpl. getDataManager()Methods in org.activiti.engine.impl.persistence.entity with parameters of type ModelEntity Modifier and Type Method Description voidModelEntityManager. deleteEditorSource(ModelEntity model)voidModelEntityManagerImpl. deleteEditorSource(ModelEntity model)voidModelEntityManager. deleteEditorSourceExtra(ModelEntity model)voidModelEntityManagerImpl. deleteEditorSourceExtra(ModelEntity model)voidModelEntityManagerImpl. insert(ModelEntity model)voidModelEntityManager. updateModel(ModelEntity updatedModel)voidModelEntityManagerImpl. updateModel(ModelEntity updatedModel) -
Uses of ModelEntity in org.activiti.engine.impl.persistence.entity.data.impl
Methods in org.activiti.engine.impl.persistence.entity.data.impl that return ModelEntity Modifier and Type Method Description ModelEntityMybatisModelDataManager. create()Methods in org.activiti.engine.impl.persistence.entity.data.impl that return types with arguments of type ModelEntity Modifier and Type Method Description java.lang.Class<? extends ModelEntity>MybatisModelDataManager. getManagedEntityClass()
-