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(WorkflowPK pk) WorkflowFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowValueModifier and TypeMethodDescriptionWorkflowFactory.getValuesFromPKs(Collection<WorkflowPK> pks) WorkflowFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowValueModifier and TypeMethodDescriptionWorkflowFactory.getEntityFromValue(EntityPermission entityPermission, WorkflowValue value) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowValue -
Uses of WorkflowValue in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowValue