Uses of Enum
io.camunda.client.api.search.enums.OwnerType
Packages that use OwnerType
Package
Description
-
Uses of OwnerType in io.camunda.client.api.command
Methods in io.camunda.client.api.command with parameters of type OwnerTypeModifier and TypeMethodDescriptionSets the ownerType of the permissions for the authorization.Sets the ownerType of the permissions for the authorization. -
Uses of OwnerType in io.camunda.client.api.search.enums
Methods in io.camunda.client.api.search.enums that return OwnerType -
Uses of OwnerType in io.camunda.client.api.search.filter
Methods in io.camunda.client.api.search.filter with parameters of type OwnerTypeModifier and TypeMethodDescriptionFilter authorizations by the specified owner type. -
Uses of OwnerType in io.camunda.client.api.search.response
Methods in io.camunda.client.api.search.response that return OwnerType -
Uses of OwnerType in io.camunda.client.impl.command
Methods in io.camunda.client.impl.command with parameters of type OwnerTypeModifier and TypeMethodDescription -
Uses of OwnerType in io.camunda.client.impl.search.filter
Methods in io.camunda.client.impl.search.filter with parameters of type OwnerTypeModifier and TypeMethodDescription -
Uses of OwnerType in io.camunda.client.impl.search.response
Methods in io.camunda.client.impl.search.response that return OwnerTypeConstructors in io.camunda.client.impl.search.response with parameters of type OwnerTypeModifierConstructorDescriptionAuthorizationImpl(String authorizationKey, String ownerId, String resourceId, OwnerType ownerType, ResourceType resourceType, List<PermissionType> permissionTypes)