Interface PropertyEntityManager
-
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.EntityManager<IdmPropertyEntity>
- All Known Implementing Classes:
PropertyEntityManagerImpl
public interface PropertyEntityManager extends org.flowable.common.engine.impl.persistence.entity.EntityManager<IdmPropertyEntity>
- Author:
- Joram Barrez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<IdmPropertyEntity>
findAll()
-
-
-
Method Detail
-
findAll
java.util.List<IdmPropertyEntity> findAll()
-
-