Interface CaseQuery.IOrderByQueryColumns
- All Known Implementing Classes:
CaseQuery.EnumValueOrderByColumnQuery,CaseQuery.LongValueOrderByColumnQuery,CaseQuery.OrderByColumnQuery,CaseQuery.OrderByQuery,CaseQuery.StringValueOrderByColumnQuery
- Enclosing class:
CaseQuery
ICase.
Example:
Corresponds to SQL:
CaseQuery.businessCases()
.orderBy()
.ownerUserId()
.startTimestamp().descending();SELECT * FROM IWA_Case
ORDER BY
OwnerUserId ASC,
StartTimestamp DESC
- API:
- This is a public API.
-
Method Summary
Modifier and TypeMethodDescriptionAdds an order by statement for the columnActivatorIdin the default direction ascending.
To change the order to descending useactivatorId().descending()Adds an order by statement for the columnApplicationIdin the default direction ascending.
To change the order to descending useapplicationId().descending()Adds an order by statement for the columnBusinessCalendarin the default direction ascending.
To change the order to descending usebusinessCalendar().descending()Deprecated.Adds an order by statement for the columnBusinessCaseIdin the default direction ascending.
To change the order to descending usebusinessCaseId().descending()Deprecated.useinsteadcustomField().numberField("BusinessCorrespondentId")Deprecated.useinsteadcustomField().stringField("BusinessCreatorUser")Deprecated.Deprecated.Deprecated.useinsteadcustomField().numberField("BusinessMainContactId")Deprecated.useinsteadcustomField().stringField("BusinessMainContactName")Deprecated.useinsteadcustomField().stringField("BusinessMainContactType")Deprecated.Deprecated.useinsteadcustomField().stringField("BusinessObjectCode")Deprecated.Deprecated.useinsteadcustomField().stringField("BusinessObjectFolderId")Deprecated.useinsteadcustomField().stringField("BusinessObjectName")Deprecated.useinsteadcustomField().stringField("BusinessPriority")Adds an order by statement for the columnBusinessRuntimein the default direction ascending.
To change the order to descending usebusinessRuntime().descending()Deprecated.Adds an order by statement for the columnBusinessStatein the default direction ascending.
To change the order to descending usebusinessState().descending()caseId()Adds an order by statement for the columnCaseIdin the default direction ascending.
To change the order to descending usecaseId().descending()category()Adds an order by statement for the columnCategoryin the default direction ascending.
To change the order to descending usecategory().descending()Adds an order by statement for the columnCreatorIdin the default direction ascending.
To change the order to descending usecreatorId().descending()Adds an order by statement for the columnCreatorTaskIdin the default direction ascending.
To change the order to descending usecreatorTaskId().descending()Adds an order by statement for the columnCreatorUserDisplayNamein the default direction ascending.
To change the order to descending usecreatorUserDisplayName().descending()Deprecated, for removal: This API element is subject to removal in a future version.useinsteadcreatorId()Adds an order by statement for the columnCreatorUserNamein the default direction ascending.
To change the order to descending usecreatorUserName().descending()Deprecated.useinsteadcustomField().numberField("CustomDecimalField1")Deprecated.useinsteadcustomField().numberField("CustomDecimalField2")Deprecated.useinsteadcustomField().numberField("CustomDecimalField3")Deprecated.useinsteadcustomField().numberField("CustomDecimalField4")Deprecated.useinsteadcustomField().numberField("CustomDecimalField5")Adds an order by statement for a custom field in the default direction ascending.
To change the order to descending usecustomField().descending()Deprecated.useinsteadcustomField().timestampField("CustomTimestampField1")Deprecated.useinsteadcustomField().timestampField("CustomTimestampField2")Deprecated.useinsteadcustomField().timestampField("CustomTimestampField3")Deprecated.useinsteadcustomField().timestampField("CustomTimestampField4")Deprecated.useinsteadcustomField().timestampField("CustomTimestampField5")Deprecated.useinsteadcustomField().stringField("CustomVarCharField1")Deprecated.useinsteadcustomField().stringField("CustomVarCharField2")Deprecated.useinsteadcustomField().stringField("CustomVarCharField3")Deprecated.useinsteadcustomField().stringField("CustomVarCharField4")Deprecated.useinsteadcustomField().stringField("CustomVarCharField5")Deprecated.ordering by CLOB fields is not possible.Deprecated, for removal: This API element is subject to removal in a future version.the removedDisplayDescriptionTemplatecolumn was never used in production.Deprecated, for removal: This API element is subject to removal in a future version.the removedDisplayNameTemplatecolumn was never used in production.Adds an order by statement for the columnEndTimestampin the default direction ascending.
To change the order to descending useendTimestamp().descending()Adds an order by statement for the columnLanguageIdin the default direction ascending.
To change the order to descending uselanguageId().descending()Adds an order by statement for the columnModifiedTimestampin the default direction ascending.
To change the order to descending usemodifiedTimestamp().descending()name()Adds an order by statement for the columnNamein the default direction ascending.
To change the order to descending usename().descending()Deprecated, for removal: This API element is subject to removal in a future version.This method does not have any effect, because a case can have multiple case owners.ownerId()Deprecated, for removal: This API element is subject to removal in a future version.This method does not have any effect, because a case can have multiple case owners.Deprecated, for removal: This API element is subject to removal in a future version.This method does not have any effect, because a case can have multiple case owners.Deprecated, for removal: This API element is subject to removal in a future version.useinsteadownerId()Deprecated, for removal: This API element is subject to removal in a future version.useinsteadownerId()priority()Adds an order by statement for the columnPriorityin the default direction ascending.
To change the order to descending usepriority().descending()Deprecated.useinsteadcustomField().stringField("ProcessCategoryCode")Deprecated.useinsteadcustomField().stringField("ProcessCategoryName")Deprecated.useinsteadcustomField().stringField("ProcessCode")Adds an order by statement for the columnProcessModelIdin the default direction ascending.
To change the order to descending useprocessModelId().descending()Deprecated.useinsteadcustomField().stringField("ProcessName")Adds an order by statement for the columnSecuritySystemIdin the default direction ascending.
To change the order to descending usesecuritySystemId().descending()stage()Adds an order by statement for the columnStagein the default direction ascending.
To change the order to descending usestage().descending()Adds an order by statement for the columnStartTimestampin the default direction ascending.
To change the order to descending usestartTimestamp().descending()state()Adds an order by statement for the columnStatein the default direction ascending.
To change the order to descending usestate().descending()Deprecated.useinsteadcustomField().stringField("SubTypeCode")Deprecated.useinsteadcustomField().stringField("SubTypeName")Adds an order by statement for the columnTaskStartIdin the default direction ascending.
To change the order to descending usetaskStartId().descending()typeCode()Deprecated.useinsteadcustomField().stringField("TypeCode")typeName()Deprecated.useinsteadcustomField().stringField("TypeName")Adds an order by statement for the columnWorkingTimein the default direction ascending.
To change the order to descending useworkingTime().descending()
-
Method Details
-
caseId
CaseQuery.OrderByColumnQuery caseId()Adds an order by statement for the column
CaseIdin the default direction ascending.
To change the order to descending usecaseId().descending()Example:
CaseQuery.businessCases().orderBy().caseId()
SQL part:
ORDER BY CaseId ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
businessCaseId
CaseQuery.OrderByColumnQuery businessCaseId()Adds an order by statement for the column
BusinessCaseIdin the default direction ascending.
To change the order to descending usebusinessCaseId().descending()Example:
CaseQuery.businessCases().orderBy().businessCaseId()
SQL part:
ORDER BY BusinessCaseId ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
securitySystemId
CaseQuery.OrderByColumnQuery securitySystemId()Adds an order by statement for the column
SecuritySystemIdin the default direction ascending.
To change the order to descending usesecuritySystemId().descending()Example:
CaseQuery.businessCases().orderBy().securitySystemId()
SQL part:
ORDER BY SecuritySystemId ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
applicationId
CaseQuery.OrderByColumnQuery applicationId()Adds an order by statement for the column
ApplicationIdin the default direction ascending.
To change the order to descending useapplicationId().descending()Example:
CaseQuery.businessCases().orderBy().applicationId()
SQL part:
ORDER BY ApplicationId ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
processModelId
CaseQuery.OrderByColumnQuery processModelId()Adds an order by statement for the column
ProcessModelIdin the default direction ascending.
To change the order to descending useprocessModelId().descending()Example:
CaseQuery.businessCases().orderBy().processModelId()
SQL part:
ORDER BY ProcessModelId ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
taskStartId
CaseQuery.OrderByColumnQuery taskStartId()Adds an order by statement for the column
TaskStartIdin the default direction ascending.
To change the order to descending usetaskStartId().descending()Example:
CaseQuery.businessCases().orderBy().taskStartId()
SQL part:
ORDER BY TaskStartId ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
activatorId
CaseQuery.OrderByColumnQuery activatorId()Adds an order by statement for the column
ActivatorIdin the default direction ascending.
To change the order to descending useactivatorId().descending()Example:
CaseQuery.businessCases().orderBy().activatorId()
SQL part:
ORDER BY ActivatorId ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
creatorId
CaseQuery.OrderByColumnQuery creatorId()Adds an order by statement for the column
CreatorIdin the default direction ascending.
To change the order to descending usecreatorId().descending()Example:
CaseQuery.businessCases().orderBy().creatorId()
SQL part:
ORDER BY CreatorId ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
creatorUserName
CaseQuery.OrderByColumnQuery creatorUserName()Adds an order by statement for the column
CreatorUserNamein the default direction ascending.
To change the order to descending usecreatorUserName().descending()Example:
CaseQuery.businessCases().orderBy().creatorUserName()
SQL part:
ORDER BY CreatorUserName ASCThis is a virtual column. It contains the same value as the column
Nameof the referencedCreator.- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
creatorUserDisplayName
CaseQuery.OrderByColumnQuery creatorUserDisplayName()Adds an order by statement for the column
CreatorUserDisplayNamein the default direction ascending.
To change the order to descending usecreatorUserDisplayName().descending()Example:
CaseQuery.businessCases().orderBy().creatorUserDisplayName()
SQL part:
ORDER BY CreatorUserDisplayName ASCThis is a virtual column. It contains the same value as the column
DisplayNameof the referencedCreator.- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
creatorTaskId
CaseQuery.OrderByColumnQuery creatorTaskId()Adds an order by statement for the column
CreatorTaskIdin the default direction ascending.
To change the order to descending usecreatorTaskId().descending()Example:
CaseQuery.businessCases().orderBy().creatorTaskId()
SQL part:
ORDER BY CreatorTaskId ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
name
CaseQuery.OrderByColumnQuery name()Adds an order by statement for the column
Namein the default direction ascending.
To change the order to descending usename().descending()Example:
CaseQuery.businessCases().orderBy().name()
SQL part:
ORDER BY Name ASCThis is a virtual column. It contains the same value as the column
Nameof the referencedCaseLocalized.- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
description
Deprecated.ordering by CLOB fields is not possible.Adds an order by statement for the column
Descriptionin the default direction ascending.
To change the order to descending usedescription().descending()Example:
CaseQuery.businessCases().orderBy().description()
SQL part:
ORDER BY Description ASCThis is a virtual column. It contains the same value as the column
Descriptionof the referencedCaseLocalized.- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
startTimestamp
CaseQuery.OrderByColumnQuery startTimestamp()Adds an order by statement for the column
StartTimestampin the default direction ascending.
To change the order to descending usestartTimestamp().descending()Example:
CaseQuery.businessCases().orderBy().startTimestamp()
SQL part:
ORDER BY StartTimestamp ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
endTimestamp
CaseQuery.OrderByColumnQuery endTimestamp()Adds an order by statement for the column
EndTimestampin the default direction ascending.
To change the order to descending useendTimestamp().descending()Example:
CaseQuery.businessCases().orderBy().endTimestamp()
SQL part:
ORDER BY EndTimestamp ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
modifiedTimestamp
CaseQuery.OrderByColumnQuery modifiedTimestamp()Adds an order by statement for the column
ModifiedTimestampin the default direction ascending.
To change the order to descending usemodifiedTimestamp().descending()Example:
CaseQuery.create().orderBy().modifiedTimestamp()
SQL part:
ORDER BY ModifiedTimestamp ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
businessCalendar
CaseQuery.OrderByColumnQuery businessCalendar()Adds an order by statement for the column
BusinessCalendarin the default direction ascending.
To change the order to descending usebusinessCalendar().descending()Example:
CaseQuery.businessCases().orderBy().businessCalendar()
SQL part:
ORDER BY BusinessCalendar ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
workingTime
CaseQuery.OrderByColumnQuery workingTime()Adds an order by statement for the column
WorkingTimein the default direction ascending.
To change the order to descending useworkingTime().descending()Example:
CaseQuery.businessCases().orderBy().workingTime()
SQL part:
ORDER BY WorkingTime ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
businessRuntime
CaseQuery.OrderByColumnQuery businessRuntime()Adds an order by statement for the column
BusinessRuntimein the default direction ascending.
To change the order to descending usebusinessRuntime().descending()Example:
CaseQuery.businessCases().orderBy().businessRuntime()
SQL part:
ORDER BY BusinessRuntime ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
state
Adds an order by statement for the column
Statein the default direction ascending.
To change the order to descending usestate().descending()Example:
CaseQuery.businessCases().orderBy().state()
SQL part:
ORDER BY State ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
businessState
CaseQuery.EnumValueOrderByColumnQuery<CaseBusinessState> businessState()Adds an order by statement for the column
BusinessStatein the default direction ascending.
To change the order to descending usebusinessState().descending()Example:
CaseQuery.businessCases().orderBy().businessState()
SQL part:
ORDER BY BusinessState ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
priority
Adds an order by statement for the column
Priorityin the default direction ascending.
To change the order to descending usepriority().descending()Example:
CaseQuery.businessCases().orderBy().priority()
SQL part:
ORDER BY Priority ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
stage
CaseQuery.OrderByColumnQuery stage()Adds an order by statement for the column
Stagein the default direction ascending.
To change the order to descending usestage().descending()Example:
CaseQuery.businessCases().orderBy().stage()
SQL part:
ORDER BY Stage ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
ownerId
Deprecated, for removal: This API element is subject to removal in a future version.This method does not have any effect, because a case can have multiple case owners.- API:
- This public API is available in Java.
-
ownerName
Deprecated, for removal: This API element is subject to removal in a future version.This method does not have any effect, because a case can have multiple case owners.- API:
- This public API is available in Java.
-
ownerDisplayName
Deprecated, for removal: This API element is subject to removal in a future version.This method does not have any effect, because a case can have multiple case owners.- API:
- This public API is available in Java.
-
category
CaseQuery.OrderByColumnQuery category()Adds an order by statement for the column
Categoryin the default direction ascending.
To change the order to descending usecategory().descending()Example:
CaseQuery.businessCases().orderBy().category()
SQL part:
ORDER BY Category ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
languageId
CaseQuery.OrderByColumnQuery languageId()Adds an order by statement for the column
LanguageIdin the default direction ascending.
To change the order to descending uselanguageId().descending()Example:
CaseQuery.businessCases().orderBy().languageId()
SQL part:
ORDER BY LanguageId ASCThis is a virtual column. It contains the same value as the column
LanguageIdof the referencedCaseLocalized.- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
customField
CaseQuery.ICustomFieldOrderBy customField()Adds an order by statement for a custom field in the default direction ascending.
To change the order to descending usecustomField().descending()Example:
CaseQuery.businessCases().orderBy().customField().stringField("myStringField")- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
customVarCharField1
Deprecated.useinsteadcustomField().stringField("CustomVarCharField1")Adds an order by statement for the custom field "CustomVarCharField1" in the default direction ascending.
To change the order to descending usecustomVarCharField1().descending()Example:
CaseQuery.businessCases().orderBy().customVarCharField1()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
customVarCharField2
Deprecated.useinsteadcustomField().stringField("CustomVarCharField2")Adds an order by statement for the custom field "CustomVarCharField2" in the default direction ascending.
To change the order to descending usecustomVarCharField2().descending()Example:
CaseQuery.businessCases().orderBy().customVarCharField2()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
customVarCharField3
Deprecated.useinsteadcustomField().stringField("CustomVarCharField3")Adds an order by statement for the custom field "CustomVarCharField3" in the default direction ascending.
To change the order to descending usecustomVarCharField3().descending()Example:
CaseQuery.businessCases().orderBy().customVarCharField3()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
customVarCharField4
Deprecated.useinsteadcustomField().stringField("CustomVarCharField4")Adds an order by statement for the custom field "CustomVarCharField4" in the default direction ascending.
To change the order to descending usecustomVarCharField4().descending()Example:
CaseQuery.businessCases().orderBy().customVarCharField4()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
customVarCharField5
Deprecated.useinsteadcustomField().stringField("CustomVarCharField5")Adds an order by statement for the custom field "CustomVarCharField5" in the default direction ascending.
To change the order to descending usecustomVarCharField5().descending()Example:
CaseQuery.businessCases().orderBy().customVarCharField5()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
customDecimalField1
Deprecated.useinsteadcustomField().numberField("CustomDecimalField1")Adds an order by statement for the custom field "CustomDecimalField1" in the default direction ascending.
To change the order to descending usecustomDecimalField1().descending()Example:
CaseQuery.businessCases().orderBy().customDecimalField1()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
customDecimalField2
Deprecated.useinsteadcustomField().numberField("CustomDecimalField2")Adds an order by statement for the custom field "CustomDecimalField2" in the default direction ascending.
To change the order to descending usecustomDecimalField2().descending()Example:
CaseQuery.businessCases().orderBy().customDecimalField2()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
customDecimalField3
Deprecated.useinsteadcustomField().numberField("CustomDecimalField3")Adds an order by statement for the custom field "CustomDecimalField3" in the default direction ascending.
To change the order to descending usecustomDecimalField3().descending()Example:
CaseQuery.businessCases().orderBy().customDecimalField3()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
customDecimalField4
Deprecated.useinsteadcustomField().numberField("CustomDecimalField4")Adds an order by statement for the custom field "CustomDecimalField4" in the default direction ascending.
To change the order to descending usecustomDecimalField4().descending()Example:
CaseQuery.businessCases().orderBy().customDecimalField4()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
customDecimalField5
Deprecated.useinsteadcustomField().numberField("CustomDecimalField5")Adds an order by statement for the custom field "CustomDecimalField5" in the default direction ascending.
To change the order to descending usecustomDecimalField5().descending()Example:
CaseQuery.businessCases().orderBy().customDecimalField5()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
customTimestampField1
Deprecated.useinsteadcustomField().timestampField("CustomTimestampField1")Adds an order by statement for the custom field "CustomTimestampField1" in the default direction ascending.
To change the order to descending usecustomTimestampField1().descending()Example:
CaseQuery.businessCases().orderBy().customTimestampField1()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
customTimestampField2
Deprecated.useinsteadcustomField().timestampField("CustomTimestampField2")Adds an order by statement for the custom field "CustomTimestampField2" in the default direction ascending.
To change the order to descending usecustomTimestampField2().descending()Example:
CaseQuery.businessCases().orderBy().customTimestampField2()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
customTimestampField3
Deprecated.useinsteadcustomField().timestampField("CustomTimestampField3")Adds an order by statement for the custom field "CustomTimestampField3" in the default direction ascending.
To change the order to descending usecustomTimestampField3().descending()Example:
CaseQuery.businessCases().orderBy().customTimestampField3()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
customTimestampField4
Deprecated.useinsteadcustomField().timestampField("CustomTimestampField4")Adds an order by statement for the custom field "CustomTimestampField4" in the default direction ascending.
To change the order to descending usecustomTimestampField4().descending()Example:
CaseQuery.businessCases().orderBy().customTimestampField4()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
customTimestampField5
Deprecated.useinsteadcustomField().timestampField("CustomTimestampField5")Adds an order by statement for the custom field "CustomTimestampField5" in the default direction ascending.
To change the order to descending usecustomTimestampField5().descending()Example:
CaseQuery.businessCases().orderBy().customTimestampField5()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
businessMilestoneTimestamp
Deprecated.Adds an order by statement for the custom field "BusinessMilestoneTimestamp" in the default direction ascending.
To change the order to descending usebusinessMilestoneTimestamp().descending()Example:
CaseQuery.businessCases().orderBy().businessMilestoneTimestamp()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
businessCreatorUser
Deprecated.useinsteadcustomField().stringField("BusinessCreatorUser")Adds an order by statement for the custom field "BusinessCreatorUser" in the default direction ascending.
To change the order to descending usebusinessCreatorUser().descending()Example:
CaseQuery.businessCases().orderBy().businessCreatorUser()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
businessMainContactId
Deprecated.useinsteadcustomField().numberField("BusinessMainContactId")Adds an order by statement for the custom field "BusinessMainContactId" in the default direction ascending.
To change the order to descending usebusinessMainContactId().descending()Example:
CaseQuery.businessCases().orderBy().businessMainContactId()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
businessMainContactName
Deprecated.useinsteadcustomField().stringField("BusinessMainContactName")Adds an order by statement for the custom field "BusinessMainContactName" in the default direction ascending.
To change the order to descending usebusinessMainContactName().descending()Example:
CaseQuery.businessCases().orderBy().businessMainContactName()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
businessObjectCode
Deprecated.useinsteadcustomField().stringField("BusinessObjectCode")Adds an order by statement for the custom field "BusinessObjectCode" in the default direction ascending.
To change the order to descending usebusinessObjectCode().descending()Example:
CaseQuery.businessCases().orderBy().businessObjectCode()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
businessObjectName
Deprecated.useinsteadcustomField().stringField("BusinessObjectName")Adds an order by statement for the custom field "BusinessObjectName" in the default direction ascending.
To change the order to descending usebusinessObjectName().descending()Example:
CaseQuery.businessCases().orderBy().businessObjectName()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
businessStartTimestamp
Deprecated.Adds an order by statement for the custom field "BusinessStartTimestamp" in the default direction ascending.
To change the order to descending usebusinessStartTimestamp().descending()Example:
CaseQuery.businessCases().orderBy().businessStartTimestamp()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
businessObjectFolderId
Deprecated.useinsteadcustomField().stringField("BusinessObjectFolderId")Adds an order by statement for the custom field "BusinessObjectFolderId" in the default direction ascending.
To change the order to descending usebusinessObjectFolderId().descending()Example:
CaseQuery.businessCases().orderBy().businessObjectFolderId()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
businessObjectDocDbCode
Deprecated.Adds an order by statement for the custom field "BusinessObjectDocumentDbCode" in the default direction ascending.
To change the order to descending usebusinessObjectDocDbCode().descending()Example:
CaseQuery.businessCases().orderBy().businessObjectDocDbCode()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
businessMainContactDocDbCode
Deprecated.Adds an order by statement for the custom field "BusinessMainContactDocumentDbCode" in the default direction ascending.
To change the order to descending usebusinessMainContactDocDbCode().descending()Example:
CaseQuery.businessCases().orderBy().businessMainContactDocDbCode()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
businessMainContactFolderId
Deprecated.Adds an order by statement for the custom field "BusinessMainContactFolderId" in the default direction ascending.
To change the order to descending usebusinessMainContactFolderId().descending()Example:
CaseQuery.businessCases().orderBy().businessMainContactFolderId()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
businessPriority
Deprecated.useinsteadcustomField().stringField("BusinessPriority")Adds an order by statement for the custom field "BusinessPriority" in the default direction ascending.
To change the order to descending usebusinessPriority().descending()Example:
CaseQuery.businessCases().orderBy().businessPriority()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
businessMainContactType
Deprecated.useinsteadcustomField().stringField("BusinessMainContactType")Adds an order by statement for the custom field "BusinessMainContactType" in the default direction ascending.
To change the order to descending usebusinessMainContactType().descending()Example:
CaseQuery.businessCases().orderBy().businessMainContactType()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
businessCorrespondentId
Deprecated.useinsteadcustomField().numberField("BusinessCorrespondentId")Adds an order by statement for the custom field "BusinessCorrespondentId" in the default direction ascending.
To change the order to descending usebusinessCorrespondentId().descending()Example:
CaseQuery.businessCases().orderBy().businessCorrespondentId()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
processCode
Deprecated.useinsteadcustomField().stringField("ProcessCode")Adds an order by statement for the custom field "ProcessCode" in the default direction ascending.
To change the order to descending useprocessCode().descending()Example:
CaseQuery.businessCases().orderBy().processCode()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
processName
Deprecated.useinsteadcustomField().stringField("ProcessName")Adds an order by statement for the custom field "ProcessName" in the default direction ascending.
To change the order to descending useprocessName().descending()Example:
CaseQuery.businessCases().orderBy().processName()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
processCategoryCode
Deprecated.useinsteadcustomField().stringField("ProcessCategoryCode")Adds an order by statement for the custom field "ProcessCategoryCode" in the default direction ascending.
To change the order to descending useprocessCategoryCode().descending()Example:
CaseQuery.businessCases().orderBy().processCategoryCode()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
processCategoryName
Deprecated.useinsteadcustomField().stringField("ProcessCategoryName")Adds an order by statement for the custom field "ProcessCategoryName" in the default direction ascending.
To change the order to descending useprocessCategoryName().descending()Example:
CaseQuery.businessCases().orderBy().processCategoryName()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
typeCode
Deprecated.useinsteadcustomField().stringField("TypeCode")Adds an order by statement for the custom field "TypeCode" in the default direction ascending.
To change the order to descending usetypeCode().descending()Example:
CaseQuery.businessCases().orderBy().typeCode()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
typeName
Deprecated.useinsteadcustomField().stringField("TypeName")Adds an order by statement for the custom field "TypeName" in the default direction ascending.
To change the order to descending usetypeName().descending()Example:
CaseQuery.businessCases().orderBy().typeName()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
subTypeCode
Deprecated.useinsteadcustomField().stringField("SubTypeCode")Adds an order by statement for the custom field "SubTypeCode" in the default direction ascending.
To change the order to descending usesubTypeCode().descending()Example:
CaseQuery.businessCases().orderBy().subTypeCode()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
subTypeName
Deprecated.useinsteadcustomField().stringField("SubTypeName")Adds an order by statement for the custom field "SubTypeName" in the default direction ascending.
To change the order to descending usesubTypeName().descending()Example:
CaseQuery.businessCases().orderBy().subTypeName()
- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
creatorUserId
Deprecated, for removal: This API element is subject to removal in a future version.useinsteadcreatorId()Adds an order by statement for the legacy column
CreatorUserIdin the default direction ascending.
To change the order to descending usecreatorUserId().descending()Example:
CaseQuery.businessCases().orderBy().creatorUserId()
SQL part:
ORDER BY CreatorUserId ASC- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
ownerRoleId
Deprecated, for removal: This API element is subject to removal in a future version.useinsteadownerId()Adds an order by statement for the legacy column
OwnerRoleIdin the default direction ascending.
To change the order to descending useownerRoleId().descending()Example:
CaseQuery.businessCases().orderBy().ownerRoleId()
SQL part:
ORDER BY OwnerRoleId ASC- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
ownerUserId
Deprecated, for removal: This API element is subject to removal in a future version.useinsteadownerId()Adds an order by statement for the legacy column
OwnerUserIdin the default direction ascending.
To change the order to descending useownerUserId().descending()Example:
CaseQuery.businessCases().orderBy().ownerUserId()
SQL part:
ORDER BY OwnerUserId ASC- Returns:
- query for further composition
- API:
- This public API is available in Java.
-
businessCalendarId
Deprecated.usebusinessCalendar()insteadThis method is deprecated. Instead of adding an order by statement for the column
BusinessCalendarIdit adds one for the columnBusinessCalendarin the default direction ascending.
To change the order to descending usebusinessCalendarId().descending()Example:
TaskQuery.create().orderBy().businessCalendarId()
SQL part:
ORDER BY BusinessCalendar ASC- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
displayNameTemplate
Deprecated, for removal: This API element is subject to removal in a future version.the removedDisplayNameTemplatecolumn was never used in production.Orders by primary key because column
DisplayNameTemplatewas removed without any replacement.- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
displayDescriptionTemplate
Deprecated, for removal: This API element is subject to removal in a future version.the removedDisplayDescriptionTemplatecolumn was never used in production.Orders by primary key because column
DisplayDescriptionTemplatewas removed without any replacement.- Returns:
- query for further composition
- See Also:
- API:
- This public API is available in Java.
-
businessCalendar()instead