Interface ITJEMHPostFunctionManager


  • public interface ITJEMHPostFunctionManager
    • 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)