Uses of Class
com.echothree.model.data.workflow.server.entity.WorkflowSelectorKind
Packages that use WorkflowSelectorKind
Package
Description
-
Uses of WorkflowSelectorKind in com.echothree.control.user.workflow.server.command
Methods in com.echothree.control.user.workflow.server.command that return WorkflowSelectorKindModifier and TypeMethodDescriptionprotected WorkflowSelectorKindGetWorkflowSelectorKindCommand.getEntity()Methods in com.echothree.control.user.workflow.server.command that return types with arguments of type WorkflowSelectorKindModifier and TypeMethodDescriptionprotected Collection<WorkflowSelectorKind> GetWorkflowSelectorKindsCommand.getEntities()Methods in com.echothree.control.user.workflow.server.command with parameters of type WorkflowSelectorKindModifier and TypeMethodDescriptionprotected BaseResultGetWorkflowSelectorKindCommand.getResult(WorkflowSelectorKind entity) Method parameters in com.echothree.control.user.workflow.server.command with type arguments of type WorkflowSelectorKindModifier and TypeMethodDescriptionprotected BaseResultGetWorkflowSelectorKindsCommand.getResult(Collection<WorkflowSelectorKind> entities) -
Uses of WorkflowSelectorKind in com.echothree.model.control.workflow.server.control
Methods in com.echothree.model.control.workflow.server.control that return WorkflowSelectorKindModifier and TypeMethodDescriptionWorkflowControl.createWorkflowSelectorKind(Workflow workflow, SelectorKind selectorKind, BasePK createdBy) WorkflowControl.getWorkflowSelectorKind(Workflow workflow, SelectorKind selectorKind) WorkflowControl.getWorkflowSelectorKindForUpdate(Workflow workflow, SelectorKind selectorKind) Methods in com.echothree.model.control.workflow.server.control that return types with arguments of type WorkflowSelectorKindModifier and TypeMethodDescriptionWorkflowControl.getWorkflowSelectorKindsBySelectorKind(SelectorKind selectorKind) WorkflowControl.getWorkflowSelectorKindsBySelectorKindForUpdate(SelectorKind selectorKind) WorkflowControl.getWorkflowSelectorKindsByWorkflow(Workflow workflow) WorkflowControl.getWorkflowSelectorKindsByWorkflowForUpdate(Workflow workflow) Methods in com.echothree.model.control.workflow.server.control with parameters of type WorkflowSelectorKindModifier and TypeMethodDescriptionvoidWorkflowControl.deleteWorkflowSelectorKind(WorkflowSelectorKind workflowSelectorKind, BasePK deletedBy) WorkflowControl.getWorkflowSelectorKindTransfer(UserVisit userVisit, WorkflowSelectorKind workflowSelectorKind) Method parameters in com.echothree.model.control.workflow.server.control with type arguments of type WorkflowSelectorKindModifier and TypeMethodDescriptionvoidWorkflowControl.deleteWorkflowSelectorKinds(List<WorkflowSelectorKind> workflowSelectorKinds, BasePK deletedBy) WorkflowControl.getWorkflowSelectorKindTransfers(UserVisit userVisit, Collection<WorkflowSelectorKind> workflowSelectorKinds) -
Uses of WorkflowSelectorKind in com.echothree.model.control.workflow.server.graphql
Constructors in com.echothree.model.control.workflow.server.graphql with parameters of type WorkflowSelectorKindModifierConstructorDescriptionWorkflowSelectorKindObject(WorkflowSelectorKind workflowSelectorKind) -
Uses of WorkflowSelectorKind in com.echothree.model.control.workflow.server.logic
Methods in com.echothree.model.control.workflow.server.logic that return WorkflowSelectorKindModifier and TypeMethodDescriptionWorkflowLogic.getWorkflowSelectorKindByName(ExecutionErrorAccumulator eea, String workflowName, String selectorKindName) -
Uses of WorkflowSelectorKind in com.echothree.model.control.workflow.server.transfer
Methods in com.echothree.model.control.workflow.server.transfer with parameters of type WorkflowSelectorKindModifier and TypeMethodDescriptionWorkflowSelectorKindTransferCache.getWorkflowSelectorKindTransfer(UserVisit userVisit, WorkflowSelectorKind workflowSelectorKind) -
Uses of WorkflowSelectorKind in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowSelectorKindModifier and TypeMethodDescriptionWorkflowSelectorKindFactory.create(WorkflowPK workflowPK, SelectorKindPK selectorKindPK, Long fromTime, Long thruTime) WorkflowSelectorKindFactory.create(Workflow workflow, SelectorKind selectorKind, Long fromTime, Long thruTime) WorkflowSelectorKindFactory.getEntityFromCache(WorkflowSelectorKindPK pk) WorkflowSelectorKindFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowSelectorKindPK pk) WorkflowSelectorKindFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowSelectorKindFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowSelectorKindFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowSelectorKindFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) WorkflowSelectorKindFactory.getEntityFromValue(EntityPermission entityPermission, WorkflowSelectorKindValue value) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowSelectorKindModifier and TypeMethodDescriptionWorkflowSelectorKindFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WorkflowSelectorKindPK> pks) WorkflowSelectorKindFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowSelectorKindFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowSelectorKindFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowSelectorKindFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowSelectorKindModifier and TypeMethodDescriptionvoidWorkflowSelectorKindFactory.remove(WorkflowSelectorKind entity) voidWorkflowSelectorKindFactory.store(WorkflowSelectorKind entity) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowSelectorKindModifier and TypeMethodDescriptionvoidWorkflowSelectorKindFactory.store(Collection<WorkflowSelectorKind> entities)