Interface ICreateServiceObjectWithAttachmentParam
-
public interface ICreateServiceObjectWithAttachmentParam
The Interface ICreateServiceObjectWithAttachmentParam.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectcreateServiceObjectWithAttachmentParam(ItemAttachment itemAttachment, boolean isNew)Creates the service object with attachment param.
-
-
-
Method Detail
-
createServiceObjectWithAttachmentParam
Object createServiceObjectWithAttachmentParam(ItemAttachment itemAttachment, boolean isNew) throws Exception
Creates the service object with attachment param.- Parameters:
itemAttachment- the item attachmentisNew- the is new- Returns:
- the object
- Throws:
Exception- the exception
-
-