Uses of Enum
io.camunda.client.api.search.enums.PermissionType
Packages that use PermissionType
Package
Description
-
Uses of PermissionType in io.camunda.client.api.command
Methods in io.camunda.client.api.command with parameters of type PermissionTypeModifier and TypeMethodDescriptionCreateAuthorizationCommandStep1.CreateAuthorizationCommandStep5.permissionTypes(PermissionType... permissionTypes) List the permission types for the authorization.UpdateAuthorizationCommandStep1.UpdateAuthorizationCommandStep5.permissionTypes(PermissionType... permissionTypes) List the permission types for the authorization. -
Uses of PermissionType in io.camunda.client.api.search.enums
Methods in io.camunda.client.api.search.enums that return PermissionTypeModifier and TypeMethodDescriptionstatic PermissionTypeReturns the enum constant of this type with the specified name.static PermissionType[]PermissionType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PermissionType in io.camunda.client.api.search.response
Methods in io.camunda.client.api.search.response that return types with arguments of type PermissionType -
Uses of PermissionType in io.camunda.client.impl.command
Methods in io.camunda.client.impl.command with parameters of type PermissionTypeModifier and TypeMethodDescriptionCreateAuthorizationCommandImpl.permissionTypes(PermissionType... permissionTypes) UpdateAuthorizationCommandImpl.permissionTypes(PermissionType... permissionTypes) -
Uses of PermissionType in io.camunda.client.impl.search.response
Methods in io.camunda.client.impl.search.response that return types with arguments of type PermissionTypeConstructor parameters in io.camunda.client.impl.search.response with type arguments of type PermissionTypeModifierConstructorDescriptionAuthorizationImpl(String authorizationKey, String ownerId, String resourceId, OwnerType ownerType, ResourceType resourceType, List<PermissionType> permissionTypes)