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

static final String SUB_TASK_VIEW_ALL
See Also:
Constant Field Values

SUB_TASK_VIEW_UNRESOLVED

static final String SUB_TASK_VIEW_UNRESOLVED
See Also:
Constant Field Values

SUB_TASK_VIEW_DEFAULT

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

addSubTask

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

getSubTasks

Collection getSubTasks(String view)

getNextSequence

Long getNextSequence(Long sequence,
                     String view)

getPreviousSequence

Long getPreviousSequence(Long sequence,
                         String view)

getSubTaskProgress

PercentageGraphModel getSubTaskProgress()


Copyright © 2002-2009 Atlassian. All Rights Reserved.