public HistoryTaskQuery(CamundaRestClient client) : base(client) { }
public TaskQuery(CamundaRestClient client) : base(client) { }
public DetailsQuery(CamundaRestClient client) : base(client) { }
public GroupQuery(CamundaRestClient client) : base(client) { }
public UserQuery(CamundaRestClient client) : base(client) { }
public ExternalTaskQuery(CamundaRestClient client) : base(client) { }
public GetProcessInstanceQuery(CamundaRestClient client) : base(client) { }
public QueryBase(CamundaRestClient client) { this.client = client; }
public HistoryVariableInstanceQuery(CamundaRestClient client) : base(client) { }
public HistoryProcessInstanceQuery(CamundaRestClient client) : base(client) { }
public ProcessDefinitionQuery(CamundaRestClient client) : base(client) { }
public ProcessInstanceQuery(CamundaRestClient client) : base(client) { }