public class DefaultSupportGraphEventUtil extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DefaultSupportGraphEventUtil.MyEvent |
Modifier and Type | Field and Description |
---|---|
static String |
CLASSLOADER_SCHEMA_URI |
Constructor and Description |
---|
DefaultSupportGraphEventUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
addTypeConfiguration(EPServiceProvider epService) |
static Object[] |
getMapEvents() |
static SendableEvent[] |
getMapEventsSendable() |
static Object[] |
getOAEvents() |
static SendableEvent[] |
getOAEventsSendable() |
static Object[] |
getPOJOEvents() |
static SendableEvent[] |
getPOJOEventsSendable() |
static Object[] |
getXMLEvents() |
static SendableEvent[] |
getXMLEventsSendable() |
public static final String CLASSLOADER_SCHEMA_URI
public static void addTypeConfiguration(EPServiceProvider epService)
public static SendableEvent[] getXMLEventsSendable()
public static SendableEvent[] getOAEventsSendable()
public static SendableEvent[] getMapEventsSendable()
public static SendableEvent[] getPOJOEventsSendable()
public static Object[] getXMLEvents()
public static Object[] getOAEvents()
public static Object[] getMapEvents()
public static Object[] getPOJOEvents()