Class LqeRootServices
- java.lang.Object
-
- org.eclipse.lyo.oslc4j.core.model.AbstractResource
-
- com.sodius.oslc.core.model.RootServices
-
- com.sodius.oslc.app.jazz.lqe.model.LqeRootServices
-
- All Implemented Interfaces:
IExtendedResource
,IResource
@OslcName("RootServices") @OslcNamespace("http://open-services.net/ns/core#") @OslcResourceShape(describes="http://open-services.net/ns/core#RootServices") public class LqeRootServices extends RootServices
LQE root services.- Since:
- 1.11.0
-
-
Constructor Summary
Constructors Constructor Description LqeRootServices()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URI
getDataGroups()
Returns the URL for data groups management, used for accessing data groups and assigning permissions.URI
getUserGroups()
Returns the URL for user groups management, used for accessing groups or creating a new group.URI
getUsersQuery()
Returns the URL for querying users.-
Methods inherited from class com.sodius.oslc.core.model.RootServices
addTrackedResourceSet, getAmCatalog, getCmCatalog, getConfigCatalog, getCurrentUser, getOAuthAccessToken, getOAuthApprovalModule, getOAuthDomain, getOAuthRealmName, getOAuthRequestConsumerKey, getOAuthRequestToken, getOAuthUserAuthorization, getPublisher, getQmCatalog, getRmCatalog, getTitle, setAmCatalog, setCmCatalog, setConfigCatalog, setCurrentUser, setOAuthAccessToken, setOAuthApprovalModule, setOAuthDomain, setOAuthRealmName, setOAuthRequestConsumerKey, setOAuthRequestToken, setOAuthUserAuthorization, setPublisher, setQmCatalog, setRmCatalog, setTitle
-
Methods inherited from class org.eclipse.lyo.oslc4j.core.model.AbstractResource
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
-
-
-
-
Method Detail
-
getUserGroups
public URI getUserGroups()
Returns the URL for user groups management, used for accessing groups or creating a new group. This URL is actually not part of the root services document. It is computed based on the root services location.- Returns:
- the URL for user groups management.
- See Also:
GetUserGroups
,CreateUserGroup
-
getUsersQuery
public URI getUsersQuery()
Returns the URL for querying users. This URL is actually not part of the root services document. It is computed based on the root services location.- Returns:
- the URL for querying users.
- See Also:
QueryUsers
-
getDataGroups
public URI getDataGroups()
Returns the URL for data groups management, used for accessing data groups and assigning permissions. This URL is actually not part of the root services document. It is computed based on the root services location.- Returns:
- the URL for data groups management.
- See Also:
GetDataGroups
-
-