public interface TriggerFunctionParserContext extends SemanticTypeLookupContext
Title: Service Event Fabric Runtime
Description: Trigger function parser context interface.
Copyright: Copyright (c) 2013
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
boolean |
existsSemanticType(java.lang.String semanticTypeName) |
boolean |
existsSemanticTypeByClass(java.lang.String className) |
boolean |
existsSystemVariableType(java.lang.String name) |
com.streamscape.sef.evtrigger.function.types.Type |
getActionableEventType() |
FabricContext |
getFabricContext() |
com.streamscape.sef.evtrigger.function.types.Type |
getSystemVariableType(java.lang.String name) |
boolean |
isCompleteMode() |
java.util.List |
listSemanticTypes() |
java.lang.Class |
loadClass(SemanticType semanticType) |
java.lang.Class |
loadClass(java.lang.String className) |
Prototype |
lookupEventPrototype(java.lang.String eventId) |
SemanticType |
lookupSemanticType(java.lang.String semanticTypeName) |
SemanticType |
lookupSemanticTypeByClass(java.lang.String className) |
boolean |
needToReload(java.lang.Class clazz) |
boolean |
needToReload(java.lang.reflect.Field field) |
boolean |
needToReload(java.lang.reflect.Method method) |
void |
setCompleteMode(boolean isCompletion) |
FabricContext getFabricContext()
Prototype lookupEventPrototype(java.lang.String eventId)
lookupEventPrototype
in interface SemanticTypeLookupContext
SemanticType lookupSemanticType(java.lang.String semanticTypeName)
lookupSemanticType
in interface SemanticTypeLookupContext
SemanticType lookupSemanticTypeByClass(java.lang.String className)
lookupSemanticTypeByClass
in interface SemanticTypeLookupContext
java.util.List listSemanticTypes()
boolean existsSemanticType(java.lang.String semanticTypeName)
boolean existsSemanticTypeByClass(java.lang.String className)
java.lang.Class loadClass(java.lang.String className) throws java.lang.ClassNotFoundException
loadClass
in interface SemanticTypeLookupContext
java.lang.ClassNotFoundException
java.lang.Class loadClass(SemanticType semanticType) throws java.lang.ClassNotFoundException
loadClass
in interface SemanticTypeLookupContext
java.lang.ClassNotFoundException
boolean needToReload(java.lang.Class clazz)
boolean needToReload(java.lang.reflect.Field field)
boolean needToReload(java.lang.reflect.Method method)
boolean existsSystemVariableType(java.lang.String name)
com.streamscape.sef.evtrigger.function.types.Type getSystemVariableType(java.lang.String name)
com.streamscape.sef.evtrigger.function.types.Type getActionableEventType()
boolean isCompleteMode()
void setCompleteMode(boolean isCompletion)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.