|
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 IProxyProvider
| Field Summary | |
|---|---|
static String |
DISPATCH_EVENT
Deprecated. |
static String |
PREVIEW_ACTION
Deprecated. |
| Method Summary | |
|---|---|
String |
createDispatchableID(String handler,
ArrayList values)
Deprecated. As of NetWeaver 7.1 |
String |
createNavigationTarget(ICollection p0)
Deprecated. As of NetWeaver 7.1 |
IProperty |
getProperty(IResource resource,
IPropertyName name)
Deprecated. As of NetWeaver 7.1 |
boolean |
isPreviewEnabled()
Deprecated. As of NetWeaver 7.1 |
| Field Detail |
|---|
static final String DISPATCH_EVENT
static final String PREVIEW_ACTION
| Method Detail |
|---|
String createDispatchableID(String handler,
ArrayList values)
throws WcmException
Event is
raised with this id, the event will be send to the implementing class, using the
information of the given parameters.
handler - The method that will be called when the event with this id is fired.values - The objects of this list will be encoded using their
toString() method and will be available in the handler method when the event is received
Component.
WcmException - Exception raised in failure situation
<{WcmException}>
String createNavigationTarget(ICollection p0)
throws WcmException
Link or Button to
offer navigation to the given ICollection. Depending on the used screenflow-engine,
the String might be different for the same collection. The String must contain the encoded
URI of the collection to navigate to and should contain the start-Path to this collection,
also encoded. The start-path is the furthest ancestor of the collection that should be visible.
Note, that if navigating to a collection by links, the linked URI of the collection and not its
standard URI should be used. So instead of ICollection.getRID() use
ICollection.getAccessRIDComponents in an iView may specify the same navigation target,
it is necessary to ensure unique IDs for each of these components. One way to do this
is to add some unique string at a later position in the parameter list, such as
IDCounter.currentID().
p0 - the folder to navigate to
WcmException - if an exception occurs in the repository framework or the WDF. The exception
can contain a wrapped WdfException
IProperty getProperty(IResource resource,
IPropertyName name)
throws WcmException
null will be returned. At the same time,
this resource/name tuple will be marked as an unavailable property. If the same
combination is requested at a later time, no call to the framework is done.
If one of the parameters is null, a NullPointerException
will be thrown
resource - Description of the Parametername - Description of the Parameter
null
WcmExceptionboolean isPreviewEnabled()
true if documents can be previewed within the same browser-window| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com]
|
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 | |||||||||