Uses of Class
org.gcube.informationsystem.types.annotations.ISProperty
-
-
Uses of ISProperty in org.gcube.informationsystem.base.reference.entities
Methods in org.gcube.informationsystem.base.reference.entities with annotations of type ISProperty Modifier and Type Method Description UUIDEntityElement. getID()Returns the unique identifier (UUID) of the element.MetadataEntityElement. getMetadata()Returns the metadata associated with the element. -
Uses of ISProperty in org.gcube.informationsystem.base.reference.relations
Methods in org.gcube.informationsystem.base.reference.relations with annotations of type ISProperty Modifier and Type Method Description UUIDRelationElement. getID()Returns the unique identifier (UUID) of the element.MetadataRelationElement. getMetadata()Returns the metadata associated with the element. -
Uses of ISProperty in org.gcube.informationsystem.contexts.reference.entities
Methods in org.gcube.informationsystem.contexts.reference.entities with annotations of type ISProperty Modifier and Type Method Description StringContext. getName()Returns the name of the context.StringContext. getState()Returns the current state of the context as a string. -
Uses of ISProperty in org.gcube.informationsystem.model.reference.properties
Methods in org.gcube.informationsystem.model.reference.properties with annotations of type ISProperty Modifier and Type Method Description PropagationConstraint.AddConstraintPropagationConstraint. getAddConstraint()Returns the propagation constraint for the 'add' operation.StringMetadata. getCreatedBy()Returns the user who created the element.DateMetadata. getCreationTime()Returns the time when the element was created.PropagationConstraint.DeleteConstraintPropagationConstraint. getDeleteConstraint()Returns the propagation constraint for the 'delete' operation.StringEvent. getHow()Returns how the event occurred.StringMetadata. getLastUpdateBy()Returns the user who last updated the element.DateMetadata. getLastUpdateTime()Returns the time when the element was last updated.PropagationConstraint.RemoveConstraintPropagationConstraint. getRemoveConstraint()Returns the propagation constraint for the 'remove' operation.StringEncrypted. getValue()Returns the value that is to be stored securely.StringEvent. getWhat()Returns a description of what happened.DateEvent. getWhen()Returns when the event occurred.StringEvent. getWhere()Returns where the event occurred.StringEvent. getWho()Returns who triggered the event.StringEvent. getWhy()Returns the reason why the event occurred. -
Uses of ISProperty in org.gcube.informationsystem.model.reference.relations
Methods in org.gcube.informationsystem.model.reference.relations with annotations of type ISProperty Modifier and Type Method Description PropagationConstraintRelation. getPropagationConstraint()Returns the propagation constraint for this relation. -
Uses of ISProperty in org.gcube.informationsystem.queries.templates.reference.entities
Methods in org.gcube.informationsystem.queries.templates.reference.entities with annotations of type ISProperty Modifier and Type Method Description StringQueryTemplate. getDescription()Returns the description of the query template.StringQueryTemplate. getName()Returns the name of the query template.StringQueryTemplate. getTemplateAsString()Returns the template body as a string.Map<String,TemplateVariable>QueryTemplate. getTemplateVariables()Returns the variables defined in this template. -
Uses of ISProperty in org.gcube.informationsystem.queries.templates.reference.properties
Methods in org.gcube.informationsystem.queries.templates.reference.properties with annotations of type ISProperty Modifier and Type Method Description ObjectTemplateVariable. getDefaultValue()Returns the default value of the attribute.StringTemplateVariable. getDescription()Returns the description of the attribute.IntegerTemplateVariable. getMax()Returns the maximum allowed value for the attribute.IntegerTemplateVariable. getMin()Returns the minimum allowed value for the attribute.StringQueryTemplateReference. getName()Returns the name of the referenced query template.StringTemplateVariable. getName()Returns the name of the attribute.StringTemplateVariable. getPropertyType()Returns the property type of the attribute as a string.StringTemplateVariable. getRegexp()Returns the regular expression used to validate the attribute's value.Map<String,Object>QueryTemplateReference. getVariables()Returns the values for the template variables. -
Uses of ISProperty in org.gcube.informationsystem.types.impl.properties
Constructors in org.gcube.informationsystem.types.impl.properties with parameters of type ISProperty Constructor Description PropertyDefinitionImpl(ISProperty propertyAnnotation, Method method)Constructs a new PropertyDefinitionImpl from an annotation and a method. -
Uses of ISProperty in org.gcube.informationsystem.types.reference.entities
Methods in org.gcube.informationsystem.types.reference.entities with annotations of type ISProperty Modifier and Type Method Description StringEntityType. getDescription()Returns the description of the type.Set<String>EntityType. getExtendedTypes()Returns the set of types that this type extends.List<LinkedEntity>ResourceType. getFacets()Returns the list of facets associated with this resource type.StringEntityType. getName()Returns the name of the type.Set<PropertyDefinition>FacetType. getProperties()Returns the set of properties defined by this type.List<LinkedEntity>ResourceType. getResources()Returns the list of related resources for this resource type.booleanEntityType. isAbstract()Checks if the type is abstract. -
Uses of ISProperty in org.gcube.informationsystem.types.reference.properties
Methods in org.gcube.informationsystem.types.reference.properties with annotations of type ISProperty Modifier and Type Method Description ObjectPropertyDefinition. getDefaultValue()Returns the default value of the attribute.StringLinkedEntity. getDescription()Returns the description of the link.StringPropertyDefinition. getDescription()Returns the description of the attribute.StringPropertyType. getDescription()Returns the description of the type.Set<String>PropertyType. getExtendedTypes()Returns the set of types that this type extends.UUIDPropertyType. getID()Returns the unique identifier (UUID) of the element.IntegerLinkedEntity. getMax()Returns the maximum cardinality of the link.IntegerPropertyDefinition. getMax()Returns the maximum allowed value for the attribute.MetadataPropertyType. getMetadata()Returns the metadata associated with the element.IntegerLinkedEntity. getMin()Returns the minimum cardinality of the link.IntegerPropertyDefinition. getMin()Returns the minimum allowed value for the attribute.StringPropertyDefinition. getName()Returns the name of the attribute.StringPropertyType. getName()Returns the name of the type.Set<PropertyDefinition>PropertyType. getProperties()Returns the set of properties defined by this type.StringPropertyDefinition. getPropertyType()Returns the property type of the attribute as a string.StringPropertyDefinition. getRegexp()Returns the regular expression used to validate the attribute's value.StringLinkedEntity. getRelation()Returns the name of the relation type.StringLinkedEntity. getSource()Returns the name of the source entity type.StringLinkedEntity. getTarget()Returns the name of the target entity type.booleanPropertyType. isAbstract()Checks if the type is abstract.booleanPropertyDefinition. isMandatory()Checks if the attribute is mandatory.booleanPropertyDefinition. isNotnull()Checks if the attribute's value cannot be null.booleanPropertyDefinition. isReadonly()Checks if the property is read-only. -
Uses of ISProperty in org.gcube.informationsystem.types.reference.relations
Methods in org.gcube.informationsystem.types.reference.relations with annotations of type ISProperty Modifier and Type Method Description StringRelationType. getDescription()Returns the description of the type.Set<String>RelationType. getExtendedTypes()Returns the set of types that this type extends.StringRelationType. getName()Returns the name of the type.Set<PropertyDefinition>RelationType. getProperties()Returns the set of properties defined by this type.booleanRelationType. isAbstract()Checks if the type is abstract.
-