Interface ProjectSource

  • All Superinterfaces:
    VelocityDataSource

    public interface ProjectSource
    extends VelocityDataSource

    Contains methods to fetch information regarding the projects in Connect.

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

    • Method Detail

      • getProject

        Project getProject​(java.lang.Integer projectId)
      • getProjects

        java.util.List<Project> getProjects​(boolean activeOnly)