public class TaskQueryImpl extends Object implements TaskQuery
BaseQuery.SortDirection| Modifier and Type | Method and Description |
|---|---|
TaskQuery |
businessProcessIdIn(String... businessProcessIds)
Add the business process ids for exact matching to your query.
|
TaskQuery |
businessProcessIdLike(String... businessProcessIds)
Add the business process id for pattern matching to your query.
|
TaskQuery |
claimedWithin(TimeInterval... intervals)
Add the time intervals within which the task was claimed to your query.
|
TaskQuery |
classificationCategoryIn(String... classificationCategories)
Add your classificationCategory to your query.
|
TaskQuery |
classificationCategoryLike(String... classificationCategories)
Add your classificationCategory for pattern matching to your query.
|
TaskQuery |
classificationIdIn(String... classificationId)
Add your classificationId to your query.
|
TaskQuery |
classificationKeyIn(String... classificationKey)
Add your classificationKey to your query.
|
TaskQuery |
classificationKeyLike(String... classificationKeys)
Add your classificationKey for pattern matching to your query.
|
TaskQuery |
classificationKeyNotIn(String... classificationKeys)
Exlude these classificationKeys from your query.
|
TaskQuery |
completedWithin(TimeInterval... intervals)
Add the time intervals within which the task was completed to your query.
|
long |
count()
Counting the amount of rows/results for the current query.
|
TaskQuery |
createdWithin(TimeInterval... intervals)
Add the time intervals within which the task was created to your query.
|
ObjectReferenceQuery |
createObjectReferenceQuery()
This method provides a query builder for quering the database.
|
TaskQuery |
creatorIn(String... creators)
Add the UserIds of the creator to your query.
|
TaskQuery |
creatorLike(String... creators)
Add the UserIds of the creator for pattern matching to your query.
|
TaskQuery |
customAttributeIn(String number,
String... strings)
Add the values of custom attribute number num for exact matching to your query.
|
TaskQuery |
customAttributeLike(String number,
String... strings)
Add the values of custom attribute number num for pattern matching to your query.
|
TaskQuery |
descriptionLike(String... description)
Add your description for pattern matching to your query.
|
TaskQuery |
dueWithin(TimeInterval... intervals)
Add the time intervals within which the task is due to your query.
|
String[] |
getBusinessProcessIdIn() |
String[] |
getBusinessProcessIdLike() |
TimeInterval[] |
getClaimedIn() |
String[] |
getClassificationCategoryIn() |
String[] |
getClassificationCategoryLike() |
String[] |
getClassificationIdIn() |
String[] |
getClassificationKeyIn() |
String[] |
getClassificationKeyLike() |
String[] |
getClassificationKeyNotIn() |
String |
getColumnName() |
TimeInterval[] |
getCompletedIn() |
TimeInterval[] |
getCreatedIn() |
String[] |
getCreatorIn() |
String[] |
getCreatorLike() |
String[] |
getCustom10In() |
String[] |
getCustom10Like() |
String[] |
getCustom11In() |
String[] |
getCustom11Like() |
String[] |
getCustom12In() |
String[] |
getCustom12Like() |
String[] |
getCustom13In() |
String[] |
getCustom13Like() |
String[] |
getCustom14In() |
String[] |
getCustom14Like() |
String[] |
getCustom15In() |
String[] |
getCustom15Like() |
String[] |
getCustom16In() |
String[] |
getCustom16Like() |
String[] |
getCustom1In() |
String[] |
getCustom1Like() |
String[] |
getCustom2In() |
String[] |
getCustom2Like() |
String[] |
getCustom3In() |
String[] |
getCustom3Like() |
String[] |
getCustom4In() |
String[] |
getCustom4Like() |
String[] |
getCustom5In() |
String[] |
getCustom5Like() |
String[] |
getCustom6In() |
String[] |
getCustom6Like() |
String[] |
getCustom7In() |
String[] |
getCustom7Like() |
String[] |
getCustom8In() |
String[] |
getCustom8Like() |
String[] |
getCustom9In() |
String[] |
getCustom9Like() |
String[] |
getDescription() |
TimeInterval[] |
getDueIn() |
Boolean |
getIsRead() |
Boolean |
getIsTransferred() |
TimeInterval[] |
getModifiedIn() |
String[] |
getNameIn() |
String[] |
getNameLike() |
String[] |
getNote() |
String[] |
getNoteLike() |
List<String> |
getOrderBy() |
List<String> |
getOrderColumns() |
String[] |
getOwnerIn() |
String[] |
getOwnerLike() |
String[] |
getParentBusinessProcessIdIn() |
String[] |
getParentBusinessProcessIdLike() |
TimeInterval[] |
getPlannedIn() |
String[] |
getPorCompanyIn() |
String[] |
getPorCompanyLike() |
String[] |
getPorSystemIn() |
String[] |
getPorSystemInstanceIn() |
String[] |
getPorSystemInstanceLike() |
String[] |
getPorSystemLike() |
String[] |
getPorTypeIn() |
String[] |
getPorTypeLike() |
String[] |
getPorValueIn() |
String[] |
getPorValueLike() |
int[] |
getPriority() |
TaskState[] |
getStateIn() |
TaskanaEngineImpl |
getTaskanaEngine() |
String[] |
getTaskIds() |
TaskServiceImpl |
getTaskService() |
String[] |
getWorkbasketIdIn() |
KeyDomain[] |
getWorkbasketKeyDomainIn() |
TaskQuery |
idIn(String... taskIds)
Filter for summaries which are containing one of the given taskIds.
|
List<TaskSummary> |
list()
This method will return a list of defined
T objects. |
List<TaskSummary> |
list(int offset,
int limit)
This method will return a list of defined
T objects with specified offset and an limit. |
List<String> |
listValues(String columnName,
BaseQuery.SortDirection sortDirection)
This method will return all currently existing values of a DB-Table once.
|
TaskQuery |
modifiedWithin(TimeInterval... intervals)
Add the time intervals within which the task was modified to your query.
|
TaskQuery |
nameIn(String... names)
Add your names to your query.
|
TaskQuery |
nameLike(String... names)
Add your name for pattern matching to your query.
|
TaskQuery |
noteLike(String... note)
Add your custom note for pattern matching to your query.
|
TaskQuery |
orderByBusinessProcessId(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the business process id.
|
TaskQuery |
orderByClaimed(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the claimed timestamp.
|
TaskQuery |
orderByClassificationKey(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the classification key.
|
TaskQuery |
orderByCompleted(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the completed timestamp.
|
TaskQuery |
orderByCreated(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the created timestamp.
|
TaskQuery |
orderByCreator(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to creators name.
|
TaskQuery |
orderByCustom1(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom1 value.
|
TaskQuery |
orderByCustom10(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom10 value.
|
TaskQuery |
orderByCustom2(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom2 value.
|
TaskQuery |
orderByCustom3(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom3 value.
|
TaskQuery |
orderByCustom4(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom4 value.
|
TaskQuery |
orderByCustom5(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom5 value.
|
TaskQuery |
orderByCustom6(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom6 value.
|
TaskQuery |
orderByCustom7(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom7 value.
|
TaskQuery |
orderByCustom8(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom8 value.
|
TaskQuery |
orderByCustom9(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the custom9 value.
|
TaskQuery |
orderByDomain(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the domain.
|
TaskQuery |
orderByDue(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the due timestamp.
|
TaskQuery |
orderByModified(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the modified timestamp.
|
TaskQuery |
orderByName(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to name.
|
TaskQuery |
orderByNote(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the note.
|
TaskQuery |
orderByOwner(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the owner.
|
TaskQuery |
orderByParentBusinessProcessId(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the parent business process id.
|
TaskQuery |
orderByPlanned(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the planned timestamp.
|
TaskQuery |
orderByPrimaryObjectReferenceCompany(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the company of the primary object reference.
|
TaskQuery |
orderByPrimaryObjectReferenceSystem(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the system of the primary object reference.
|
TaskQuery |
orderByPrimaryObjectReferenceSystemInstance(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the system instance of the primary object reference.
|
TaskQuery |
orderByPrimaryObjectReferenceType(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the type of the primary object reference.
|
TaskQuery |
orderByPrimaryObjectReferenceValue(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the value of the primary object reference.
|
TaskQuery |
orderByPriority(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the priority.
|
TaskQuery |
orderByState(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the state.
|
TaskQuery |
orderByWorkbasketId(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the workbasket-Id of the tasks.
|
TaskQuery |
orderByWorkbasketKey(BaseQuery.SortDirection sortDirection)
This method sorts the query result according to the workbasket key.
|
TaskQuery |
ownerIn(String... owners)
Add the owners to your query.
|
TaskQuery |
ownerLike(String... owners)
Add the owner for pattern matching to your query.
|
TaskQuery |
parentBusinessProcessIdIn(String... parentBusinessProcessIds)
Add the parent business process ids for exact matching to your query.
|
TaskQuery |
parentBusinessProcessIdLike(String... parentBusinessProcessId)
Add the parent business process id for pattern matching to your query.
|
TaskQuery |
plannedWithin(TimeInterval... intervals)
Add the time intervals within which the task is planned to your query.
|
TaskQuery |
primaryObjectReferenceCompanyIn(String... companies)
Add the companies of the primary object reference for exact matching to your query.
|
TaskQuery |
primaryObjectReferenceCompanyLike(String... company)
Add the company of the primary object reference for pattern matching to your query.
|
TaskQuery |
primaryObjectReferenceSystemIn(String... systems)
Add the systems of the primary object reference for exact matching to your query.
|
TaskQuery |
primaryObjectReferenceSystemInstanceIn(String... systemInstances)
Add the system instances of the primary object reference for exact matching to your query.
|
TaskQuery |
primaryObjectReferenceSystemInstanceLike(String... systemInstance)
Add the system instance of the primary object reference for pattern matching to your query.
|
TaskQuery |
primaryObjectReferenceSystemLike(String... system)
Add the system of the primary object reference for pattern matching to your query.
|
TaskQuery |
primaryObjectReferenceTypeIn(String... types)
Add the types of the primary object reference for exact matching to your query.
|
TaskQuery |
primaryObjectReferenceTypeLike(String... type)
Add the type of the primary object reference for pattern matching to your query.
|
TaskQuery |
primaryObjectReferenceValueIn(String... values)
Add the values of the primary object reference for exact matching to your query.
|
TaskQuery |
primaryObjectReferenceValueLike(String... value)
Add the value of the primary object reference for pattern matching to your query.
|
TaskQuery |
priorityIn(int... priorities)
Add your priorities to your query.
|
TaskQuery |
readEquals(Boolean isRead)
Add the isRead flag to the query.
|
TaskSummary |
single()
This method will return a single object of
T. |
TaskQuery |
stateIn(TaskState... states)
Add your state to your query.
|
TaskQuery |
stateNotIn(TaskState... states)
Exclude these states from your query.
|
String |
toString() |
TaskQuery |
transferredEquals(Boolean isTransferred)
Add the isTransferred flag to the query.
|
TaskQuery |
workbasketIdIn(String... workbasketIds)
Add your workbasket key to the query.
|
TaskQuery |
workbasketKeyDomainIn(KeyDomain... workbasketIdentifiers)
Add your workbasket key to the query.
|
public TaskQuery idIn(String... taskIds)
TaskQuerypublic TaskQuery nameIn(String... names)
TaskQuerypublic TaskQuery nameLike(String... names)
TaskQuerypublic TaskQuery creatorIn(String... creators)
TaskQuerypublic TaskQuery creatorLike(String... creators)
TaskQuerycreatorLike in interface TaskQuerycreators - of the queried taskspublic TaskQuery createdWithin(TimeInterval... intervals)
TaskQuerycreatedWithin in interface TaskQueryintervals - - the TimeIntervals within which the task was createdpublic TaskQuery claimedWithin(TimeInterval... intervals)
TaskQueryclaimedWithin in interface TaskQueryintervals - - the TimeIntervals within which the task was claimedpublic TaskQuery completedWithin(TimeInterval... intervals)
TaskQuerycompletedWithin in interface TaskQueryintervals - - the TimeIntervals within which the task was completedpublic TaskQuery modifiedWithin(TimeInterval... intervals)
TaskQuerymodifiedWithin in interface TaskQueryintervals - - the TimeIntervals within which the task was modifiedpublic TaskQuery plannedWithin(TimeInterval... intervals)
TaskQueryplannedWithin in interface TaskQueryintervals - - the TimeIntervals within which the task is plannedpublic TaskQuery dueWithin(TimeInterval... intervals)
TaskQuerypublic TaskQuery descriptionLike(String... description)
TaskQuerydescriptionLike in interface TaskQuerydescription - your descriptionpublic TaskQuery noteLike(String... note)
TaskQuerypublic TaskQuery priorityIn(int... priorities)
TaskQuerypriorityIn in interface TaskQuerypriorities - as a integerpublic TaskQuery workbasketKeyDomainIn(KeyDomain... workbasketIdentifiers)
TaskQueryworkbasketKeyDomainIn in interface TaskQueryworkbasketIdentifiers - the key - domain combinations that identify workbasketspublic TaskQuery workbasketIdIn(String... workbasketIds)
TaskQueryworkbasketIdIn in interface TaskQueryworkbasketIds - the ids of workbasketspublic TaskQuery classificationKeyIn(String... classificationKey)
TaskQueryclassificationKeyIn in interface TaskQueryclassificationKey - the classification keypublic TaskQuery classificationKeyNotIn(String... classificationKeys)
TaskQueryclassificationKeyNotIn in interface TaskQueryclassificationKeys - the classification keypublic TaskQuery classificationKeyLike(String... classificationKeys)
TaskQueryclassificationKeyLike in interface TaskQueryclassificationKeys - the classification keypublic TaskQuery classificationIdIn(String... classificationId)
TaskQueryclassificationIdIn in interface TaskQueryclassificationId - the classification Idspublic TaskQuery classificationCategoryIn(String... classificationCategories)
TaskQueryclassificationCategoryIn in interface TaskQueryclassificationCategories - the classification category for filteringpublic TaskQuery classificationCategoryLike(String... classificationCategories)
TaskQueryclassificationCategoryLike in interface TaskQueryclassificationCategories - the classification categories for filteringpublic TaskQuery ownerIn(String... owners)
TaskQuerypublic TaskQuery ownerLike(String... owners)
TaskQuerypublic TaskQuery primaryObjectReferenceCompanyIn(String... companies)
TaskQueryprimaryObjectReferenceCompanyIn in interface TaskQuerycompanies - the companies of your primary object referencepublic TaskQuery primaryObjectReferenceCompanyLike(String... company)
TaskQueryprimaryObjectReferenceCompanyLike in interface TaskQuerycompany - the company of your primary object referencepublic TaskQuery primaryObjectReferenceSystemIn(String... systems)
TaskQueryprimaryObjectReferenceSystemIn in interface TaskQuerysystems - the systems of your primary object referencepublic TaskQuery primaryObjectReferenceSystemLike(String... system)
TaskQueryprimaryObjectReferenceSystemLike in interface TaskQuerysystem - the system of your primary object referencepublic TaskQuery primaryObjectReferenceSystemInstanceIn(String... systemInstances)
TaskQueryprimaryObjectReferenceSystemInstanceIn in interface TaskQuerysystemInstances - the system instances of your primary object referencepublic TaskQuery primaryObjectReferenceSystemInstanceLike(String... systemInstance)
TaskQueryprimaryObjectReferenceSystemInstanceLike in interface TaskQuerysystemInstance - the system instances of your primary object referencepublic TaskQuery primaryObjectReferenceTypeIn(String... types)
TaskQueryprimaryObjectReferenceTypeIn in interface TaskQuerytypes - the types your primary object referencepublic TaskQuery primaryObjectReferenceTypeLike(String... type)
TaskQueryprimaryObjectReferenceTypeLike in interface TaskQuerytype - the types of your primary object referencepublic TaskQuery primaryObjectReferenceValueIn(String... values)
TaskQueryprimaryObjectReferenceValueIn in interface TaskQueryvalues - the values of your primary object referencepublic TaskQuery primaryObjectReferenceValueLike(String... value)
TaskQueryprimaryObjectReferenceValueLike in interface TaskQueryvalue - the values of your primary object referencepublic TaskQuery readEquals(Boolean isRead)
TaskQueryreadEquals in interface TaskQueryisRead - as Boolean. If null, it won't be integrated into the statement. You have to set false.public TaskQuery transferredEquals(Boolean isTransferred)
TaskQuerytransferredEquals in interface TaskQueryisTransferred - as Boolean. If null, it won't be integrated into the statement. You have to set false.public TaskQuery parentBusinessProcessIdIn(String... parentBusinessProcessIds)
TaskQueryparentBusinessProcessIdIn in interface TaskQueryparentBusinessProcessIds - the parent businessProcessIds of the searched for taskspublic TaskQuery parentBusinessProcessIdLike(String... parentBusinessProcessId)
TaskQueryparentBusinessProcessIdLike in interface TaskQueryparentBusinessProcessId - the parent businessprocess ids of the searched for taskspublic TaskQuery businessProcessIdIn(String... businessProcessIds)
TaskQuerybusinessProcessIdIn in interface TaskQuerybusinessProcessIds - the businessProcessIds of the searched for taskspublic TaskQuery businessProcessIdLike(String... businessProcessIds)
TaskQuerybusinessProcessIdLike in interface TaskQuerybusinessProcessIds - the business process ids of the searched-for taskspublic TaskQuery stateIn(TaskState... states)
TaskQuerypublic TaskQuery stateNotIn(TaskState... states)
TaskQuerystateNotIn in interface TaskQuerystates - the states as TaskStatepublic TaskQuery customAttributeIn(String number, String... strings) throws InvalidArgumentException
TaskQuerycustomAttributeIn in interface TaskQuerynumber - identifies which custom attribute is affected. Taskana concatenates "custom_" with num and the
resulting String must match the name of the database column that contains the custom attribute. Valid
values are "1", "2" .. "16"strings - the custom_num values of the searched for tasksInvalidArgumentException - if num has not a value of "1", "2" ... "16"public TaskQuery customAttributeLike(String number, String... strings) throws InvalidArgumentException
TaskQuerycustomAttributeLike in interface TaskQuerynumber - identifies which custom attribute is affected. Taskana concatenates "custom_" with num and the
resulting String must match the name of the database column that contains the custom attribute. Valid
values are "1", "2" .. "16"strings - the custom_num values of the searched-for tasksInvalidArgumentException - if num has not a value of "1", "2" ... "16"public TaskQuery orderByClassificationKey(BaseQuery.SortDirection sortDirection)
TaskQueryorderByClassificationKey in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByDomain(BaseQuery.SortDirection sortDirection)
TaskQueryorderByDomain in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByPlanned(BaseQuery.SortDirection sortDirection)
TaskQueryorderByPlanned in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByDue(BaseQuery.SortDirection sortDirection)
TaskQueryorderByDue in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByModified(BaseQuery.SortDirection sortDirection)
TaskQueryorderByModified in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByName(BaseQuery.SortDirection sortDirection)
TaskQueryorderByName in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByCreator(BaseQuery.SortDirection sortDirection)
TaskQueryorderByCreator in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByOwner(BaseQuery.SortDirection sortDirection)
TaskQueryorderByOwner in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByPrimaryObjectReferenceCompany(BaseQuery.SortDirection sortDirection)
TaskQueryorderByPrimaryObjectReferenceCompany in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByPrimaryObjectReferenceSystem(BaseQuery.SortDirection sortDirection)
TaskQueryorderByPrimaryObjectReferenceSystem in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByPrimaryObjectReferenceSystemInstance(BaseQuery.SortDirection sortDirection)
TaskQueryorderByPrimaryObjectReferenceSystemInstance in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByPrimaryObjectReferenceType(BaseQuery.SortDirection sortDirection)
TaskQueryorderByPrimaryObjectReferenceType in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByPrimaryObjectReferenceValue(BaseQuery.SortDirection sortDirection)
TaskQueryorderByPrimaryObjectReferenceValue in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByPriority(BaseQuery.SortDirection sortDirection)
TaskQueryorderByPriority in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByState(BaseQuery.SortDirection sortDirection)
TaskQueryorderByState in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByWorkbasketKey(BaseQuery.SortDirection sortDirection)
TaskQueryorderByWorkbasketKey in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByWorkbasketId(BaseQuery.SortDirection sortDirection)
TaskQueryorderByWorkbasketId in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByNote(BaseQuery.SortDirection sortDirection)
TaskQueryorderByNote in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByCustom1(BaseQuery.SortDirection sortDirection)
TaskQueryorderByCustom1 in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByCustom2(BaseQuery.SortDirection sortDirection)
TaskQueryorderByCustom2 in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByCustom3(BaseQuery.SortDirection sortDirection)
TaskQueryorderByCustom3 in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByCustom4(BaseQuery.SortDirection sortDirection)
TaskQueryorderByCustom4 in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByCustom5(BaseQuery.SortDirection sortDirection)
TaskQueryorderByCustom5 in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByCustom6(BaseQuery.SortDirection sortDirection)
TaskQueryorderByCustom6 in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByCustom7(BaseQuery.SortDirection sortDirection)
TaskQueryorderByCustom7 in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByCustom8(BaseQuery.SortDirection sortDirection)
TaskQueryorderByCustom8 in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByCustom9(BaseQuery.SortDirection sortDirection)
TaskQueryorderByCustom9 in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByCustom10(BaseQuery.SortDirection sortDirection)
TaskQueryorderByCustom10 in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByBusinessProcessId(BaseQuery.SortDirection sortDirection)
TaskQueryorderByBusinessProcessId in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByClaimed(BaseQuery.SortDirection sortDirection)
TaskQueryorderByClaimed in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByCompleted(BaseQuery.SortDirection sortDirection)
TaskQueryorderByCompleted in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByCreated(BaseQuery.SortDirection sortDirection)
TaskQueryorderByCreated in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic TaskQuery orderByParentBusinessProcessId(BaseQuery.SortDirection sortDirection)
TaskQueryorderByParentBusinessProcessId in interface TaskQuerysortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic ObjectReferenceQuery createObjectReferenceQuery()
TaskQuerycreateObjectReferenceQuery in interface TaskQueryObjectReferenceQuerypublic List<TaskSummary> list()
BaseQueryT objects. In case of a TaskQuery, this method can throw a
NotAuthorizedToQueryWorkbasketException.list in interface BaseQuery<TaskSummary>public List<String> listValues(String columnName, BaseQuery.SortDirection sortDirection)
BaseQuerylistValues in interface BaseQuery<TaskSummary>columnName - column name of a existing DB Table.sortDirection - Determines whether the result is sorted in ascending or descending order. If sortDirection is null,
the result is sorted in ascending orderpublic List<TaskSummary> list(int offset, int limit)
BaseQueryT objects with specified offset and an limit. In case of a
TaskQuery, this method can throw a NotAuthorizedToQueryWorkbasketException.list in interface BaseQuery<TaskSummary>offset - index of the first element which should be returned.limit - number of elements which should be returned beginning with offset.public TaskSummary single()
BaseQueryT. In case of a TaskQuery, this method can throw a
NotAuthorizedToQueryWorkbasketException.single in interface BaseQuery<TaskSummary>public long count()
BaseQuerycount in interface BaseQuery<TaskSummary>public TaskanaEngineImpl getTaskanaEngine()
public String[] getTaskIds()
public String[] getNameIn()
public String[] getCreatorIn()
public String[] getCreatorLike()
public String[] getDescription()
public int[] getPriority()
public TaskState[] getStateIn()
public String[] getOwnerIn()
public String[] getOwnerLike()
public Boolean getIsRead()
public Boolean getIsTransferred()
public String[] getPorCompanyIn()
public String[] getPorCompanyLike()
public String[] getPorSystemIn()
public String[] getPorSystemLike()
public String[] getPorSystemInstanceIn()
public String[] getPorSystemInstanceLike()
public String[] getPorTypeIn()
public String[] getPorTypeLike()
public String[] getPorValueIn()
public String[] getPorValueLike()
public TimeInterval[] getCreatedIn()
public TaskServiceImpl getTaskService()
public String[] getNote()
public String[] getNoteLike()
public String[] getParentBusinessProcessIdIn()
public String[] getParentBusinessProcessIdLike()
public String[] getBusinessProcessIdIn()
public String[] getBusinessProcessIdLike()
public String[] getCustom1In()
public String[] getCustom1Like()
public String[] getCustom2In()
public String[] getCustom2Like()
public String[] getCustom3In()
public String[] getCustom3Like()
public String[] getCustom4In()
public String[] getCustom4Like()
public String[] getCustom5In()
public String[] getCustom5Like()
public String[] getCustom6In()
public String[] getCustom6Like()
public String[] getCustom7In()
public String[] getCustom7Like()
public String[] getCustom8In()
public String[] getCustom8Like()
public String[] getCustom9In()
public String[] getCustom9Like()
public String[] getCustom10In()
public String[] getCustom10Like()
public String[] getCustom11In()
public String[] getCustom11Like()
public String[] getCustom12In()
public String[] getCustom12Like()
public String[] getCustom13In()
public String[] getCustom13Like()
public String[] getCustom14In()
public String[] getCustom14Like()
public String[] getCustom15In()
public String[] getCustom15Like()
public String[] getCustom16In()
public String[] getCustom16Like()
public String[] getClassificationCategoryIn()
public String[] getClassificationCategoryLike()
public TimeInterval[] getClaimedIn()
public TimeInterval[] getCompletedIn()
public TimeInterval[] getModifiedIn()
public TimeInterval[] getPlannedIn()
public TimeInterval[] getDueIn()
public String[] getNameLike()
public String[] getClassificationKeyIn()
public String[] getClassificationKeyNotIn()
public String[] getClassificationKeyLike()
public String[] getClassificationIdIn()
public KeyDomain[] getWorkbasketKeyDomainIn()
public String[] getWorkbasketIdIn()
public String getColumnName()
Copyright © 2018. All rights reserved.