| 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 |
|---|---|
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 |
|---|---|
ToDoStatus |
ToDo.getStatus()
Return the status of the action/to do.
|
static ToDoStatus |
ToDoStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ToDoStatus[] |
ToDoStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ToDo.setStatus(ToDoStatus status)
Set up the status of the action/to do.
|
Copyright © 2018–2020 ODPi. All rights reserved.