|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkflowSchemeManager
| Field Summary |
|---|
| Fields inherited from interface com.atlassian.jira.scheme.SchemeManager |
|---|
PROJECT_ASSOCIATION |
| Method Summary | |
|---|---|
void |
addWorkflowToScheme(org.ofbiz.core.entity.GenericValue scheme,
String workflowName,
String issueTypeId)
|
void |
clearWorkflowCache()
|
Collection<String> |
getActiveWorkflowNames()
|
String |
getAssociationType()
|
org.ofbiz.core.entity.GenericValue |
getDefaultEntity(org.ofbiz.core.entity.GenericValue scheme)
|
String |
getEntityName()
|
List<org.ofbiz.core.entity.GenericValue> |
getNonDefaultEntities(org.ofbiz.core.entity.GenericValue scheme)
|
String |
getSchemeDesc()
|
String |
getSchemeEntityName()
|
Collection<org.ofbiz.core.entity.GenericValue> |
getSchemesForWorkflow(JiraWorkflow workflow)
|
Map<String,String> |
getWorkflowMap(Project project)
Returns a map representation of a workflow scheme for a passed project. |
String |
getWorkflowName(org.ofbiz.core.entity.GenericValue scheme,
String issueType)
Get the name of the workflow from the passed scheme associated with the passed issue type. |
String |
getWorkflowName(Project project,
String issueType)
Get the name of the workflow associated with the passed project and issue type. |
org.ofbiz.core.entity.GenericValue |
getWorkflowScheme(org.ofbiz.core.entity.GenericValue project)
|
void |
updateSchemesForRenamedWorkflow(String oldWorkflowName,
String newWorkflowName)
Updates Workflow Schemes's such that schemes asscoiated to the workflow with name oldWorkflowName will be changed to newWorkflowName. |
| Method Detail |
|---|
String getSchemeEntityName()
String getEntityName()
String getAssociationType()
String getSchemeDesc()
org.ofbiz.core.entity.GenericValue getWorkflowScheme(org.ofbiz.core.entity.GenericValue project)
throws org.ofbiz.core.entity.GenericEntityException
org.ofbiz.core.entity.GenericEntityException
org.ofbiz.core.entity.GenericValue getDefaultEntity(org.ofbiz.core.entity.GenericValue scheme)
throws org.ofbiz.core.entity.GenericEntityException
org.ofbiz.core.entity.GenericEntityException
List<org.ofbiz.core.entity.GenericValue> getNonDefaultEntities(org.ofbiz.core.entity.GenericValue scheme)
throws org.ofbiz.core.entity.GenericEntityException
org.ofbiz.core.entity.GenericEntityException
Collection<String> getActiveWorkflowNames()
throws org.ofbiz.core.entity.GenericEntityException,
WorkflowException
org.ofbiz.core.entity.GenericEntityException
WorkflowException
void addWorkflowToScheme(org.ofbiz.core.entity.GenericValue scheme,
String workflowName,
String issueTypeId)
throws org.ofbiz.core.entity.GenericEntityException
org.ofbiz.core.entity.GenericEntityException
void updateSchemesForRenamedWorkflow(String oldWorkflowName,
String newWorkflowName)
oldWorkflowName - name of the workflow to re-assign all its associated schemes fromnewWorkflowName - name of the workflow to assign all the schemes associated to targetWorkflowCollection<org.ofbiz.core.entity.GenericValue> getSchemesForWorkflow(JiraWorkflow workflow)
void clearWorkflowCache()
Map<String,String> getWorkflowMap(Project project)
project - the project whose scheme should be returned.
String getWorkflowName(Project project,
String issueType)
project - the project used in the search.issueType - the issue type used in the search.
String getWorkflowName(org.ofbiz.core.entity.GenericValue scheme,
String issueType)
scheme - the scheme to search.issueType - the issue type used in the search.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||