Interface BaselineSource

  • All Superinterfaces:
    VelocityDataSource

    public interface BaselineSource
    extends VelocityDataSource

    Contains methods to fetch information regarding baselines and related information.

    These methods are exposed to Velocity reports on the baselineSource object within the global context. Example: $baselineSource.getBaseLine(1)

    • Method Detail

      • getBaseLine

        Baseline getBaseLine​(java.lang.Integer baseLineId)
      • getDocumentIds

        java.util.List<java.lang.Integer> getDocumentIds​(java.lang.Integer baselineId)
      • getBaseLineListForProject

        java.util.List<Baseline> getBaseLineListForProject​(java.lang.Integer projectId)
      • getSignaturesForBaseLine

        java.util.List<Signature> getSignaturesForBaseLine​(java.lang.Integer baselineId)
      • getCreatedDateForBaseline

        java.util.Date getCreatedDateForBaseline​(java.lang.Integer baselineId)