public class FunctionData extends Object
Constructor and Description |
---|
FunctionData() |
Modifier and Type | Method and Description |
---|---|
protected static EntityCollection |
entityCollectionFunction(String name,
Map<String,Parameter> parameters,
Map<String,EntityCollection> data) |
protected static Entity |
entityFunction(String name,
Map<String,Parameter> parameters,
Map<String,EntityCollection> data) |
protected static Property |
primitiveComplexFunction(String name,
Map<String,Parameter> parameters,
Map<String,EntityCollection> data) |
protected static EntityCollection entityCollectionFunction(String name, Map<String,Parameter> parameters, Map<String,EntityCollection> data) throws DataProvider.DataProviderException
protected static Entity entityFunction(String name, Map<String,Parameter> parameters, Map<String,EntityCollection> data) throws DataProvider.DataProviderException
protected static Property primitiveComplexFunction(String name, Map<String,Parameter> parameters, Map<String,EntityCollection> data) throws DataProvider.DataProviderException
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.