Uses of Class
org.camunda.bpm.engine.rest.dto.MissingAuthorizationDto

Packages that use MissingAuthorizationDto
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
protected  List<MissingAuthorizationDto> AuthorizationExceptionDto.missingAuthorizations
           
 

Methods in org.camunda.bpm.engine.rest.dto that return MissingAuthorizationDto
static MissingAuthorizationDto MissingAuthorizationDto.fromInfo(MissingAuthorization info)
           
 

Methods in org.camunda.bpm.engine.rest.dto that return types with arguments of type MissingAuthorizationDto
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
 void AuthorizationExceptionDto.setMissingAuthorizations(List<MissingAuthorizationDto> info)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.