See: Description
| Interface | Description |
|---|---|
| ICheckInInfo |
Holds status information returned upon a successful call to
IResource.checkin . |
| ICheckOutInfo |
Holds status information returned upon a successfull call to (
IResource.checkOut()). |
| Class | Description |
|---|---|
| CheckInInfo |
Holds status information returned upon a successfull check-in.
|
| CheckOutInfo |
Holds status information returned upon a successfull call to
IResource.checkOut(). |
| SupportedOption |
Enumeration of supported options of resources and repositories.
|
| Exception | Description |
|---|---|
| CheckedOutException |
The resource is checked out by another user.
|
| ExpectedCheckInRidException |
The RID of the new revision is different from the RID that the application expected when checking
out.
|
| LabelAlreadyExistsException |
Thrown if someone tries to set a label on a version
and this label already exists on this version.
|
| LabelNotFoundException |
Thrown if someone tries to remove a label on a version
and this label does not exist on this version.
|
| NotVersionedException |
The application tried a versioning-related operation on a resource that is not version-controlled.
|
| ResourceNotVersionException |
Indicates that the resource handle was expected to reference a version resource
|
| VersionHasDescendantsException |
The checkout operation failed because the version to be checked out has descendants in it's
version history and the resulting version history fork is not allowed in current context.
|
| VersionHistoryInUseException |
Thrown if someone tries to create a VCR in a workspace that already contains a VCR with the same
version history.
|
| VersionIsCheckedOutException |
The checkout operation failed because the version to be checked out is already the checked out
version of some other version controlled resource and the resulting version history fork is not
allowed in current context.
|
| WrongRevisionException | Deprecated |
Copyright 2021 SAP SE Complete Copyright Notice