Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ToDoElement
-
Packages that use ToDoElement 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.metadataelements -
-
Uses of ToDoElement in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api that return ToDoElement Modifier and Type Method Description ToDoElementToDoManagementInterface. getToDo(String userId, String toDoGUID)Retrieve a to do by unique identifier.Methods in org.odpi.openmetadata.accessservices.communityprofile.api that return types with arguments of type ToDoElement Modifier and Type Method 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. -
Uses of ToDoElement in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Constructors in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type ToDoElement Constructor Description ToDoElement(ToDoElement template)Copy/clone constructor
-