Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Index
  • Help
  • Summary: 
  • Nested | 
  • Field | 
  • Constr | 
  • Method
  • Detail: 
  • Field | 
  • Constr | 
  • Method
Package com.echothree.model.control.workflow.server.graphql

Class WorkflowObject

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.WorkflowObject

public class WorkflowObject extends BaseEntityInstanceObject
  • Field Summary

    Fields inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject

    basePrimaryKey
  • Constructor Summary

    Constructors
    Constructor
    Description
    WorkflowObject(Workflow workflow)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    String
    getDescription(graphql.schema.DataFetchingEnvironment env)
     
    SecurityRoleGroupObject
    getSecurityRoleGroup(graphql.schema.DataFetchingEnvironment env)
     
    SelectorTypeObject
    getSelectorType(graphql.schema.DataFetchingEnvironment env)
     
    @graphql.annotations.annotationTypes.GraphQLNonNull int
    getSortOrder()
     
    CountingPaginatedData<WorkflowEntityTypeObject>
    getWorkflowEntityTypes(graphql.schema.DataFetchingEnvironment env)
     
    CountingPaginatedData<WorkflowEntranceObject>
    getWorkflowEntrances(graphql.schema.DataFetchingEnvironment env)
     
    String
    getWorkflowName()
     
    CountingPaginatedData<WorkflowSelectorKindObject>
    getWorkflowSelectorKinds(graphql.schema.DataFetchingEnvironment env)
     
    CountingPaginatedData<WorkflowStepObject>
    getWorkflowSteps(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WorkflowObject

      public WorkflowObject(Workflow workflow)
  • Method Details

    • getWorkflowName

      public String getWorkflowName()
    • getSelectorType

      public SelectorTypeObject getSelectorType(graphql.schema.DataFetchingEnvironment env)
    • getSecurityRoleGroup

      public SecurityRoleGroupObject getSecurityRoleGroup(graphql.schema.DataFetchingEnvironment env)
    • getSortOrder

      public @graphql.annotations.annotationTypes.GraphQLNonNull int getSortOrder()
    • getDescription

      public String getDescription(graphql.schema.DataFetchingEnvironment env)
    • getWorkflowEntrances

      public CountingPaginatedData<WorkflowEntranceObject> getWorkflowEntrances(graphql.schema.DataFetchingEnvironment env)
    • getWorkflowSteps

      public CountingPaginatedData<WorkflowStepObject> getWorkflowSteps(graphql.schema.DataFetchingEnvironment env)
    • getWorkflowEntityTypes

      public CountingPaginatedData<WorkflowEntityTypeObject> getWorkflowEntityTypes(graphql.schema.DataFetchingEnvironment env)
    • getWorkflowSelectorKinds

      public CountingPaginatedData<WorkflowSelectorKindObject> getWorkflowSelectorKinds(graphql.schema.DataFetchingEnvironment env)

Copyright 2002-2024 Echo Three, LLC