| 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> | CsdlAbstractEdmProvider. getActions(FullQualifiedName actionName) | 
| List<CsdlAction> | CsdlEdmProvider. getActions(FullQualifiedName actionName)This method should return a list of all  CsdlActionfor the FullQualifiedname
 or null if nothing is found | 
| 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–2023 The Apache Software Foundation. All rights reserved.