Package step.repository.alm.otaclient
Interface IObjectLockingSupport
-
- All Superinterfaces:
com4j.Com4jObject
- All Known Subinterfaces:
IAnalysisItem
,IAnalysisItemFolder
,IAssetRelation
,IAssetRepositoryItem
,IAttachment
,IAuditProperty
,IAuditRecord
,IBaseField
,IBaseFieldEx
,IBaseFieldExMail
,IBaseline
,IBaselineRoot
,IBaseParam
,IBPComponent
,IBPIteration
,IBPIterationParam
,IBPParam
,IBPStepParam
,IBug
,IBusinessProcess
,IBusinessProcess2
,IBusinessProcess3
,IChange
,IChangeEntry
,IComparison
,IComparisonNode
,IComponent
,IComponent2
,IComponent3
,IComponentFolder
,IComponentParam
,IComponentStep
,ICoverageEntity
,ICustomization
,ICustomization2
,ICustomization3
,ICycle
,IDashboardFolder
,IDashboardPage
,IDashboardPageItem
,IDesignStep
,IFavorite
,IFavoriteFolder
,IHost
,IHostGroup
,ILibrary
,ILibraryFolder
,ILibraryPart
,ILink
,IParameterValue
,IQCResource
,IQCResourceFolder
,IRelease
,IReleaseFolder
,IReq
,IReq2
,IRTParam
,IRun
,IRun2
,IStep
,IStep2
,ITask
,ITaskLog
,ITDMailConditions
,ITest
,ITestParameter
,ITestSet
,ITrace
,ITSTest
,ITSTest2
,ITSTest3
,IUserAsset
public interface IObjectLockingSupport extends com4j.Com4jObject
Services to support locking objects for editing. This interface is not used for version control.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isLocked()
Checks if object is locked for editing.boolean
lockObject()
Locks the object.void
unLockObject()
Unlocks the object.
-
-
-
Method Detail
-
isLocked
boolean isLocked()
Checks if object is locked for editing.
Getter method for the COM property "IsLocked"
- Returns:
- Returns a value of type boolean
-
lockObject
boolean lockObject()
Locks the object. Returns True if the object has been changed on the server.
- Returns:
- Returns a value of type boolean
-
unLockObject
void unLockObject()
Unlocks the object.
-
-