Class GlobalConfigurationService
- java.lang.Object
-
- com.sodius.oslc.server.process.services.GlobalConfigurationService
-
public class GlobalConfigurationService extends Object
Provides services for Global Configurations- Since:
- 2.1.0
-
-
Constructor Summary
Constructors Constructor Description GlobalConfigurationService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Response
getGCFriends(String projectAreaId)
Gets all Jazz Global Configuration applications registered (and scheme-enabled) as friends, as well as friend applications that couldn't be reached.Response
getGcSelectionDialog(String rootservices)
Returns the GC dialog from a given rootservices URI
-
-
-
Method Detail
-
getGcSelectionDialog
public Response getGcSelectionDialog(String rootservices)
Returns the GC dialog from a given rootservices URI- Parameters:
rootservices
- the rootservices URI- Returns:
- the GC Dialog
-
getGCFriends
public Response getGCFriends(String projectAreaId)
Gets all Jazz Global Configuration applications registered (and scheme-enabled) as friends, as well as friend applications that couldn't be reached.- Parameters:
projectAreaId
- the project area whose associated scheme must be used to determine the enabled friends.- Returns:
- the GC scheme-enabled friends
- Since:
- 3.5.0
-
-