| 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 | |
| org.odpi.openmetadata.accessservices.communityprofile.properties |
| Modifier and Type | Method and Description |
|---|---|
String |
ToDoManagementInterface.createToDo(String userId,
String originatorGUID,
String assignToRoleGUID,
List<String> targetElementGUIDs,
ToDoProperties properties)
Create a new to do action and link it to the supplied role and targets (if applicable).
|
void |
ToDoManagementInterface.updateToDo(String userId,
String toDoGUID,
boolean isMergeUpdate,
ToDoProperties toDoProperties)
Update the properties associated with a To Do.
|
| Modifier and Type | Method and Description |
|---|---|
ToDoProperties |
ToDoElement.getProperties()
Return the properties of the to do.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ToDoElement.setProperties(ToDoProperties properties)
Set up the to do properties.
|
| Constructor and Description |
|---|
ToDoProperties(ToDoProperties template)
Copy/clone constructor
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.