Class CDPQuery
- java.lang.Object
-
- org.apache.unomi.graphql.types.output.CDPQuery
-
public class CDPQuery extends Object
-
-
Constructor Summary
Constructors Constructor Description CDPQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CDPEventConnection
findEvents(CDPEventFilterInput filter, List<CDPOrderByInput> orderBy, Integer first, String after, Integer last, String before, String text, graphql.schema.DataFetchingEnvironment environment)
CDPListConnection
findLists(CDPListFilterInput filterInput, List<CDPOrderByInput> orderByInput, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment)
CDPProfileAliasConnection
findProfileAliases(CDPProfileAliasFilterInput filterInput, List<CDPOrderByInput> orderByInput, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment)
CDPProfileConnection
findProfiles(CDPProfileFilterInput filter, List<CDPOrderByInput> orderBy, Integer first, String after, Integer last, String before, String text, graphql.schema.DataFetchingEnvironment environment)
CDPSegmentConnection
findSegments(CDPSegmentFilterInput filter, List<CDPOrderByInput> orderBy, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment)
CDPTopicConnection
findTopics(CDPTopicFilterInput filterInput, List<CDPOrderByInput> orderByInput, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment)
CDPEventInterface
getEvent(String id, graphql.schema.DataFetchingEnvironment environment)
CDPList
getList(String listId, graphql.schema.DataFetchingEnvironment environment)
CDPProfile
getProfile(CDPProfileIDInput profileID, Boolean createIfMissing, graphql.schema.DataFetchingEnvironment environment)
CDPProfileAlias
getProfileAlias(String alias, graphql.schema.DataFetchingEnvironment environment)
List<CDPProfileAlias>
getProfileAliases(String profileID, graphql.schema.DataFetchingEnvironment environment)
CDPPropertyConnection
getProfileProperties(Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment)
CDPSegment
getSegment(String segmentId, graphql.schema.DataFetchingEnvironment environment)
List<CDPSource>
getSources(graphql.schema.DataFetchingEnvironment environment)
CDPTopic
getTopic(String topicId, graphql.schema.DataFetchingEnvironment environment)
UnomiSegment
getUnomiSegment(String segmentId, graphql.schema.DataFetchingEnvironment environment)
List<CDPView>
getViews(graphql.schema.DataFetchingEnvironment environment)
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getProfile
public CDPProfile getProfile(CDPProfileIDInput profileID, Boolean createIfMissing, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
findProfiles
public CDPProfileConnection findProfiles(CDPProfileFilterInput filter, List<CDPOrderByInput> orderBy, Integer first, String after, Integer last, String before, String text, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
getProfileProperties
public CDPPropertyConnection getProfileProperties(Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
findEvents
public CDPEventConnection findEvents(CDPEventFilterInput filter, List<CDPOrderByInput> orderBy, Integer first, String after, Integer last, String before, String text, graphql.schema.DataFetchingEnvironment environment)
-
getEvent
public CDPEventInterface getEvent(String id, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
findSegments
public CDPSegmentConnection findSegments(CDPSegmentFilterInput filter, List<CDPOrderByInput> orderBy, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment)
-
getSegment
public CDPSegment getSegment(String segmentId, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
getUnomiSegment
public UnomiSegment getUnomiSegment(String segmentId, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
getViews
public List<CDPView> getViews(graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
getTopic
public CDPTopic getTopic(String topicId, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
findTopics
public CDPTopicConnection findTopics(CDPTopicFilterInput filterInput, List<CDPOrderByInput> orderByInput, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
getSources
public List<CDPSource> getSources(graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
getList
public CDPList getList(String listId, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
findLists
public CDPListConnection findLists(CDPListFilterInput filterInput, List<CDPOrderByInput> orderByInput, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
getProfileAlias
public CDPProfileAlias getProfileAlias(String alias, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
getProfileAliases
public List<CDPProfileAlias> getProfileAliases(String profileID, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
findProfileAliases
public CDPProfileAliasConnection findProfileAliases(CDPProfileAliasFilterInput filterInput, List<CDPOrderByInput> orderByInput, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
-