@AccessLevel(value=EXTERNAL)
public interface Attachment
Modifier and Type | Method and Description |
---|---|
void |
cancelAttachment(curam.attachmentlink.struct.CancelAttachmentKey key)
Method to cancel Attachment.
|
void |
modifyAttachment(curam.attachmentlink.struct.AttachmentLinkDetails details)
Method to update Attachment details.
|
curam.attachmentlink.struct.AttachmentLinkDetails |
readAttachment(curam.attachmentlink.struct.AttachmentLinkKey key)
Method to read Attachment details.
|
@AccessLevel(value=EXTERNAL) void cancelAttachment(curam.attachmentlink.struct.CancelAttachmentKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.attachmentlink.struct.AttachmentLinkDetails readAttachment(curam.attachmentlink.struct.AttachmentLinkKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void modifyAttachment(curam.attachmentlink.struct.AttachmentLinkDetails details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException