public interface LinkedRecordInformation
LinkedRecordDefinition,
IndicatorDefinitionContext.getLinkedRecordInformation()| Modifier and Type | Method and Description |
|---|---|
String |
getOption(String key)
Returns the option for a certain key defined in
LinkedRecordDefinition.addOption(ParameterDefinition). |
List<String> |
getOptions(String key)
Returns the options for a certain key defined in
LinkedRecordDefinition.addOption(ParameterDefinition). |
com.orchestranetworks.schema.Path |
getReferencePath(String optionValue)
Returns the reference path for a specified option value defined in
LinkedRecordDefinition.addReferencePath(String, Path). |
boolean |
isActive()
Returns
true if the linked record feature is activated. |
boolean isActive()
true if the linked record feature is activated.List<String> getOptions(String key)
LinkedRecordDefinition.addOption(ParameterDefinition).
Use this method when ParameterDefinition.isList() returns true.
String getOption(String key)
LinkedRecordDefinition.addOption(ParameterDefinition).
Use this method when ParameterDefinition.isList() returns false.
com.orchestranetworks.schema.Path getReferencePath(String optionValue)
LinkedRecordDefinition.addReferencePath(String, Path).