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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Project
getProject(java.lang.Integer projectId)
java.util.List<Project>
getProjects(boolean activeOnly)
-