Class SearchKindObject
java.lang.Object
com.echothree.model.control.graphql.server.graphql.BaseObject
com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
com.echothree.model.control.search.server.graphql.SearchKindObject
-
Field Summary
Fields inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
basePrimaryKey -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDescription(graphql.schema.DataFetchingEnvironment env) @graphql.annotations.annotationTypes.GraphQLNonNull booleangetSearchSortOrders(graphql.schema.DataFetchingEnvironment env) getSearchTypes(graphql.schema.DataFetchingEnvironment env) @graphql.annotations.annotationTypes.GraphQLNonNull intMethods inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
getEntityAliasType, getEntityAliasTypes, getEntityAttribute, getEntityAttributeGroup, getEntityAttributeGroups, getEntityInstance, getEntityInstanceByBasePK, getId, getTagScope, getTagScopes, getWorkflowEntityStatusObjectMethods inherited from class com.echothree.model.control.graphql.server.graphql.BaseObject
getWorkflowEntityStatusObject
-
Constructor Details
-
SearchKindObject
-
-
Method Details
-
getSearchKindName
-
getIsDefault
-
getSortOrder
-
getDescription
-
getSearchTypes
public CountingPaginatedData<SearchTypeObject> getSearchTypes(graphql.schema.DataFetchingEnvironment env) -
getSearchSortOrders
public CountingPaginatedData<SearchSortOrderObject> getSearchSortOrders(graphql.schema.DataFetchingEnvironment env)
-