Skip navigation links
C E G I P R T 

C

CreateFromJSONFunctionExtension - Class in io.siddhi.extension.execution.map
createFromJSON(String) Returns the created map Accept Type(s): (String) Return Type(s): Map
CreateFromJSONFunctionExtension() - Constructor for class io.siddhi.extension.execution.map.CreateFromJSONFunctionExtension
 
CreateFromXMLFunctionExtension - Class in io.siddhi.extension.execution.map
createFromXML(String) Returns the created hashmap Accept Type(s): (String) Return Type(s): Map
CreateFromXMLFunctionExtension() - Constructor for class io.siddhi.extension.execution.map.CreateFromXMLFunctionExtension
 
CreateFunctionExtension - Class in io.siddhi.extension.execution.map
create(key1,value1,key2,value2,.....,keyN,valueN) or create() Returns the created hashmap Accept Type(s): () , (Object,Object,....,Object,Object) Return Type(s): HashMap
CreateFunctionExtension() - Constructor for class io.siddhi.extension.execution.map.CreateFunctionExtension
 

E

execute(Object[], State) - Method in class io.siddhi.extension.execution.map.CreateFromJSONFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.map.CreateFromJSONFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.map.CreateFromXMLFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.map.CreateFromXMLFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.map.CreateFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.map.CreateFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.map.GetFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.map.GetFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.map.IsMapFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.map.IsMapFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.map.PutAllFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.map.PutAllFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.map.PutFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.map.PutFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.map.RemoveFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.map.RemoveFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.map.ToJSONFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.map.ToJSONFunctionExtension
 
execute(Object[], State) - Method in class io.siddhi.extension.execution.map.ToXMLFunctionExtension
 
execute(Object, State) - Method in class io.siddhi.extension.execution.map.ToXMLFunctionExtension
 

G

GetFunctionExtension - Class in io.siddhi.extension.execution.map
get(HashMap , Key , Type) Returns required attribute value'.
GetFunctionExtension() - Constructor for class io.siddhi.extension.execution.map.GetFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.map.CreateFromJSONFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.map.CreateFromXMLFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.map.CreateFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.map.GetFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.map.IsMapFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.map.PutAllFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.map.PutFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.map.RemoveFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.map.ToJSONFunctionExtension
 
getReturnType() - Method in class io.siddhi.extension.execution.map.ToXMLFunctionExtension
 

I

init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.map.CreateFromJSONFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.map.CreateFromXMLFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.map.CreateFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.map.GetFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.map.IsMapFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.map.PutAllFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.map.PutFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.map.RemoveFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.map.ToJSONFunctionExtension
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class io.siddhi.extension.execution.map.ToXMLFunctionExtension
 
io.siddhi.extension.execution.map - package io.siddhi.extension.execution.map
 
IsMapFunctionExtension - Class in io.siddhi.extension.execution.map
isMap(Object) Returns boolean true if the object is a hashmap, boolean false if it is not .
IsMapFunctionExtension() - Constructor for class io.siddhi.extension.execution.map.IsMapFunctionExtension
 

P

PutAllFunctionExtension - Class in io.siddhi.extension.execution.map
putAll(HashMap , HashMap) Returns the updated hashmap.
PutAllFunctionExtension() - Constructor for class io.siddhi.extension.execution.map.PutAllFunctionExtension
 
PutFunctionExtension - Class in io.siddhi.extension.execution.map
put(HashMap , key , value) Returns the updated hashmap.
PutFunctionExtension() - Constructor for class io.siddhi.extension.execution.map.PutFunctionExtension
 

R

RemoveFunctionExtension - Class in io.siddhi.extension.execution.map
remove(HashMap , key) Returns the updated hashmap Accept Type(s): (HashMap , ValidAttributeType) Return Type(s): HashMap
RemoveFunctionExtension() - Constructor for class io.siddhi.extension.execution.map.RemoveFunctionExtension
 

T

ToJSONFunctionExtension - Class in io.siddhi.extension.execution.map
toJSON(Map) Returns a string representation of the map in JSON format Accept Type(s): (Map) Return Type(s): String
ToJSONFunctionExtension() - Constructor for class io.siddhi.extension.execution.map.ToJSONFunctionExtension
 
ToXMLFunctionExtension - Class in io.siddhi.extension.execution.map
toXML(Map) or toXML(Map, RootElementName) Returns the string representation of the map in XML format Accept Type(s): (Map) or (Map, String) Return Type(s): String
ToXMLFunctionExtension() - Constructor for class io.siddhi.extension.execution.map.ToXMLFunctionExtension
 
C E G I P R T 
Skip navigation links

Copyright © 2019 WSO2. All rights reserved.