|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AuthorizationDto in org.camunda.bpm.engine.rest |
|---|
| Methods in org.camunda.bpm.engine.rest that return AuthorizationDto | |
|---|---|
AuthorizationDto |
AuthorizationRestService.createAuthorization(javax.ws.rs.core.UriInfo context,
AuthorizationCreateDto dto)
|
| Methods in org.camunda.bpm.engine.rest that return types with arguments of type AuthorizationDto | |
|---|---|
List<AuthorizationDto> |
AuthorizationRestService.queryAuthorizations(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
|
| Uses of AuthorizationDto in org.camunda.bpm.engine.rest.dto.authorization |
|---|
| Methods in org.camunda.bpm.engine.rest.dto.authorization that return AuthorizationDto | |
|---|---|
static AuthorizationDto |
AuthorizationDto.fromAuthorization(Authorization dbAuthorization)
|
| Methods in org.camunda.bpm.engine.rest.dto.authorization that return types with arguments of type AuthorizationDto | |
|---|---|
static List<AuthorizationDto> |
AuthorizationDto.fromAuthorizationList(List<Authorization> resultList)
|
| Methods in org.camunda.bpm.engine.rest.dto.authorization with parameters of type AuthorizationDto | |
|---|---|
static void |
AuthorizationDto.update(AuthorizationDto dto,
Authorization dbAuthorization)
|
| Uses of AuthorizationDto in org.camunda.bpm.engine.rest.impl |
|---|
| Methods in org.camunda.bpm.engine.rest.impl that return AuthorizationDto | |
|---|---|
AuthorizationDto |
AuthorizationRestServiceImpl.createAuthorization(javax.ws.rs.core.UriInfo context,
AuthorizationCreateDto dto)
|
| Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type AuthorizationDto | |
|---|---|
List<AuthorizationDto> |
AuthorizationRestServiceImpl.queryAuthorizations(AuthorizationQueryDto queryDto,
Integer firstResult,
Integer maxResults)
|
List<AuthorizationDto> |
AuthorizationRestServiceImpl.queryAuthorizations(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
|
| Uses of AuthorizationDto in org.camunda.bpm.engine.rest.sub.authorization |
|---|
| Methods in org.camunda.bpm.engine.rest.sub.authorization that return AuthorizationDto | |
|---|---|
AuthorizationDto |
AuthorizationResource.getAuthorization(javax.ws.rs.core.UriInfo context)
|
| Methods in org.camunda.bpm.engine.rest.sub.authorization with parameters of type AuthorizationDto | |
|---|---|
void |
AuthorizationResource.updateAuthorization(AuthorizationDto Authorization)
|
| Uses of AuthorizationDto in org.camunda.bpm.engine.rest.sub.authorization.impl |
|---|
| Methods in org.camunda.bpm.engine.rest.sub.authorization.impl that return AuthorizationDto | |
|---|---|
AuthorizationDto |
AuthorizationResourceImpl.getAuthorization(javax.ws.rs.core.UriInfo context)
|
| Methods in org.camunda.bpm.engine.rest.sub.authorization.impl with parameters of type AuthorizationDto | |
|---|---|
void |
AuthorizationResourceImpl.updateAuthorization(AuthorizationDto dto)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||