|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.caf.eu.gp.attachment.api.GPAbstractAttachmentSourceHandler
public abstract class GPAbstractAttachmentSourceHandler
Attachment source handler base class.
| Constructor Summary | |
|---|---|
GPAbstractAttachmentSourceHandler(String name,
String wdComponentName,
String dcName,
boolean runtime,
boolean designtime,
boolean transport)
|
|
| 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. |
abstract 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. |
abstract String |
resolveText(Locale locale)
Resolves a human-readable display text for the attachment handler that can be presented to the end-user. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GPAbstractAttachmentSourceHandler(String name,
String wdComponentName,
String dcName,
boolean runtime,
boolean designtime,
boolean transport)
| Method Detail |
|---|
public String getName()
IGPAttachmentSourceHandler
getName in interface IGPAttachmentSourceHandlerIGPAttachmentSourceHandler.getName()public String getCreationWdDevelopmentComponentName()
IGPAttachmentSourceHandler
getCreationWdDevelopmentComponentName in interface IGPAttachmentSourceHandlerIGPAttachmentSourceHandler.getCreationWdDevelopmentComponentName()public String getCreationWdComponentName()
IGPAttachmentSourceHandler
getCreationWdComponentName in interface IGPAttachmentSourceHandlerIGPAttachmentSourceHandler.getCreationWdComponentName()public abstract String resolveText(Locale locale)
IGPAttachmentSourceHandler
resolveText in interface IGPAttachmentSourceHandlerlocale - the source handler's locale.
IGPAttachmentSourceHandler.resolveText(java.util.Locale)
public abstract GPAttachmentInfo resolveAttachmentInfo(IGPAttachment attachment,
Locale locale)
throws GPEngineException
IGPAttachmentSourceHandler
resolveAttachmentInfo in interface IGPAttachmentSourceHandlerlocale - the locale to use for any language-dependent resolution
that may occur.
GPEngineExceptioncom.sap.caf.eu.gp.attachment.api.IGPAttachmentSourceHandler#resolveAttachmentInfo(null, java.util.Locale)public boolean isAvailableAtDesignTime()
IGPAttachmentSourceHandler
isAvailableAtDesignTime in interface IGPAttachmentSourceHandlerIGPAttachmentSourceHandler.isAvailableAtDesignTime()public boolean isAvailableAtRunTime()
IGPAttachmentSourceHandler
isAvailableAtRunTime in interface IGPAttachmentSourceHandlerIGPAttachmentSourceHandler.isAvailableAtRunTime()public boolean isTransportable()
IGPAttachmentSourceHandler
isTransportable in interface IGPAttachmentSourceHandlerIGPAttachmentSourceHandler.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 | |||||||||