|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FullQualifiedName | |
---|---|
org.apache.olingo.odata2.api.edm | Entity Data Model API |
org.apache.olingo.odata2.api.edm.provider | Entity Data Model Provider API |
org.apache.olingo.odata2.jpa.processor.api.model | OData JPA Processor API Library - JPA EDM Model |
org.apache.olingo.odata2.ref.edm |
Uses of FullQualifiedName in org.apache.olingo.odata2.api.edm |
---|
Methods in org.apache.olingo.odata2.api.edm that return FullQualifiedName | |
---|---|
FullQualifiedName |
EdmSimpleTypeKind.getFullQualifiedName()
Returns the FullQualifiedName for this SimpleTypeKind. |
Uses of FullQualifiedName in org.apache.olingo.odata2.api.edm.provider |
---|
Methods in org.apache.olingo.odata2.api.edm.provider that return FullQualifiedName | |
---|---|
FullQualifiedName |
AssociationSet.getAssociation()
|
FullQualifiedName |
ComplexType.getBaseType()
|
FullQualifiedName |
EntitySet.getEntityType()
|
FullQualifiedName |
NavigationProperty.getRelationship()
|
FullQualifiedName |
ComplexProperty.getType()
|
FullQualifiedName |
AssociationEnd.getType()
|
FullQualifiedName |
ReturnType.getTypeName()
|
Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type FullQualifiedName | |
---|---|
Association |
EdmProvider.getAssociation(FullQualifiedName edmFQName)
This method should return an Association or null if nothing is found |
AssociationSet |
EdmProvider.getAssociationSet(String entityContainer,
FullQualifiedName association,
String sourceEntitySetName,
String sourceEntitySetRole)
This method should return an AssociationSet or null if nothing is found |
ComplexType |
EdmProvider.getComplexType(FullQualifiedName edmFQName)
This method should return a ComplexType or null if nothing is found |
EntityType |
EdmProvider.getEntityType(FullQualifiedName edmFQName)
This method should return an EntityType or null if nothing is found |
AssociationSet |
AssociationSet.setAssociation(FullQualifiedName association)
Sets the FullQualifiedName association for this AssociationSet |
EntityType |
EntityType.setBaseType(FullQualifiedName baseType)
|
ComplexType |
ComplexType.setBaseType(FullQualifiedName baseType)
Sets the FullQualifiedName of the base type |
EntitySet |
EntitySet.setEntityType(FullQualifiedName entityType)
Sets the FullQualifiedName of the EntityType of this EntitySet |
NavigationProperty |
NavigationProperty.setRelationship(FullQualifiedName relationship)
Sets the FullQualifiedName for the relationship of this NavigationProperty |
ComplexProperty |
ComplexProperty.setType(FullQualifiedName type)
Sets the FullQualifiedName for this Property |
AssociationEnd |
AssociationEnd.setType(FullQualifiedName type)
Sets the FullQualifiedName for this AssociationEnd |
ReturnType |
ReturnType.setTypeName(FullQualifiedName qualifiedName)
Sets the type of this ReturnType via the types FullQualifiedName |
Uses of FullQualifiedName in org.apache.olingo.odata2.jpa.processor.api.model |
---|
Methods in org.apache.olingo.odata2.jpa.processor.api.model with parameters of type FullQualifiedName | |
---|---|
ComplexType |
JPAEdmComplexTypeView.searchEdmComplexType(FullQualifiedName type)
The method searches for the EDM complex type with in the container for the given EDM complex type's fully qualified name. |
Uses of FullQualifiedName in org.apache.olingo.odata2.ref.edm |
---|
Methods in org.apache.olingo.odata2.ref.edm with parameters of type FullQualifiedName | |
---|---|
Association |
ScenarioEdmProvider.getAssociation(FullQualifiedName edmFQName)
|
AssociationSet |
ScenarioEdmProvider.getAssociationSet(String entityContainer,
FullQualifiedName association,
String sourceEntitySetName,
String sourceEntitySetRole)
|
ComplexType |
ScenarioEdmProvider.getComplexType(FullQualifiedName edmFQName)
|
EntityType |
ScenarioEdmProvider.getEntityType(FullQualifiedName edmFQName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |