com.atlassian.jira.bc.issue.table
Class IssueTableServiceOutcome

java.lang.Object
  extended by com.atlassian.jira.bc.issue.table.IssueTableServiceOutcome

public class IssueTableServiceOutcome
extends Object

The outcome of a successful request to IssueTableService, including both the resulting IssueTable and any warnings that were generated.

Since:
v5.2

Constructor Summary
IssueTableServiceOutcome(IssueTable issueTable, Collection<String> warnings)
           
 
Method Summary
 IssueTable getIssueTable()
           
 Collection<String> getWarnings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueTableServiceOutcome

public IssueTableServiceOutcome(IssueTable issueTable,
                                Collection<String> warnings)
Method Detail

getIssueTable

public IssueTable getIssueTable()

getWarnings

public Collection<String> getWarnings()
Returns:
All warnings that were generated while processing the request, e.g. "The value 'foo' does not exist for the field 'reporter'."


Copyright © 2002-2012 Atlassian. All Rights Reserved.