| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.communityprofile.api | |
| org.odpi.openmetadata.accessservices.communityprofile.properties |
| Modifier and Type | Method and Description |
|---|---|
ToDo |
ToDoManagementInterface.getToDo(String userId,
String toDoGUID) |
| Modifier and Type | Method and Description |
|---|---|
List<ToDo> |
MyRolesAndActionsInterface.getMyToDos(String userId,
ToDoStatus status,
int startFrom,
int pageSize)
Return a list of to dos assigned to the calling user.
|
List<ToDo> |
MyRolesAndActionsInterface.getMyToDosByRole(String userId,
String personalRoleGUID,
ToDoStatus status,
int startFrom,
int pageSize)
Return a list of to dos assigned to the calling user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ToDoManagementInterface.updateToDo(String userId,
ToDo toDo) |
| Constructor and Description |
|---|
ToDo(ToDo template)
Copy/clone constructor
|
Copyright © 2018–2020 ODPi. All rights reserved.