WorkflowsRulesServiceBase constructor

WorkflowsRulesServiceBase()

Implementation

WorkflowsRulesServiceBase() {
  $addMethod($grpc.ServiceMethod<$0.WorkflowsRulesServiceCreateRequest,
          $1.IdentifierResponse>(
      'Create',
      create_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.WorkflowsRulesServiceCreateRequest.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.WorkflowsRulesServiceCreateRequest,
          $1.IdentifierResponse>(
      'Draft',
      draft_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.WorkflowsRulesServiceCreateRequest.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.WorkflowsRulesServiceUpdateRequest,
          $1.IdentifierResponse>(
      'DraftUpdate',
      draftUpdate_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.WorkflowsRulesServiceUpdateRequest.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierResponse>(
      'SendForVerification',
      sendForVerification_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierResponse>(
      'Verify',
      verify_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierResponse>(
      'Approve',
      approve_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierResponse>(
      'SendForRevision',
      sendForRevision_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.WorkflowsRulesServiceUpdateRequest,
          $1.IdentifierResponse>(
      'RevisionUpdate',
      revisionUpdate_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.WorkflowsRulesServiceUpdateRequest.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierResponse>(
      'Halt',
      halt_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierResponse>(
      'Discard',
      discard_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierResponse>(
      'Restore',
      restore_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierResponse>(
      'Complete',
      complete_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierResponse>(
      'Repeat',
      repeat_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierResponse>(
      'Reopen',
      reopen_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUIDWithUserComment,
          $1.IdentifierResponse>(
      'CommentAdd',
      commentAdd_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $1.IdentifierUUIDWithUserComment.fromBuffer(value),
      ($1.IdentifierResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.Identifier, $0.WorkflowRule>(
      'ViewByID',
      viewByID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.Identifier.fromBuffer(value),
      ($0.WorkflowRule value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $0.WorkflowRule>(
      'ViewByUUID',
      viewByUUID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
      ($0.WorkflowRule value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.ActiveStatus, $0.WorkflowsRulesList>(
      'ViewAll',
      viewAll_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.ActiveStatus.fromBuffer(value),
      ($0.WorkflowsRulesList value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$1.IdentifierUUID, $0.WorkflowsRulesList>(
      'ViewAllForEntityUUID',
      viewAllForEntityUUID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $1.IdentifierUUID.fromBuffer(value),
      ($0.WorkflowsRulesList value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.WorkflowsRulesServicePaginationReq,
          $0.WorkflowsRulesServicePaginationResponse>(
      'ViewWithPagination',
      viewWithPagination_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.WorkflowsRulesServicePaginationReq.fromBuffer(value),
      ($0.WorkflowsRulesServicePaginationResponse value) =>
          value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.WorkflowsRulesServiceSearchAllReq,
          $0.WorkflowsRulesList>(
      'SearchAll',
      searchAll_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.WorkflowsRulesServiceSearchAllReq.fromBuffer(value),
      ($0.WorkflowsRulesList value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.WorkflowsRulesServiceFilterReq,
          $0.WorkflowsRulesList>(
      'Filter',
      filter_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.WorkflowsRulesServiceFilterReq.fromBuffer(value),
      ($0.WorkflowsRulesList value) => value.writeToBuffer()));
  $addMethod(
      $grpc.ServiceMethod<$1.CountInSLCStatusRequest, $1.CountResponse>(
          'CountInStatus',
          countInStatus_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $1.CountInSLCStatusRequest.fromBuffer(value),
          ($1.CountResponse value) => value.writeToBuffer()));
  $addMethod(
      $grpc.ServiceMethod<$0.WorkflowsRulesServiceCountReq, $1.CountResponse>(
          'Count',
          count_Pre,
          false,
          false,
          ($core.List<$core.int> value) =>
              $0.WorkflowsRulesServiceCountReq.fromBuffer(value),
          ($1.CountResponse value) => value.writeToBuffer()));
}