Class ProfileConnectionDataFetcher
java.lang.Object
org.apache.unomi.graphql.fetchers.BaseDataFetcher<T>
org.apache.unomi.graphql.fetchers.BaseConnectionDataFetcher<CDPProfileConnection>
org.apache.unomi.graphql.fetchers.ProfileConnectionDataFetcher
- All Implemented Interfaces:
graphql.schema.DataFetcher<CDPProfileConnection>
- Direct Known Subclasses:
FindProfilesConnectionDataFetcher
,ListProfileConnectionDataFetcher
public abstract class ProfileConnectionDataFetcher
extends BaseConnectionDataFetcher<CDPProfileConnection>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CDPProfileConnection
createProfileConnection
(PartialList<Profile> profiles) Methods inherited from class org.apache.unomi.graphql.fetchers.BaseConnectionDataFetcher
buildQuery, parseConnectionParams
Methods inherited from class org.apache.unomi.graphql.fetchers.BaseDataFetcher
parseDateParam, parseObjectParam, parseParam
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface graphql.schema.DataFetcher
get
-
Constructor Details
-
ProfileConnectionDataFetcher
public ProfileConnectionDataFetcher()
-
-
Method Details
-
createProfileConnection
-