| Package | Description |
|---|---|
| com.sap.aii.af.service.administration.api.cpa | |
| com.sap.aii.af.service.cpa |
| Modifier and Type | Method and Description |
|---|---|
Service |
CPALookupManager.getServiceByPartyService(String party,
String service)
Retrieves the
Service object for the given XI Party name and Service
name, either from the in memory cache, or from the database, dependent on the initialization of the
CacheManager. |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<ServiceIdentifier> |
CPALookupManager.getServiceIdentifiersByService(Service service)
Retrieves all
ServiceIdentifier objects for the given XI Service object, either from
the in memory cache, or from the database, dependent on the initialization of the CacheManager. |
LinkedList<ServiceUser> |
CPALookupManager.getServiceUserByService(Service service)
Retrieves all
ServiceUser objects for the given Service object, either from the in
memory cache, or from the database, dependent on the initialization of the CacheManager. |
boolean |
CPALookupManager.userHasPermission(String user,
Service service)
Checks whether the given user has the permission to perform the given service.
|
| Modifier and Type | Field and Description |
|---|---|
static CPAObjectType<Service> |
CPAObjectType.SERVICE |
| Modifier and Type | Method and Description |
|---|---|
Service |
NormalizationManager.getXIService(String serviceSchema,
String serviceIdentifier)
This method can only be used, if the external alternative identifiers are unique in respect to the XI internal
Party and Service combinations (mapping 2-level addressing information to 1-level
addressing). |
Service |
NormalizationManager.getXIService(String xiParty,
String serviceSchema,
String serviceIdentifier)
Retrieves an XI
Service object, based on some given alternative service schema and service
identifier for a given XI Party identifier. |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<Service> |
NormalizationManager.getXIServices(String serviceSchema,
String serviceIdentifier)
This method returns all
Service objects with the same serviceSchema and serviceIdentifier. |
Copyright 2019 SAP AG Complete Copyright Notice