|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGPAttachmentSourceHandler
Each attachment carries the name of the handler as an attribute. The handler is responsible for:
IAttachmentCreato defined in the development component
caf/eu/gp/ui/wdapi.Note that the same instance is used for each handler throughout the server.
| Method Summary | |
|---|---|
String |
getCreationWdComponentName()
Provides the name of the web dynpro component that provides the creation dialog for the attachment type. |
String |
getCreationWdDevelopmentComponentName()
Returns the name of the web dynpro application that provides the creation dialog for the attachment type. |
String |
getName()
Returns the name of the handler. |
boolean |
isAvailableAtDesignTime()
Returns whether or not the handler is available at design time. |
boolean |
isAvailableAtRunTime()
Returns whether or not the handler is available at run time. |
boolean |
isTransportable()
Returns whether or not attachments of this type can be transported. |
GPAttachmentInfo |
resolveAttachmentInfo(IGPAttachment attachment,
Locale locale)
Resolves attachment information that can be used to display the attachment in a list in the design and run times. |
String |
resolveText(Locale locale)
Resolves a human-readable display text for the attachment handler that can be presented to the end-user. |
| Method Detail |
|---|
String getName()
String resolveText(Locale locale)
locale - the source handler's locale.
String getCreationWdDevelopmentComponentName()
String getCreationWdComponentName()
GPAttachmentInfo resolveAttachmentInfo(IGPAttachment attachment,
Locale locale)
throws GPEngineException
locale - the locale to use for any language-dependent resolution
that may occur.
EngineException - if an error occurs while resolving the attachment information.
GPEngineExceptionboolean isAvailableAtDesignTime()
boolean isAvailableAtRunTime()
boolean isTransportable()
|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||