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. missingAuthorizationsMethods in org.camunda.bpm.engine.rest.dto that return MissingAuthorizationDto Modifier and Type Method Description static MissingAuthorizationDtoMissingAuthorizationDto. fromInfo(org.camunda.bpm.engine.authorization.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<org.camunda.bpm.engine.authorization.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 voidAuthorizationExceptionDto. setMissingAuthorizations(List<MissingAuthorizationDto> info)
-