Class WorkflowDestinationObject
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.WorkflowDestinationObject
-
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 intgetWorkflowDestinationPartyTypes(graphql.schema.DataFetchingEnvironment env) getWorkflowDestinationSelectors(graphql.schema.DataFetchingEnvironment env) getWorkflowDestinationSteps(graphql.schema.DataFetchingEnvironment env) getWorkflowStep(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, getWorkflowEntityStatusObjectMethods inherited from class com.echothree.model.control.graphql.server.graphql.BaseObject
getWorkflowEntityStatusObject
-
Constructor Details
-
WorkflowDestinationObject
-
-
Method Details
-
getWorkflowStep
-
getWorkflowDestinationName
-
getIsDefault
-
getSortOrder
-
getDescription
-
getWorkflowDestinationSteps
public CountingPaginatedData<WorkflowDestinationStepObject> getWorkflowDestinationSteps(graphql.schema.DataFetchingEnvironment env) -
getWorkflowDestinationPartyTypes
public CountingPaginatedData<WorkflowDestinationPartyTypeObject> getWorkflowDestinationPartyTypes(graphql.schema.DataFetchingEnvironment env) -
getWorkflowDestinationSelectors
public CountingPaginatedData<WorkflowDestinationSelectorObject> getWorkflowDestinationSelectors(graphql.schema.DataFetchingEnvironment env)
-