Package | Description |
---|---|
com.deltek.enterprise.system.applicationinterface.mboard |
Modifier and Type | Method and Description |
---|---|
MBAttachmentInterface |
MBManagerInterface.createAttachment()
Create empty attachment object
|
MBAttachmentInterface |
MBManagerInterface.createAttachment(java.lang.String name,
byte[] content)
Create attachment object with filename and content
|
MBAttachmentInterface |
MBManagerInterface.getAttachment(java.lang.String attcId)
Get Attachment
|
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends MBAttachmentInterface> |
MBItemInterface.getAttachments() |
Modifier and Type | Method and Description |
---|---|
void |
MBItemInterface.addAttachment(MBAttachmentInterface attch) |
Modifier and Type | Method and Description |
---|---|
void |
MBItemInterface.setAttachment(java.util.List<? extends MBAttachmentInterface> attchs) |