Uses of Class
com.echothree.model.data.workflow.server.entity.WorkflowDescription
Packages that use WorkflowDescription
Package
Description
-
Uses of WorkflowDescription in com.echothree.model.control.workflow.server.control
Methods in com.echothree.model.control.workflow.server.control that return WorkflowDescriptionModifier and TypeMethodDescriptionWorkflowControl.createWorkflowDescription(Workflow workflow, Language language, String description, BasePK createdBy) WorkflowControl.getWorkflowDescription(Workflow workflow, Language language) WorkflowControl.getWorkflowDescriptionForUpdate(Workflow workflow, Language language) Methods in com.echothree.model.control.workflow.server.control that return types with arguments of type WorkflowDescriptionModifier and TypeMethodDescriptionWorkflowControl.getWorkflowDescriptionsByWorkflow(Workflow workflow) WorkflowControl.getWorkflowDescriptionsByWorkflowForUpdate(Workflow workflow) Methods in com.echothree.model.control.workflow.server.control with parameters of type WorkflowDescriptionModifier and TypeMethodDescriptionvoidWorkflowControl.deleteWorkflowDescription(WorkflowDescription workflowDescription, BasePK deletedBy) WorkflowControl.getWorkflowDescriptionTransfer(UserVisit userVisit, WorkflowDescription workflowDescription) WorkflowControl.getWorkflowDescriptionValue(WorkflowDescription workflowDescription) -
Uses of WorkflowDescription in com.echothree.model.control.workflow.server.transfer
Methods in com.echothree.model.control.workflow.server.transfer with parameters of type WorkflowDescriptionModifier and TypeMethodDescriptionWorkflowDescriptionTransferCache.getWorkflowDescriptionTransfer(UserVisit userVisit, WorkflowDescription workflowDescription) -
Uses of WorkflowDescription in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDescriptionModifier and TypeMethodDescriptionWorkflowDescriptionFactory.create(WorkflowPK workflowPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) WorkflowDescriptionFactory.create(Workflow workflow, Language language, String description, Long fromTime, Long thruTime) WorkflowDescriptionFactory.getEntityFromCache(WorkflowDescriptionPK pk) WorkflowDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowDescriptionPK pk) WorkflowDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowDescriptionFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) WorkflowDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, WorkflowDescriptionValue value) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDescriptionModifier and TypeMethodDescriptionWorkflowDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WorkflowDescriptionPK> pks) WorkflowDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowDescriptionFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDescriptionModifier and TypeMethodDescriptionvoidWorkflowDescriptionFactory.remove(WorkflowDescription entity) voidWorkflowDescriptionFactory.store(WorkflowDescription entity) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDescriptionModifier and TypeMethodDescriptionvoidWorkflowDescriptionFactory.store(Collection<WorkflowDescription> entities)