com.microsoft.tfs.core.clients.reporting
Class Report

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by com.microsoft.tfs.core.clients.reporting.ReportNode
          extended by com.microsoft.tfs.core.clients.reporting.Report
All Implemented Interfaces:
Hierarchical, Labelable

public class Report
extends ReportNode

Class representing a report from the reporting service.

Since:
TEE-SDK-10.1
Thread-safety:
thread-compatible

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
Report(java.lang.String projectName, ms.sql.reporting.reportingservices._CatalogItem item)
           
 
Method Summary
 boolean hasChildren()
          A report never has children.
 
Methods inherited from class com.microsoft.tfs.core.clients.reporting.ReportNode
addChild, getChildren, getChildReportNodes, getCreatedBy, getCreationDate, getDescription, getID, getLabel, getModifiedBy, getModifiedDate, getParent, getPath, getProjectName, getType, getWebServiceObject, isHidden, setParent, toString
 
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Report

public Report(java.lang.String projectName,
              ms.sql.reporting.reportingservices._CatalogItem item)
Method Detail

hasChildren

public boolean hasChildren()
A report never has children.

Specified by:
hasChildren in interface Hierarchical
Overrides:
hasChildren in class ReportNode
Returns:
true if this object has children, false if not


© 2015 Microsoft. All rights reserved.