Class EntityWorkflowAttributeObject
java.lang.Object
com.echothree.model.control.core.server.graphql.EntityWorkflowAttributeObject
- All Implemented Interfaces:
AttributeInterface,BaseGraphQl
public class EntityWorkflowAttributeObject
extends Object
implements BaseGraphQl, AttributeInterface
-
Field Summary
Fields inherited from interface com.echothree.model.control.graphql.server.util.BaseGraphQl
GRAPHQL_EXECUTION_CONTEXT -
Constructor Summary
ConstructorsConstructorDescriptionEntityWorkflowAttributeObject(EntityAttribute entityAttribute, EntityInstance entityInstance) -
Method Summary
Modifier and TypeMethodDescriptiongetEntityAttribute(graphql.schema.DataFetchingEnvironment env) getEntityInstance(graphql.schema.DataFetchingEnvironment env) getWorkflowEntityStatuses(graphql.schema.DataFetchingEnvironment env)
-
Constructor Details
-
EntityWorkflowAttributeObject
public EntityWorkflowAttributeObject(EntityAttribute entityAttribute, EntityInstance entityInstance)
-
-
Method Details
-
getEntityAttribute
-
getEntityInstance
-
getWorkflowEntityStatuses
public CountingPaginatedData<WorkflowEntityStatusObject> getWorkflowEntityStatuses(graphql.schema.DataFetchingEnvironment env)
-