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 CDPProfileConnectioncreateProfileConnection(PartialList<Profile> profiles) 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
-
ProfileConnectionDataFetcher
public ProfileConnectionDataFetcher()
-
-
Method Details
-
createProfileConnection
-