Uses of Class
com.echothree.model.data.workflow.server.value.WorkflowEntranceSelectorValue
Packages that use WorkflowEntranceSelectorValue
Package
Description
-
Uses of WorkflowEntranceSelectorValue in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowEntranceSelectorValueMethods in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowEntranceSelectorValueModifier and TypeMethodDescriptionvoidWorkflowEntranceSelector.setWorkflowEntranceSelectorValue(WorkflowEntranceSelectorValue value) Constructors in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowEntranceSelectorValueModifierConstructorDescriptionWorkflowEntranceSelector(WorkflowEntranceSelectorValue value, EntityPermission entityPermission) Creates a new instance of WorkflowEntranceSelector -
Uses of WorkflowEntranceSelectorValue in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowEntranceSelectorValueModifier and TypeMethodDescriptionWorkflowEntranceSelectorFactory.getValueFromPK(WorkflowEntranceSelectorPK pk) WorkflowEntranceSelectorFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowEntranceSelectorValueModifier and TypeMethodDescriptionWorkflowEntranceSelectorFactory.getValuesFromPKs(Collection<WorkflowEntranceSelectorPK> pks) WorkflowEntranceSelectorFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowEntranceSelectorValueModifier and TypeMethodDescriptionWorkflowEntranceSelectorFactory.getEntityFromValue(EntityPermission entityPermission, WorkflowEntranceSelectorValue value) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowEntranceSelectorValueModifier and TypeMethodDescriptionvoidWorkflowEntranceSelectorFactory.create(Collection<WorkflowEntranceSelectorValue> _values) -
Uses of WorkflowEntranceSelectorValue in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowEntranceSelectorValue