|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IServiceFactory
An interface for a service factory (for repository independent services).
| Method Summary | |
|---|---|
Collection |
getAllServices()
Returns all services |
IService |
getService(String type)
Returns a instance for a given service type identifier |
boolean |
isAvailable(String type)
Returns true if the service is available. |
void |
releaseService(IService service)
Releases the service instance. |
| Method Detail |
|---|
IService getService(String type)
throws WcmException
type - The service type
WcmException - Exception raised in failure situation
boolean isAvailable(String type)
throws WcmException
type - Checks if the service is available.
WcmException - Exception raised in failure situation
Collection getAllServices()
throws WcmException
WcmException - Exception raised in failure situation
void releaseService(IService service)
throws WcmException
service - The service instance to release.
WcmException - Exception raised in failure situation| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||