Uses of Class
org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCreateDto
-
Packages that use AuthorizationCreateDto Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.dto.authorization org.camunda.bpm.engine.rest.impl -
-
Uses of AuthorizationCreateDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest with parameters of type AuthorizationCreateDto Modifier and Type Method Description AuthorizationDtoAuthorizationRestService. createAuthorization(javax.ws.rs.core.UriInfo context, AuthorizationCreateDto dto) -
Uses of AuthorizationCreateDto in org.camunda.bpm.engine.rest.dto.authorization
Methods in org.camunda.bpm.engine.rest.dto.authorization with parameters of type AuthorizationCreateDto Modifier and Type Method Description static voidAuthorizationCreateDto. update(AuthorizationCreateDto dto, org.camunda.bpm.engine.authorization.Authorization dbAuthorization, org.camunda.bpm.engine.ProcessEngineConfiguration engineConfiguration) -
Uses of AuthorizationCreateDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl with parameters of type AuthorizationCreateDto Modifier and Type Method Description AuthorizationDtoAuthorizationRestServiceImpl. createAuthorization(javax.ws.rs.core.UriInfo context, AuthorizationCreateDto dto)
-