Uses of Class
com.echothree.model.control.workflow.server.graphql.WorkflowEntityStatusObject
Packages that use WorkflowEntityStatusObject
Package
Description
-
Uses of WorkflowEntityStatusObject in com.echothree.control.user.graphql.server.schema
Methods in com.echothree.control.user.graphql.server.schema that return types with arguments of type WorkflowEntityStatusObjectModifier and TypeMethodDescriptionGraphQlQueries.workflowEntityStatuses(graphql.schema.DataFetchingEnvironment env, String workflowName) -
Uses of WorkflowEntityStatusObject in com.echothree.model.control.accounting.server.graphql
Methods in com.echothree.model.control.accounting.server.graphql that return WorkflowEntityStatusObjectModifier and TypeMethodDescriptionTransactionGroupObject.getTransactionGroupStatus(graphql.schema.DataFetchingEnvironment env) TransactionObject.getTransactionStatus(graphql.schema.DataFetchingEnvironment env) -
Uses of WorkflowEntityStatusObject in com.echothree.model.control.contact.server.graphql
Methods in com.echothree.model.control.contact.server.graphql that return WorkflowEntityStatusObjectModifier and TypeMethodDescriptionContactEmailAddressObject.getEmailAddressStatus(graphql.schema.DataFetchingEnvironment env) ContactEmailAddressObject.getEmailAddressVerification(graphql.schema.DataFetchingEnvironment env) ContactPostalAddressObject.getPostalAddressStatus(graphql.schema.DataFetchingEnvironment env) ContactTelephoneObject.getTelephoneStatus(graphql.schema.DataFetchingEnvironment env) ContactWebAddressObject.getWebAddressStatus(graphql.schema.DataFetchingEnvironment env) -
Uses of WorkflowEntityStatusObject in com.echothree.model.control.core.server.graphql
Methods in com.echothree.model.control.core.server.graphql that return WorkflowEntityStatusObjectModifier and TypeMethodDescriptionEventGroupObject.getEventGroupStatus(graphql.schema.DataFetchingEnvironment env) Methods in com.echothree.model.control.core.server.graphql that return types with arguments of type WorkflowEntityStatusObjectModifier and TypeMethodDescriptionEntityWorkflowAttributeObject.getWorkflowEntityStatuses(graphql.schema.DataFetchingEnvironment env) -
Uses of WorkflowEntityStatusObject in com.echothree.model.control.employee.server.graphql
Methods in com.echothree.model.control.employee.server.graphql that return WorkflowEntityStatusObjectModifier and TypeMethodDescriptionEmployeeObject.getEmployeeAvailability(graphql.schema.DataFetchingEnvironment env) EmployeeObject.getEmployeeStatus(graphql.schema.DataFetchingEnvironment env) -
Uses of WorkflowEntityStatusObject in com.echothree.model.control.graphql.server.graphql
Methods in com.echothree.model.control.graphql.server.graphql that return WorkflowEntityStatusObjectModifier and TypeMethodDescriptionprotected WorkflowEntityStatusObjectBaseEntityInstanceObject.getWorkflowEntityStatusObject(graphql.schema.DataFetchingEnvironment env, String workflowName) protected WorkflowEntityStatusObjectBaseObject.getWorkflowEntityStatusObject(graphql.schema.DataFetchingEnvironment env, BasePK basePrimaryKey, String workflowName) -
Uses of WorkflowEntityStatusObject in com.echothree.model.control.item.server.graphql
Methods in com.echothree.model.control.item.server.graphql that return WorkflowEntityStatusObjectModifier and TypeMethodDescriptionItemObject.getItemStatus(graphql.schema.DataFetchingEnvironment env) -
Uses of WorkflowEntityStatusObject in com.echothree.model.control.user.server.graphql
Methods in com.echothree.model.control.user.server.graphql that return WorkflowEntityStatusObjectModifier and TypeMethodDescriptionUserVisitGroupObject.getUserVisitGroupStatus(graphql.schema.DataFetchingEnvironment env) -
Uses of WorkflowEntityStatusObject in com.echothree.model.control.vendor.server.graphql
Methods in com.echothree.model.control.vendor.server.graphql that return WorkflowEntityStatusObjectModifier and TypeMethodDescriptionVendorItemObject.getVendorItemStatus(graphql.schema.DataFetchingEnvironment env) VendorObject.getVendorStatus(graphql.schema.DataFetchingEnvironment env)