public interface ITJEMHPostFunctionManager
Modifier and Type | Field and Description |
---|---|
static String |
TRANSITION_CREATE |
static String |
TRANSITION_DONE |
static String |
TRANSITION_To_Do |
Modifier and Type | Method and 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) |
static final String TRANSITION_CREATE
static final String TRANSITION_To_Do
static final String TRANSITION_DONE
void setAdHocTemplateForJEMHPostFunction(com.atlassian.jira.workflow.JiraWorkflow workflow, String transition, int templateId)
boolean isJEMHPostFunction(com.opensymphony.workflow.loader.FunctionDescriptor postFunction)
Set<com.opensymphony.workflow.loader.FunctionDescriptor> getAllPostFunctions(com.atlassian.jira.workflow.JiraWorkflow workflow, String transitionName)
Set<com.opensymphony.workflow.loader.FunctionDescriptor> getJEMHPostFunctions(Set<com.opensymphony.workflow.loader.FunctionDescriptor> postFunctions)
void setFieldValueForPostFunction(com.opensymphony.workflow.loader.FunctionDescriptor postFunction, String field, String newValue)
String getFieldValueFromPostFunction(com.opensymphony.workflow.loader.FunctionDescriptor postFunction, String field)
PostFunctionConfigBean getPostFunctionConfig(com.opensymphony.workflow.loader.FunctionDescriptor postFunction)
void updateJEMHPostFunction(PostFunctionConfigBean postFunctionConfig, com.atlassian.jira.workflow.JiraWorkflow workflow, String transition)
WorkflowBean getJiraWorkflowBean(com.atlassian.jira.workflow.JiraWorkflow workflow)
void updateWorkflow(WorkflowBean workflowConfig)
Copyright © 2008–2022 The Plugin People. All rights reserved.