public abstract class BaseFunction extends Object implements Function
| Constructor and Description |
|---|
BaseFunction(String name,
QName returnType,
LinkedHashMap<String,ArgumentDefinition> argumentDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
ArgumentDefinition |
getArgumentDefinition(String name)
Get the argument Definition
|
LinkedHashMap<String,ArgumentDefinition> |
getArgumentDefinitions()
Get the argument Definitions
|
String |
getName()
Get the function name
|
QName |
getReturnType()
Get the return type for the function
|
String |
toString() |
public BaseFunction(String name, QName returnType, LinkedHashMap<String,ArgumentDefinition> argumentDefinitions)
public LinkedHashMap<String,ArgumentDefinition> getArgumentDefinitions()
FunctiongetArgumentDefinitions in interface Functionpublic QName getReturnType()
FunctiongetReturnType in interface Functionpublic ArgumentDefinition getArgumentDefinition(String name)
FunctiongetArgumentDefinition in interface FunctionCopyright © 2005–2019 Alfresco Software. All rights reserved.