Uses of Class
com.echothree.model.data.workflow.server.value.WorkflowDescriptionValue
Packages that use WorkflowDescriptionValue
Package
Description
-
Uses of WorkflowDescriptionValue in com.echothree.model.control.workflow.server.control
Methods in com.echothree.model.control.workflow.server.control that return WorkflowDescriptionValueModifier and TypeMethodDescriptionWorkflowControl.getWorkflowDescriptionValue
(WorkflowDescription workflowDescription) WorkflowControl.getWorkflowDescriptionValueForUpdate
(Workflow workflow, Language language) Methods in com.echothree.model.control.workflow.server.control with parameters of type WorkflowDescriptionValueModifier and TypeMethodDescriptionvoid
WorkflowControl.updateWorkflowDescriptionFromValue
(WorkflowDescriptionValue workflowDescriptionValue, BasePK updatedBy) -
Uses of WorkflowDescriptionValue in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowDescriptionValueMethods in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowDescriptionValueModifier and TypeMethodDescriptionvoid
WorkflowDescription.setWorkflowDescriptionValue
(WorkflowDescriptionValue value) Constructors in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowDescriptionValueModifierConstructorDescriptionWorkflowDescription
(WorkflowDescriptionValue value, EntityPermission entityPermission) Creates a new instance of WorkflowDescription -
Uses of WorkflowDescriptionValue in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDescriptionValueModifier and TypeMethodDescriptionWorkflowDescriptionFactory.getValueFromPK
(Session session, WorkflowDescriptionPK pk) WorkflowDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDescriptionValueModifier and TypeMethodDescriptionWorkflowDescriptionFactory.getValuesFromPKs
(Session session, Collection<WorkflowDescriptionPK> pks) WorkflowDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDescriptionValueModifier and TypeMethodDescriptionWorkflowDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, WorkflowDescriptionValue value) WorkflowDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, WorkflowDescriptionValue value) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDescriptionValueModifier and TypeMethodDescriptionvoid
WorkflowDescriptionFactory.create
(Session session, Collection<WorkflowDescriptionValue> _values) void
WorkflowDescriptionFactory.create
(Collection<WorkflowDescriptionValue> _values) -
Uses of WorkflowDescriptionValue in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowDescriptionValue