Class ProcessInstanceRestService.QueryProcessInstancesCountCmd

  • All Implemented Interfaces:
    org.camunda.bpm.engine.impl.interceptor.Command<org.camunda.bpm.engine.rest.dto.CountResultDto>
    Enclosing class:
    ProcessInstanceRestService

    protected class ProcessInstanceRestService.QueryProcessInstancesCountCmd
    extends Object
    implements org.camunda.bpm.engine.impl.interceptor.Command<org.camunda.bpm.engine.rest.dto.CountResultDto>
    • Constructor Detail

    • Method Detail

      • execute

        public org.camunda.bpm.engine.rest.dto.CountResultDto execute​(org.camunda.bpm.engine.impl.interceptor.CommandContext commandContext)
        Specified by:
        execute in interface org.camunda.bpm.engine.impl.interceptor.Command<org.camunda.bpm.engine.rest.dto.CountResultDto>