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
projectSourceobject within the global context. Example:$projectSource.getProject(1)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProjectgetProject(java.lang.Integer projectId)java.util.List<Project>getProjects(boolean activeOnly)
-