Conditions URL Syntax Diagrams

Introduction

You can create special URLs that will take you directly to a particular biskit by selecting the biskit via search conditions. For example, if you have a workflow that wants to email a user a link to a biskit, but you don't know the ID of the biskit, but you do know enough about it to uniquely identify it, then you can generate a link. For example, this takes you directly to the user whose name is Jeremiah, so long as there is only one such user:
https://demo.calpendo.com/#ba&type=Calpendo.CalpendoUser&action=view&condition=givenName/eq/'Jeremiah'
Alternatively, you might want to take the user to a search page that shows a selection of items and you want to control which items are shown using some conditions you set. For example, this would show a list of all users with the letter 'l' in their name:
https://demo.calpendo.com/#search&searchType=Calpendo.CalpendoUser&action=view&condition=givenName/contains/'l'
The diagrams in the rest of this document define the syntax for the conditions part of the above URLs.

Examples

root-multi-condition

single-conditionmulti-condition

multi-condition

(single-conditioncondition-combinationmulti-condition)

condition-combination

andornornandANDORNORNAND

single-condition

trueproperty-pathrelationnullNon-date propertiesproperty-valueDate and Date-Time propertiesrelative-dateyyyymmdd.hhmmhhmmss/to-the/accuracyreferenced-by-biskit-type.property-path/where/root-multi-condition/referencedrelationunsigned

relation

/eq//ne//lt//gt//le//ge//EQUAL//NOT_EQUAL//LESS_THAN//LESS_THAN_OR_EQUAL//GREATER_THAN_OR_EQUAL//GREATER_THAN//INCLUDES_ALL//INCLUDES_ANY//DOES_NOT_INCLUDE_ALL//DOES_NOT_INCLUDE_ANY//GAINED_VALUES//LOST_VALUES//NOT_GAINED_VALUES//NOT_LOST_VALUES//STARTS_WITH//ENDS_WITH//CONTAINS//MATCHES//DOES_NOT_START_WITH//DOES_NOT_END_WITH//DOES_NOT_CONTAIN//DOES_NOT_MATCH//MEMBER_OF//NOT_MEMBER_OF//CONTAINS_MEMBER//DOES_NOT_CONTAIN_MEMBER//IS_ANCESTOR_OF//IS_DESCENDANT_OF//IS_NOT_ANCESTOR_OF//IS_NOT_DESCENDANT_OF//INCLUDES_TIME_BETWEEN//DOES_NOT_INCLUDE_TIME_BETWEEN//equal//not_equal//less_than//less_than_or_equal//greater_than_or_equal//greater_than//includes_all//includes_any//does_not_include_all//does_not_include_any//gained_values//lost_values//not_gained_values//not_lost_values//starts_with//ends_with//contains//matches//does_not_start_with//does_not_end_with//does_not_contain//does_not_match//member_of//not_member_of//contains_member//does_not_contain_member//is_ancestor_of//is_descendant_of//is_not_ancestor_of//is_not_descendant_of/

property-path

property-name.

property-name

letterdigitletter_

property-value

long-valuelL+-unsignedinteger-valueiI+-unsigneddouble-valuedD+-unsigned.unsigned.unsignedeE+-unsignedboolean-valueTRUEtruefalseFALSEstring-value'any char not a ''''javaEnum-valueJ'any char not a ''biskit-valuebBbiskit-type-primary-keydateRange-valuerRyyyymmdd.hhmmss-yyyymmdd.hhmmss/to-the/accuracy

unsigned

digit

signed

+-unsigned

relative-date

nownowplusnowminus/signed/accuracy

accuracy

secondminutehourdaymonthyear

biskit-type

letterdigitletter_.

primary-key

unsignedyyyymmdd.hhmmss.unsigned.unsignedunsigned.unsigned

digit

4321056789
All diagrams have been created using Tab Atkins Railroad Diagrams library.