Class EntityAliasObject
java.lang.Object
com.echothree.model.control.core.server.graphql.BaseEntityAliasObject
com.echothree.model.control.core.server.graphql.EntityAliasObject
- All Implemented Interfaces:
AttributeInterface,HistoryInterface<EntityAliasHistoryObject>,BaseGraphQl
public class EntityAliasObject
extends BaseEntityAliasObject
implements AttributeInterface, HistoryInterface<EntityAliasHistoryObject>
-
Field Summary
Fields inherited from class com.echothree.model.control.core.server.graphql.BaseEntityAliasObject
entityAliasFields inherited from interface com.echothree.model.control.graphql.server.util.BaseGraphQl
GRAPHQL_EXECUTION_CONTEXT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.echothree.model.control.core.server.graphql.BaseEntityAliasObject
getAlias, getEntityAliasType, getEntityInstance
-
Constructor Details
-
EntityAliasObject
-
-
Method Details
-
getHistory
public CountingPaginatedData<EntityAliasHistoryObject> getHistory(graphql.schema.DataFetchingEnvironment env) - Specified by:
getHistoryin interfaceHistoryInterface<EntityAliasHistoryObject>
-