| Modifier and Type | Method and Description |
|---|---|
HistoryEntityConstant |
StringToEnumHistoryEntityConstantConverter.convert(String source) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<HistoryItemResponse> |
JaversController.getAllHistory(UUID projectUuid,
HistoryEntityConstant type,
BigInteger objectId,
Integer offset,
Integer limit) |
org.springframework.http.ResponseEntity<List<HistoryCompareEntity>> |
JaversController.getEntitiesByVersion(UUID projectUuid,
HistoryEntityConstant type,
BigInteger objectId,
List<Long> versions) |
org.springframework.http.ResponseEntity<Void> |
JaversController.restoreToRevision(UUID projectUuid,
HistoryEntityConstant type,
BigInteger objectId,
Long revision) |
| Modifier and Type | Method and Description |
|---|---|
static HistoryEntityConstant |
HistoryEntityConstant.fromValue(String value) |
static HistoryEntityConstant |
HistoryEntityConstant.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoryEntityConstant[] |
HistoryEntityConstant.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025. All rights reserved.