| Package | Description |
|---|---|
| org.camunda.bpm.cycle.web.dto |
Classes meant for JSON serialization and query data aggregation.
|
| org.camunda.bpm.cycle.web.service | |
| org.camunda.bpm.cycle.web.service.resource |
| Modifier and Type | Method and Description |
|---|---|
static UserDTO |
UserDTO.wrap(User user) |
| Modifier and Type | Method and Description |
|---|---|
static List<UserDTO> |
UserDTO.wrapAll(List<User> users) |
| Modifier and Type | Method and Description |
|---|---|
UserDTO |
DefaultService.currentUser(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
String |
InitialConfigurationService.createInitialUser(UserDTO data) |
| Modifier and Type | Method and Description |
|---|---|
UserDTO |
UserService.create(UserDTO data) |
UserDTO |
UserService.get(long id) |
UserDTO |
UserService.update(UserDTO data) |
| Modifier and Type | Method and Description |
|---|---|
List<UserDTO> |
UserService.list()
$resource specific methods
|
| Modifier and Type | Method and Description |
|---|---|
UserDTO |
UserService.create(UserDTO data) |
UserDTO |
UserService.update(UserDTO data) |
Copyright © 2015. All rights reserved.