Package step.repository.alm.otaclient
Interface IBaseFieldEx
- 
- All Superinterfaces:
- com4j.Com4jObject,- IBaseField,- IObjectLockingSupport
 - All Known Subinterfaces:
- IBaseFieldExMail,- IBaseline,- IBPComponent,- IBug,- IBusinessProcess,- IBusinessProcess2,- IBusinessProcess3,- IChange,- IChangeEntry,- IComparison,- IComparisonNode,- IComponent,- IComponent2,- IComponent3,- IComponentFolder,- ICycle,- IDesignStep,- IHostGroup,- ILibrary,- ILibraryFolder,- IQCResource,- IRelease,- IReleaseFolder,- IReq,- IReq2,- IRun,- IRun2,- IStep,- IStep2,- ITest,- ITestSet,- ITSTest,- ITSTest2,- ITSTest3
 
 public interface IBaseFieldEx extends IBaseField Represents a basic data field or entity, such as an attachment. Use the properties and methods to perform field-related actions, such as setting and refreshing field values.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObjectattachments()The Attachment factory for the object.booleanhasAttachment()Checks if the object has one or more attachments.com4j.Com4jObjecthistory()The History object for the object.- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldautoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
 - 
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupportisLocked, lockObject, unLockObject
 
- 
 
- 
- 
- 
Method Detail- 
historycom4j.Com4jObject history() The History object for the object. Getter method for the COM property "History" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
attachmentscom4j.Com4jObject attachments() The Attachment factory for the object. Getter method for the COM property "Attachments" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
hasAttachmentboolean hasAttachment() Checks if the object has one or more attachments. Getter method for the COM property "HasAttachment" - Returns:
- Returns a value of type boolean
 
 
- 
 
-