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