|
SAP NetWeaver 7.30 (SP05) KMC | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttachmentException | |
|---|---|
| com.sap.netweaver.coll.attachment | |
| com.sap.netweaver.coll.attachment.exception | |
| Uses of AttachmentException in com.sap.netweaver.coll.attachment |
|---|
| Methods in com.sap.netweaver.coll.attachment that throw AttachmentException | |
|---|---|
void |
IAttachmentList.addAttachment(IResource res)
add IResource into AttachmentList (default is Link) |
void |
IAttachmentList.addAttachment(IResource res,
AttachmentType type)
add IResource into AttachmentList (default is Link) |
void |
IAttachmentList.addAttachment(com.sapportals.wcm.util.uri.RID uri,
String name,
IPropertyMap props)
add RID to AttachmentList using name and properties only to be used with external RIDs |
void |
IAttachmentList.addAttachment(StringBuffer content,
String name,
IPropertyMap props)
add content to AttachmentList using name and properties |
void |
IAttachmentList.delete()
delete all Resources of this AttachmentList |
void |
IAttachmentList.deleteAttachment(IResource res)
delete one Resource of the AttachmentList |
ICollection |
IAttachmentList.getAttachmentCollection()
returns collection where attachments are stored (i.e. for use in Resourcelist-Control) |
int |
IAttachmentList.getAttachmentCount()
returns number of attachment |
IResourceList |
IAttachmentList.getAttachments()
returns IResourcelist containing all Resources |
AttachmentType |
IAttachmentList.getAttachmentType(IResource res)
returns Attachmenttype of this IResource |
HashMap |
IAttachmentList.getSupportedAttachmentTypes(IResource res)
returns a List of supported Attachmenttypes for this IResource |
void |
IAttachmentList.setAttachmentType(IResource res,
AttachmentType type)
changes AttachmentTyp of this attachment-IResource |
| Uses of AttachmentException in com.sap.netweaver.coll.attachment.exception |
|---|
| Subclasses of AttachmentException in com.sap.netweaver.coll.attachment.exception | |
|---|---|
class |
AddAttachmentException
Throwing if an attachment cannot be added. |
class |
AttachmentDeleteException
Throwing if attachment cannot be deleted. |
class |
AttachmentSetTypeException
Throwing if there is attachment settype error |
class |
AttachmentTypeException
Throwing if there is not attachment type |
class |
NoAttachmentCollectionException
Throwing if there is not attachment collection |
class |
NoAttachmentListException
Throwing if there is no attachment list |
class |
NoAttachmentListReadOnlyException
Throwing if system is in read-only mode and attachment list cannot be created |
class |
NoRelationException
Describe here ... |
class |
NoRelationServiceException
Throwing if relation service cannot be resolved |
|
SAP NetWeaver 7.30 (SP05) KMC | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||