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 ActionDeploymentQuery
createActionDeploymentQuery()
void
deleteDeployment(java.lang.String deploymentId)
long
findDeploymentCountByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap)
long
findDeploymentCountByQueryCriteria(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)
-