Uses of Class
org.camunda.bpm.engine.rest.dto.MissingAuthorizationDto
-
Packages that use MissingAuthorizationDto Package Description org.camunda.bpm.engine.rest.dto -
-
Uses of MissingAuthorizationDto in org.camunda.bpm.engine.rest.dto
Fields in org.camunda.bpm.engine.rest.dto with type parameters of type MissingAuthorizationDto Modifier and Type Field Description protected java.util.List<MissingAuthorizationDto>AuthorizationExceptionDto. missingAuthorizationsMethods in org.camunda.bpm.engine.rest.dto that return MissingAuthorizationDto Modifier and Type Method Description static MissingAuthorizationDtoMissingAuthorizationDto. fromInfo(MissingAuthorization info)Methods in org.camunda.bpm.engine.rest.dto that return types with arguments of type MissingAuthorizationDto Modifier and Type Method Description static java.util.List<MissingAuthorizationDto>MissingAuthorizationDto. fromInfo(java.util.Collection<MissingAuthorization> infos)java.util.List<MissingAuthorizationDto>AuthorizationExceptionDto. getMissingAuthorizations()Method parameters in org.camunda.bpm.engine.rest.dto with type arguments of type MissingAuthorizationDto Modifier and Type Method Description voidAuthorizationExceptionDto. setMissingAuthorizations(java.util.List<MissingAuthorizationDto> info)
-