Class EventConnectionDataFetcher
java.lang.Object
org.apache.unomi.graphql.fetchers.BaseDataFetcher<T>
org.apache.unomi.graphql.fetchers.BaseConnectionDataFetcher<CDPEventConnection>
org.apache.unomi.graphql.fetchers.EventConnectionDataFetcher
- All Implemented Interfaces:
graphql.schema.DataFetcher<CDPEventConnection>
- Direct Known Subclasses:
ConsentEventConnectionDataFetcher,FindEventsConnectionDataFetcher,ProfileAllEventsConnectionDataFetcher,ProfileLastEventsConnectionDataFetcher
public abstract class EventConnectionDataFetcher
extends BaseConnectionDataFetcher<CDPEventConnection>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CDPEventConnectioncreateEventConnection(PartialList<Event> events) Methods inherited from class org.apache.unomi.graphql.fetchers.BaseConnectionDataFetcher
buildQuery, parseConnectionParamsMethods inherited from class org.apache.unomi.graphql.fetchers.BaseDataFetcher
parseDateParam, parseObjectParam, parseParamMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface graphql.schema.DataFetcher
get
-
Constructor Details
-
EventConnectionDataFetcher
public EventConnectionDataFetcher()
-
-
Method Details
-
createEventConnection
-