TaskQuery |
TaskQuery.attachmentChannelIn(String... attachmentChannels) |
Add the values of attachment channel for exact matching to your query.
|
TaskQuery |
TaskQuery.attachmentChannelLike(String... attachmentChannels) |
Add the values of attachment channel for pattern matching to your query.
|
TaskQuery |
TaskQuery.attachmentChannelNotIn(String... attachmentChannels) |
Exclude the values of attachment channel for exact matching from your query.
|
TaskQuery |
TaskQuery.attachmentChannelNotLike(String... attachmentChannels) |
Exclude the values of attachment channel for pattern matching from your query.
|
TaskQuery |
TaskQuery.attachmentClassificationIdIn(String... attachmentClassificationIds) |
Add the attachment classification Ids for exact matching to your query.
|
TaskQuery |
TaskQuery.attachmentClassificationIdNotIn(String... attachmentClassificationIds) |
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... attachmentClassificationKeys) |
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... attachmentClassificationKeys) |
Exclude the attachment classification Keys for pattern matching from your query.
|
TaskQuery |
TaskQuery.attachmentClassificationNameIn(String... attachmentClassificationNames) |
Add the attachment classification names for exact matching to your query.
|
TaskQuery |
TaskQuery.attachmentClassificationNameLike(String... attachmentClassificationNames) |
Add the values of attachment classification names for pattern matching to your query.
|
TaskQuery |
TaskQuery.attachmentClassificationNameNotIn(String... attachmentClassificationNames) |
Exclude the attachment classification names for exact matching from your query.
|
TaskQuery |
TaskQuery.attachmentClassificationNameNotLike(String... attachmentClassificationNames) |
Exclude the values of attachment classification names for pattern matching from your query.
|
TaskQuery |
TaskQuery.attachmentNotReceivedWithin(TimeInterval... receivedNotWithin) |
Exclude the received-dates from your query.
|
TaskQuery |
TaskQuery.attachmentReceivedWithin(TimeInterval... receivedWithin) |
Add your received-dates to your query.
|
TaskQuery |
TaskQuery.attachmentReferenceValueIn(String... referenceValues) |
Add the values of reference values for exact matching to your query.
|
TaskQuery |
TaskQuery.attachmentReferenceValueLike(String... referenceValues) |
Add the values of reference values for pattern matching to your query.
|
TaskQuery |
TaskQuery.attachmentReferenceValueNotIn(String... referenceValues) |
Exclude the values of reference values for exact matching from your query.
|
TaskQuery |
TaskQuery.attachmentReferenceValueNotLike(String... referenceValues) |
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... claimedNotWithin) |
Exclude the time intervals within which the task wasn't claimed from your query.
|
TaskQuery |
TaskQuery.claimedWithin(TimeInterval... claimedWithin) |
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... completedNotWithin) |
Exclude the time intervals within which the task wasn't completed from your query.
|
TaskQuery |
TaskQuery.completedWithin(TimeInterval... completedWithin) |
Add the time intervals within which the task was completed to your query.
|
TaskQuery |
TaskQuery.createdNotWithin(TimeInterval... createdNotWithin) |
Exclude the time intervals within which the task wasn't created from your query.
|
TaskQuery |
TaskQuery.createdWithin(TimeInterval... createdWithin) |
Add the time intervals within which the task was created to your query.
|
TaskQuery |
TaskService.createTaskQuery() |
|
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.customIntAttributeIn(TaskCustomIntField customField,
Integer... searchArguments) |
|
TaskQuery |
TaskQuery.customIntAttributeNotIn(TaskCustomIntField customIntField,
Integer... searchArguments) |
|
TaskQuery |
TaskQuery.customIntAttributeNotWithin(TaskCustomIntField customIntField,
IntInterval... customIntAttributeNotWithin) |
Exclude the values of specified TaskCustomIntField inside the given range from
your query.
|
TaskQuery |
TaskQuery.customIntAttributeWithin(TaskCustomIntField customIntField,
IntInterval... customIntAttributeWithin) |
|
TaskQuery |
TaskQuery.descriptionLike(String... descriptions) |
Add your description for pattern matching to your query.
|
TaskQuery |
TaskQuery.descriptionNotLike(String... descriptions) |
Exclude your description for pattern matching from your query.
|
TaskQuery |
TaskQuery.dueNotWithin(TimeInterval... dueNotWithin) |
Exclude the time intervals within which the task isn't due from your query.
|
TaskQuery |
TaskQuery.dueWithin(TimeInterval... dueWithin) |
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... ids) |
Filter for summaries which contain one of the given taskIds.
|
TaskQuery |
TaskQuery.idNotIn(String... ids) |
Exclude summaries which contain one of the given taskIds.
|
TaskQuery |
TaskQuery.modifiedNotWithin(TimeInterval... modifiedNotWithin) |
Exclude the time intervals within which the task wasn't modified from your query.
|
TaskQuery |
TaskQuery.modifiedWithin(TimeInterval... modifiedWithin) |
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... notes) |
Add your custom note for pattern matching to your query.
|
TaskQuery |
TaskQuery.noteNotLike(String... notes) |
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.orderByCustomIntAttribute(TaskCustomIntField customIntField,
BaseQuery.SortDirection sortDirection) |
This method sorts the query result according to the value of the specified TaskCustomIntField.
|
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... plannedNotWithin) |
Exclude the time intervals within which the task isn't planned from your query.
|
TaskQuery |
TaskQuery.plannedWithin(TimeInterval... plannedWithin) |
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... companies) |
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... companies) |
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... receivedNotWithin) |
Exclude the time intervals within which the task wasn't received from your query.
|
TaskQuery |
TaskQuery.receivedWithin(TimeInterval... receivedWithin) |
Add the time intervals within which the task is received to your query.
|
TaskQuery |
TaskQuery.secondaryObjectReferenceIn(ObjectReference... objectReferences) |
|
TaskQuery |
TaskQuery.sorCompanyIn(String... companies) |
|
TaskQuery |
TaskQuery.sorCompanyLike(String... companies) |
|
TaskQuery |
TaskQuery.sorSystemIn(String... systems) |
|
TaskQuery |
TaskQuery.sorSystemInstanceIn(String... systemInstances) |
|
TaskQuery |
TaskQuery.sorSystemInstanceLike(String... systemInstances) |
|
TaskQuery |
TaskQuery.sorSystemLike(String... systems) |
|
TaskQuery |
TaskQuery.sorTypeIn(String... types) |
|
TaskQuery |
TaskQuery.sorTypeLike(String... types) |
|
TaskQuery |
TaskQuery.sorValueIn(String... values) |
|
TaskQuery |
TaskQuery.sorValueLike(String... values) |
|
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.withoutAttachment() |
|
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.
|