Class HistoricIncidentQuery

  • All Implemented Interfaces:
    graphql.kickstart.tools.GraphQLQueryResolver, graphql.kickstart.tools.GraphQLResolver<Void>

    @Component
    public class HistoricIncidentQuery
    extends Object
    implements graphql.kickstart.tools.GraphQLQueryResolver
    • Constructor Detail

      • HistoricIncidentQuery

        public HistoricIncidentQuery​(org.camunda.bpm.engine.HistoryService historyService)
    • Method Detail

      • getHistoricIncidents

        public List<org.camunda.bpm.engine.history.HistoricIncident> getHistoricIncidents​(String aProcInstId)