Package | Description |
---|---|
org.ballerinalang.siddhi.query.api | |
org.ballerinalang.siddhi.query.api.definition |
Modifier and Type | Method and Description |
---|---|
Map<String,FunctionDefinition> |
SiddhiApp.getFunctionDefinitionMap() |
Modifier and Type | Method and Description |
---|---|
void |
SiddhiApp.defineFunction(FunctionDefinition functionDefinition) |
Modifier and Type | Method and Description |
---|---|
FunctionDefinition |
FunctionDefinition.body(String body) |
FunctionDefinition |
FunctionDefinition.id(String functionID) |
FunctionDefinition |
FunctionDefinition.language(String language) |
FunctionDefinition |
FunctionDefinition.type(Attribute.Type type) |
Copyright © 2018 WSO2. All rights reserved.