Class GenericJsonPath
- java.lang.Object
-
- org.ehrbase.aql.sql.queryimpl.attribute.GenericJsonPath
-
public class GenericJsonPath extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringARCHETYPE_NODE_IDstatic StringCONTENTstatic StringCONTEXTstatic StringFEEDER_AUDITstatic StringFEEDER_SYSTEM_AUDITstatic StringFEEDER_SYSTEM_ITEM_IDSstatic StringHEALTH_CARE_FACILITYstatic StringITEMSstatic StringNAMEstatic StringORIGINAL_CONTENTstatic StringORIGINATING_SYSTEM_AUDITstatic StringORIGINATING_SYSTEM_ITEM_IDSstatic StringOTHER_CONTEXTstatic StringOTHER_DETAILSstatic StringPURPOSEstatic StringSETTINGstatic StringTARGETstatic StringTERMINOLOGY_IDstatic StringVALUE
-
Constructor Summary
Constructors Constructor Description GenericJsonPath(String path)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanisIterative()static booleanisTerminalValue(List<String> paths, int index)StringjqueryPath()StringjqueryPathAttributeLevel()Deprecated, for removal: This API element is subject to removal in a future version.12.6.21, use a common path resolution instead.
-
-
-
Field Detail
-
CONTEXT
public static final String CONTEXT
- See Also:
- Constant Field Values
-
FEEDER_AUDIT
public static final String FEEDER_AUDIT
- See Also:
- Constant Field Values
-
ORIGINATING_SYSTEM_ITEM_IDS
public static final String ORIGINATING_SYSTEM_ITEM_IDS
- See Also:
- Constant Field Values
-
FEEDER_SYSTEM_ITEM_IDS
public static final String FEEDER_SYSTEM_ITEM_IDS
- See Also:
- Constant Field Values
-
ORIGINAL_CONTENT
public static final String ORIGINAL_CONTENT
- See Also:
- Constant Field Values
-
ORIGINATING_SYSTEM_AUDIT
public static final String ORIGINATING_SYSTEM_AUDIT
- See Also:
- Constant Field Values
-
FEEDER_SYSTEM_AUDIT
public static final String FEEDER_SYSTEM_AUDIT
- See Also:
- Constant Field Values
-
SETTING
public static final String SETTING
- See Also:
- Constant Field Values
-
HEALTH_CARE_FACILITY
public static final String HEALTH_CARE_FACILITY
- See Also:
- Constant Field Values
-
ITEMS
public static final String ITEMS
- See Also:
- Constant Field Values
-
CONTENT
public static final String CONTENT
- See Also:
- Constant Field Values
-
VALUE
public static final String VALUE
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
OTHER_DETAILS
public static final String OTHER_DETAILS
- See Also:
- Constant Field Values
-
OTHER_CONTEXT
public static final String OTHER_CONTEXT
- See Also:
- Constant Field Values
-
TERMINOLOGY_ID
public static final String TERMINOLOGY_ID
- See Also:
- Constant Field Values
-
PURPOSE
public static final String PURPOSE
- See Also:
- Constant Field Values
-
TARGET
public static final String TARGET
- See Also:
- Constant Field Values
-
ARCHETYPE_NODE_ID
public static final String ARCHETYPE_NODE_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GenericJsonPath
public GenericJsonPath(String path)
-
-
Method Detail
-
jqueryPath
public String jqueryPath()
-
jqueryPathAttributeLevel
@Deprecated(forRemoval=true) public String jqueryPathAttributeLevel()
Deprecated, for removal: This API element is subject to removal in a future version.12.6.21, use a common path resolution instead.- Returns:
-
isIterative
public boolean isIterative()
-
-