|
SAP NetWeaver 7.30 (SP05) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISyndicatorConfig
ISubscriberConfig is used to read and manipulate the configuration of the subscriber part.
Copyright 2004 SAP AG
| Method Summary | |
|---|---|
IOffer |
createOffer(String offerId,
IResourceContext context)
Create a new offer. |
ISynSubscriber |
createSubscriber(String name,
String description,
com.sapportals.wcm.util.uuid.UUID uuid,
IResourceContext context)
Create a new subscriber. |
String |
getContentAccessURL()
Get the content access base URL for the subscribers. |
Date |
getCreationDate()
The creation date of the SyndicatorConfig singleton. |
String |
getDefaultUser()
Get the id of the default user. |
IOffer |
getGlobalOffer()
Get the global offer. |
InputStream |
getGlobalPackage(boolean incremental,
boolean compressed,
IResourceContext context)
Get an ICE package containing the content of the global offer. |
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 syndicator. |
IOffer |
getOffer(String offerId)
Get an offer by its identifier. |
IOfferList |
getOfferList()
Get a list of all offers. |
ISynSubscriber |
getSubscriber(String name)
Get the SynSubscriber configuration object by its internal name. |
ISynSubscriber |
getSubscriber(com.sapportals.wcm.util.uuid.UUID uuid)
Get a subscriber by its uuid. |
ISynSubscriberList |
getSubscriberList()
Get a list of all registered subscribers. |
com.sapportals.wcm.util.uuid.UUID |
getUUID()
Get the uuid of the local syndicator (this server). |
void |
removeOffer(IOffer offer,
IResourceContext context)
Remove an offer from the configuration. |
void |
removeSubscriber(ISynSubscriber subscriber,
IResourceContext context)
Remove a subscriber from the configuration. |
void |
setContentAccessURL(String contentAccessURL,
IResourceContext context)
Set the content access base URL for the subscribers. |
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 syndicatorName,
IResourceContext context)
Set the name/description of the syndicator. |
void |
setUUID(com.sapportals.wcm.util.uuid.UUID syndicatorUUID,
IResourceContext context)
Set the uuid of the syndicator. |
| Method Detail |
|---|
ISynSubscriber createSubscriber(String name,
String description,
com.sapportals.wcm.util.uuid.UUID uuid,
IResourceContext context)
throws ResourceException
name - The name of the subscriberdescription - The description of the subscriberuuid - The uuid of the subscribercontext - The current resource context (containing an authenticated user)
ResourceException - on error
void removeSubscriber(ISynSubscriber subscriber,
IResourceContext context)
throws ResourceException
subscriber - The subscriber to be removedcontext - The current resource context (conataining an authenticated user)
ResourceException - on errorISynSubscriber getSubscriber(String name)
name - @todo: Description of the incoming method parameter
ISynSubscriber getSubscriber(com.sapportals.wcm.util.uuid.UUID uuid)
uuid - The uuid of the subscriber
ISynSubscriberList getSubscriberList()
IOffer createOffer(String offerId,
IResourceContext context)
throws ResourceException
offerId - The identifier of the new offercontext - The current resource context (conataining an authenticated user)
ResourceException - on error
void removeOffer(IOffer offer,
IResourceContext context)
throws ResourceException
offer - The offer to be removedcontext - The current resource context (conataining an authenticated user)
ResourceException - on errorIOffer getOffer(String offerId)
offerId - The identifier of the offer
IOfferList getOfferList()
com.sapportals.wcm.util.uuid.UUID getUUID()
void setUUID(com.sapportals.wcm.util.uuid.UUID syndicatorUUID,
IResourceContext context)
throws ResourceException
syndicatorUUID - The uuid of the syndicatorcontext - The current resource context
ResourceException - on errorString getName()
void setName(String syndicatorName,
IResourceContext context)
throws ResourceException
syndicatorName - The name/description of the syndicatorcontext - 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 errorString getContentAccessURL()
void setContentAccessURL(String contentAccessURL,
IResourceContext context)
throws ResourceException
contentAccessURL - The content access base URLcontext - The current resource context
ResourceException - on errorDate getCreationDate()
com.sapportals.wcm.repository.manager.ice.ICERepositoryManagerDate getLastModified()
com.sapportals.wcm.repository.manager.ice.ICERepositoryManagerIOffer getGlobalOffer()
InputStream getGlobalPackage(boolean incremental,
boolean compressed,
IResourceContext context)
throws ResourceException
incremental - true if the package should only contain the changes since the last updatecompressed - true if the package should be zipedcontext - The current resource context
ResourceException - on error| 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.30 (SP05) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||