Uses of Class
com.xwiki.projectmanagement.openproject.model.WorkPackage
-
Packages that use WorkPackage Package Description com.xwiki.projectmanagement.openproject -
-
Uses of WorkPackage in com.xwiki.projectmanagement.openproject
Methods in com.xwiki.projectmanagement.openproject that return types with arguments of type WorkPackage Modifier and Type Method Description PaginatedResult<WorkPackage>OpenProjectApiClient. getProjectWorkPackages(String project, int offset, int pageSize, String filters, String sortBy)Retrieves a list of available work packages from the current OpenProject configuration and specified project.PaginatedResult<WorkPackage>OpenProjectApiClient. getWorkPackages(int offset, int pageSize, String filters, String sortBy)Retrieves a list of available work packages from the current OpenProject configuration.
-