public class ActionData extends Object
Constructor and Description |
---|
ActionData() |
Modifier and Type | Method and Description |
---|---|
protected static Property |
complexAction(String name,
Map<String,Parameter> parameters) |
protected static Property |
complexCollectionAction(String name,
Map<String,Parameter> parameters) |
protected static Property |
createKeyNavAllPrimComplexValue(String name) |
protected static EntityActionResult |
entityAction(String name,
Map<String,Parameter> parameters,
Map<String,EntityCollection> data) |
protected static EntityCollection |
entityCollectionAction(String name,
Map<String,Parameter> parameters) |
protected static Property |
primitiveAction(String name,
Map<String,Parameter> parameters)
Performs the named action (i.e., does nothing, currently) and returns the primitive-type result.
|
protected static Property |
primitiveCollectionAction(String name,
Map<String,Parameter> parameters,
OData oData) |
protected static Property primitiveAction(String name, Map<String,Parameter> parameters) throws DataProvider.DataProviderException
name
- name of the actionparameters
- parameters of the actionDataProvider.DataProviderException
protected static Property primitiveCollectionAction(String name, Map<String,Parameter> parameters, OData oData) throws DataProvider.DataProviderException
protected static Property complexAction(String name, Map<String,Parameter> parameters) throws DataProvider.DataProviderException
protected static Property complexCollectionAction(String name, Map<String,Parameter> parameters) throws DataProvider.DataProviderException
protected static EntityActionResult entityAction(String name, Map<String,Parameter> parameters, Map<String,EntityCollection> data) throws DataProvider.DataProviderException
protected static EntityCollection entityCollectionAction(String name, Map<String,Parameter> parameters) throws DataProvider.DataProviderException
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.