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.void
checkInEntities(IList pList, java.lang.String comments)
For HP use.void
checkOutEntities(IList pList, java.lang.String comments)
For HP use.void
undoCheckOutEntities(IList pList)
For HP use.com4j.Com4jObject
viewVersion(java.lang.Object itemKey, int versionNumber)
For HP use.
-
-
-
Method Detail
-
viewVersion
com4j.Com4jObject viewVersion(java.lang.Object itemKey, int versionNumber)
For HP use. 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
-
checkInEntities
void checkInEntities(IList pList, java.lang.String comments)
For HP use. Multiple check-in of entities.
- Parameters:
pList
- Mandatory step.repository.alm.v16.otaclient.IList parameter.comments
- Mandatory java.lang.String parameter.
-
checkOutEntities
void checkOutEntities(IList pList, java.lang.String comments)
For HP use. Multiple check out of entities.
- Parameters:
pList
- Mandatory step.repository.alm.v16.otaclient.IList parameter.comments
- Mandatory java.lang.String parameter.
-
undoCheckOutEntities
void undoCheckOutEntities(IList pList)
For HP use. Multiple undo check out of entities.
- Parameters:
pList
- Mandatory step.repository.alm.v16.otaclient.IList parameter.
-
-