Class ReportParams

java.lang.Object
com.ptc.windchill.mpml.reports.ReportParams

public class ReportParams extends Object
holds report parameters

Supported API: true

Extendable: false
  • Method Details

    • getAdditionalParams

      public Object getAdditionalParams(String key)
      Supported API: true
      Parameters:
      key -
      Returns:
    • addAdditionalParams

      public void addAdditionalParams(String key, Object value)
      Supported API: true
      Parameters:
      key -
      value -
    • getSeed

      public Persistable getSeed()
      Supported API: true
      Returns:
    • setSeed

      public void setSeed(Persistable seed)
      Supported API: true
      Parameters:
      seed -
    • getDownstreamNC

      public NavigationCriteria getDownstreamNC()
      Supported API: true
      Returns:
    • setDownstreamNC

      public void setDownstreamNC(NavigationCriteria downstreamNC)
      Supported API: true
      Parameters:
      downstreamNC -
    • getUpstreamNC

      public NavigationCriteria getUpstreamNC()
      Supported API: true
      Returns:
    • setUpstreamNC

      public void setUpstreamNC(NavigationCriteria upstreamNC)
      Supported API: true
      Parameters:
      upstreamNC -
    • getReportType

      public MPMLinkReportType getReportType()
      Supported API: true
      Returns:
    • setReportType

      public void setReportType(MPMLinkReportType reportType)
      Supported API: true
      Parameters:
      reportType -
    • getCollectorCacheId

      public String getCollectorCacheId() throws WTException
      Supported API: true
      Returns:
      Throws:
      WTException
    • getOtherSideCollectorCacheId

      public String getOtherSideCollectorCacheId() throws WTException
      Supported API: true
      Returns:
      Throws:
      WTException
    • getUpRoot

      public Associative getUpRoot()
      Supported API: true
      Returns:
    • setUpRoot

      public void setUpRoot(Associative upRoot)
      Supported API: true
      Parameters:
      upRoot -
    • getDownRoot

      public Associative getDownRoot()
      Supported API: true
      Returns:
    • setDownRoot

      public void setDownRoot(Associative downRoot)
      Supported API: true
      Parameters:
      downRoot -
    • isForUpstream

      public boolean isForUpstream()
      Supported API: true
      Returns:
    • setForUpstream

      public void setForUpstream(boolean isForUpstream)
      Supported API: true
      Parameters:
      isForUpstream -