TaskQuery |
TaskQuery.attachmentChannelIn(String... attachmentChannel) |
Add the values of attachment channel for exact matching to your query.
|
TaskQuery |
TaskQuery.attachmentChannelLike(String... attachmentChannel) |
Add the values of attachment channel for pattern matching to your query.
|
TaskQuery |
TaskQuery.attachmentChannelNotIn(String... attachmentChannel) |
Exclude the values of attachment channel for exact matching from your query.
|
TaskQuery |
TaskQuery.attachmentChannelNotLike(String... attachmentChannel) |
Exclude the values of attachment channel for pattern matching from your query.
|
TaskQuery |
TaskQuery.attachmentClassificationIdIn(String... attachmentClassificationId) |
Add the attachment classification Ids for exact matching to your query.
|
TaskQuery |
TaskQuery.attachmentClassificationIdNotIn(String... attachmentClassificationId) |
Exclude the attachment classification Ids for exact matching from your query.
|
TaskQuery |
TaskQuery.attachmentClassificationKeyIn(String... attachmentClassificationKeys) |
Add the attachment classification keys for exact matching to your query.
|
TaskQuery |
TaskQuery.attachmentClassificationKeyLike(String... attachmentClassificationKey) |
Add the attachment classification Keys for pattern matching to your query.
|
TaskQuery |
TaskQuery.attachmentClassificationKeyNotIn(String... attachmentClassificationKeys) |
Exclude the attachment classification keys for exact matching from your query.
|
TaskQuery |
TaskQuery.attachmentClassificationKeyNotLike(String... attachmentClassificationKey) |
Exclude the attachment classification Keys for pattern matching from your query.
|
TaskQuery |
TaskQuery.attachmentClassificationNameIn(String... attachmentClassificationName) |
Add the attachment classification names for exact matching to your query.
|
TaskQuery |
TaskQuery.attachmentClassificationNameLike(String... attachmentClassificationName) |
Add the values of attachment classification names for pattern matching to your query.
|
TaskQuery |
TaskQuery.attachmentClassificationNameNotIn(String... attachmentClassificationName) |
Exclude the attachment classification names for exact matching from your query.
|
TaskQuery |
TaskQuery.attachmentClassificationNameNotLike(String... attachmentClassificationName) |
Exclude the values of attachment classification names for pattern matching from your query.
|
TaskQuery |
TaskQuery.attachmentNotReceivedWithin(TimeInterval... receivedNotIn) |
Exclude the received-dates from your query.
|
TaskQuery |
TaskQuery.attachmentReceivedWithin(TimeInterval... receivedIn) |
Add your received-dates to your query.
|
TaskQuery |
TaskQuery.attachmentReferenceValueIn(String... referenceValue) |
Add the values of reference values for exact matching to your query.
|
TaskQuery |
TaskQuery.attachmentReferenceValueLike(String... referenceValue) |
Add the values of reference values for pattern matching to your query.
|
TaskQuery |
TaskQuery.attachmentReferenceValueNotIn(String... referenceValue) |
Exclude the values of reference values for exact matching from your query.
|
TaskQuery |
TaskQuery.attachmentReferenceValueNotLike(String... referenceValue) |
Exclude the values of reference values for pattern matching to your query.
|
TaskQuery |
TaskQuery.businessProcessIdIn(String... businessProcessIds) |
Add the business process ids for exact matching to your query.
|
TaskQuery |
TaskQuery.businessProcessIdLike(String... businessProcessIds) |
Add your businessProcessId for pattern matching to your query.
|
TaskQuery |
TaskQuery.businessProcessIdNotIn(String... businessProcessIds) |
Exclude the business process ids for exact matching from your query.
|
TaskQuery |
TaskQuery.businessProcessIdNotLike(String... businessProcessIds) |
Exclude your businessProcessId for pattern matching to your query.
|
TaskQuery |
TaskQuery.callbackStateIn(CallbackState... states) |
Add your callbackState to your query.
|
TaskQuery |
TaskQuery.callbackStateNotIn(CallbackState... states) |
Exclude the callbackState from your query.
|
TaskQuery |
TaskQuery.claimedNotWithin(TimeInterval... intervals) |
Exclude the time intervals within which the task wasn't claimed from your query.
|
TaskQuery |
TaskQuery.claimedWithin(TimeInterval... intervals) |
Add the time intervals within which the task was claimed to your query.
|
TaskQuery |
TaskQuery.classificationCategoryIn(String... classificationCategories) |
Add your classificationCategory to your query.
|
TaskQuery |
TaskQuery.classificationCategoryLike(String... classificationCategories) |
Add your classificationCategory for pattern matching to your query.
|
TaskQuery |
TaskQuery.classificationCategoryNotIn(String... classificationCategories) |
Exclude the classificationCategory from your query.
|
TaskQuery |
TaskQuery.classificationCategoryNotLike(String... classificationCategories) |
Exclude the classificationCategory for pattern matching from your query.
|
TaskQuery |
TaskQuery.classificationIdIn(String... classificationIds) |
Add your classificationId to your query.
|
TaskQuery |
TaskQuery.classificationIdNotIn(String... classificationIds) |
Exclude these classificationIds from your query.
|
TaskQuery |
TaskQuery.classificationKeyIn(String... classificationKeys) |
Add your classificationKey to your query.
|
TaskQuery |
TaskQuery.classificationKeyLike(String... classificationKeys) |
Add your classificationKey for pattern matching to your query.
|
TaskQuery |
TaskQuery.classificationKeyNotIn(String... classificationKeys) |
Exclude these classificationKeys from your query.
|
TaskQuery |
TaskQuery.classificationKeyNotLike(String... classificationKeys) |
Exclude the classificationKeys for pattern matching from your query.
|
TaskQuery |
TaskQuery.classificationNameIn(String... classificationNames) |
Add your classificationName to your query.
|
TaskQuery |
TaskQuery.classificationNameLike(String... classificationNames) |
Add your classificationName for pattern matching to your query.
|
TaskQuery |
TaskQuery.classificationNameNotIn(String... classificationNames) |
Exclude the classificationName from your query.
|
TaskQuery |
TaskQuery.classificationNameNotLike(String... classificationNames) |
Exclude the classificationName for pattern matching from your query.
|
TaskQuery |
TaskQuery.completedNotWithin(TimeInterval... intervals) |
Exclude the time intervals within which the task wasn't completed from your query.
|
TaskQuery |
TaskQuery.completedWithin(TimeInterval... intervals) |
Add the time intervals within which the task was completed to your query.
|
TaskQuery |
TaskQuery.createdNotWithin(TimeInterval... intervals) |
Exclude the time intervals within which the task wasn't created from your query.
|
TaskQuery |
TaskQuery.createdWithin(TimeInterval... intervals) |
Add the time intervals within which the task was created to your query.
|
TaskQuery |
TaskService.createTaskQuery() |
This method provides a query builder for querying the database.
|
TaskQuery |
TaskQuery.creatorIn(String... creators) |
Add the UserIds of the creator to your query.
|
TaskQuery |
TaskQuery.creatorLike(String... creators) |
Add the UserIds of the creator for pattern matching to your query.
|
TaskQuery |
TaskQuery.creatorNotIn(String... creators) |
Exclude the UserIds of the creator from your query.
|
TaskQuery |
TaskQuery.creatorNotLike(String... creators) |
Exclude the UserIds of the creator for pattern matching from your query.
|
TaskQuery |
TaskQuery.customAttributeIn(TaskCustomField customField,
String... searchArguments) |
Add the values of custom attributes for exact matching to your query.
|
TaskQuery |
TaskQuery.customAttributeLike(TaskCustomField customField,
String... searchArguments) |
Add the values of custom attributes for pattern matching to your query.
|
TaskQuery |
TaskQuery.customAttributeNotIn(TaskCustomField customField,
String... searchArguments) |
Exclude these values of custom attributes from your query.
|
TaskQuery |
TaskQuery.customAttributeNotLike(TaskCustomField customField,
String... searchArguments) |
Exclude the values of custom attributes for pattern matching from your query.
|
TaskQuery |
TaskQuery.descriptionLike(String... description) |
Add your description for pattern matching to your query.
|
TaskQuery |
TaskQuery.descriptionNotLike(String... description) |
Exclude your description for pattern matching from your query.
|
TaskQuery |
TaskQuery.dueNotWithin(TimeInterval... intervals) |
Exclude the time intervals within which the task isn't due from your query.
|
TaskQuery |
TaskQuery.dueWithin(TimeInterval... intervals) |
Add the time intervals within which the task is due to your query.
|
TaskQuery |
TaskQuery.externalIdIn(String... externalIds) |
Add your external ids to your query.
|
TaskQuery |
TaskQuery.externalIdNotIn(String... externalIds) |
Exclude these external ids from your query.
|
TaskQuery |
TaskQuery.idIn(String... taskIds) |
Filter for summaries which contain one of the given taskIds.
|
TaskQuery |
TaskQuery.idNotIn(String... taskIds) |
Exclude summaries which contain one of the given taskIds.
|
TaskQuery |
TaskQuery.modifiedNotWithin(TimeInterval... intervals) |
Exclude the time intervals within which the task wasn't modified from your query.
|
TaskQuery |
TaskQuery.modifiedWithin(TimeInterval... intervals) |
Add the time intervals within which the task wasn't modified to your query.
|
TaskQuery |
TaskQuery.nameIn(String... names) |
Add your names to your query.
|
TaskQuery |
TaskQuery.nameLike(String... names) |
Add your name for pattern matching to your query.
|
TaskQuery |
TaskQuery.nameNotIn(String... names) |
Exclude these names from your query.
|
TaskQuery |
TaskQuery.nameNotLike(String... names) |
Exclude these names for pattern matching from your query.
|
TaskQuery |
TaskQuery.noteLike(String... note) |
Add your custom note for pattern matching to your query.
|
TaskQuery |
TaskQuery.noteNotLike(String... note) |
Exclude your custom note for pattern matching from your query.
|
TaskQuery |
TaskQuery.orderByAttachmentChannel(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the attachment channel.
|
TaskQuery |
TaskQuery.orderByAttachmentClassificationId(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the attachment classification id.
|
TaskQuery |
TaskQuery.orderByAttachmentClassificationKey(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the attachment classification key.
|
TaskQuery |
TaskQuery.orderByAttachmentClassificationName(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the attachment classification name.
|
TaskQuery |
TaskQuery.orderByAttachmentReceived(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the attachment received.
|
TaskQuery |
TaskQuery.orderByAttachmentReference(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the attachment reference value.
|
TaskQuery |
TaskQuery.orderByBusinessProcessId(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the business process id.
|
TaskQuery |
TaskQuery.orderByClaimed(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the claimed timestamp.
|
TaskQuery |
TaskQuery.orderByClassificationKey(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the classification key.
|
TaskQuery |
TaskQuery.orderByClassificationName(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the classification name.
|
TaskQuery |
TaskQuery.orderByCompleted(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the completed timestamp.
|
TaskQuery |
TaskQuery.orderByCreated(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the created timestamp.
|
TaskQuery |
TaskQuery.orderByCreator(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to creators name.
|
TaskQuery |
TaskQuery.orderByCustomAttribute(TaskCustomField customField,
BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the value of a custom field.
|
TaskQuery |
TaskQuery.orderByDomain(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the domain.
|
TaskQuery |
TaskQuery.orderByDue(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the due timestamp.
|
TaskQuery |
TaskQuery.orderByModified(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the modified timestamp.
|
TaskQuery |
TaskQuery.orderByName(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to name.
|
TaskQuery |
TaskQuery.orderByNote(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the note.
|
TaskQuery |
TaskQuery.orderByOwner(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the owner.
|
TaskQuery |
TaskQuery.orderByOwnerLongName(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the owner's long name.
|
TaskQuery |
TaskQuery.orderByParentBusinessProcessId(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the parent business process id.
|
TaskQuery |
TaskQuery.orderByPlanned(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the planned timestamp.
|
TaskQuery |
TaskQuery.orderByPrimaryObjectReferenceCompany(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the company of the primary object reference.
|
TaskQuery |
TaskQuery.orderByPrimaryObjectReferenceSystem(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the system of the primary object reference.
|
TaskQuery |
TaskQuery.orderByPrimaryObjectReferenceSystemInstance(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the system instance of the primary object
reference.
|
TaskQuery |
TaskQuery.orderByPrimaryObjectReferenceType(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the type of the primary object reference.
|
TaskQuery |
TaskQuery.orderByPrimaryObjectReferenceValue(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the value of the primary object reference.
|
TaskQuery |
TaskQuery.orderByPriority(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the priority.
|
TaskQuery |
TaskQuery.orderByReceived(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the received timestamp.
|
TaskQuery |
TaskQuery.orderByState(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the state.
|
TaskQuery |
TaskQuery.orderByTaskId(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the primary task id.
|
TaskQuery |
TaskQuery.orderByWorkbasketId(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the workbasket-Id of the tasks.
|
TaskQuery |
TaskQuery.orderByWorkbasketKey(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the workbasket key.
|
TaskQuery |
TaskQuery.orderByWorkbasketName(BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the workbasket name of the tasks.
|
TaskQuery |
TaskQuery.ownerIn(String... owners) |
Add the owners to your query.
|
TaskQuery |
TaskQuery.ownerLike(String... owners) |
Add the owner for pattern matching to your query.
|
TaskQuery |
TaskQuery.ownerLongNameIn(String... longNames) |
Adds the long names of the owners to your query.
|
TaskQuery |
TaskQuery.ownerLongNameLike(String... longNames) |
Adds the long names of the owner for pattern matching to your query.
|
TaskQuery |
TaskQuery.ownerLongNameNotIn(String... longNames) |
Adds the long names of the owners to your query, which should not be contained.
|
TaskQuery |
TaskQuery.ownerLongNameNotLike(String... longNames) |
Adds the long names of the owner for pattern matching to your query, which should not be
contained.
|
TaskQuery |
TaskQuery.ownerNotIn(String... owners) |
Filter out owners.
|
TaskQuery |
TaskQuery.ownerNotLike(String... owners) |
Exclude the owner for pattern matching from your query.
|
TaskQuery |
TaskQuery.parentBusinessProcessIdIn(String... parentBusinessProcessIds) |
Add the parent business process ids for exact matching to your query.
|
TaskQuery |
TaskQuery.parentBusinessProcessIdLike(String... businessProcessIds) |
Add your parent business process id for pattern matching to your query.
|
TaskQuery |
TaskQuery.parentBusinessProcessIdNotIn(String... parentBusinessProcessIds) |
Exclude the parent business process ids for exact matching from your query.
|
TaskQuery |
TaskQuery.parentBusinessProcessIdNotLike(String... businessProcessIds) |
Exclude your parent business process id for pattern matching to your query.
|
TaskQuery |
TaskQuery.plannedNotWithin(TimeInterval... intervals) |
Exclude the time intervals within which the task isn't planned from your query.
|
TaskQuery |
TaskQuery.plannedWithin(TimeInterval... intervals) |
Add the time intervals within which the task is planned to your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceCompanyIn(String... companies) |
Add the companies of the primary object reference for exact matching to your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceCompanyLike(String... company) |
Add the company of the primary object reference for pattern matching to your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceCompanyNotIn(String... companies) |
Exclude the companies of the primary object reference for exact matching from your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceCompanyNotLike(String... company) |
Exclude the company of the primary object reference for pattern matching from your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceIn(ObjectReference... objectReferences) |
|
TaskQuery |
TaskQuery.primaryObjectReferenceSystemIn(String... systems) |
Add the systems of the primary object reference for exact matching to your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceSystemInstanceIn(String... systemInstances) |
Add the system instances of the primary object reference for exact matching to your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceSystemInstanceLike(String... systemInstances) |
Add the system instance of the primary object reference for pattern matching to your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceSystemInstanceNotIn(String... systemInstances) |
Exclude the system instances of the primary object reference for exact matching from your
query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceSystemInstanceNotLike(String... systemInstances) |
Exclude the system instance of the primary object reference for pattern matching from your
query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceSystemLike(String... systems) |
Add the system of the primary object reference for pattern matching to your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceSystemNotIn(String... systems) |
Exclude the systems of the primary object reference for exact matching from your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceSystemNotLike(String... systems) |
Exclude the system of the primary object reference for pattern matching from your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceTypeIn(String... types) |
Add the types of the primary object reference for exact matching to your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceTypeLike(String... types) |
Add the type of the primary object reference for pattern matching to your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceTypeNotIn(String... types) |
Exclude the types of the primary object reference for exact matching from your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceTypeNotLike(String... types) |
Exclude the type of the primary object reference for pattern matching from your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceValueIn(String... values) |
Add the values of the primary object reference for exact matching to your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceValueLike(String... values) |
Add the value of the primary object reference for pattern matching to your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceValueNotIn(String... values) |
Exclude the values of the primary object reference for exact matching from your query.
|
TaskQuery |
TaskQuery.primaryObjectReferenceValueNotLike(String... values) |
Exclude the value of the primary object reference for pattern matching from your query.
|
TaskQuery |
TaskQuery.priorityIn(int... priorities) |
Add your priorities to your query.
|
TaskQuery |
TaskQuery.priorityNotIn(int... priorities) |
Exclude the priorities from your query.
|
TaskQuery |
TaskQuery.readEquals(Boolean isRead) |
Add the isRead flag to the query.
|
TaskQuery |
TaskQuery.receivedNotWithin(TimeInterval... intervals) |
Exclude the time intervals within which the task wasn't received from your query.
|
TaskQuery |
TaskQuery.receivedWithin(TimeInterval... intervals) |
Add the time intervals within which the task is received to your query.
|
TaskQuery |
TaskQuery.secondaryObjectReferenceIn(ObjectReference... objectReferences) |
|
TaskQuery |
TaskQuery.sorCompanyIn(String... companyIn) |
|
TaskQuery |
TaskQuery.sorCompanyLike(String... companyLike) |
|
TaskQuery |
TaskQuery.sorSystemIn(String... systemIn) |
|
TaskQuery |
TaskQuery.sorSystemInstanceIn(String... systemInstanceIn) |
|
TaskQuery |
TaskQuery.sorSystemInstanceLike(String... systemInstanceLike) |
|
TaskQuery |
TaskQuery.sorSystemLike(String... systemLike) |
|
TaskQuery |
TaskQuery.sorTypeIn(String... typeIn) |
|
TaskQuery |
TaskQuery.sorTypeLike(String... typeLike) |
|
TaskQuery |
TaskQuery.sorValueIn(String... valueIn) |
|
TaskQuery |
TaskQuery.sorValueLike(String... valueLike) |
|
TaskQuery |
TaskQuery.stateIn(TaskState... states) |
Add your state to your query.
|
TaskQuery |
TaskQuery.stateNotIn(TaskState... states) |
Exclude these states from your query.
|
TaskQuery |
TaskQuery.transferredEquals(Boolean isTransferred) |
Add the isTransferred flag to the query.
|
TaskQuery |
TaskQuery.wildcardSearchFieldsIn(WildcardSearchField... wildcardSearchFields) |
Add the Task fields for which the wildcard search should be performed as an exact match to your
query.
|
TaskQuery |
TaskQuery.wildcardSearchValueLike(String wildcardSearchValue) |
Add your wildcard search value for pattern matching to your query.
|
TaskQuery |
TaskQuery.workbasketIdIn(String... workbasketIds) |
Add your workbasket id to the query.
|
TaskQuery |
TaskQuery.workbasketIdNotIn(String... workbasketIds) |
Exclude the workbasket id from the query.
|
TaskQuery |
TaskQuery.workbasketKeyDomainIn(KeyDomain... workbasketIdentifiers) |
Add your workbasket key to the query.
|
TaskQuery |
TaskQuery.workbasketKeyDomainNotIn(KeyDomain... workbasketIdentifiers) |
Exclude the workbasket key from the query.
|