Package | Description |
---|---|
org.camunda.bpm.engine.rest.dto |
Modifier and Type | Field and Description |
---|---|
protected List<MissingAuthorizationDto> |
AuthorizationExceptionDto.missingAuthorizations |
Modifier and Type | Method and Description |
---|---|
static MissingAuthorizationDto |
MissingAuthorizationDto.fromInfo(MissingAuthorization info) |
Modifier and Type | Method and Description |
---|---|
static List<MissingAuthorizationDto> |
MissingAuthorizationDto.fromInfo(Collection<MissingAuthorization> infos) |
List<MissingAuthorizationDto> |
AuthorizationExceptionDto.getMissingAuthorizations() |
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationExceptionDto.setMissingAuthorizations(List<MissingAuthorizationDto> info) |
Copyright © 2022. All rights reserved.