Filter Data Type

Implemented Interfaces
Serializable
Properties
name data type description
primarySelector FilterSelector
shared boolean
orderCondition OrderCondition
filterCondition FilterCondition
secondarySelectors array of FilterSelector
appliesTo string
inputXml string
Properties inherited from BusinessCFEntity
uuid string
parentCFEntities array of object
Properties inherited from BusinessEntity
descriptionOrCode string
code string
parentEntityType object
parentEntity BusinessEntity
description string
appendGeneratedCode boolean
Properties inherited from EnableEntity
disabled boolean
active boolean
Properties inherited from AuditableEntity
auditable Auditable
Properties inherited from BaseEntity
transient boolean
id number
version number

Example

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