Class TrsAdminService
- java.lang.Object
-
- com.sodius.oslc.server.trs.services.TrsAdminService
-
public class TrsAdminService extends Object
Provides an API for server administrators to manage their application TRS feeds. Typically, used through the TRS web component.- Since:
- 3.3.0
-
-
Constructor Summary
Constructors Constructor Description TrsAdminService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Response
deleteFunctionalUser()
Response
getFeeds()
Response
getFeedStatistics(String id)
Response
getFunctionalUser()
Response
getTrsProjectAreas(boolean forbidden)
Response
repairFeed(String id, boolean rebuild)
Response
setFunctionalUser(String identifier)
-