| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.communityprofile.api |
The Community Profile Open Metadata Access Service (OMAS) is used by tools and administrators to
maintain information associated with individuals and communities.
|
| 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–2021 LF AI & Data Foundation. All rights reserved.