Uses of Class
com.echothree.model.data.workflow.server.value.WorkflowDestinationDetailValue
Packages that use WorkflowDestinationDetailValue
Package
Description
-
Uses of WorkflowDestinationDetailValue in com.echothree.model.control.workflow.server.control
Methods in com.echothree.model.control.workflow.server.control that return WorkflowDestinationDetailValueModifier and TypeMethodDescriptionWorkflowControl.getDefaultWorkflowDestinationDetailValueForUpdate
(WorkflowStep workflowStep) WorkflowControl.getWorkflowDestinationDetailValueByNameForUpdate
(WorkflowStep workflowStep, String workflowDestinationName) WorkflowControl.getWorkflowDestinationDetailValueForUpdate
(WorkflowDestination workflowDestination) Methods in com.echothree.model.control.workflow.server.control with parameters of type WorkflowDestinationDetailValueModifier and TypeMethodDescriptionvoid
WorkflowControl.updateWorkflowDestinationFromValue
(WorkflowDestinationDetailValue workflowDestinationDetailValue, BasePK updatedBy) -
Uses of WorkflowDestinationDetailValue in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowDestinationDetailValueMethods in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowDestinationDetailValueModifier and TypeMethodDescriptionvoid
WorkflowDestinationDetail.setWorkflowDestinationDetailValue
(WorkflowDestinationDetailValue value) Constructors in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowDestinationDetailValueModifierConstructorDescriptionWorkflowDestinationDetail
(WorkflowDestinationDetailValue value, EntityPermission entityPermission) Creates a new instance of WorkflowDestinationDetail -
Uses of WorkflowDestinationDetailValue in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDestinationDetailValueModifier and TypeMethodDescriptionWorkflowDestinationDetailFactory.getValueFromPK
(Session session, WorkflowDestinationDetailPK pk) WorkflowDestinationDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDestinationDetailValueModifier and TypeMethodDescriptionWorkflowDestinationDetailFactory.getValuesFromPKs
(Session session, Collection<WorkflowDestinationDetailPK> pks) WorkflowDestinationDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDestinationDetailValueModifier and TypeMethodDescriptionWorkflowDestinationDetailFactory.getEntityFromValue
(EntityPermission entityPermission, WorkflowDestinationDetailValue value) WorkflowDestinationDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, WorkflowDestinationDetailValue value) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDestinationDetailValueModifier and TypeMethodDescriptionvoid
WorkflowDestinationDetailFactory.create
(Session session, Collection<WorkflowDestinationDetailValue> _values) void
WorkflowDestinationDetailFactory.create
(Collection<WorkflowDestinationDetailValue> _values) -
Uses of WorkflowDestinationDetailValue in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowDestinationDetailValue