Uses of Class
org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
-
-
Uses of AuthorizationDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return AuthorizationDto Modifier and Type Method Description AuthorizationDtoAuthorizationRestService. createAuthorization(javax.ws.rs.core.UriInfo context, AuthorizationCreateDto dto)Methods in org.camunda.bpm.engine.rest that return types with arguments of type AuthorizationDto Modifier and Type Method Description 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 Modifier and Type Method Description static AuthorizationDtoAuthorizationDto. fromAuthorization(org.camunda.bpm.engine.authorization.Authorization dbAuthorization, org.camunda.bpm.engine.ProcessEngineConfiguration engineConfiguration)Methods in org.camunda.bpm.engine.rest.dto.authorization that return types with arguments of type AuthorizationDto Modifier and Type Method Description static List<AuthorizationDto>AuthorizationDto. fromAuthorizationList(List<org.camunda.bpm.engine.authorization.Authorization> resultList, org.camunda.bpm.engine.ProcessEngineConfiguration engineConfiguration)Methods in org.camunda.bpm.engine.rest.dto.authorization with parameters of type AuthorizationDto Modifier and Type Method Description static voidAuthorizationDto. update(AuthorizationDto dto, org.camunda.bpm.engine.authorization.Authorization dbAuthorization, org.camunda.bpm.engine.ProcessEngineConfiguration engineConfiguration) -
Uses of AuthorizationDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return AuthorizationDto Modifier and Type Method Description AuthorizationDtoAuthorizationRestServiceImpl. 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 Modifier and Type Method Description List<AuthorizationDto>AuthorizationRestServiceImpl. queryAuthorizations(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)List<AuthorizationDto>AuthorizationRestServiceImpl. queryAuthorizations(AuthorizationQueryDto queryDto, 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 Modifier and Type Method Description AuthorizationDtoAuthorizationResource. getAuthorization(javax.ws.rs.core.UriInfo context)Methods in org.camunda.bpm.engine.rest.sub.authorization with parameters of type AuthorizationDto Modifier and Type Method Description voidAuthorizationResource. 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 Modifier and Type Method Description AuthorizationDtoAuthorizationResourceImpl. getAuthorization(javax.ws.rs.core.UriInfo context)Methods in org.camunda.bpm.engine.rest.sub.authorization.impl with parameters of type AuthorizationDto Modifier and Type Method Description voidAuthorizationResourceImpl. updateAuthorization(AuthorizationDto dto)
-