Interface IBaseFieldEx
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IObjectLockingSupport
- All Known Subinterfaces:
IBaseFieldExMail
,IBaseline
,IBPComponent
,IBPComponent2
,IBPModel
,IBPModelElement
,IBPModelFolder
,IBPModelPath
,IBug
,IBug2
,IBusinessProcess
,IBusinessProcess2
,IBusinessProcess3
,IBusinessProcess4
,IBusinessProcess5
,IBusinessProcess6
,IChange
,IChangeEntry
,IComparison
,IComparison1
,IComparisonNode
,IComponent
,IComponent2
,IComponent3
,IComponent4
,IComponent5
,IComponentFolder
,ICycle
,IDesignStep
,IDiagram
,IDiagramElement
,IFacet
,IHostGroup
,IKPIDefinition
,IKPIMilestoneScopeItem
,ILibrary
,ILibraryFolder
,IMilestone
,IMilestoneScopeItem
,IQCResource
,IQCResource2
,IRelease
,IRelease2
,IReleaseFolder
,IReq
,IReq2
,IReq3
,IResult
,IRun
,IRun2
,IRun3
,IRun4
,IRun5
,IScopeItem
,IStep
,IStep2
,ITest
,ITest2
,ITest3
,ITestConfig
,ITestFolder
,ITestLabFolder
,ITestSet
,ITestSet2
,ITestSet3
,ITestSet4
,ITSTest
,ITSTest2
,ITSTest3
,ITSTest4
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
attachments()
The Attachment factory for the object.boolean
hasAttachment()
Checks if the object has one or more attachments.com4j.Com4jObject
history()
Obsolete.-
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.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
history
com4j.Com4jObject history()
Obsolete. Use IAuditable.AuditRecordFactory
Getter method for the COM property "History"
- Returns:
- Returns a value of type com4j.Com4jObject
-
attachments
com4j.Com4jObject attachments()
The Attachment factory for the object.
Getter method for the COM property "Attachments"
- Returns:
- Returns a value of type com4j.Com4jObject
-
hasAttachment
boolean hasAttachment()
Checks if the object has one or more attachments.
Getter method for the COM property "HasAttachment"
- Returns:
- Returns a value of type boolean
-
-