Uses of Class
org.camunda.community.rest.client.dto.ResourceOptionsDto
Packages that use ResourceOptionsDto
-
Uses of ResourceOptionsDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return ResourceOptionsDtoModifier and TypeMethodDescriptionGroupApi.availableGroupInstanceOperations(String id) Group Resource Instance Options The `/group` resource supports two custom OPTIONS requests, one for the resource as such and this one for individual group instances.GroupApi.availableGroupInstanceOperations(String id, Map<String, String> additionalHeaders) Group Resource Instance Options The `/group` resource supports two custom OPTIONS requests, one for the resource as such and this one for individual group instances.GroupApi.availableGroupMembersOperations(String id) Group Membership Resource Options The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.GroupApi.availableGroupMembersOperations(String id, Map<String, String> additionalHeaders) Group Membership Resource Options The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.GroupApi.availableGroupOperations()Group Resource Options The `/group` resource supports two custom OPTIONS requests, this one for the resource as such and one for individual group instances.GroupApi.availableGroupOperations(Map<String, String> additionalHeaders) Group Resource Options The `/group` resource supports two custom OPTIONS requests, this one for the resource as such and one for individual group instances.UserApi.availableOperations()Options The `/user` resource supports two custom `OPTIONS` requests, one for the resource as such and one for individual user instances.UserApi.availableOperations(Map<String, String> additionalHeaders) Options The `/user` resource supports two custom `OPTIONS` requests, one for the resource as such and one for individual user instances.AuthorizationApi.availableOperationsAuthorization()Authorization Resource Options The OPTIONS request allows you to check for the set of available operations that the currently authenticated user can perform on the `/authorization` resource.AuthorizationApi.availableOperationsAuthorization(Map<String, String> additionalHeaders) Authorization Resource Options The OPTIONS request allows you to check for the set of available operations that the currently authenticated user can perform on the `/authorization` resource.AuthorizationApi.availableOperationsAuthorizationInstance(String id) Authorization Resource Options The OPTIONS request allows you to check for the set of available operations that the currently authenticated user can perform on a given instance of the `/authorization` resource.AuthorizationApi.availableOperationsAuthorizationInstance(String id, Map<String, String> additionalHeaders) Authorization Resource Options The OPTIONS request allows you to check for the set of available operations that the currently authenticated user can perform on a given instance of the `/authorization` resource.TenantApi.availableTenantGroupMembersOperations(String id) Tenant Group Membership Resource Options The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.TenantApi.availableTenantGroupMembersOperations(String id, Map<String, String> additionalHeaders) Tenant Group Membership Resource Options The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.TenantApi.availableTenantInstanceOperations(String id) Tenant Resource Options The `/tenant` resource supports two custom OPTIONS requests, one for the resource as such and this one for individual tenant instances.TenantApi.availableTenantInstanceOperations(String id, Map<String, String> additionalHeaders) Tenant Resource Options The `/tenant` resource supports two custom OPTIONS requests, one for the resource as such and this one for individual tenant instances.TenantApi.availableTenantResourceOperations()Tenant Resource Options The `/tenant` resource supports two custom OPTIONS requests, this one for the resource as such and one for individual tenant instances.TenantApi.availableTenantResourceOperations(Map<String, String> additionalHeaders) Tenant Resource Options The `/tenant` resource supports two custom OPTIONS requests, this one for the resource as such and one for individual tenant instances.TenantApi.availableTenantUserMembersOperations(String id) Tenant User Membership Resource Options The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.TenantApi.availableTenantUserMembersOperations(String id, Map<String, String> additionalHeaders) Tenant User Membership Resource Options The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.UserApi.availableUserOperations(String id) Options The `/user` resource supports two custom `OPTIONS` requests, one for the resource as such and one for individual user instances.UserApi.availableUserOperations(String id, Map<String, String> additionalHeaders) Options The `/user` resource supports two custom `OPTIONS` requests, one for the resource as such and one for individual user instances.FilterApi.filterResourceOptions()Filter Resource Options The OPTIONS request allows you to check for the set of available operations that the currently authenticated user can perform on the `/filter` resource.FilterApi.filterResourceOptions(Map<String, String> additionalHeaders) Filter Resource Options The OPTIONS request allows you to check for the set of available operations that the currently authenticated user can perform on the `/filter` resource.FilterApi.filterResourceOptionsSingle(String id) Filter Resource Options The OPTIONS request allows you to check for the set of available operations that the currently authenticated user can perform on the `/filter` resource.FilterApi.filterResourceOptionsSingle(String id, Map<String, String> additionalHeaders) Filter Resource Options The OPTIONS request allows you to check for the set of available operations that the currently authenticated user can perform on the `/filter` resource. -
Uses of ResourceOptionsDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return ResourceOptionsDto