Uses of Class
com.echothree.model.data.workflow.server.entity.WorkflowDestination
Packages that use WorkflowDestination
Package
Description
-
Uses of WorkflowDestination in com.echothree.control.user.workflow.server.command
Methods in com.echothree.control.user.workflow.server.command that return WorkflowDestinationModifier and TypeMethodDescriptionEditWorkflowDestinationCommand.getEntity(EditWorkflowDestinationResult result) protected WorkflowDestinationGetWorkflowDestinationCommand.getEntity()EditWorkflowDestinationCommand.getLockEntity(WorkflowDestination freeOnBoard) Methods in com.echothree.control.user.workflow.server.command that return types with arguments of type WorkflowDestinationModifier and TypeMethodDescriptionprotected Collection<WorkflowDestination> GetWorkflowDestinationsCommand.getEntities()Methods in com.echothree.control.user.workflow.server.command with parameters of type WorkflowDestinationModifier and TypeMethodDescriptionvoidEditWorkflowDestinationCommand.canUpdate(WorkflowDestination workflowDestination) voidEditWorkflowDestinationCommand.doLock(WorkflowDestinationEdit edit, WorkflowDestination workflowDestination) voidEditWorkflowDestinationCommand.doUpdate(WorkflowDestination workflowDestination) voidEditWorkflowDestinationCommand.fillInResult(EditWorkflowDestinationResult result, WorkflowDestination freeOnBoard) EditWorkflowDestinationCommand.getLockEntity(WorkflowDestination freeOnBoard) protected BaseResultGetWorkflowDestinationCommand.getResult(WorkflowDestination workflowDestination) Method parameters in com.echothree.control.user.workflow.server.command with type arguments of type WorkflowDestinationModifier and TypeMethodDescriptionprotected BaseResultGetWorkflowDestinationsCommand.getResult(Collection<WorkflowDestination> entities) -
Uses of WorkflowDestination in com.echothree.model.control.workflow.server.control
Methods in com.echothree.model.control.workflow.server.control that return WorkflowDestinationModifier and TypeMethodDescriptionWorkflowControl.createWorkflowDestination(WorkflowStep workflowStep, String workflowDestinationName, Boolean isDefault, Integer sortOrder, BasePK createdBy) WorkflowControl.getDefaultWorkflowDestination(WorkflowStep workflowStep) WorkflowControl.getDefaultWorkflowDestination(WorkflowStep workflowStep, EntityPermission entityPermission) WorkflowControl.getDefaultWorkflowDestinationForUpdate(WorkflowStep workflowStep) WorkflowControl.getWorkflowDestinationByEntityInstance(EntityInstance entityInstance) WorkflowControl.getWorkflowDestinationByEntityInstance(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.WorkflowDestinationWorkflowControl.getWorkflowDestinationByEntityInstanceForUpdate(EntityInstance entityInstance) WorkflowControl.getWorkflowDestinationByName(WorkflowStep workflowStep, String workflowDestinationName) WorkflowControl.getWorkflowDestinationByName(WorkflowStep workflowStep, String workflowDestinationName, EntityPermission entityPermission) WorkflowControl.getWorkflowDestinationByNameForUpdate(WorkflowStep workflowStep, String workflowDestinationName) Methods in com.echothree.model.control.workflow.server.control that return types with arguments of type WorkflowDestinationModifier and TypeMethodDescriptionWorkflowControl.getWorkflowDestinationsByWorkflowStep(WorkflowStep workflowStep) WorkflowControl.getWorkflowDestinationsByWorkflowStepForUpdate(WorkflowStep workflowStep) Methods in com.echothree.model.control.workflow.server.control with parameters of type WorkflowDestinationModifier and TypeMethodDescriptionlongWorkflowControl.countWorkflowDestinationPartyTypes(WorkflowDestination workflowDestination) longWorkflowControl.countWorkflowDestinationPartyTypesByWorkflowDestination(WorkflowDestination workflowDestination) longWorkflowControl.countWorkflowDestinationSelectorsByWorkflowDestination(WorkflowDestination workflowDestination) longWorkflowControl.countWorkflowDestinationStepsByWorkflowDestination(WorkflowDestination workflowDestination) WorkflowControl.createWorkflowDestinationDescription(WorkflowDestination workflowDestination, Language language, String description, BasePK createdBy) WorkflowControl.createWorkflowDestinationPartyType(WorkflowDestination workflowDestination, PartyType partyType, BasePK createdBy) WorkflowControl.createWorkflowDestinationSelector(WorkflowDestination workflowDestination, Selector selector, BasePK createdBy) WorkflowControl.createWorkflowDestinationStep(WorkflowDestination workflowDestination, WorkflowStep workflowStep, BasePK createdBy) voidWorkflowControl.deleteWorkflowDestination(WorkflowDestination workflowDestination, BasePK deletedBy) voidWorkflowControl.deleteWorkflowDestinationDescriptionsByWorkflowDestination(WorkflowDestination workflowDestination, BasePK deletedBy) voidWorkflowControl.deleteWorkflowDestinationPartyTypesByWorkflowDestination(WorkflowDestination workflowDestination, BasePK deletedBy) voidWorkflowControl.deleteWorkflowDestinationSelectorsByWorkflowDestination(WorkflowDestination workflowDestination, BasePK deletedBy) voidWorkflowControl.deleteWorkflowDestinationStepsByWorkflowDestination(WorkflowDestination workflowDestination, BasePK deletedBy) WorkflowControl.getBestWorkflowDestinationDescription(WorkflowDestination workflowDestination, Language language) WorkflowControl.getWorkflowDestinationDescription(WorkflowDestination workflowDestination, Language language) WorkflowControl.getWorkflowDestinationDescriptionForUpdate(WorkflowDestination workflowDestination, Language language) WorkflowControl.getWorkflowDestinationDescriptionsByWorkflowDestination(WorkflowDestination workflowDestination) WorkflowControl.getWorkflowDestinationDescriptionsByWorkflowDestinationForUpdate(WorkflowDestination workflowDestination) WorkflowControl.getWorkflowDestinationDescriptionTransfersByWorkflowDestination(UserVisit userVisit, WorkflowDestination workflowDestination) WorkflowControl.getWorkflowDestinationDescriptionValueForUpdate(WorkflowDestination workflowDestination, Language language) WorkflowControl.getWorkflowDestinationDetailValueForUpdate(WorkflowDestination workflowDestination) WorkflowControl.getWorkflowDestinationPartyType(WorkflowDestination workflowDestination, PartyType partyType) WorkflowControl.getWorkflowDestinationPartyType(WorkflowDestination workflowDestination, PartyType partyType, EntityPermission entityPermission) WorkflowControl.getWorkflowDestinationPartyTypeForUpdate(WorkflowDestination workflowDestination, PartyType partyType) WorkflowControl.getWorkflowDestinationPartyTypesByWorkflowDestination(WorkflowDestination workflowDestination) WorkflowControl.getWorkflowDestinationPartyTypesByWorkflowDestinationForUpdate(WorkflowDestination workflowDestination) WorkflowControl.getWorkflowDestinationPartyTypeTransfersByWorkflowDestination(UserVisit userVisit, WorkflowDestination workflowDestination) WorkflowControl.getWorkflowDestinationSelector(WorkflowDestination workflowDestination, Selector selector) WorkflowControl.getWorkflowDestinationSelector(WorkflowDestination workflowDestination, Selector selector, EntityPermission entityPermission) WorkflowControl.getWorkflowDestinationSelectorForUpdate(WorkflowDestination workflowDestination, Selector selector) WorkflowControl.getWorkflowDestinationSelectorsByWorkflowDestination(WorkflowDestination workflowDestination) WorkflowControl.getWorkflowDestinationSelectorsByWorkflowDestinationForUpdate(WorkflowDestination workflowDestination) WorkflowControl.getWorkflowDestinationSelectorTransfersByWorkflowDestination(UserVisit userVisit, WorkflowDestination workflowDestination) WorkflowControl.getWorkflowDestinationStep(WorkflowDestination workflowDestination, WorkflowStep workflowStep) WorkflowControl.getWorkflowDestinationStepForUpdate(WorkflowDestination workflowDestination, WorkflowStep workflowStep) WorkflowControl.getWorkflowDestinationStepsByWorkflowDestination(WorkflowDestination workflowDestination) WorkflowControl.getWorkflowDestinationStepsByWorkflowDestinationForUpdate(WorkflowDestination workflowDestination) WorkflowControl.getWorkflowDestinationStepTransfersByWorkflowDestination(UserVisit userVisit, WorkflowDestination workflowDestination) WorkflowControl.getWorkflowDestinationTransfer(UserVisit userVisit, WorkflowDestination workflowDestination) voidWorkflowControl.transitionEntityInWorkflow(ExecutionErrorAccumulator eea, WorkflowEntityStatus workflowEntityStatus, WorkflowDestination workflowDestination, Long triggerTime, PartyPK modifiedBy) Method parameters in com.echothree.model.control.workflow.server.control with type arguments of type WorkflowDestinationModifier and TypeMethodDescriptionWorkflowControl.getWorkflowDestinationTransfers(UserVisit userVisit, Collection<WorkflowDestination> workflowDestinations) -
Uses of WorkflowDestination in com.echothree.model.control.workflow.server.graphql
Constructors in com.echothree.model.control.workflow.server.graphql with parameters of type WorkflowDestination -
Uses of WorkflowDestination in com.echothree.model.control.workflow.server.logic
Methods in com.echothree.model.control.workflow.server.logic that return WorkflowDestinationModifier and TypeMethodDescriptionWorkflowDestinationLogic.getWorkflowDestinationByName(ExecutionErrorAccumulator eea, Workflow workflow, String workflowStepName, String workflowDestinationName) WorkflowDestinationLogic.getWorkflowDestinationByName(ExecutionErrorAccumulator eea, WorkflowStep workflowStep, String workflowDestinationName) WorkflowDestinationLogic.getWorkflowDestinationByName(ExecutionErrorAccumulator eea, WorkflowStep workflowStep, String workflowDestinationName, EntityPermission entityPermission) WorkflowDestinationLogic.getWorkflowDestinationByName(ExecutionErrorAccumulator eea, String workflowName, String workflowStepName, String workflowDestinationName) WorkflowDestinationLogic.getWorkflowDestinationByNameForUpdate(ExecutionErrorAccumulator eea, WorkflowStep workflowStep, String workflowDestinationName) WorkflowDestinationLogic.getWorkflowDestinationByUniversalSpec(ExecutionErrorAccumulator eea, WorkflowDestinationUniversalSpec universalSpec, boolean allowDefault) WorkflowDestinationLogic.getWorkflowDestinationByUniversalSpec(ExecutionErrorAccumulator eea, WorkflowDestinationUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) WorkflowDestinationLogic.getWorkflowDestinationByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, WorkflowDestinationUniversalSpec universalSpec, boolean allowDefault) Methods in com.echothree.model.control.workflow.server.logic with parameters of type WorkflowDestinationModifier and TypeMethodDescriptionbooleanWorkflowSecurityLogic.checkTransitionEntityInWorkflow(ExecutionErrorAccumulator eea, WorkflowDestination workflowDestination, PartyPK modifiedBy) booleanWorkflowSecurityLogic.checkWorkflowDestinationAvailable(WorkflowDestination workflowDestination, PartyPK partyPK) WorkflowDestinationLogic.getWorkflowDestinationPartyType(ExecutionErrorAccumulator eea, WorkflowDestination workflowDestination, PartyType partyType) WorkflowDestinationLogic.getWorkflowDestinationPartyType(ExecutionErrorAccumulator eea, WorkflowDestination workflowDestination, PartyType partyType, EntityPermission entityPermission) WorkflowDestinationLogic.getWorkflowDestinationPartyTypeForUpdate(ExecutionErrorAccumulator eea, WorkflowDestination workflowDestination, PartyType partyType) WorkflowDestinationLogic.getWorkflowDestinationsAsMap(WorkflowDestination workflowDestination) WorkflowDestinationLogic.getWorkflowDestinationStep(ExecutionErrorAccumulator eea, WorkflowDestination workflowDestination, WorkflowStep destinationWorkflowStep) WorkflowDestinationLogic.getWorkflowDestinationStepsAsSet(WorkflowDestination workflowDestination) -
Uses of WorkflowDestination in com.echothree.model.control.workflow.server.transfer
Methods in com.echothree.model.control.workflow.server.transfer with parameters of type WorkflowDestinationModifier and TypeMethodDescriptionWorkflowDestinationTransferCache.getWorkflowDestinationTransfer(UserVisit userVisit, WorkflowDestination workflowDestination) -
Uses of WorkflowDestination in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowDestinationModifier and TypeMethodDescriptionWorkflowDestinationDescription.getWorkflowDestination()WorkflowDestinationDescription.getWorkflowDestination(EntityPermission entityPermission) WorkflowDestinationDescription.getWorkflowDestination(Session session) WorkflowDestinationDescription.getWorkflowDestination(Session session, EntityPermission entityPermission) WorkflowDestinationDetail.getWorkflowDestination()WorkflowDestinationDetail.getWorkflowDestination(EntityPermission entityPermission) WorkflowDestinationDetail.getWorkflowDestination(Session session) WorkflowDestinationDetail.getWorkflowDestination(Session session, EntityPermission entityPermission) WorkflowDestinationPartyType.getWorkflowDestination()WorkflowDestinationPartyType.getWorkflowDestination(EntityPermission entityPermission) WorkflowDestinationPartyType.getWorkflowDestination(Session session) WorkflowDestinationPartyType.getWorkflowDestination(Session session, EntityPermission entityPermission) WorkflowDestinationSelector.getWorkflowDestination()WorkflowDestinationSelector.getWorkflowDestination(EntityPermission entityPermission) WorkflowDestinationSelector.getWorkflowDestination(Session session) WorkflowDestinationSelector.getWorkflowDestination(Session session, EntityPermission entityPermission) WorkflowDestinationStep.getWorkflowDestination()WorkflowDestinationStep.getWorkflowDestination(EntityPermission entityPermission) WorkflowDestinationStep.getWorkflowDestination(Session session) WorkflowDestinationStep.getWorkflowDestination(Session session, EntityPermission entityPermission) WorkflowDestinationDescription.getWorkflowDestinationForUpdate()WorkflowDestinationDescription.getWorkflowDestinationForUpdate(Session session) WorkflowDestinationDetail.getWorkflowDestinationForUpdate()WorkflowDestinationDetail.getWorkflowDestinationForUpdate(Session session) WorkflowDestinationPartyType.getWorkflowDestinationForUpdate()WorkflowDestinationPartyType.getWorkflowDestinationForUpdate(Session session) WorkflowDestinationSelector.getWorkflowDestinationForUpdate()WorkflowDestinationSelector.getWorkflowDestinationForUpdate(Session session) WorkflowDestinationStep.getWorkflowDestinationForUpdate()WorkflowDestinationStep.getWorkflowDestinationForUpdate(Session session) Methods in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowDestinationModifier and TypeMethodDescriptionvoidWorkflowDestinationDescription.setWorkflowDestination(WorkflowDestination entity) voidWorkflowDestinationDetail.setWorkflowDestination(WorkflowDestination entity) voidWorkflowDestinationPartyType.setWorkflowDestination(WorkflowDestination entity) voidWorkflowDestinationSelector.setWorkflowDestination(WorkflowDestination entity) voidWorkflowDestinationStep.setWorkflowDestination(WorkflowDestination entity) -
Uses of WorkflowDestination in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDestinationModifier and TypeMethodDescriptionWorkflowDestinationFactory.create()WorkflowDestinationFactory.create(WorkflowDestinationDetailPK activeDetailPK, WorkflowDestinationDetailPK lastDetailPK) WorkflowDestinationFactory.create(WorkflowDestinationDetail activeDetail, WorkflowDestinationDetail lastDetail) WorkflowDestinationFactory.create(Session session, WorkflowDestinationDetailPK activeDetailPK, WorkflowDestinationDetailPK lastDetailPK) WorkflowDestinationFactory.create(Session session, WorkflowDestinationDetail activeDetail, WorkflowDestinationDetail lastDetail) WorkflowDestinationFactory.getEntityFromCache(Session session, WorkflowDestinationPK pk) WorkflowDestinationFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowDestinationPK pk) WorkflowDestinationFactory.getEntityFromPK(Session session, EntityPermission entityPermission, WorkflowDestinationPK pk) WorkflowDestinationFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) WorkflowDestinationFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowDestinationFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowDestinationFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowDestinationFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowDestinationFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowDestinationFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowDestinationFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) WorkflowDestinationFactory.getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) WorkflowDestinationFactory.getEntityFromValue(EntityPermission entityPermission, WorkflowDestinationValue value) WorkflowDestinationFactory.getEntityFromValue(Session session, EntityPermission entityPermission, WorkflowDestinationValue value) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDestinationModifier and TypeMethodDescriptionWorkflowDestinationFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WorkflowDestinationPK> pks) WorkflowDestinationFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<WorkflowDestinationPK> pks) WorkflowDestinationFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) WorkflowDestinationFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowDestinationFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowDestinationFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowDestinationFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowDestinationFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowDestinationFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowDestinationFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) WorkflowDestinationFactory.getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDestinationModifier and TypeMethodDescriptionWorkflowDestinationDescriptionFactory.create(WorkflowDestination workflowDestination, Language language, String description, Long fromTime, Long thruTime) WorkflowDestinationDescriptionFactory.create(Session session, WorkflowDestination workflowDestination, Language language, String description, Long fromTime, Long thruTime) WorkflowDestinationDetailFactory.create(WorkflowDestination workflowDestination, WorkflowStep workflowStep, String workflowDestinationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) WorkflowDestinationDetailFactory.create(Session session, WorkflowDestination workflowDestination, WorkflowStep workflowStep, String workflowDestinationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) WorkflowDestinationPartyTypeFactory.create(WorkflowDestination workflowDestination, PartyType partyType, Long fromTime, Long thruTime) WorkflowDestinationPartyTypeFactory.create(Session session, WorkflowDestination workflowDestination, PartyType partyType, Long fromTime, Long thruTime) WorkflowDestinationSelectorFactory.create(WorkflowDestination workflowDestination, Selector selector, Long fromTime, Long thruTime) WorkflowDestinationSelectorFactory.create(Session session, WorkflowDestination workflowDestination, Selector selector, Long fromTime, Long thruTime) WorkflowDestinationStepFactory.create(WorkflowDestination workflowDestination, WorkflowStep workflowStep, Long fromTime, Long thruTime) WorkflowDestinationStepFactory.create(Session session, WorkflowDestination workflowDestination, WorkflowStep workflowStep, Long fromTime, Long thruTime) voidWorkflowDestinationFactory.remove(Session session, WorkflowDestination entity) voidWorkflowDestinationFactory.store(Session session, WorkflowDestination entity) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDestinationModifier and TypeMethodDescriptionvoidWorkflowDestinationFactory.store(Session session, Collection<WorkflowDestination> entities) voidWorkflowDestinationFactory.store(Collection<WorkflowDestination> entities)