Interface ProjectsApi


@Role public interface ProjectsApi
The blueprint for a project management projects api. It allows performing different actions on the projects of the implementer.
Since:
1.2.0
Version:
$Id$
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int page, int pageSize, List<org.xwiki.livedata.LiveDataQuery.Filter> filters)
    Retrieve a list of projects based on a list of filters.
    get(String id)