Uses of Class
com.echothree.model.data.workflow.server.entity.Workflow
Packages that use Workflow
Package
Description
-
Uses of Workflow in com.echothree.control.user.workflow.server.command
Methods in com.echothree.control.user.workflow.server.command that return WorkflowModifier and TypeMethodDescriptionEditWorkflowCommand.getEntity
(EditWorkflowResult result) protected Workflow
GetWorkflowCommand.getEntity()
EditWorkflowCommand.getLockEntity
(Workflow freeOnBoard) Methods in com.echothree.control.user.workflow.server.command that return types with arguments of type WorkflowModifier and TypeMethodDescriptionprotected Collection<Workflow>
GetWorkflowsCommand.getEntities()
Methods in com.echothree.control.user.workflow.server.command with parameters of type WorkflowModifier and TypeMethodDescriptionvoid
void
EditWorkflowCommand.doLock
(WorkflowEdit edit, Workflow workflow) void
void
EditWorkflowCommand.fillInResult
(EditWorkflowResult result, Workflow freeOnBoard) EditWorkflowCommand.getLockEntity
(Workflow freeOnBoard) protected BaseResult
Method parameters in com.echothree.control.user.workflow.server.command with type arguments of type WorkflowModifier and TypeMethodDescriptionprotected BaseResult
GetWorkflowsCommand.getResult
(Collection<Workflow> entities) -
Uses of Workflow in com.echothree.model.control.batch.server.control
Methods in com.echothree.model.control.batch.server.control with parameters of type WorkflowModifier and TypeMethodDescriptionBatchControl.createBatchType
(String batchTypeName, BatchType parentBatchType, SequenceType batchSequenceType, Workflow batchWorkflow, WorkflowEntrance batchWorkflowEntrance, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of Workflow in com.echothree.model.control.financial.server.control
Methods in com.echothree.model.control.financial.server.control with parameters of type WorkflowModifier and TypeMethodDescriptionFinancialControl.createFinancialAccountType
(String financialAccountTypeName, FinancialAccountType parentFinancialAccountType, GlAccount defaultGlAccount, SequenceType financialAccountSequenceType, SequenceType financialAccountTransactionSequenceType, Workflow financialAccountWorkflow, WorkflowEntrance financialAccountWorkflowEntrance, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of Workflow in com.echothree.model.control.order.server.control
Methods in com.echothree.model.control.order.server.control with parameters of type WorkflowModifier and TypeMethodDescriptionOrderTypeControl.createOrderType
(String orderTypeName, OrderType parentOrderType, SequenceType orderSequenceType, Workflow orderWorkflow, WorkflowEntrance orderWorkflowEntrance, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of Workflow in com.echothree.model.control.order.server.logic
Methods in com.echothree.model.control.order.server.logic with parameters of type WorkflowModifier and TypeMethodDescriptionOrderTypeLogic.createOrderType
(ExecutionErrorAccumulator eea, String orderTypeName, OrderType parentOrderType, SequenceType orderSequenceType, Workflow orderWorkflow, WorkflowEntrance orderWorkflowEntrance, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) -
Uses of Workflow in com.echothree.model.control.payment.server.control
Methods in com.echothree.model.control.payment.server.control with parameters of type WorkflowModifier and TypeMethodDescriptionPaymentMethodTypePartyTypeControl.createPaymentMethodTypePartyType
(PaymentMethodType paymentMethodType, PartyType partyType, Workflow partyPaymentMethodWorkflow, Workflow partyContactMechanismWorkflow, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of Workflow in com.echothree.model.control.payment.server.logic
Methods in com.echothree.model.control.payment.server.logic with parameters of type WorkflowModifier and TypeMethodDescriptionPaymentMethodTypePartyTypeLogic.createPaymentMethodTypePartyType
(ExecutionErrorAccumulator eea, PaymentMethodType paymentMethodType, PartyType partyType, Workflow partyPaymentMethodWorkflow, Workflow partyContactMechanismWorkflow, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of Workflow in com.echothree.model.control.picklist.server.control
Methods in com.echothree.model.control.picklist.server.control with parameters of type WorkflowModifier and TypeMethodDescriptionPicklistControl.createPicklistType
(String picklistTypeName, PicklistType parentPicklistType, SequenceType picklistSequenceType, Workflow picklistWorkflow, WorkflowEntrance picklistWorkflowEntrance, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of Workflow in com.echothree.model.control.shipment.server
Methods in com.echothree.model.control.shipment.server with parameters of type WorkflowModifier and TypeMethodDescriptionShipmentControl.createShipmentType
(String shipmentTypeName, ShipmentType parentShipmentType, SequenceType shipmentSequenceType, SequenceType shipmentPackageSequenceType, Workflow shipmentWorkflow, WorkflowEntrance shipmentWorkflowEntrance, Boolean isDefault, Integer sortOrder, BasePK createdBy) -
Uses of Workflow in com.echothree.model.control.workflow.server.control
Methods in com.echothree.model.control.workflow.server.control that return WorkflowModifier and TypeMethodDescriptionWorkflowControl.createWorkflow
(String workflowName, SelectorType selectorType, SecurityRoleGroup securityRoleGroup, Integer sortOrder, BasePK createdBy) WorkflowControl.getWorkflowByEntityInstance
(EntityInstance entityInstance) WorkflowControl.getWorkflowByEntityInstance
(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.WorkflowWorkflowControl.getWorkflowByEntityInstanceForUpdate
(EntityInstance entityInstance) WorkflowControl.getWorkflowByName
(String workflowName) WorkflowControl.getWorkflowByName
(String workflowName, EntityPermission entityPermission) WorkflowControl.getWorkflowByNameForUpdate
(String workflowName) Methods in com.echothree.model.control.workflow.server.control that return types with arguments of type WorkflowModifier and TypeMethodDescriptionWorkflowControl.getWorkflows()
WorkflowControl.getWorkflowsByEntityType
(EntityType entityType) WorkflowControl.getWorkflowsBySelectorKind
(SelectorKind selectorKind) Methods in com.echothree.model.control.workflow.server.control with parameters of type WorkflowModifier and TypeMethodDescriptionWorkflowControl.addEntityToWorkflow
(Workflow workflow, EntityInstance entityInstance, WorkEffort workEffort, Long triggerTime, BasePK createdBy) long
WorkflowControl.countWorkflowEntityStatusesByWorkflow
(Workflow workflow) long
WorkflowControl.countWorkflowEntityTypesByWorkflow
(Workflow workflow) long
WorkflowControl.countWorkflowEntrancesByWorkflow
(Workflow workflow) long
WorkflowControl.countWorkflowSelectorKindsByWorkflow
(Workflow workflow) long
WorkflowControl.countWorkflowStepsByWorkflow
(Workflow workflow) WorkflowControl.createWorkflowDescription
(Workflow workflow, Language language, String description, BasePK createdBy) WorkflowControl.createWorkflowEntityType
(Workflow workflow, EntityType entityType, BasePK createdBy) WorkflowControl.createWorkflowEntrance
(Workflow workflow, String workflowEntranceName, Boolean isDefault, Integer sortOrder, BasePK createdBy) WorkflowControl.createWorkflowSelectorKind
(Workflow workflow, SelectorKind selectorKind, BasePK createdBy) WorkflowControl.createWorkflowStep
(Workflow workflow, String workflowStepName, WorkflowStepType workflowStepType, Boolean isDefault, Integer sortOrder, BasePK createdBy) void
WorkflowControl.deleteWorkflow
(Workflow workflow, BasePK deletedBy) void
WorkflowControl.deleteWorkflowDescriptionsByWorkflow
(Workflow workflow, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntityStatusesByEntityInstance
(Workflow workflow, EntityInstance entityInstance, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntityTypesByWorkflow
(Workflow workflow, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntrancesByWorkflow
(Workflow workflow, BasePK deletedBy) void
WorkflowControl.deleteWorkflowSelectorKindsByWorkflow
(Workflow workflow, BasePK deletedBy) void
WorkflowControl.deleteWorkflowStepsByWorkflow
(Workflow workflow, BasePK deletedBy) WorkflowControl.getBestWorkflowDescription
(Workflow workflow, Language language) WorkflowControl.getDefaultWorkflowEntrance
(Workflow workflow) WorkflowControl.getDefaultWorkflowEntrance
(Workflow workflow, EntityPermission entityPermission) WorkflowControl.getDefaultWorkflowEntranceDetailValueForUpdate
(Workflow workflow) WorkflowControl.getDefaultWorkflowEntranceForUpdate
(Workflow workflow) WorkflowControl.getDefaultWorkflowStep
(Workflow workflow) WorkflowControl.getDefaultWorkflowStep
(Workflow workflow, EntityPermission entityPermission) WorkflowControl.getDefaultWorkflowStepDetailValueForUpdate
(Workflow workflow) WorkflowControl.getDefaultWorkflowStepForUpdate
(Workflow workflow) WorkflowControl.getWorkflowDescription
(Workflow workflow, Language language) WorkflowControl.getWorkflowDescriptionForUpdate
(Workflow workflow, Language language) WorkflowControl.getWorkflowDescriptionsByWorkflow
(Workflow workflow) WorkflowControl.getWorkflowDescriptionsByWorkflowForUpdate
(Workflow workflow) WorkflowControl.getWorkflowDescriptionTransfersByWorkflow
(UserVisit userVisit, Workflow workflow) WorkflowControl.getWorkflowDescriptionValueForUpdate
(Workflow workflow, Language language) WorkflowControl.getWorkflowDetailValueForUpdate
(Workflow workflow) WorkflowControl.getWorkflowEntityStatusByEntityInstance
(Workflow workflow, EntityInstance entityInstance) WorkflowControl.getWorkflowEntityStatusByEntityInstanceForUpdate
(Workflow workflow, EntityInstance entityInstance) WorkflowControl.getWorkflowEntityStatusesByEntityInstance
(Workflow workflow, EntityInstance entityInstance) WorkflowControl.getWorkflowEntityStatusesByEntityInstance
(Workflow workflow, EntityInstance entityInstance, EntityPermission entityPermission) WorkflowControl.getWorkflowEntityStatusesByEntityInstanceForUpdate
(Workflow workflow, EntityInstance entityInstance) WorkflowControl.getWorkflowEntityStatusesByWorkflow
(Workflow workflow) WorkflowControl.getWorkflowEntityStatusTransferByEntityInstance
(UserVisit userVisit, Workflow workflow, EntityInstance entityInstance) WorkflowControl.getWorkflowEntityStatusTransfersByEntityInstance
(UserVisit userVisit, Workflow workflow, EntityInstance entityInstance) WorkflowControl.getWorkflowEntityStatusTransfersByWorkflow
(UserVisit userVisit, Workflow workflow) WorkflowControl.getWorkflowEntityType
(Workflow workflow, EntityType entityType) WorkflowControl.getWorkflowEntityTypeForUpdate
(Workflow workflow, EntityType entityType) WorkflowControl.getWorkflowEntityTypesByWorkflow
(Workflow workflow) WorkflowControl.getWorkflowEntityTypesByWorkflowForUpdate
(Workflow workflow) WorkflowControl.getWorkflowEntityTypeTransfersByWorkflow
(UserVisit userVisit, Workflow workflow) WorkflowControl.getWorkflowEntranceByName
(Workflow workflow, String workflowEntranceName) WorkflowControl.getWorkflowEntranceByName
(Workflow workflow, String workflowEntranceName, EntityPermission entityPermission) WorkflowControl.getWorkflowEntranceByNameForUpdate
(Workflow workflow, String workflowEntranceName) WorkflowControl.getWorkflowEntranceChoices
(BaseWorkflowChoicesBean baseWorkflowChoicesBean, String defaultWorkflowEntranceChoice, Language language, boolean allowNullChoice, Workflow workflow, PartyPK partyPK) WorkflowControl.getWorkflowEntranceDetailValueByNameForUpdate
(Workflow workflow, String workflowEntranceName) WorkflowControl.getWorkflowEntrancesByWorkflow
(Workflow workflow) WorkflowControl.getWorkflowEntrancesByWorkflowForUpdate
(Workflow workflow) WorkflowControl.getWorkflowEntranceSelectorsByWorkflow
(Workflow workflow) WorkflowControl.getWorkflowEntranceSelectorsByWorkflowForUpdate
(Workflow workflow) WorkflowControl.getWorkflowEntranceTransfersByWorkflow
(UserVisit userVisit, Workflow workflow) WorkflowControl.getWorkflowSelectorKind
(Workflow workflow, SelectorKind selectorKind) WorkflowControl.getWorkflowSelectorKindForUpdate
(Workflow workflow, SelectorKind selectorKind) WorkflowControl.getWorkflowSelectorKindsByWorkflow
(Workflow workflow) WorkflowControl.getWorkflowSelectorKindsByWorkflowForUpdate
(Workflow workflow) WorkflowControl.getWorkflowSelectorKindTransfersByWorkflow
(UserVisit userVisit, Workflow workflow) WorkflowControl.getWorkflowStepByName
(Workflow workflow, String workflowStepName) WorkflowControl.getWorkflowStepByName
(Workflow workflow, String workflowStepName, EntityPermission entityPermission) WorkflowControl.getWorkflowStepByNameForUpdate
(Workflow workflow, String workflowStepName) WorkflowControl.getWorkflowStepChoices
(BaseWorkflowChoicesBean baseWorkflowChoicesBean, String defaultWorkflowStepChoice, Language language, boolean allowNullChoice, Workflow workflow) WorkflowControl.getWorkflowStepChoices
(String defaultWorkflowStepChoice, Language language, boolean allowNullChoice, Workflow workflow) WorkflowControl.getWorkflowStepDetailValueByNameForUpdate
(Workflow workflow, String workflowStepName) WorkflowControl.getWorkflowStepsByWorkflow
(Workflow workflow) WorkflowControl.getWorkflowStepsByWorkflowForUpdate
(Workflow workflow) WorkflowControl.getWorkflowStepTransfersByWorkflow
(UserVisit userVisit, Workflow workflow) WorkflowControl.getWorkflowTransfer
(UserVisit userVisit, Workflow workflow) WorkflowControl.isEntityInWorkflow
(Workflow workflow, EntityInstance entityInstance) Method parameters in com.echothree.model.control.workflow.server.control with type arguments of type WorkflowModifier and TypeMethodDescriptionWorkflowControl.getWorkflowTransfers
(UserVisit userVisit, Collection<Workflow> workflows) -
Uses of Workflow in com.echothree.model.control.workflow.server.graphql
Constructors in com.echothree.model.control.workflow.server.graphql with parameters of type Workflow -
Uses of Workflow in com.echothree.model.control.workflow.server.logic
Methods in com.echothree.model.control.workflow.server.logic that return WorkflowModifier and TypeMethodDescriptionWorkflowLogic.getWorkflowByName
(ExecutionErrorAccumulator eea, String workflowName) WorkflowLogic.getWorkflowByName
(ExecutionErrorAccumulator eea, String workflowName, EntityPermission entityPermission) WorkflowLogic.getWorkflowByName
(Class<? extends BaseException> unknownException, ExecutionErrors unknownExecutionError, ExecutionErrorAccumulator eea, String workflowName, EntityPermission entityPermission) WorkflowLogic.getWorkflowByNameForUpdate
(ExecutionErrorAccumulator eea, String workflowName) WorkflowLogic.getWorkflowByUniversalSpec
(ExecutionErrorAccumulator eea, WorkflowUniversalSpec universalSpec) WorkflowLogic.getWorkflowByUniversalSpec
(ExecutionErrorAccumulator eea, WorkflowUniversalSpec universalSpec, EntityPermission entityPermission) WorkflowLogic.getWorkflowByUniversalSpecForUpdate
(ExecutionErrorAccumulator eea, WorkflowUniversalSpec universalSpec) Methods in com.echothree.model.control.workflow.server.logic with parameters of type WorkflowModifier and TypeMethodDescriptionWorkflowDestinationLogic.getWorkflowDestinationByName
(ExecutionErrorAccumulator eea, Workflow workflow, String workflowStepName, String workflowDestinationName) WorkflowEntranceLogic.getWorkflowEntranceByName
(ExecutionErrorAccumulator eea, Workflow workflow, String workflowEntranceName) WorkflowEntranceLogic.getWorkflowEntranceByName
(ExecutionErrorAccumulator eea, Workflow workflow, String workflowEntranceName, EntityPermission entityPermission) WorkflowEntranceLogic.getWorkflowEntranceByName
(Class<? extends BaseException> unknownException, ExecutionErrors unknownExecutionError, ExecutionErrorAccumulator eea, Workflow workflow, String workflowEntranceName) WorkflowEntranceLogic.getWorkflowEntranceByName
(Class<? extends BaseException> unknownException, ExecutionErrors unknownExecutionError, ExecutionErrorAccumulator eea, Workflow workflow, String workflowEntranceName, EntityPermission entityPermission) WorkflowEntranceLogic.getWorkflowEntranceByNameForUpdate
(ExecutionErrorAccumulator eea, Workflow workflow, String workflowEntranceName) WorkflowEntranceLogic.getWorkflowEntranceByNameForUpdate
(Class<? extends BaseException> unknownException, ExecutionErrors unknownExecutionError, ExecutionErrorAccumulator eea, Workflow workflow, String workflowEntranceName) WorkflowStepLogic.getWorkflowStepByName
(ExecutionErrorAccumulator eea, Workflow workflow, String workflowStepName) WorkflowStepLogic.getWorkflowStepByName
(ExecutionErrorAccumulator eea, Workflow workflow, String workflowStepName, EntityPermission entityPermission) WorkflowStepLogic.getWorkflowStepByName
(Class<? extends BaseException> unknownException, ExecutionErrors unknownExecutionError, ExecutionErrorAccumulator eea, Workflow workflow, String workflowStepName) WorkflowStepLogic.getWorkflowStepByName
(Class<? extends BaseException> unknownException, ExecutionErrors unknownExecutionError, ExecutionErrorAccumulator eea, Workflow workflow, String workflowStepName, EntityPermission entityPermission) WorkflowStepLogic.getWorkflowStepByNameForUpdate
(ExecutionErrorAccumulator eea, Workflow workflow, String workflowStepName) WorkflowStepLogic.getWorkflowStepByNameForUpdate
(Class<? extends BaseException> unknownException, ExecutionErrors unknownExecutionError, ExecutionErrorAccumulator eea, Workflow workflow, String workflowStepName) -
Uses of Workflow in com.echothree.model.control.workflow.server.transfer
Methods in com.echothree.model.control.workflow.server.transfer with parameters of type Workflow -
Uses of Workflow in com.echothree.model.data.batch.server.entity
Methods in com.echothree.model.data.batch.server.entity that return WorkflowModifier and TypeMethodDescriptionBatchTypeDetail.getBatchWorkflow()
BatchTypeDetail.getBatchWorkflow
(EntityPermission entityPermission) BatchTypeDetail.getBatchWorkflow
(Session session) BatchTypeDetail.getBatchWorkflow
(Session session, EntityPermission entityPermission) BatchTypeDetail.getBatchWorkflowForUpdate()
BatchTypeDetail.getBatchWorkflowForUpdate
(Session session) Methods in com.echothree.model.data.batch.server.entity with parameters of type Workflow -
Uses of Workflow in com.echothree.model.data.batch.server.factory
Methods in com.echothree.model.data.batch.server.factory with parameters of type WorkflowModifier and TypeMethodDescriptionBatchTypeDetailFactory.create
(BatchType batchType, String batchTypeName, BatchType parentBatchType, SequenceType batchSequenceType, Workflow batchWorkflow, WorkflowEntrance batchWorkflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) BatchTypeDetailFactory.create
(Session session, BatchType batchType, String batchTypeName, BatchType parentBatchType, SequenceType batchSequenceType, Workflow batchWorkflow, WorkflowEntrance batchWorkflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of Workflow in com.echothree.model.data.financial.server.entity
Methods in com.echothree.model.data.financial.server.entity that return WorkflowModifier and TypeMethodDescriptionFinancialAccountTypeDetail.getFinancialAccountWorkflow()
FinancialAccountTypeDetail.getFinancialAccountWorkflow
(EntityPermission entityPermission) FinancialAccountTypeDetail.getFinancialAccountWorkflow
(Session session) FinancialAccountTypeDetail.getFinancialAccountWorkflow
(Session session, EntityPermission entityPermission) FinancialAccountTypeDetail.getFinancialAccountWorkflowForUpdate()
FinancialAccountTypeDetail.getFinancialAccountWorkflowForUpdate
(Session session) Methods in com.echothree.model.data.financial.server.entity with parameters of type WorkflowModifier and TypeMethodDescriptionvoid
FinancialAccountTypeDetail.setFinancialAccountWorkflow
(Workflow entity) -
Uses of Workflow in com.echothree.model.data.financial.server.factory
Methods in com.echothree.model.data.financial.server.factory with parameters of type WorkflowModifier and TypeMethodDescriptionFinancialAccountTypeDetailFactory.create
(FinancialAccountType financialAccountType, String financialAccountTypeName, FinancialAccountType parentFinancialAccountType, GlAccount defaultGlAccount, SequenceType financialAccountSequenceType, SequenceType financialAccountTransactionSequenceType, Workflow financialAccountWorkflow, WorkflowEntrance financialAccountWorkflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) FinancialAccountTypeDetailFactory.create
(Session session, FinancialAccountType financialAccountType, String financialAccountTypeName, FinancialAccountType parentFinancialAccountType, GlAccount defaultGlAccount, SequenceType financialAccountSequenceType, SequenceType financialAccountTransactionSequenceType, Workflow financialAccountWorkflow, WorkflowEntrance financialAccountWorkflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of Workflow in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return WorkflowModifier and TypeMethodDescriptionOrderTypeDetail.getOrderWorkflow()
OrderTypeDetail.getOrderWorkflow
(EntityPermission entityPermission) OrderTypeDetail.getOrderWorkflow
(Session session) OrderTypeDetail.getOrderWorkflow
(Session session, EntityPermission entityPermission) OrderTypeDetail.getOrderWorkflowForUpdate()
OrderTypeDetail.getOrderWorkflowForUpdate
(Session session) Methods in com.echothree.model.data.order.server.entity with parameters of type Workflow -
Uses of Workflow in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory with parameters of type WorkflowModifier and TypeMethodDescriptionOrderTypeDetailFactory.create
(OrderType orderType, String orderTypeName, OrderType parentOrderType, SequenceType orderSequenceType, Workflow orderWorkflow, WorkflowEntrance orderWorkflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) OrderTypeDetailFactory.create
(Session session, OrderType orderType, String orderTypeName, OrderType parentOrderType, SequenceType orderSequenceType, Workflow orderWorkflow, WorkflowEntrance orderWorkflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of Workflow in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return WorkflowModifier and TypeMethodDescriptionPaymentMethodTypePartyTypeDetail.getPartyContactMechanismWorkflow()
PaymentMethodTypePartyTypeDetail.getPartyContactMechanismWorkflow
(EntityPermission entityPermission) PaymentMethodTypePartyTypeDetail.getPartyContactMechanismWorkflow
(Session session) PaymentMethodTypePartyTypeDetail.getPartyContactMechanismWorkflow
(Session session, EntityPermission entityPermission) PaymentMethodTypePartyTypeDetail.getPartyContactMechanismWorkflowForUpdate()
PaymentMethodTypePartyTypeDetail.getPartyContactMechanismWorkflowForUpdate
(Session session) PaymentMethodTypePartyTypeDetail.getPartyPaymentMethodWorkflow()
PaymentMethodTypePartyTypeDetail.getPartyPaymentMethodWorkflow
(EntityPermission entityPermission) PaymentMethodTypePartyTypeDetail.getPartyPaymentMethodWorkflow
(Session session) PaymentMethodTypePartyTypeDetail.getPartyPaymentMethodWorkflow
(Session session, EntityPermission entityPermission) PaymentMethodTypePartyTypeDetail.getPartyPaymentMethodWorkflowForUpdate()
PaymentMethodTypePartyTypeDetail.getPartyPaymentMethodWorkflowForUpdate
(Session session) Methods in com.echothree.model.data.payment.server.entity with parameters of type WorkflowModifier and TypeMethodDescriptionvoid
PaymentMethodTypePartyTypeDetail.setPartyContactMechanismWorkflow
(Workflow entity) void
PaymentMethodTypePartyTypeDetail.setPartyPaymentMethodWorkflow
(Workflow entity) -
Uses of Workflow in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory with parameters of type WorkflowModifier and TypeMethodDescriptionPaymentMethodTypePartyTypeDetailFactory.create
(PaymentMethodTypePartyType paymentMethodTypePartyType, PaymentMethodType paymentMethodType, PartyType partyType, Workflow partyPaymentMethodWorkflow, Workflow partyContactMechanismWorkflow, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PaymentMethodTypePartyTypeDetailFactory.create
(Session session, PaymentMethodTypePartyType paymentMethodTypePartyType, PaymentMethodType paymentMethodType, PartyType partyType, Workflow partyPaymentMethodWorkflow, Workflow partyContactMechanismWorkflow, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of Workflow in com.echothree.model.data.picklist.server.entity
Methods in com.echothree.model.data.picklist.server.entity that return WorkflowModifier and TypeMethodDescriptionPicklistTypeDetail.getPicklistWorkflow()
PicklistTypeDetail.getPicklistWorkflow
(EntityPermission entityPermission) PicklistTypeDetail.getPicklistWorkflow
(Session session) PicklistTypeDetail.getPicklistWorkflow
(Session session, EntityPermission entityPermission) PicklistTypeDetail.getPicklistWorkflowForUpdate()
PicklistTypeDetail.getPicklistWorkflowForUpdate
(Session session) Methods in com.echothree.model.data.picklist.server.entity with parameters of type Workflow -
Uses of Workflow in com.echothree.model.data.picklist.server.factory
Methods in com.echothree.model.data.picklist.server.factory with parameters of type WorkflowModifier and TypeMethodDescriptionPicklistTypeDetailFactory.create
(PicklistType picklistType, String picklistTypeName, PicklistType parentPicklistType, SequenceType picklistSequenceType, Workflow picklistWorkflow, WorkflowEntrance picklistWorkflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PicklistTypeDetailFactory.create
(Session session, PicklistType picklistType, String picklistTypeName, PicklistType parentPicklistType, SequenceType picklistSequenceType, Workflow picklistWorkflow, WorkflowEntrance picklistWorkflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of Workflow in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return WorkflowModifier and TypeMethodDescriptionShipmentTypeDetail.getShipmentWorkflow()
ShipmentTypeDetail.getShipmentWorkflow
(EntityPermission entityPermission) ShipmentTypeDetail.getShipmentWorkflow
(Session session) ShipmentTypeDetail.getShipmentWorkflow
(Session session, EntityPermission entityPermission) ShipmentTypeDetail.getShipmentWorkflowForUpdate()
ShipmentTypeDetail.getShipmentWorkflowForUpdate
(Session session) Methods in com.echothree.model.data.shipment.server.entity with parameters of type Workflow -
Uses of Workflow in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory with parameters of type WorkflowModifier and TypeMethodDescriptionShipmentTypeDetailFactory.create
(ShipmentType shipmentType, String shipmentTypeName, ShipmentType parentShipmentType, SequenceType shipmentSequenceType, SequenceType shipmentPackageSequenceType, Workflow shipmentWorkflow, WorkflowEntrance shipmentWorkflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ShipmentTypeDetailFactory.create
(Session session, ShipmentType shipmentType, String shipmentTypeName, ShipmentType parentShipmentType, SequenceType shipmentSequenceType, SequenceType shipmentPackageSequenceType, Workflow shipmentWorkflow, WorkflowEntrance shipmentWorkflowEntrance, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of Workflow in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowModifier and TypeMethodDescriptionWorkflowDescription.getWorkflow()
WorkflowDescription.getWorkflow
(EntityPermission entityPermission) WorkflowDescription.getWorkflow
(Session session) WorkflowDescription.getWorkflow
(Session session, EntityPermission entityPermission) WorkflowDetail.getWorkflow()
WorkflowDetail.getWorkflow
(EntityPermission entityPermission) WorkflowDetail.getWorkflow
(Session session) WorkflowDetail.getWorkflow
(Session session, EntityPermission entityPermission) WorkflowEntityType.getWorkflow()
WorkflowEntityType.getWorkflow
(EntityPermission entityPermission) WorkflowEntityType.getWorkflow
(Session session) WorkflowEntityType.getWorkflow
(Session session, EntityPermission entityPermission) WorkflowEntranceDetail.getWorkflow()
WorkflowEntranceDetail.getWorkflow
(EntityPermission entityPermission) WorkflowEntranceDetail.getWorkflow
(Session session) WorkflowEntranceDetail.getWorkflow
(Session session, EntityPermission entityPermission) WorkflowSelectorKind.getWorkflow()
WorkflowSelectorKind.getWorkflow
(EntityPermission entityPermission) WorkflowSelectorKind.getWorkflow
(Session session) WorkflowSelectorKind.getWorkflow
(Session session, EntityPermission entityPermission) WorkflowStepDetail.getWorkflow()
WorkflowStepDetail.getWorkflow
(EntityPermission entityPermission) WorkflowStepDetail.getWorkflow
(Session session) WorkflowStepDetail.getWorkflow
(Session session, EntityPermission entityPermission) WorkflowDescription.getWorkflowForUpdate()
WorkflowDescription.getWorkflowForUpdate
(Session session) WorkflowDetail.getWorkflowForUpdate()
WorkflowDetail.getWorkflowForUpdate
(Session session) WorkflowEntityType.getWorkflowForUpdate()
WorkflowEntityType.getWorkflowForUpdate
(Session session) WorkflowEntranceDetail.getWorkflowForUpdate()
WorkflowEntranceDetail.getWorkflowForUpdate
(Session session) WorkflowSelectorKind.getWorkflowForUpdate()
WorkflowSelectorKind.getWorkflowForUpdate
(Session session) WorkflowStepDetail.getWorkflowForUpdate()
WorkflowStepDetail.getWorkflowForUpdate
(Session session) Methods in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowModifier and TypeMethodDescriptionvoid
WorkflowDescription.setWorkflow
(Workflow entity) void
WorkflowDetail.setWorkflow
(Workflow entity) void
WorkflowEntityType.setWorkflow
(Workflow entity) void
WorkflowEntranceDetail.setWorkflow
(Workflow entity) void
WorkflowSelectorKind.setWorkflow
(Workflow entity) void
WorkflowStepDetail.setWorkflow
(Workflow entity) -
Uses of Workflow in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowModifier and TypeMethodDescriptionWorkflowFactory.create()
WorkflowFactory.create
(WorkflowDetailPK activeDetailPK, WorkflowDetailPK lastDetailPK) WorkflowFactory.create
(WorkflowDetail activeDetail, WorkflowDetail lastDetail) WorkflowFactory.create
(Session session, WorkflowDetailPK activeDetailPK, WorkflowDetailPK lastDetailPK) WorkflowFactory.create
(Session session, WorkflowDetail activeDetail, WorkflowDetail lastDetail) WorkflowFactory.getEntityFromCache
(Session session, WorkflowPK pk) WorkflowFactory.getEntityFromPK
(EntityPermission entityPermission, WorkflowPK pk) WorkflowFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, WorkflowPK pk) WorkflowFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) WorkflowFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) WorkflowFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) WorkflowFactory.getEntityFromValue
(EntityPermission entityPermission, WorkflowValue value) WorkflowFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, WorkflowValue value) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowModifier and TypeMethodDescriptionWorkflowFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<WorkflowPK> pks) WorkflowFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<WorkflowPK> pks) WorkflowFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) WorkflowFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) WorkflowFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowModifier and TypeMethodDescriptionWorkflowDescriptionFactory.create
(Workflow workflow, Language language, String description, Long fromTime, Long thruTime) WorkflowDescriptionFactory.create
(Session session, Workflow workflow, Language language, String description, Long fromTime, Long thruTime) WorkflowDetailFactory.create
(Workflow workflow, String workflowName, SelectorType selectorType, SecurityRoleGroup securityRoleGroup, Integer sortOrder, Long fromTime, Long thruTime) WorkflowDetailFactory.create
(Session session, Workflow workflow, String workflowName, SelectorType selectorType, SecurityRoleGroup securityRoleGroup, Integer sortOrder, Long fromTime, Long thruTime) WorkflowEntityTypeFactory.create
(Workflow workflow, EntityType entityType, Long fromTime, Long thruTime) WorkflowEntityTypeFactory.create
(Session session, Workflow workflow, EntityType entityType, Long fromTime, Long thruTime) WorkflowEntranceDetailFactory.create
(WorkflowEntrance workflowEntrance, Workflow workflow, String workflowEntranceName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) WorkflowEntranceDetailFactory.create
(Session session, WorkflowEntrance workflowEntrance, Workflow workflow, String workflowEntranceName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) WorkflowSelectorKindFactory.create
(Workflow workflow, SelectorKind selectorKind, Long fromTime, Long thruTime) WorkflowSelectorKindFactory.create
(Session session, Workflow workflow, SelectorKind selectorKind, Long fromTime, Long thruTime) WorkflowStepDetailFactory.create
(WorkflowStep workflowStep, Workflow workflow, String workflowStepName, WorkflowStepType workflowStepType, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) WorkflowStepDetailFactory.create
(Session session, WorkflowStep workflowStep, Workflow workflow, String workflowStepName, WorkflowStepType workflowStepType, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) void
void
Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowModifier and TypeMethodDescriptionvoid
WorkflowFactory.store
(Session session, Collection<Workflow> entities) void
WorkflowFactory.store
(Collection<Workflow> entities)