public interface IVersionedEntitiesFactory
extends com4j.Com4jObject
Modifier and Type | Method and 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(Object itemKey,
int versionNumber)
Returns the specified version of the item.
|
com4j.Com4jObject viewVersion(Object itemKey, int versionNumber)
Returns the specified version of the item. Applies only to the Test entity.
itemKey
- Mandatory java.lang.Object parameter.versionNumber
- Mandatory int parameter.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"
Copyright © 2020. All rights reserved.