Class WorkflowStepObject
java.lang.Object
com.echothree.model.control.graphql.server.graphql.BaseObject
com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
com.echothree.model.control.workflow.server.graphql.WorkflowStepObject
-
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 boolean
@graphql.annotations.annotationTypes.GraphQLNonNull int
getWorkflow
(graphql.schema.DataFetchingEnvironment env) getWorkflowDestinations
(graphql.schema.DataFetchingEnvironment env) getWorkflowEntranceSteps
(graphql.schema.DataFetchingEnvironment env) getWorkflowStepType
(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
-
WorkflowStepObject
-
-
Method Details
-
getWorkflow
-
getWorkflowStepName
-
getWorkflowStepType
-
getIsDefault
-
getSortOrder
-
getDescription
-
getWorkflowDestinations
public CountingPaginatedData<WorkflowDestinationObject> getWorkflowDestinations(graphql.schema.DataFetchingEnvironment env) -
getWorkflowEntranceSteps
public CountingPaginatedData<WorkflowEntranceStepObject> getWorkflowEntranceSteps(graphql.schema.DataFetchingEnvironment env)
-