Class EntityAttributeObject
java.lang.Object
com.echothree.model.control.graphql.server.graphql.BaseObject
com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
com.echothree.model.control.core.server.graphql.EntityAttributeObject
-
Field Summary
Fields inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
basePrimaryKey
-
Constructor Summary
ConstructorsConstructorDescriptionEntityAttributeObject
(EntityAttribute entityAttribute, EntityInstance entityInstance) -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(graphql.schema.DataFetchingEnvironment env) @graphql.annotations.annotationTypes.GraphQLNonNull boolean
getDescription
(graphql.schema.DataFetchingEnvironment env) getEntityAttributeEntityAttributeGroups
(graphql.schema.DataFetchingEnvironment env) getEntityAttributeType
(graphql.schema.DataFetchingEnvironment env) protected EntityAttributeTypes
getEntityIntegerRanges
(graphql.schema.DataFetchingEnvironment env) getEntityListItems
(graphql.schema.DataFetchingEnvironment env) getEntityListItemSequence
(graphql.schema.DataFetchingEnvironment env) getEntityLongRanges
(graphql.schema.DataFetchingEnvironment env) getEntityType
(graphql.schema.DataFetchingEnvironment env) @graphql.annotations.annotationTypes.GraphQLNonNull int
@graphql.annotations.annotationTypes.GraphQLNonNull boolean
getUnitOfMeasureType
(graphql.schema.DataFetchingEnvironment env) Methods inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
getEntityAliasType, getEntityAliasTypes, getEntityAttribute, getEntityAttributeGroup, getEntityAttributeGroups, getEntityInstance, getEntityInstanceByBasePK, getId, getTagScope, getTagScopes, getWorkflowEntityStatusObject
-
Constructor Details
-
EntityAttributeObject
-
-
Method Details
-
getEntityAttributeTypeEnum
-
getEntityType
-
getEntityAttributeName
-
getEntityAttributeType
-
getTrackRevisions
-
getCheckContentWebAddress
-
getValidationPattern
-
getUnformattedUpperRangeIntegerValue
-
getUpperRangeIntegerValue
-
getUnformattedUpperLimitIntegerValue
-
getUpperLimitIntegerValue
-
getUnformattedLowerLimitIntegerValue
-
getLowerLimitIntegerValue
-
getUnformattedLowerRangeIntegerValue
-
getLowerRangeIntegerValue
-
getUnformattedUpperRangeLongValue
-
getUpperRangeLongValue
-
getUnformattedUpperLimitLongValue
-
getUpperLimitLongValue
-
getUnformattedLowerLimitLongValue
-
getLowerLimitLongValue
-
getUnformattedLowerRangeLongValue
-
getLowerRangeLongValue
-
getUnitOfMeasureType
-
getEntityListItemSequence
-
getSortOrder
-
getDescription
-
getAttribute
-
getEntityListItems
public Collection<EntityListItemObject> getEntityListItems(graphql.schema.DataFetchingEnvironment env) -
getEntityLongRanges
public Collection<EntityLongRangeObject> getEntityLongRanges(graphql.schema.DataFetchingEnvironment env) -
getEntityIntegerRanges
public Collection<EntityIntegerRangeObject> getEntityIntegerRanges(graphql.schema.DataFetchingEnvironment env) -
getEntityAttributeEntityAttributeGroups
public Collection<EntityAttributeEntityAttributeGroupObject> getEntityAttributeEntityAttributeGroups(graphql.schema.DataFetchingEnvironment env)
-