Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.ToDoStatus
-
Packages that use ToDoStatus Package Description org.odpi.openmetadata.accessservices.communityprofile.api The API package defines the Java interfaces supported by the Community Profile OMAS.org.odpi.openmetadata.accessservices.communityprofile.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of ToDoStatus in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type ToDoStatus Modifier and Type Method Description 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 ToDoStatus in org.odpi.openmetadata.accessservices.communityprofile.properties
Methods in org.odpi.openmetadata.accessservices.communityprofile.properties that return ToDoStatus Modifier and Type Method Description ToDoStatusToDoProperties. getStatus()Return the status of the action/to do.static ToDoStatusToDoStatus. 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.Methods in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type ToDoStatus Modifier and Type Method Description voidToDoProperties. setStatus(ToDoStatus status)Set up the status of the action/to do.
-