Interface ITJEMHPostFunctionManager
- 
public interface ITJEMHPostFunctionManager 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringTRANSITION_CREATEstatic StringTRANSITION_DONEstatic StringTRANSITION_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)StringgetFieldValueFromPostFunction(com.opensymphony.workflow.loader.FunctionDescriptor postFunction, String field)Set<com.opensymphony.workflow.loader.FunctionDescriptor>getJEMHPostFunctions(Set<com.opensymphony.workflow.loader.FunctionDescriptor> postFunctions)WorkflowBeangetJiraWorkflowBean(com.atlassian.jira.workflow.JiraWorkflow workflow)PostFunctionConfigBeangetPostFunctionConfig(com.opensymphony.workflow.loader.FunctionDescriptor postFunction)booleanisJEMHPostFunction(com.opensymphony.workflow.loader.FunctionDescriptor postFunction)voidsetAdHocTemplateForJEMHPostFunction(com.atlassian.jira.workflow.JiraWorkflow workflow, String transition, int templateId)voidsetFieldValueForPostFunction(com.opensymphony.workflow.loader.FunctionDescriptor postFunction, String field, String newValue)voidupdateJEMHPostFunction(PostFunctionConfigBean postFunctionConfig, com.atlassian.jira.workflow.JiraWorkflow workflow, String transition)voidupdateWorkflow(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)
 
 - 
 
 -