Class QueryServiceImpl.ExecuteListQueryCmd<T>

  • All Implemented Interfaces:
    org.camunda.bpm.engine.impl.interceptor.Command<List<T>>
    Enclosing class:
    QueryServiceImpl

    protected class QueryServiceImpl.ExecuteListQueryCmd<T>
    extends Object
    implements org.camunda.bpm.engine.impl.interceptor.Command<List<T>>
    • Constructor Detail

    • Method Detail

      • execute

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