com.atlassian.jira.bean
Interface SubTaskBean

All Known Implementing Classes:
SubTaskBeanImpl

public interface SubTaskBean


Field Summary
static String SUB_TASK_VIEW_ALL
           
static String SUB_TASK_VIEW_DEFAULT
           
static String SUB_TASK_VIEW_UNRESOLVED
           
 
Method Summary
 void addSubTask(Long sequence, org.ofbiz.core.entity.GenericValue subTaskIssue, org.ofbiz.core.entity.GenericValue parentIssue)
           
 Long getNextSequence(Long sequence, String view)
           
 Long getPreviousSequence(Long sequence, String view)
           
 PercentageGraphModel getSubTaskProgress()
           
 Collection getSubTasks(String view)
           
 

Field Detail

SUB_TASK_VIEW_ALL

public static final String SUB_TASK_VIEW_ALL
See Also:
Constant Field Values

SUB_TASK_VIEW_UNRESOLVED

public static final String SUB_TASK_VIEW_UNRESOLVED
See Also:
Constant Field Values

SUB_TASK_VIEW_DEFAULT

public static final String SUB_TASK_VIEW_DEFAULT
See Also:
Constant Field Values
Method Detail

addSubTask

public void addSubTask(Long sequence,
                       org.ofbiz.core.entity.GenericValue subTaskIssue,
                       org.ofbiz.core.entity.GenericValue parentIssue)

getSubTasks

public Collection getSubTasks(String view)

getNextSequence

public Long getNextSequence(Long sequence,
                            String view)

getPreviousSequence

public Long getPreviousSequence(Long sequence,
                                String view)

getSubTaskProgress

public PercentageGraphModel getSubTaskProgress()


Copyright © 2002-2007 Atlassian. All Rights Reserved.