|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISubscriberConfig
ISubscriberConfig is used to read and manipulate the configuration of the subscriber part.
Copyright 2004 SAP AG
| Method Summary | |
|---|---|
ISubSyndicator |
createSyndicator(String name,
String description,
com.sapportals.wcm.util.uuid.UUID uuid,
URL url,
IResourceContext context)
Create a new syndicator. |
Date |
getCreationDate()
The creation date of the SyndicatorConfig singleton. |
String |
getDefaultUser()
Get the id of the default user. |
IICEHttpConnection |
getInitialConnection(URL url,
String user,
String password)
Open an intial connection to a syndicator. |
Date |
getLastModified()
The last modification date of the SyndicatorConfig singleton. |
URL |
getLocation()
Get the location of the ICE servlet on this machine. |
String |
getName()
Get the name/description of the subscriber. |
ISubSyndicator |
getSyndicator(String name)
Get the SubSyndicator configuration object by its name. |
ISubSyndicator |
getSyndicator(com.sapportals.wcm.util.uuid.UUID uuid)
Get a syndicator by its uuid. |
ISubSyndicatorList |
getSyndicatorList()
Get a list of all registered syndicators. |
com.sapportals.wcm.util.uuid.UUID |
getUUID()
Get the uuid of the local subscriber (this server). |
void |
removeSyndicator(ISubSyndicator syndicator,
IResourceContext context)
Remove a syndicator from the configuration. |
void |
setDefaultLogin(String user,
String password,
IResourceContext context)
Set the login informations of the default user. |
void |
setLocation(URL location,
IResourceContext context)
Set the location of the ICE servlet on this machine. |
void |
setName(String subscriberName,
IResourceContext context)
Set the name/description of the subscriber. |
void |
setUUID(com.sapportals.wcm.util.uuid.UUID subscriberUUID,
IResourceContext context)
Set the uuid of the subscriber. |
| Method Detail |
|---|
ISubSyndicator createSyndicator(String name,
String description,
com.sapportals.wcm.util.uuid.UUID uuid,
URL url,
IResourceContext context)
throws ResourceException
name - The name of the syndicatordescription - The description of the syndicatoruuid - The uuid of the syndicatorurl - The url of the ice servlet of the syndicatorcontext - The current resource context (containing an authenticated user)
ResourceException - on error
void removeSyndicator(ISubSyndicator syndicator,
IResourceContext context)
throws ResourceException
syndicator - The syndicator to be removedcontext - The current resource context (containing an authenticated user)
ResourceException - on errorISubSyndicator getSyndicator(String name)
name - The name of the syndicator
ISubSyndicator getSyndicator(com.sapportals.wcm.util.uuid.UUID uuid)
uuid - The uuid of the syndicator
ISubSyndicatorList getSyndicatorList()
com.sapportals.wcm.util.uuid.UUID getUUID()
void setUUID(com.sapportals.wcm.util.uuid.UUID subscriberUUID,
IResourceContext context)
throws ResourceException
subscriberUUID - The uuid of the subscribercontext - The current resource context
ResourceException - on errorString getName()
void setName(String subscriberName,
IResourceContext context)
throws ResourceException
subscriberName - The name/description of the subscribercontext - The current resource context
ResourceException - on errorURL getLocation()
void setLocation(URL location,
IResourceContext context)
throws ResourceException
location - The location of the ICE servletcontext - The current resource context
ResourceException - on errorString getDefaultUser()
void setDefaultLogin(String user,
String password,
IResourceContext context)
throws ResourceException
user - The default user idpassword - The password of the default usercontext - The current resource context
ResourceException - on error
IICEHttpConnection getInitialConnection(URL url,
String user,
String password)
url - The url of the syndicatoruser - The user idpassword - The password
Date getCreationDate()
com.sapportals.wcm.repository.manager.ice.ICERepositoryManagerDate getLastModified()
com.sapportals.wcm.repository.manager.ice.ICERepositoryManager| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||