JavaScript is disabled on your browser.
C E G I O R W
C
currentState() - Method in class org.wso2.extension.siddhi.execution.word.function.WordFunction
Used to collect the serializable state of the processing element, that need to be
persisted for reconstructing the element to the same state on a different point of time
E
execute(Object[]) - Method in class org.wso2.extension.siddhi.execution.word.function.WordFunction
The main execution method which will be called upon event arrival
when there are more than one Function parameter
execute(Object) - Method in class org.wso2.extension.siddhi.execution.word.function.WordFunction
The main execution method which will be called upon event arrival
when there are zero or one Function parameter
G
getReturnType() - Method in class org.wso2.extension.siddhi.execution.word.function.WordFunction
return a Class object that represents the formal return type of the method represented by this Method object.
I
init(ExpressionExecutor[], ConfigReader, SiddhiAppContext) - Method in class org.wso2.extension.siddhi.execution.word.function.WordFunction
The initialization method for FunctionExecutor, which will be called before other methods and validate
the all configuration and getting the initial values.
O
org.wso2.extension.siddhi.execution.word.function - package org.wso2.extension.siddhi.execution.word.function
R
restoreState(Map<String, Object>) - Method in class org.wso2.extension.siddhi.execution.word.function.WordFunction
Used to restore serialized state of the processing element, for reconstructing
the element to the same state as if was on a previous point of time.
W
WordFunction - Class in org.wso2.extension.siddhi.execution.word.function
country(string)
Returns word if the given word is meaningful.
WordFunction() - Constructor for class org.wso2.extension.siddhi.execution.word.function.WordFunction
C E G I O R W
Copyright © 2019 WSO2 . All rights reserved.