Uses of Interface
org.flowable.engine.impl.persistence.entity.ModelEntity
Packages that use ModelEntity
Package
Description
-
Uses of ModelEntity in org.flowable.engine.impl.cmd
Fields in org.flowable.engine.impl.cmd declared as ModelEntityMethods in org.flowable.engine.impl.cmd that return ModelEntityConstructors in org.flowable.engine.impl.cmd with parameters of type ModelEntity -
Uses of ModelEntity in org.flowable.engine.impl.persistence.entity
Classes in org.flowable.engine.impl.persistence.entity that implement ModelEntityMethods in org.flowable.engine.impl.persistence.entity that return ModelEntityMethods in org.flowable.engine.impl.persistence.entity with parameters of type ModelEntityModifier and TypeMethodDescriptionvoid
ModelEntityManager.deleteEditorSource
(ModelEntity model) void
ModelEntityManagerImpl.deleteEditorSource
(ModelEntity model) void
ModelEntityManager.deleteEditorSourceExtra
(ModelEntity model) void
ModelEntityManagerImpl.deleteEditorSourceExtra
(ModelEntity model) void
ModelEntityManagerImpl.insert
(ModelEntity model) void
ModelEntityManager.updateModel
(ModelEntity updatedModel) void
ModelEntityManagerImpl.updateModel
(ModelEntity updatedModel) -
Uses of ModelEntity in org.flowable.engine.impl.persistence.entity.data.impl
Methods in org.flowable.engine.impl.persistence.entity.data.impl that return ModelEntityMethods in org.flowable.engine.impl.persistence.entity.data.impl that return types with arguments of type ModelEntityModifier and TypeMethodDescriptionClass<? extends ModelEntity>
MybatisModelDataManager.getManagedEntityClass()