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 Constructor Description ProfileConnectionDataFetcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
-
-
-
-
Method Detail
-
createProfileConnection
protected CDPProfileConnection createProfileConnection(PartialList<Profile> profiles)
-
-