Class CaseRoleAssignmentLogDeleteBuilderImpl

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.jbpm.process.audit.query.AbstractAuditDeleteBuilderImpl

        org.jbpm.process.audit.query.AbstractAuditDeleteBuilderImpl.Subquery
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected String caseDefId  
      • Fields inherited from class org.jbpm.process.audit.query.AbstractAuditDeleteBuilderImpl

        deploymentId, executor, jpaAuditService, recordsPerTransaction, statuses
      • Fields inherited from class org.jbpm.query.jpa.builder.impl.AbstractQueryBuilderImpl

        queryWhere
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.jbpm.process.audit.query.AbstractAuditDeleteBuilderImpl.Subquery applyParameters​(org.jbpm.process.audit.query.AbstractAuditDeleteBuilderImpl.Subquery subquery)  
      protected String getQueryTable()  
      protected Class<?> getQueryType()  
      protected org.jbpm.process.audit.query.AbstractAuditDeleteBuilderImpl.Subquery getSubQuery()  
      CaseRoleAssignmentLogDeleteBuilder inCaseDefId​(String caseDefId)  
      protected boolean isSubquerySupported()  
      • Methods inherited from class org.jbpm.process.audit.query.AbstractAuditDeleteBuilderImpl

        build, checkIfNull, date, dateRangeEnd, dateRangeStart, ensureDateNotTimestamp, getJpaAuditLogService, logBelongsToProcessInDeployment, logBelongsToProcessInStatus, processId, processInstanceId, recordsPerTransaction
      • Methods inherited from class org.jbpm.query.jpa.builder.impl.AbstractDeleteBuilderImpl

        endGroup, newGroup
      • Methods inherited from class org.jbpm.query.jpa.builder.impl.AbstractQueryBuilderImpl

        addIntParameter, addLongParameter, addObjectParameter, addRangeParameter, addRangeParameters, and, clear, equals, getQueryWhere, intersect, like, maxResults, offset, or, regex, union
      • Methods inherited from interface org.kie.internal.runtime.manager.audit.query.AuditDeleteBuilder

        build, logBelongsToProcessInDeployment, logBelongsToProcessInStatus, processId, processInstanceId, recordsPerTransaction
      • Methods inherited from interface org.kie.internal.query.ParametrizedQueryBuilder

        and, clear, equals, intersect, like, maxResults, offset, or, regex, union
    • Field Detail

      • caseDefId

        protected String caseDefId
    • Constructor Detail

      • CaseRoleAssignmentLogDeleteBuilderImpl

        public CaseRoleAssignmentLogDeleteBuilderImpl​(org.jbpm.process.audit.JPAAuditLogService jpaService)
      • CaseRoleAssignmentLogDeleteBuilderImpl

        public CaseRoleAssignmentLogDeleteBuilderImpl​(org.kie.api.runtime.CommandExecutor cmdExecutor)