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 TypeMethodDescriptionvoidWorkflowDestinationSelector.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(WorkflowDestinationSelectorPK pk) WorkflowDestinationSelectorFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDestinationSelectorValueModifier and TypeMethodDescriptionWorkflowDestinationSelectorFactory.getValuesFromPKs(Collection<WorkflowDestinationSelectorPK> pks) WorkflowDestinationSelectorFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDestinationSelectorValueModifier and TypeMethodDescriptionWorkflowDestinationSelectorFactory.getEntityFromValue(EntityPermission entityPermission, WorkflowDestinationSelectorValue value) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDestinationSelectorValueModifier and TypeMethodDescriptionvoidWorkflowDestinationSelectorFactory.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