OrderCondition Data Type

Implemented Interfaces
Serializable
Properties
name data type description
filter Filter
fieldNames array of string
ascending boolean
Properties inherited from BaseEntity
transient boolean
id number
version number

Example

{
  "filter" : {
    "primarySelector" : {
      "targetEntity" : "...",
      "exportFields" : [ "...", "..." ],
      "ignoreIfNotFoundForeignKeys" : [ "...", "..." ],
      "displayFields" : [ "...", "..." ],
      "alias" : "...",
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "shared" : true,
    "orderCondition" : {
      "filter" : { },
      "fieldNames" : [ "...", "..." ],
      "ascending" : true,
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "filterCondition" : {
      "filterConditionType" : "...",
      "filter" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "secondarySelectors" : [ {
      "targetEntity" : "...",
      "exportFields" : [ "...", "..." ],
      "ignoreIfNotFoundForeignKeys" : [ "...", "..." ],
      "displayFields" : [ "...", "..." ],
      "alias" : "...",
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    }, {
      "targetEntity" : "...",
      "exportFields" : [ "...", "..." ],
      "ignoreIfNotFoundForeignKeys" : [ "...", "..." ],
      "displayFields" : [ "...", "..." ],
      "alias" : "...",
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    } ],
    "appliesTo" : "...",
    "inputXml" : "...",
    "uuid" : "...",
    "parentCFEntities" : [ { }, { } ],
    "descriptionOrCode" : "...",
    "code" : "...",
    "parentEntityType" : { },
    "parentEntity" : {
      "descriptionOrCode" : "...",
      "code" : "...",
      "parentEntityType" : { },
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "description" : "...",
    "appendGeneratedCode" : true,
    "disabled" : true,
    "active" : true,
    "auditable" : {
      "lastUser" : "...",
      "updated" : 12345,
      "creator" : "...",
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345
    },
    "transient" : true,
    "id" : 12345,
    "version" : 12345
  },
  "fieldNames" : [ "...", "..." ],
  "ascending" : true,
  "transient" : true,
  "id" : 12345,
  "version" : 12345
}