|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.dataservices.model.system.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 |
RANGE
Time interval type constant for querying the requests for the given time range |
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 | |
---|---|
long |
getRequestId()
Returns the request id |
java.util.Collection |
getResultCodes()
Returns the set of selected status or result codes for completed processes. |
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 |
setRequestId(long aNumber)
Sets the query request id |
void |
setResultCodes(java.util.Collection resultCodes)
Sets the selected status codes which will be used to filter out the completed processes. |
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
Constructor Detail |
public WorkflowQuery()
Method Detail |
public java.lang.String getTenantDN()
public void setTenantDN(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.util.Collection getResultCodes()
public void setResultCodes(java.util.Collection resultCodes)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |