Package | Description |
---|---|
org.apache.olingo.server.api.edm.provider | |
org.apache.olingo.server.tecsvc.provider |
Modifier and Type | Method and Description |
---|---|
Action |
Action.setBound(boolean isBound) |
Action |
Action.setEntitySetPath(EntitySetPath entitySetPath) |
Action |
Action.setName(String name) |
Action |
Action.setParameters(List<Parameter> parameters) |
Action |
Action.setReturnType(ReturnType returnType) |
Modifier and Type | Method and Description |
---|---|
List<Action> |
Schema.getActions() |
List<Action> |
EdmProvider.getActions(FullQualifiedName actionName)
This method should return a list of all
Action for the FullQualifiedname or null if nothing is found |
Modifier and Type | Method and Description |
---|---|
Schema |
Schema.setActions(List<Action> actions) |
Modifier and Type | Method and Description |
---|---|
List<Action> |
EdmTechProvider.getActions(FullQualifiedName actionName) |
List<Action> |
ActionProvider.getActions(FullQualifiedName actionName) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.