Uses of Class
com.echothree.model.data.workflow.server.value.WorkflowDestinationSelectorValue
Packages that use WorkflowDestinationSelectorValue
Package
Description
-
Uses of WorkflowDestinationSelectorValue in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowDestinationSelectorValueModifier and TypeMethodDescriptionWorkflowDestinationSelector.getWorkflowDestinationSelectorValue()
Methods in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowDestinationSelectorValueModifier and TypeMethodDescriptionvoid
WorkflowDestinationSelector.setWorkflowDestinationSelectorValue
(WorkflowDestinationSelectorValue value) Constructors in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowDestinationSelectorValueModifierConstructorDescriptionWorkflowDestinationSelector
(WorkflowDestinationSelectorValue value, EntityPermission entityPermission) Creates a new instance of WorkflowDestinationSelector -
Uses of WorkflowDestinationSelectorValue in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDestinationSelectorValueModifier and TypeMethodDescriptionWorkflowDestinationSelectorFactory.getValueFromPK
(Session session, WorkflowDestinationSelectorPK pk) WorkflowDestinationSelectorFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDestinationSelectorValueModifier and TypeMethodDescriptionWorkflowDestinationSelectorFactory.getValuesFromPKs
(Session session, Collection<WorkflowDestinationSelectorPK> pks) WorkflowDestinationSelectorFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDestinationSelectorValueModifier and TypeMethodDescriptionWorkflowDestinationSelectorFactory.getEntityFromValue
(EntityPermission entityPermission, WorkflowDestinationSelectorValue value) WorkflowDestinationSelectorFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, WorkflowDestinationSelectorValue value) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDestinationSelectorValueModifier and TypeMethodDescriptionvoid
WorkflowDestinationSelectorFactory.create
(Session session, Collection<WorkflowDestinationSelectorValue> _values) void
WorkflowDestinationSelectorFactory.create
(Collection<WorkflowDestinationSelectorValue> _values) -
Uses of WorkflowDestinationSelectorValue in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowDestinationSelectorValue