|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.dataservices.model.system.WorkflowQuery
public class WorkflowQuery
A system user's preferences when querying workflow processes.
Field Summary | |
---|---|
static int |
ALL_USERS
Submit type constant for querying the requests submitted by all |
static int |
NONE_SELECTED
|
static int |
RANGE
Time interval type constant for querying the requests for the given time range |
static int |
SHOW_ALL
|
static int |
SHOW_ALL_COMPLETED
|
static int |
SHOW_ERRORS
|
static int |
SHOW_ERRORS_WARNINGS
|
static int |
SHOW_PENDING
|
static int |
SHOW_SUCCESS
|
static int |
SHOW_WARNINGS
|
static int |
SUBMIT_BY
Submit type constant for querying the requests submitted by a given user |
static int |
SUBMIT_BY_SELF
Submit type constant for querying the requests submitted by self |
static int |
SUBMIT_FOR
Submit type constant for querying the requests submitted for a given user |
static int |
THISMONTH
Time interval type constant for querying the requests for the current month |
static int |
THISWEEK
Time interval type constant for querying the requests for the current week |
static int |
TIME_COMPLETED
Timestamp type constant for querying the requests by time completed |
static int |
TIME_INITIATED
Timestamp type constant for querying the requests by time initiated |
static int |
TODAY
Time interval type constant for querying the requests for today |
Constructor Summary | |
---|---|
WorkflowQuery()
|
Method Summary | |
---|---|
java.lang.String |
getComments()
Returns the comments. |
long |
getRequestId()
Returns the request id |
int |
getReturnLevel()
|
java.lang.String |
getServiceDnSearchString()
Returns the service |
java.lang.String |
getServiceSearchString()
Returns the service |
java.lang.String |
getSubmitByUserSearchString()
Returns the submit by user |
java.lang.String |
getSubmitForUserSearchString()
Returns the submit for user |
int |
getSubmitType()
Returns the submit type. |
java.lang.String |
getTenantDN()
Returns the tenant dn |
java.util.Date |
getTimeEnd()
Returns end date |
int |
getTimeIntervalType()
Returns time interval type. |
int |
getTimeStampType()
Returns timestamp type. |
java.util.Date |
getTimeStart()
Returns start date |
void |
setComments(java.lang.String aString)
Sets the comments. |
void |
setRequestId(long aNumber)
Sets the query request id |
void |
setReturnLevel(int returnLevel)
|
void |
setServiceDnSearchString(java.lang.String aString)
Sets the query service search string |
void |
setServiceSearchString(java.lang.String aString)
Sets the query service search string |
void |
setSubmitByUserSearchString(java.lang.String aString)
Sets the query submit by user |
void |
setSubmitForUserSearchString(java.lang.String aString)
Sets the query submit for user |
void |
setSubmitType(int aNumber)
Sets the query submit type. |
void |
setTenantDN(java.lang.String aString)
Sets the tenant dn for the query |
void |
setTimeEnd(java.util.Date aDate)
Sets the query end date. |
void |
setTimeIntervalType(int aNumber)
Sets the query time interval type. |
void |
setTimeStampType(int aNumber)
Sets the query timestamp type. |
void |
setTimeStart(java.util.Date aDate)
Sets the query start date. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TIME_INITIATED
public static final int TIME_COMPLETED
public static final int TODAY
public static final int THISWEEK
public static final int THISMONTH
public static final int RANGE
public static final int SUBMIT_BY_SELF
public static final int ALL_USERS
public static final int SUBMIT_BY
public static final int SUBMIT_FOR
public static final int SHOW_SUCCESS
public static final int SHOW_WARNINGS
public static final int SHOW_ERRORS
public static final int SHOW_PENDING
public static final int NONE_SELECTED
public static final int SHOW_ERRORS_WARNINGS
public static final int SHOW_ALL_COMPLETED
public static final int SHOW_ALL
Constructor Detail |
---|
public WorkflowQuery()
Method Detail |
---|
public int getReturnLevel()
public void setReturnLevel(int returnLevel)
returnLevel
- The returnLevel to set.public java.lang.String getTenantDN()
public void setTenantDN(java.lang.String aString)
public java.lang.String getServiceDnSearchString()
public void setServiceDnSearchString(java.lang.String aString)
public java.lang.String getServiceSearchString()
public void setServiceSearchString(java.lang.String aString)
public java.lang.String getSubmitByUserSearchString()
public void setSubmitByUserSearchString(java.lang.String aString)
public java.lang.String getSubmitForUserSearchString()
public void setSubmitForUserSearchString(java.lang.String aString)
public int getSubmitType()
public void setSubmitType(int aNumber)
public java.util.Date getTimeStart()
public void setTimeStart(java.util.Date aDate)
public java.util.Date getTimeEnd()
public void setTimeEnd(java.util.Date aDate)
public int getTimeIntervalType()
public void setTimeIntervalType(int aNumber)
public int getTimeStampType()
public void setTimeStampType(int aNumber)
public long getRequestId()
public void setRequestId(long aNumber)
public java.lang.String getComments()
public void setComments(java.lang.String aString)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |