|
SAP NetWeaver 7.11 (EhP1 SP03) Process Integration | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Service | |
|---|---|
| com.sap.aii.af.service.administration.api.cpa | |
| com.sap.aii.af.service.cpa | |
| Uses of Service in com.sap.aii.af.service.administration.api.cpa |
|---|
| Methods in com.sap.aii.af.service.administration.api.cpa that return Service | |
|---|---|
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. |
| Methods in com.sap.aii.af.service.administration.api.cpa with parameters of type Service | |
|---|---|
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. |
| Uses of Service in com.sap.aii.af.service.cpa |
|---|
| Fields in com.sap.aii.af.service.cpa with type parameters of type Service | |
|---|---|
static CPAObjectType<Service> |
CPAObjectType.SERVICE
|
| Methods in com.sap.aii.af.service.cpa that return Service | |
|---|---|
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. |
|
SAP NetWeaver 7.11 (EhP1 SP03) Process Integration | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||