Interface ActionDeploymentEntityManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.EntityManager<ActionDeploymentEntity>
- All Known Implementing Classes:
ActionDeploymentEntityManagerImpl
public interface ActionDeploymentEntityManager extends org.flowable.common.engine.impl.persistence.entity.EntityManager<ActionDeploymentEntity>
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and Type Method Description ActionDeploymentQuerycreateActionDeploymentQuery()voiddeleteDeployment(java.lang.String deploymentId)longfindDeploymentCountByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap)longfindDeploymentCountByQueryCriteria(ActionDeploymentQueryImpl deploymentQuery)java.util.List<ActionDeployment>findDeploymentsByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap)java.util.List<ActionDeployment>findDeploymentsByQueryCriteria(ActionDeploymentQueryImpl deploymentQuery)java.util.List<java.lang.String>getDeploymentResourceNames(java.lang.String deploymentId)
-
Method Details
-
findDeploymentsByQueryCriteria
java.util.List<ActionDeployment> findDeploymentsByQueryCriteria(ActionDeploymentQueryImpl deploymentQuery) -
getDeploymentResourceNames
java.util.List<java.lang.String> getDeploymentResourceNames(java.lang.String deploymentId) -
findDeploymentsByNativeQuery
java.util.List<ActionDeployment> findDeploymentsByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap) -
findDeploymentCountByNativeQuery
long findDeploymentCountByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap) -
findDeploymentCountByQueryCriteria
-
createActionDeploymentQuery
ActionDeploymentQuery createActionDeploymentQuery() -
deleteDeployment
void deleteDeployment(java.lang.String deploymentId)
-