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 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.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()