public HistoryTaskQuery(CamundaRestClient client)
     : base(client)
 {
 }
 public HistoryTaskQuery(CamundaRestClient client)
     : base(client)
 {
 }
Exemplo n.º 3
0
 public TaskQuery(CamundaRestClient client)
     : base(client)
 {
 }
Exemplo n.º 4
0
 public DetailsQuery(CamundaRestClient client)
     : base(client)
 {
 }
Exemplo n.º 5
0
 public GroupQuery(CamundaRestClient client)
     : base(client)
 {
 }
Exemplo n.º 6
0
 public UserQuery(CamundaRestClient client)
     : base(client)
 {
 }
Exemplo n.º 7
0
 public TaskQuery(CamundaRestClient client)
     : base(client)
 {
 }
 public ExternalTaskQuery(CamundaRestClient client)
     : base(client)
 {
 }
 public GetProcessInstanceQuery(CamundaRestClient client)
     : base(client)
 {
 }
Exemplo n.º 10
0
 public QueryBase(CamundaRestClient client)
 {
     this.client = client;
 }
 public HistoryVariableInstanceQuery(CamundaRestClient client) : base(client)
 {
 }
Exemplo n.º 12
0
 public UserQuery(CamundaRestClient client)
     : base(client)
 {
 }
 public HistoryProcessInstanceQuery(CamundaRestClient client)
     : base(client)
 {
 }
 public ProcessDefinitionQuery(CamundaRestClient client)
     : base(client)
 {
 }
Exemplo n.º 15
0
 public DetailsQuery(CamundaRestClient client) : base(client)
 {
 }
Exemplo n.º 16
0
 public ProcessInstanceQuery(CamundaRestClient client)
     : base(client)
 {
 }
 public HistoryVariableInstanceQuery(CamundaRestClient client)
     : base(client)
 {
 }