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()
Function
getArgumentDefinitions
in interface Function
public QName getReturnType()
Function
getReturnType
in interface Function
public ArgumentDefinition getArgumentDefinition(String name)
Function
getArgumentDefinition
in interface Function
Copyright © 2005–2016 Alfresco Software. All rights reserved.