Uses of Class
com.echothree.model.data.workflow.server.value.WorkflowDestinationStepValue
Packages that use WorkflowDestinationStepValue
Package
Description
-
Uses of WorkflowDestinationStepValue in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowDestinationStepValueMethods in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowDestinationStepValueModifier and TypeMethodDescriptionvoidWorkflowDestinationStep.setWorkflowDestinationStepValue(WorkflowDestinationStepValue value) Constructors in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowDestinationStepValueModifierConstructorDescriptionWorkflowDestinationStep(WorkflowDestinationStepValue value, EntityPermission entityPermission) Creates a new instance of WorkflowDestinationStep -
Uses of WorkflowDestinationStepValue in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDestinationStepValueModifier and TypeMethodDescriptionWorkflowDestinationStepFactory.getValueFromPK(Session session, WorkflowDestinationStepPK pk) WorkflowDestinationStepFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDestinationStepValueModifier and TypeMethodDescriptionWorkflowDestinationStepFactory.getValuesFromPKs(Session session, Collection<WorkflowDestinationStepPK> pks) WorkflowDestinationStepFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDestinationStepValueModifier and TypeMethodDescriptionWorkflowDestinationStepFactory.getEntityFromValue(EntityPermission entityPermission, WorkflowDestinationStepValue value) WorkflowDestinationStepFactory.getEntityFromValue(Session session, EntityPermission entityPermission, WorkflowDestinationStepValue value) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDestinationStepValueModifier and TypeMethodDescriptionvoidWorkflowDestinationStepFactory.create(Session session, Collection<WorkflowDestinationStepValue> _values) voidWorkflowDestinationStepFactory.create(Collection<WorkflowDestinationStepValue> _values) -
Uses of WorkflowDestinationStepValue in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowDestinationStepValue