Package step.repository.alm.otaclient
Interface IVersionedEntitiesFactory
-
- All Superinterfaces:
com4j.Com4jObject
public interface IVersionedEntitiesFactory extends com4j.Com4jObject
For HP use. Extends a factory by providing services for version control.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
checkedOutEntitiesCount()
Returns the number of entities of the type managed by this factory that are checked out by the current user.com4j.Com4jObject
viewVersion(java.lang.Object itemKey, int versionNumber)
Returns the specified version of the item.
-
-
-
Method Detail
-
viewVersion
com4j.Com4jObject viewVersion(java.lang.Object itemKey, int versionNumber)
Returns the specified version of the item. Applies only to the Test entity.
- Parameters:
itemKey
- Mandatory java.lang.Object parameter.versionNumber
- Mandatory int parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
checkedOutEntitiesCount
int checkedOutEntitiesCount()
Returns the number of entities of the type managed by this factory that are checked out by the current user.
Getter method for the COM property "CheckedOutEntitiesCount"
- Returns:
- Returns a value of type int
-
-