Serialized Form
-
Package org.ehrbase.aql.dto.condition
-
Class org.ehrbase.aql.dto.condition.ParameterValue extends Object implements Serializable
-
Class org.ehrbase.aql.dto.condition.SimpleValue extends Object implements Serializable
-
Serialized Fields
-
value
Object value
-
-
-
-
Package org.ehrbase.aql.dto.containment
-
Class org.ehrbase.aql.dto.containment.Containment extends Object implements Serializable
-
Serialized Fields
-
archetypeId
String archetypeId
-
otherPredicates
PredicateDto otherPredicates
-
type
String type
-
-
-
-
Package org.ehrbase.aql.dto.path
-
Class org.ehrbase.aql.dto.path.AqlPath extends Object implements Serializable
-
Serialized Fields
-
attributeName
String attributeName
-
firstNode
int firstNode
-
formatCache
String[] formatCache
-
hashCode
int hashCode
-
isEmpty
boolean isEmpty
-
nodes
AqlPath.AqlNode[] nodes
-
-
-
Class org.ehrbase.aql.dto.path.AqlPath.AqlNode extends Object implements Serializable
-
Serialized Fields
-
atCode
String atCode
-
hashCode
int hashCode
-
name
String name
-
otherPredicate
PredicateLogicalAndOperation otherPredicate
-
-
-
-
Package org.ehrbase.aql.dto.path.predicate
-
Class org.ehrbase.aql.dto.path.predicate.PredicateComparisonOperatorDto extends Object implements Serializable
-
Serialized Fields
-
statement
String statement
-
symbol
ConditionComparisonOperatorSymbol symbol
-
value
Value value
-
-
-
Class org.ehrbase.aql.dto.path.predicate.PredicateLogicalAndOperation extends Object implements Serializable
-
Serialized Fields
-
symbol
PredicateLogicalOperatorSymbol symbol
-
values
List<SimplePredicateDto> values
-
-
-
Class org.ehrbase.aql.dto.path.predicate.PredicateLogicalOrOperation extends Object implements Serializable
-
Serialized Fields
-
symbol
PredicateLogicalOperatorSymbol symbol
-
values
List<SimplePredicateDto> values
-
-
-
-
Package org.ehrbase.aql.parser
-
Class org.ehrbase.aql.parser.AqlParseException extends SdkException implements Serializable
-