Uses of Interface
org.activiti.engine.impl.persistence.entity.ModelEntity
Packages that use ModelEntity
Package
Description
-
Uses of ModelEntity in org.activiti.engine.impl.cmd
Classes in org.activiti.engine.impl.cmd that implement interfaces with type arguments of type ModelEntityFields in org.activiti.engine.impl.cmd declared as ModelEntityMethods in org.activiti.engine.impl.cmd that return ModelEntityConstructors in org.activiti.engine.impl.cmd with parameters of type ModelEntity -
Uses of ModelEntity in org.activiti.engine.impl.persistence.entity
Classes in org.activiti.engine.impl.persistence.entity that implement ModelEntitySubclasses with type arguments of type ModelEntity in org.activiti.engine.impl.persistence.entitySubinterfaces with type arguments of type ModelEntity in org.activiti.engine.impl.persistence.entityMethods in org.activiti.engine.impl.persistence.entity that return ModelEntityMethods in org.activiti.engine.impl.persistence.entity that return types with arguments of type ModelEntityModifier and TypeMethodDescriptionprotected DataManager<ModelEntity> ModelEntityManagerImpl.getDataManager()Methods in org.activiti.engine.impl.persistence.entity with parameters of type ModelEntityModifier and TypeMethodDescriptionvoidModelEntityManager.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
Subinterfaces with type arguments of type ModelEntity in org.activiti.engine.impl.persistence.entity.data -
Uses of ModelEntity in org.activiti.engine.impl.persistence.entity.data.impl
Subclasses with type arguments of type ModelEntity in org.activiti.engine.impl.persistence.entity.data.implMethods in org.activiti.engine.impl.persistence.entity.data.impl that return ModelEntityMethods in org.activiti.engine.impl.persistence.entity.data.impl that return types with arguments of type ModelEntityModifier and TypeMethodDescriptionClass<? extends ModelEntity> MybatisModelDataManager.getManagedEntityClass()