Interface QueryTemplateReference
-
- All Superinterfaces:
Element,ModelElement,Property,PropertyElement,SchemaMixedElement,Serializable
- All Known Implementing Classes:
QueryTemplateReferenceImpl
@TypeMetadata(name="QueryTemplateReference", description="This property references a query template to invoke with the specified variables to provide.", version="1.0.0") @Change(version="1.0.0", description="First Version") public interface QueryTemplateReference extends Property
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAMEstatic StringNAME_PROPERTYstatic StringVARIABLES_PROPERTY-
Fields inherited from interface org.gcube.informationsystem.base.reference.Element
DATETIME_PATTERN, TYPE_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.model.reference.ModelElement
EXPECTED_TYPE_PROPERTY, SUPERTYPES_PROPERTY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddVariable(String name, Object value)StringgetName()Map<String,Object>getVariables()voidsetName(String name)voidsetVariables(Map<String,Object> variables)-
Methods inherited from interface org.gcube.informationsystem.base.reference.Element
getTypeName
-
Methods inherited from interface org.gcube.informationsystem.model.reference.ModelElement
getExpectedtype, getSupertypes
-
Methods inherited from interface org.gcube.informationsystem.model.reference.properties.Property
getAdditionalProperties, getAdditionalProperty, setAdditionalProperties, setAdditionalProperty
-
-
-
-
Field Detail
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
NAME_PROPERTY
static final String NAME_PROPERTY
- See Also:
- Constant Field Values
-
VARIABLES_PROPERTY
static final String VARIABLES_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
@ISProperty(name="name", description="The name of the query template to refer", mandatory=true, nullable=false) String getName()
-
setName
void setName(String name)
-
getVariables
@ISProperty(name="variables", description="The query template variables values", mandatory=false, nullable=true) Map<String,Object> getVariables()
-
-