Interface JiraIssueType
-
- All Superinterfaces:
TreeService
- All Known Implementing Classes:
JiraIssueTypeImpl
public interface JiraIssueType extends TreeService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<JiraIssueStatusEntity>getIssueStatusList(JiraIssueTypeEntity paramEntity)-
Methods inherited from interface com.arms.egovframework.javaservice.treeframework.service.TreeService
addNode, alterNode, alterNodeType, getChildNode, getChildNodeWithoutPaging, getNode, getNodesWithoutRoot, getNodesWithoutRootMap, getPaginatedChildNode, moveNode, overwriteNode, removeNode, searchNode, updateField, updateNode
-
-
-
-
Method Detail
-
getIssueStatusList
java.util.List<JiraIssueStatusEntity> getIssueStatusList(JiraIssueTypeEntity paramEntity) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-