Uses of Class
io.camunda.zeebe.gateway.protocol.rest.Changeset
Packages that use Changeset
-
Uses of Changeset in io.camunda.zeebe.gateway.protocol.rest
Methods in io.camunda.zeebe.gateway.protocol.rest that return ChangesetModifier and TypeMethodDescriptionChangeset.addCandidateGroupsItem(String candidateGroupsItem) Changeset.addCandidateUsersItem(String candidateUsersItem) Changeset.candidateGroups(List<String> candidateGroups) Changeset.candidateUsers(List<String> candidateUsers) Changeset.followUpDate(String followUpDate) @Valid ChangesetUserTaskUpdateRequest.getChangeset()Get changesetChangeset.putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.Methods in io.camunda.zeebe.gateway.protocol.rest with parameters of type Changeset -
Uses of Changeset in io.camunda.zeebe.gateway.rest.validator
Methods in io.camunda.zeebe.gateway.rest.validator with parameters of type Changeset