Uses of Class
com.echothree.model.data.workflow.server.value.WorkflowValue
Packages that use WorkflowValue
Package
Description
-
Uses of WorkflowValue in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowValueMethods in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowValueConstructors in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowValueModifierConstructorDescriptionWorkflow
(WorkflowValue value, EntityPermission entityPermission) Creates a new instance of Workflow -
Uses of WorkflowValue in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowValueModifier and TypeMethodDescriptionWorkflowFactory.getValueFromPK
(Session session, WorkflowPK pk) WorkflowFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowValueModifier and TypeMethodDescriptionWorkflowFactory.getValuesFromPKs
(Session session, Collection<WorkflowPK> pks) WorkflowFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowValueModifier and TypeMethodDescriptionWorkflowFactory.getEntityFromValue
(EntityPermission entityPermission, WorkflowValue value) WorkflowFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, WorkflowValue value) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowValueModifier and TypeMethodDescriptionvoid
WorkflowFactory.create
(Session session, Collection<WorkflowValue> _values) void
WorkflowFactory.create
(Collection<WorkflowValue> _values) -
Uses of WorkflowValue in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowValue