Uses of Interface
ru.slie.luna.issue.workflow.WorkflowSchema
Packages that use WorkflowSchema
-
Uses of WorkflowSchema in ru.slie.luna.issue.workflow
Methods in ru.slie.luna.issue.workflow that return WorkflowSchemaModifier and TypeMethodDescriptionWorkflowManager.createSchema(String name, String description, Workflow defaultWorkflow) Methods in ru.slie.luna.issue.workflow that return types with arguments of type WorkflowSchemaModifier and TypeMethodDescriptionWorkflowManager.findWorkflowSchemas(String term, SearchParams params) WorkflowManager.getSchemaById(Long id) WorkflowManager.getSchemaByName(String name) WorkflowManager.getSchemasForIssueType(IssueType... issueTypes) WorkflowManager.getSchemasForWorkflow(Workflow... workflows) WorkflowManager.getSchemasForWorkflows(List<Workflow> workflows) Methods in ru.slie.luna.issue.workflow with parameters of type WorkflowSchemaModifier and TypeMethodDescriptionWorkflowManager.deleteSchema(WorkflowSchema workflowSchema) voidWorkflowManager.updateWorkflowSchema(WorkflowSchema workflowSchema, String name, String description) voidWorkflowManager.updateWorkflowSchema(WorkflowSchema workflowSchema, IssueType issueType, Workflow workflow) voidWorkflowManager.updateWorkflowSchema(WorkflowSchema workflowSchema, Workflow defaultWorkflow) -
Uses of WorkflowSchema in ru.slie.luna.project
Methods in ru.slie.luna.project with parameters of type WorkflowSchema -
Uses of WorkflowSchema in ru.slie.luna.project.template
Methods in ru.slie.luna.project.template that return WorkflowSchemaModifier and TypeMethodDescriptionProjectTemplate.getWorkflowSchema(ProjectCreationData projectCreationData)