Uses of Enum
io.camunda.client.api.search.enums.ResourceType
Packages that use ResourceType
Package
Description
-
Uses of ResourceType in io.camunda.client.api.command
Methods in io.camunda.client.api.command with parameters of type ResourceTypeModifier and TypeMethodDescriptionCreateAuthorizationCommandStep1.CreateAuthorizationCommandStep4.resourceType(ResourceType resourceType) Sets the resource type for the authorization.UpdateAuthorizationCommandStep1.UpdateAuthorizationCommandStep4.resourceType(ResourceType resourceType) Sets the resource type for the authorization. -
Uses of ResourceType in io.camunda.client.api.search.enums
Methods in io.camunda.client.api.search.enums that return ResourceTypeModifier and TypeMethodDescriptionstatic ResourceTypeReturns the enum constant of this type with the specified name.static ResourceType[]ResourceType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ResourceType in io.camunda.client.api.search.filter
Methods in io.camunda.client.api.search.filter with parameters of type ResourceTypeModifier and TypeMethodDescriptionAuthorizationFilter.resourceType(ResourceType resourceType) Filter authorizations by the specified resource type. -
Uses of ResourceType in io.camunda.client.api.search.response
Methods in io.camunda.client.api.search.response that return ResourceType -
Uses of ResourceType in io.camunda.client.impl.command
Methods in io.camunda.client.impl.command with parameters of type ResourceTypeModifier and TypeMethodDescriptionCreateAuthorizationCommandImpl.resourceType(ResourceType resourceType) UpdateAuthorizationCommandImpl.resourceType(ResourceType resourceType) -
Uses of ResourceType in io.camunda.client.impl.search.filter
Methods in io.camunda.client.impl.search.filter with parameters of type ResourceTypeModifier and TypeMethodDescriptionAuthorizationFilterImpl.resourceType(ResourceType resourceType) -
Uses of ResourceType in io.camunda.client.impl.search.response
Methods in io.camunda.client.impl.search.response that return ResourceTypeConstructors in io.camunda.client.impl.search.response with parameters of type ResourceTypeModifierConstructorDescriptionAuthorizationImpl(String authorizationKey, String ownerId, String resourceId, OwnerType ownerType, ResourceType resourceType, List<PermissionType> permissionTypes)