Uses of Interface
org.camunda.bpm.engine.rest.sub.identity.UserResource
-
Packages that use UserResource Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.impl org.camunda.bpm.engine.rest.sub.identity.impl -
-
Uses of UserResource in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return UserResource Modifier and Type Method Description UserResource
UserRestService. getUser(String id)
-
Uses of UserResource in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return UserResource Modifier and Type Method Description UserResource
UserRestServiceImpl. getUser(String id)
-
Uses of UserResource in org.camunda.bpm.engine.rest.sub.identity.impl
Classes in org.camunda.bpm.engine.rest.sub.identity.impl that implement UserResource Modifier and Type Class Description class
UserResourceImpl
-