Uses of Class
org.camunda.bpm.engine.rest.dto.MissingAuthorizationDto
Packages that use MissingAuthorizationDto
-
Uses of MissingAuthorizationDto in org.camunda.bpm.engine.rest.dto
Fields in org.camunda.bpm.engine.rest.dto with type parameters of type MissingAuthorizationDtoModifier and TypeFieldDescriptionprotected List<MissingAuthorizationDto>
AuthorizationExceptionDto.missingAuthorizations
Methods in org.camunda.bpm.engine.rest.dto that return MissingAuthorizationDtoModifier and TypeMethodDescriptionstatic MissingAuthorizationDto
MissingAuthorizationDto.fromInfo
(MissingAuthorization info) Methods in org.camunda.bpm.engine.rest.dto that return types with arguments of type MissingAuthorizationDtoModifier and TypeMethodDescriptionstatic List<MissingAuthorizationDto>
MissingAuthorizationDto.fromInfo
(Collection<MissingAuthorization> infos) AuthorizationExceptionDto.getMissingAuthorizations()
Method parameters in org.camunda.bpm.engine.rest.dto with type arguments of type MissingAuthorizationDtoModifier and TypeMethodDescriptionvoid
AuthorizationExceptionDto.setMissingAuthorizations
(List<MissingAuthorizationDto> info)