| 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.metadataelement |
| Modifier and Type | Method and Description |
|---|---|
ToDoElement |
ToDoManagementInterface.getToDo(String userId,
String toDoGUID)
Retrieve a to do by unique identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<ToDoElement> |
ToDoManagementInterface.getActionsForElement(String userId,
String elementGUID,
int startFrom,
int pageSize)
Retrieve the to dos that are chained off of an element.
|
List<ToDoElement> |
ToDoManagementInterface.getAssignedActions(String userId,
String roleGUID,
int startFrom,
int pageSize)
Retrieve the to dos for a particular person role.
|
List<ToDoElement> |
MyRolesAndActionsInterface.getMyToDos(String userId,
ToDoStatus status,
int startFrom,
int pageSize)
Return a list of to dos assigned to the calling user.
|
List<ToDoElement> |
MyRolesAndActionsInterface.getMyToDosByRole(String userId,
String personalRoleGUID,
ToDoStatus status,
int startFrom,
int pageSize)
Return a list of to dos assigned to the calling user.
|
| Constructor and Description |
|---|
ToDoElement(ToDoElement template)
Copy/clone constructor
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.