Uses of Class
com.echothree.model.data.workflow.server.entity.WorkflowDestinationStep
Packages that use WorkflowDestinationStep
Package
Description
-
Uses of WorkflowDestinationStep in com.echothree.control.user.workflow.server.command
Methods in com.echothree.control.user.workflow.server.command that return WorkflowDestinationStepModifier and TypeMethodDescriptionprotected WorkflowDestinationStepGetWorkflowDestinationStepCommand.getEntity()Methods in com.echothree.control.user.workflow.server.command that return types with arguments of type WorkflowDestinationStepModifier and TypeMethodDescriptionprotected Collection<WorkflowDestinationStep> GetWorkflowDestinationStepsCommand.getEntities()Methods in com.echothree.control.user.workflow.server.command with parameters of type WorkflowDestinationStepModifier and TypeMethodDescriptionprotected BaseResultGetWorkflowDestinationStepCommand.getResult(WorkflowDestinationStep entity) Method parameters in com.echothree.control.user.workflow.server.command with type arguments of type WorkflowDestinationStepModifier and TypeMethodDescriptionprotected BaseResultGetWorkflowDestinationStepsCommand.getResult(Collection<WorkflowDestinationStep> entities) -
Uses of WorkflowDestinationStep in com.echothree.model.control.workflow.server.control
Methods in com.echothree.model.control.workflow.server.control that return WorkflowDestinationStepModifier and TypeMethodDescriptionWorkflowControl.createWorkflowDestinationStep(WorkflowDestination workflowDestination, WorkflowStep workflowStep, BasePK createdBy) WorkflowControl.getWorkflowDestinationStep(WorkflowDestination workflowDestination, WorkflowStep workflowStep) WorkflowControl.getWorkflowDestinationStepForUpdate(WorkflowDestination workflowDestination, WorkflowStep workflowStep) Methods in com.echothree.model.control.workflow.server.control that return types with arguments of type WorkflowDestinationStepModifier and TypeMethodDescriptionWorkflowControl.getWorkflowDestinationStepsByWorkflowDestination(WorkflowDestination workflowDestination) WorkflowControl.getWorkflowDestinationStepsByWorkflowDestinationForUpdate(WorkflowDestination workflowDestination) WorkflowControl.getWorkflowDestinationStepsByWorkflowStep(WorkflowStep workflowStep) WorkflowControl.getWorkflowDestinationStepsByWorkflowStepForUpdate(WorkflowStep workflowStep) Methods in com.echothree.model.control.workflow.server.control with parameters of type WorkflowDestinationStepModifier and TypeMethodDescriptionvoidWorkflowControl.deleteWorkflowDestinationStep(WorkflowDestinationStep workflowDestinationStep, BasePK deletedBy) WorkflowControl.getWorkflowDestinationStepTransfer(UserVisit userVisit, WorkflowDestinationStep workflowDestinationStep) Method parameters in com.echothree.model.control.workflow.server.control with type arguments of type WorkflowDestinationStepModifier and TypeMethodDescriptionvoidWorkflowControl.deleteWorkflowDestinationSteps(List<WorkflowDestinationStep> workflowDestinationSteps, BasePK deletedBy) WorkflowControl.getWorkflowDestinationStepTransfers(UserVisit userVisit, Collection<WorkflowDestinationStep> workflowDestinationSteps) -
Uses of WorkflowDestinationStep in com.echothree.model.control.workflow.server.graphql
Constructors in com.echothree.model.control.workflow.server.graphql with parameters of type WorkflowDestinationStepModifierConstructorDescriptionWorkflowDestinationStepObject(WorkflowDestinationStep workflowDestinationStep) -
Uses of WorkflowDestinationStep in com.echothree.model.control.workflow.server.logic
Methods in com.echothree.model.control.workflow.server.logic that return WorkflowDestinationStepModifier and TypeMethodDescriptionWorkflowDestinationLogic.getWorkflowDestinationStep(ExecutionErrorAccumulator eea, WorkflowDestination workflowDestination, WorkflowStep destinationWorkflowStep) WorkflowDestinationLogic.getWorkflowDestinationStepByName(ExecutionErrorAccumulator eea, String workflowName, String workflowStepName, String workflowDestinationName, String destinationWorkflowName, String destinationWorkflowStepName) -
Uses of WorkflowDestinationStep in com.echothree.model.control.workflow.server.transfer
Methods in com.echothree.model.control.workflow.server.transfer with parameters of type WorkflowDestinationStepModifier and TypeMethodDescriptionWorkflowDestinationStepTransferCache.getWorkflowDestinationStepTransfer(UserVisit userVisit, WorkflowDestinationStep workflowDestinationStep) -
Uses of WorkflowDestinationStep in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDestinationStepModifier and TypeMethodDescriptionWorkflowDestinationStepFactory.create(WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) WorkflowDestinationStepFactory.create(WorkflowDestination workflowDestination, WorkflowStep workflowStep, Long fromTime, Long thruTime) WorkflowDestinationStepFactory.create(Session session, WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) WorkflowDestinationStepFactory.create(Session session, WorkflowDestination workflowDestination, WorkflowStep workflowStep, Long fromTime, Long thruTime) WorkflowDestinationStepFactory.getEntityFromCache(Session session, WorkflowDestinationStepPK pk) WorkflowDestinationStepFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowDestinationStepPK pk) WorkflowDestinationStepFactory.getEntityFromPK(Session session, EntityPermission entityPermission, WorkflowDestinationStepPK pk) WorkflowDestinationStepFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) WorkflowDestinationStepFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowDestinationStepFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowDestinationStepFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowDestinationStepFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowDestinationStepFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowDestinationStepFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowDestinationStepFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) WorkflowDestinationStepFactory.getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) WorkflowDestinationStepFactory.getEntityFromValue(EntityPermission entityPermission, WorkflowDestinationStepValue value) WorkflowDestinationStepFactory.getEntityFromValue(Session session, EntityPermission entityPermission, WorkflowDestinationStepValue value) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDestinationStepModifier and TypeMethodDescriptionWorkflowDestinationStepFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WorkflowDestinationStepPK> pks) WorkflowDestinationStepFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<WorkflowDestinationStepPK> pks) WorkflowDestinationStepFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) WorkflowDestinationStepFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowDestinationStepFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowDestinationStepFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowDestinationStepFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowDestinationStepFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowDestinationStepFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowDestinationStepFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) WorkflowDestinationStepFactory.getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDestinationStepModifier and TypeMethodDescriptionvoidWorkflowDestinationStepFactory.remove(Session session, WorkflowDestinationStep entity) voidWorkflowDestinationStepFactory.store(Session session, WorkflowDestinationStep entity) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDestinationStepModifier and TypeMethodDescriptionvoidWorkflowDestinationStepFactory.store(Session session, Collection<WorkflowDestinationStep> entities) voidWorkflowDestinationStepFactory.store(Collection<WorkflowDestinationStep> entities)