Uses of Class
org.operaton.bpm.engine.rest.dto.MissingAuthorizationDto
Packages that use MissingAuthorizationDto
-
Uses of MissingAuthorizationDto in org.operaton.bpm.engine.rest.dto
Fields in org.operaton.bpm.engine.rest.dto with type parameters of type MissingAuthorizationDtoModifier and TypeFieldDescriptionprotected List<MissingAuthorizationDto> AuthorizationExceptionDto.missingAuthorizationsMethods in org.operaton.bpm.engine.rest.dto that return MissingAuthorizationDtoModifier and TypeMethodDescriptionstatic MissingAuthorizationDtoMissingAuthorizationDto.fromInfo(MissingAuthorization info) Methods in org.operaton.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.operaton.bpm.engine.rest.dto with type arguments of type MissingAuthorizationDtoModifier and TypeMethodDescriptionvoidAuthorizationExceptionDto.setMissingAuthorizations(List<MissingAuthorizationDto> info)