public class OMAGServerPlatformActiveServices extends Object
| Constructor and Description |
|---|
OMAGServerPlatformActiveServices() |
| Modifier and Type | Method and Description |
|---|---|
ServerListResponse |
getActiveServerList(String userId)
Return the list of OMAG Servers that are active on this OMAG Server Platform.
|
ServerServicesListResponse |
getActiveServiceListForServer(String userId,
String serverName)
Return the list of services that are active on a specific OMAG Server that is active on this OMAG Server Platform.
|
RegisteredOMAGServicesResponse |
getAllRegisteredServices(String userId)
Return the list of all services that are registered (supported) in this OMAG Server Platform.
|
ServerListResponse |
getKnownServerList(String userId)
Return the list of OMAG Servers that have run or are running in this OMAG Server Platform.
|
RegisteredOMAGServicesResponse |
getRegisteredAccessServices(String userId)
Return the list of access services that are registered (supported) in this OMAG Server Platform
and can be configured in a metadata server.
|
RegisteredOMAGServicesResponse |
getRegisteredCommonServices(String userId)
Return the list of common services that are registered (supported) in this OMAG Server Platform.
|
RegisteredOMAGServicesResponse |
getRegisteredGovernanceServices(String userId)
Return the list of governance services that are registered (supported) in this OMAG Server Platform
and can be configured as part of a governance server.
|
ServerStatusResponse |
getServerStatus(String userId,
String serverName)
Return information about when the server has been active.
|
BooleanResponse |
isServerKnown(String userId,
String serverName)
Return a flag to indicate if this server has ever run on this OMAG Server Platform.
|
public RegisteredOMAGServicesResponse getRegisteredAccessServices(String userId)
userId - calling userpublic RegisteredOMAGServicesResponse getRegisteredGovernanceServices(String userId)
userId - calling userpublic RegisteredOMAGServicesResponse getRegisteredCommonServices(String userId)
userId - calling userpublic RegisteredOMAGServicesResponse getAllRegisteredServices(String userId)
userId - calling userpublic BooleanResponse isServerKnown(String userId, String serverName)
userId - calling userserverName - server of interestpublic ServerListResponse getKnownServerList(String userId)
userId - calling userpublic ServerListResponse getActiveServerList(String userId)
userId - name of the user making the requestpublic ServerStatusResponse getServerStatus(String userId, String serverName)
userId - name of the user making the requestserverName - name of the server of interestpublic ServerServicesListResponse getActiveServiceListForServer(String userId, String serverName)
userId - name of the user making the requestserverName - name of the server of interestCopyright © 2018–2019 ODPi. All rights reserved.