Interface ITJEMHPostFunctionManager
-
public interface ITJEMHPostFunctionManager
-
-
Field Summary
Fields Modifier and Type Field Description static String
TRANSITION_CREATE
static String
TRANSITION_DONE
static String
TRANSITION_TO_DO
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<com.opensymphony.workflow.loader.FunctionDescriptor>
getAllPostFunctions(com.atlassian.jira.workflow.JiraWorkflow workflow, String transitionName)
String
getFieldValueFromPostFunction(com.opensymphony.workflow.loader.FunctionDescriptor postFunction, String field)
Set<com.opensymphony.workflow.loader.FunctionDescriptor>
getJEMHPostFunctions(Set<com.opensymphony.workflow.loader.FunctionDescriptor> postFunctions)
WorkflowBean
getJiraWorkflowBean(com.atlassian.jira.workflow.JiraWorkflow workflow)
PostFunctionConfigBean
getPostFunctionConfig(com.opensymphony.workflow.loader.FunctionDescriptor postFunction)
boolean
isJEMHPostFunction(com.opensymphony.workflow.loader.FunctionDescriptor postFunction)
void
setAdHocTemplateForJEMHPostFunction(com.atlassian.jira.workflow.JiraWorkflow workflow, String transition, int templateId)
void
setFieldValueForPostFunction(com.opensymphony.workflow.loader.FunctionDescriptor postFunction, String field, String newValue)
void
updateJEMHPostFunction(PostFunctionConfigBean postFunctionConfig, com.atlassian.jira.workflow.JiraWorkflow workflow, String transition)
void
updateWorkflow(WorkflowBean workflowConfig)
-
-
-
Field Detail
-
TRANSITION_CREATE
static final String TRANSITION_CREATE
- See Also:
- Constant Field Values
-
TRANSITION_TO_DO
static final String TRANSITION_TO_DO
- See Also:
- Constant Field Values
-
TRANSITION_DONE
static final String TRANSITION_DONE
- See Also:
- Constant Field Values
-
-
Method Detail
-
setAdHocTemplateForJEMHPostFunction
void setAdHocTemplateForJEMHPostFunction(com.atlassian.jira.workflow.JiraWorkflow workflow, String transition, int templateId)
-
isJEMHPostFunction
boolean isJEMHPostFunction(com.opensymphony.workflow.loader.FunctionDescriptor postFunction)
-
getAllPostFunctions
Set<com.opensymphony.workflow.loader.FunctionDescriptor> getAllPostFunctions(com.atlassian.jira.workflow.JiraWorkflow workflow, String transitionName)
-
getJEMHPostFunctions
Set<com.opensymphony.workflow.loader.FunctionDescriptor> getJEMHPostFunctions(Set<com.opensymphony.workflow.loader.FunctionDescriptor> postFunctions)
-
setFieldValueForPostFunction
void setFieldValueForPostFunction(com.opensymphony.workflow.loader.FunctionDescriptor postFunction, String field, String newValue)
-
getFieldValueFromPostFunction
String getFieldValueFromPostFunction(com.opensymphony.workflow.loader.FunctionDescriptor postFunction, String field)
-
getPostFunctionConfig
PostFunctionConfigBean getPostFunctionConfig(com.opensymphony.workflow.loader.FunctionDescriptor postFunction)
-
updateJEMHPostFunction
void updateJEMHPostFunction(PostFunctionConfigBean postFunctionConfig, com.atlassian.jira.workflow.JiraWorkflow workflow, String transition)
-
getJiraWorkflowBean
WorkflowBean getJiraWorkflowBean(com.atlassian.jira.workflow.JiraWorkflow workflow)
-
updateWorkflow
void updateWorkflow(WorkflowBean workflowConfig)
-
-