Uses of Interface
ru.slie.luna.issue.workflow.Workflow
Packages that use Workflow
Package
Description
-
Uses of Workflow in ru.slie.luna.event.type
Methods in ru.slie.luna.event.type that return types with arguments of type Workflow -
Uses of Workflow in ru.slie.luna.issue
Methods in ru.slie.luna.issue with parameters of type WorkflowModifier and TypeMethodDescriptionTransitionService.getAvailableActions(User user, Issue issue, Workflow workflow) TransitionService.getRequiredFields(User user, Issue issue, Workflow workflow, int actionId) booleanTransitionService.isActionAvailable(User user, Issue issue, Workflow workflow, int actionId) -
Uses of Workflow in ru.slie.luna.issue.workflow
Methods in ru.slie.luna.issue.workflow that return WorkflowModifier and TypeMethodDescriptionWorkflowSchema.getDefaultWorkflow()WorkflowManager.getOrCreateDraft(User user, Workflow workflow) WorkflowSchema.getWorkflow(IssueContext issueContext) WorkflowSchemaEntry.getWorkflow()WorkflowTransientVars.getWorkflow()Methods in ru.slie.luna.issue.workflow that return types with arguments of type WorkflowModifier and TypeMethodDescriptionWorkflowManager.getAll()WorkflowManager.getByIds(Collection<Long> ids) WorkflowManager.getForContext(IssueContext issueContext) WorkflowManager.getForScreen(Screen... screens) WorkflowManager.getForStatus(Status... statuses) WorkflowManager.search(String term, SearchParams params) Methods in ru.slie.luna.issue.workflow with parameters of type WorkflowModifier and TypeMethodDescriptionvoidWorkflowManager.createSchema(String name, String description, Workflow defaultWorkflow) WorkflowManager.getBuilder(Workflow workflow) WorkflowManager.getOrCreateDraft(User user, Workflow workflow) WorkflowManager.getSchemasForWorkflow(Workflow... workflows) booleanvoidvoidWorkflowManager.updateWorkflowSchema(WorkflowSchema workflowSchema, IssueType issueType, Workflow workflow) voidWorkflowManager.updateWorkflowSchema(WorkflowSchema workflowSchema, Workflow defaultWorkflow) Method parameters in ru.slie.luna.issue.workflow with type arguments of type WorkflowModifier and TypeMethodDescriptionWorkflowManager.getSchemasForWorkflows(List<Workflow> workflows) -
Uses of Workflow in ru.slie.luna.issue.workflow.draft
Subinterfaces of Workflow in ru.slie.luna.issue.workflow.draftMethods in ru.slie.luna.issue.workflow.draft that return Workflow