Package | Description |
---|---|
org.apache.olingo.commons.api.edm.provider |
Contains representations for objects created during CSDL document parsing
|
Modifier and Type | Method and Description |
---|---|
CsdlAction |
CsdlAction.setAnnotations(List<CsdlAnnotation> annotations) |
CsdlAction |
CsdlAction.setBound(boolean isBound) |
CsdlAction |
CsdlAction.setEntitySetPath(String entitySetPath) |
CsdlAction |
CsdlAction.setName(String name) |
CsdlAction |
CsdlAction.setParameters(List<CsdlParameter> parameters) |
CsdlAction |
CsdlAction.setReturnType(CsdlReturnType returnType) |
Modifier and Type | Method and Description |
---|---|
List<CsdlAction> |
CsdlSchema.getActions()
Gets actions.
|
List<CsdlAction> |
CsdlEdmProvider.getActions(FullQualifiedName actionName)
This method should return a list of all
CsdlAction for the FullQualifiedname
or null if nothing is found |
List<CsdlAction> |
CsdlAbstractEdmProvider.getActions(FullQualifiedName actionName) |
List<CsdlAction> |
CsdlSchema.getActions(String name)
All actions with the given name
|
Modifier and Type | Method and Description |
---|---|
CsdlSchema |
CsdlSchema.setActions(List<CsdlAction> actions)
Sets actions.
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.