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 List<MissingAuthorizationDto>
AuthorizationExceptionDto. missingAuthorizations
Methods in org.camunda.bpm.engine.rest.dto that return MissingAuthorizationDto Modifier and Type Method Description static MissingAuthorizationDto
MissingAuthorizationDto. 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 List<MissingAuthorizationDto>
MissingAuthorizationDto. fromInfo(Collection<MissingAuthorization> infos)
List<MissingAuthorizationDto>
AuthorizationExceptionDto. getMissingAuthorizations()
Method parameters in org.camunda.bpm.engine.rest.dto with type arguments of type MissingAuthorizationDto Modifier and Type Method Description void
AuthorizationExceptionDto. setMissingAuthorizations(List<MissingAuthorizationDto> info)
-