public interface IWFActivityNotificationFindOptions extends IBaseFindOptions
Represents options for retrieving IWFActivityNotifications using the
IWorkflowService.getActivityNotifications(IWFActivityNotificationFindOptions) method.
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getDueDate()
Get the due date filter
|
boolean |
isForToday()
Is the filter configured to return today's notifications only?
|
void |
setDueDate(java.util.Date dueDate)
Configure the filter to get all notifications for tasks due on a specific date
|
void |
setForToday(boolean forToday)
Set the filter to get all notifications that should be sent out today
|
getAndOr, getIncludeTotalCount, getIsPagingOn, getMaxResults, getPageNum, getResultsPerPage, getReturnLastRow, getReturnOnlyCounts, getReturnStartRow, getSortDirection, getSortFieldName, setAndOr, setIncludeTotalCount, setMaxResults, setPageNum, setPagingOn, setResultsPerPage, setReturnLastRow, setReturnOnlyCounts, setReturnStartRow, setSortDirection, setSortFieldNamevoid setForToday(boolean forToday)
forToday - - true, to configure the filter to get the notifications for today; false otherwiseboolean isForToday()
void setDueDate(java.util.Date dueDate)
dueDate - if null, all notifications will be returned regardless of due datejava.util.Date getDueDate()
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2021. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.