Package | Description |
---|---|
org.apache.olingo.server.api.edm.provider | |
org.apache.olingo.server.tecsvc.provider |
Modifier and Type | Method and Description |
---|---|
Term |
EdmProvider.getTerm(FullQualifiedName termName)
This method should return a
Term for the FullQualifiedName or null if nothing is found. |
Term |
Term.setAnnotations(List<Annotation> annotations) |
Term |
Term.setAppliesTo(String appliesTo) |
Term |
Term.setBaseTerm(FullQualifiedName baseTerm) |
Term |
Term.setCollection(boolean isCollection) |
Term |
Term.setDefaultValue(String defaultValue) |
Term |
Term.setMaxLength(Integer maxLength) |
Term |
Term.setName(String name) |
Term |
Term.setNullable(Boolean nullable) |
Term |
Term.setPrecision(Integer precision) |
Term |
Term.setScale(Integer scale) |
Term |
Term.setType(FullQualifiedName type) |
Modifier and Type | Method and Description |
---|---|
List<Term> |
Schema.getTerms() |
Modifier and Type | Method and Description |
---|---|
Schema |
Schema.setTerms(List<Term> terms) |
Modifier and Type | Method and Description |
---|---|
Term |
EdmTechProvider.getTerm(FullQualifiedName termName) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.