Package step.repository.alm.otaclient
Interface IAttachmentFactory
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseFactory
public interface IAttachmentFactory extends IBaseFactory
Services to manage attachments of the current field object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
attachmentStorage()
Deprecated.void
factoryProperties(com4j.Holder<java.lang.String> ownerType, java.lang.Object ownerKey)
Gets the owner type and key for the AttachmentFactory object.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.otaclient.IBaseFactory
addItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
-
-
-
-
Method Detail
-
attachmentStorage
com4j.Com4jObject attachmentStorage()
Deprecated. Use the entity-level Attachments property for downloading and uploading attachment files.
Getter method for the COM property "AttachmentStorage"
- Returns:
- Returns a value of type com4j.Com4jObject
-
factoryProperties
void factoryProperties(com4j.Holder<java.lang.String> ownerType, java.lang.Object ownerKey)
Gets the owner type and key for the AttachmentFactory object.
- Parameters:
ownerType
- Mandatory Holderparameter. ownerKey
- Mandatory java.lang.Object parameter.
-
-