Uses of Class
com.echothree.model.data.workflow.server.value.WorkflowDestinationValue
Packages that use WorkflowDestinationValue
Package
Description
-
Uses of WorkflowDestinationValue in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowDestinationValueMethods in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowDestinationValueModifier and TypeMethodDescriptionvoidWorkflowDestination.setWorkflowDestinationValue(WorkflowDestinationValue value) Constructors in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowDestinationValueModifierConstructorDescriptionWorkflowDestination(WorkflowDestinationValue value, EntityPermission entityPermission) Creates a new instance of WorkflowDestination -
Uses of WorkflowDestinationValue in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDestinationValueModifier and TypeMethodDescriptionWorkflowDestinationFactory.getValueFromPK(Session session, WorkflowDestinationPK pk) WorkflowDestinationFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDestinationValueModifier and TypeMethodDescriptionWorkflowDestinationFactory.getValuesFromPKs(Session session, Collection<WorkflowDestinationPK> pks) WorkflowDestinationFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDestinationValueModifier and TypeMethodDescriptionWorkflowDestinationFactory.getEntityFromValue(EntityPermission entityPermission, WorkflowDestinationValue value) WorkflowDestinationFactory.getEntityFromValue(Session session, EntityPermission entityPermission, WorkflowDestinationValue value) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDestinationValueModifier and TypeMethodDescriptionvoidWorkflowDestinationFactory.create(Session session, Collection<WorkflowDestinationValue> _values) voidWorkflowDestinationFactory.create(Collection<WorkflowDestinationValue> _values) -
Uses of WorkflowDestinationValue in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowDestinationValue