Package de.elo.ix.client
Class FindBackgroundThreadOptions
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.FindBackgroundThreadOptions
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Filter jobs started after this date.protected String
Filter jobs started before this date.protected String[]
Filter jobs with specific Job-GUIDs.protected boolean
Includes running Jobs in the result.protected boolean
Includes finished Jobs in the result.protected boolean
enables extended result information in the ProcessInfo member (if available)protected int
The order in which the results has to be sorted.protected UserInfo[]
Filter jobs of specific users; Ignored if the caller is no admin.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
getGuids()
int
UserInfo[]
boolean
boolean
boolean
void
setDateAfter
(String dateAfter) void
setDateBefore
(String dateBefore) void
void
setInclActiveJobs
(boolean inclActiveJobs) void
setInclFinishedJobs
(boolean inclFinishedJobs) void
setInclFullInfo
(boolean inclFullInfo) void
setSortOrder
(int sortOrder) void
setUserInfo
(UserInfo[] userInfo) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
inclActiveJobs
protected boolean inclActiveJobsIncludes running Jobs in the result. Defaults to true. -
inclFinishedJobs
protected boolean inclFinishedJobsIncludes finished Jobs in the result. Defaults to false. -
inclFullInfo
protected boolean inclFullInfoenables extended result information in the ProcessInfo member (if available) -
sortOrder
protected int sortOrderThe order in which the results has to be sorted.- See Also:
-
userInfo
Filter jobs of specific users; Ignored if the caller is no admin. -
guids
Filter jobs with specific Job-GUIDs. -
dateAfter
Filter jobs started after this date. -
dateBefore
Filter jobs started before this date.
-
-
Constructor Details
-
FindBackgroundThreadOptions
public FindBackgroundThreadOptions()
-
-
Method Details
-
isInclActiveJobs
public boolean isInclActiveJobs() -
setInclActiveJobs
public void setInclActiveJobs(boolean inclActiveJobs) -
isInclFinishedJobs
public boolean isInclFinishedJobs() -
setInclFinishedJobs
public void setInclFinishedJobs(boolean inclFinishedJobs) -
isInclFullInfo
public boolean isInclFullInfo() -
setInclFullInfo
public void setInclFullInfo(boolean inclFullInfo) -
getSortOrder
public int getSortOrder() -
setSortOrder
public void setSortOrder(int sortOrder) -
getUserInfo
-
setUserInfo
-
getGuids
-
setGuids
-
getDateAfter
-
setDateAfter
-
getDateBefore
-
setDateBefore
-
toString
-