| Package | Description |
|---|---|
| org.qubership.automation.itf.ui.config.converter | |
| org.qubership.automation.itf.ui.controls.eci |
| Modifier and Type | Method and Description |
|---|---|
EciEntityConstant |
StringToEnumEciEntityConstantClassConverter.convert(String source) |
| Modifier and Type | Method and Description |
|---|---|
static EciEntityConstant |
EciEntityConstant.fromValue(String value) |
static EciEntityConstant |
EciEntityConstant.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EciEntityConstant[] |
EciEntityConstant.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UIResult |
EciController.bindEntityToEC(BigInteger entityId,
EciEntityConstant entityClass,
String ecId,
String ecName,
String ecProjectId,
UUID projectUuid)
Binding entity from service atp-environments.
|
UIResult |
EciController.unbindEntityFromEC(UIIdentifiedObject[] objects,
EciEntityConstant entityClassName,
UUID projectUuid)
Unbinding entity from service atp-environments.
|
UIResult |
EciController.updateEntityFromEc(BigInteger entityId,
BigInteger entityParentId,
EciEntityConstant entityClassName,
String entity,
UUID projectUuid)
Update entity from service atp-environments.
|
Copyright © 2025. All rights reserved.