コード例 #1
0
 public HistoryTaskQuery(CamundaRestClient client)
     : base(client)
 {
 }
コード例 #2
0
 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)
 {
 }
コード例 #8
0
 public ExternalTaskQuery(CamundaRestClient client)
     : base(client)
 {
 }
コード例 #9
0
 public GetProcessInstanceQuery(CamundaRestClient client)
     : base(client)
 {
 }
コード例 #10
0
 public QueryBase(CamundaRestClient client)
 {
     this.client = client;
 }
コード例 #11
0
 public HistoryVariableInstanceQuery(CamundaRestClient client) : base(client)
 {
 }
コード例 #12
0
 public UserQuery(CamundaRestClient client)
     : base(client)
 {
 }
コード例 #13
0
 public HistoryProcessInstanceQuery(CamundaRestClient client)
     : base(client)
 {
 }
コード例 #14
0
 public ProcessDefinitionQuery(CamundaRestClient client)
     : base(client)
 {
 }
コード例 #15
0
 public DetailsQuery(CamundaRestClient client) : base(client)
 {
 }
コード例 #16
0
 public ProcessInstanceQuery(CamundaRestClient client)
     : base(client)
 {
 }
コード例 #17
0
 public HistoryVariableInstanceQuery(CamundaRestClient client)
     : base(client)
 {
 }