| Modifier and Type | Method and Description |
|---|---|
UIObject |
CopierController.copyObject(UICopyMove request,
UUID projectUuid)
This method for copy core object.
|
UIObject |
CopierController.moveObject(UICopyMove request,
UUID projectUuid)
This method for move core object.
|
| Modifier and Type | Method and Description |
|---|---|
List<UIObject> |
IntegrationController.delete(UIIds uiIds,
UUID projectUuid) |
UIList<UIObject> |
CommonController.getAllNetworkInterfaces(UUID projectUuid) |
UIList<UIObject> |
DatasetController.getLists(UUID projectUuid)
Get DSL from atp-datasets and Excel file.
|
List<? extends UIObject> |
CommonController.getObjectsByFilteredName(String name,
String entityType,
BigInteger projectId,
UUID projectUuid) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractController<T extends UIObject,U extends org.qubership.automation.itf.core.model.common.Storable> |
interface |
EntityController<T extends UIObject>
Interface for entities storable objects.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends UIObject> |
AbstractController.asListUIObject(Collection<? extends U> collection,
boolean checkSuitable,
boolean isSimple,
String... param) |
protected List<List<UIObject>> |
AbstractController.delete(Boolean ignoreUsages,
UIIds objectsToDelete)
Delete objects in repository and get result about it.
|
List<UIObject> |
AbstractController.delete(UIIds objectsToDelete)
Deletes all objects in the repository from the resulting list.
|
List<UIObject> |
EntityController.delete(UIIds objectsToDelete)
delete objects.
|
List<? extends UIObject> |
AbstractController.getAll()
returns all objects of the generic type in repository.
|
List<? extends UIObject> |
EntityController.getAll()
returns all objects.
|
List<? extends UIObject> |
AbstractController.getAll(String parentId)
returns all objects of the generic type and parent in repository.
|
List<? extends UIObject> |
EntityController.getAll(String parentId)
returns all objects for parent.
|
protected List<? extends UIObject> |
AbstractController.getAllSimple()
returns all objects of the UIObject in repository.
|
protected List<? extends UIObject> |
AbstractController.getAllSuitable(String parentId,
String... param)
returns all objects of the generic type and parent if it suitable in repository.
|
| Modifier and Type | Method and Description |
|---|---|
UIObject |
StepController.add(String id,
String name,
UUID projectUuid) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<UIObject>> |
CallChainController.delete(Collection<UICallChain> objectsToDelete,
UUID projectUuid) |
List<? extends UIObject> |
CallChainController.getAll(BigInteger projectId,
UUID projectUuid) |
List<? extends UIObject> |
CallChainController.getAll(String parentId,
UUID projectUuid) |
List<UIObject> |
DSCallChainController.getDataSetList(String id,
UUID projectUuid) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends UIObject> |
EnvironmentController.getAll(String parentId) |
List<? extends UIObject> |
EnvironmentController.getAll(UUID projectUuid,
BigInteger projectId)
Get all environment by project id.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends UIObject> |
OperationController.getAll(String id,
String displayType,
String direction,
UUID projectUuid) |
| Modifier and Type | Method and Description |
|---|---|
List<UIObject> |
ParsingRuleController.delete(UIObjectsToDelete uiObjectsToDelete,
UUID projectUuid) |
List<? extends UIObject> |
ParsingRuleController.getAll(String parentId,
UUID projectUuid) |
| Modifier and Type | Method and Description |
|---|---|
UIObject |
ProjectController.create(UIObject uiObject,
UUID projectUuid) |
| Modifier and Type | Method and Description |
|---|---|
UIObject |
ProjectController.create(UIObject uiObject,
UUID projectUuid) |
| Modifier and Type | Method and Description |
|---|---|
org.qubership.automation.itf.core.model.communication.message.delete.DeleteEntityResultMessage<String,UIObject> |
ServerController.delete(Boolean ignoreUsages,
UIIds ids,
UUID projectUuid) |
List<? extends UIObject> |
ServerController.getAll(String parentId,
UUID projectUuid) |
List<? extends UIObject> |
ServerController.getAll(UUID projectUuid) |
| Modifier and Type | Method and Description |
|---|---|
List<UIObject> |
SituationController.delete(UIIds uiDeleteObjectReq,
BigInteger projectId,
UUID projectUuid)
Delete situation(s) by ids.
|
| Modifier and Type | Method and Description |
|---|---|
UIObject |
SystemController.create(String parentId,
UUID projectUuid,
UIObject requestBody)
TODO Add JavaDoc.
|
| Modifier and Type | Method and Description |
|---|---|
org.qubership.automation.itf.core.model.communication.message.delete.DeleteEntityResultMessage<String,UIObject> |
SystemController.delete(Boolean ignoreUsages,
String deleteObjectsReq,
BigInteger projectId,
UUID projectUuid)
TODO Add JavaDoc.
|
List<? extends UIObject> |
SystemController.getAll(String parentId,
UUID projectUuid) |
| Modifier and Type | Method and Description |
|---|---|
UIObject |
SystemController.create(String parentId,
UUID projectUuid,
UIObject requestBody)
TODO Add JavaDoc.
|
| Modifier and Type | Method and Description |
|---|---|
List<List<UIObject>> |
TemplateController.delete(Boolean ignoreUsages,
UIIds uiDeleteObjectReq,
UUID projectUuid)
Delete Templates by template Ids list given.
|
List<? extends UIObject> |
TemplateController.getAll(UUID projectUuid,
BigInteger projectId)
Get all Templates under the Project.
|
List<? extends UIObject> |
TemplateController.getTemplateOnOperationAndSystem(String id,
UUID projectUuid)
Get Template List under parent Operation and its System.
|
| Modifier and Type | Method and Description |
|---|---|
UIObject |
TransportController.create(String parentId,
UITypedObject uiTypedObject,
UUID projectUuid) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends UIObject> |
TransportController.getAll(String parentId,
boolean isFull,
String displayType,
BigInteger projectId,
UUID projectUuid) |
| Modifier and Type | Method and Description |
|---|---|
List<UIObject> |
IntegrationCallChainController.regenerateBvCases(boolean createNew,
BigInteger projectId,
List<UIObject> objects) |
| Modifier and Type | Method and Description |
|---|---|
List<UIObject> |
IntegrationCallChainController.regenerateBvCases(boolean createNew,
BigInteger projectId,
List<UIObject> objects) |
| Modifier and Type | Method and Description |
|---|---|
UIObject |
FolderSystemController.createFolder(String parentId,
UUID projectUuid) |
UIObject |
FolderCallChainController.createFolder(String parentId,
UUID projectUuid) |
UIObject |
FolderEnviromentController.createFolder(String parentId,
UUID projectUuid) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Collection<UIObject>> |
FolderController.getDataForDelete(Collection<UIObject> objectsToDelete,
UUID projectUuid) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Collection<UIObject>> |
FolderController.getDataForDelete(Collection<UIObject> objectsToDelete,
UUID projectUuid) |
| Modifier and Type | Method and Description |
|---|---|
UITreeData |
AbstractTreeBuilder.buildTreeById(UIObject uiObject) |
| Modifier and Type | Class and Description |
|---|---|
class |
UIProcessItem |
| Modifier and Type | Class and Description |
|---|---|
class |
UIDataSet |
class |
UIDataSetList |
class |
UIDataSetParametersGroup |
class |
UIECIObject |
class |
UIIntegrationConfig |
class |
UIOperation |
class |
UIParsingRule |
class |
UIProject |
class |
UISituation |
class |
UIStep |
class |
UIStubProject |
class |
UISystem |
class |
UITCContext |
class |
UITreeElement |
class |
UITriggerRelation |
class |
UITypedObject |
| Modifier and Type | Method and Description |
|---|---|
UIObject |
UITreeElement.getFolder() |
UIObject |
UISituation.getOperation() |
UIObject |
UIObject.getParent() |
UIObject |
UISituation.getReceiver() |
UIObject |
UISituation.getTemplate() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<UIObject> |
UIProject.getEnvironments() |
com.google.common.collect.ImmutableSet<UIObject> |
UIProject.getStarters() |
com.google.common.collect.ImmutableSet<UIObject> |
UIProject.getSystems() |
| Modifier and Type | Method and Description |
|---|---|
void |
UITreeElement.setFolder(UIObject folder) |
void |
UISituation.setOperation(UIObject operation) |
void |
UIObject.setParent(UIObject parent) |
void |
UISituation.setReceiver(UIObject receiver) |
void |
UISituation.setTemplate(UIObject template) |
| Modifier and Type | Method and Description |
|---|---|
void |
UIProject.setEnvironments(Set<UIObject> environments) |
void |
UIProject.setStarters(Set<UIObject> starters) |
void |
UIProject.setSystems(Set<UIObject> systems) |
| Constructor and Description |
|---|
UIECIObject(UIObject object) |
UIObject(UIObject uiObject) |
UITreeElement(UIObject uiObject,
boolean isFolder) |
UITypedObject(UIObject uiObject) |
| Modifier and Type | Class and Description |
|---|---|
class |
UICallChain |
| Modifier and Type | Class and Description |
|---|---|
class |
UIAbstractCallChainStep |
class |
UIEmbeddedChainStep |
class |
UISituationStep |
| Modifier and Type | Method and Description |
|---|---|
UIObject |
UIEmbeddedChainStep.getEmbeddedChain() |
UIObject |
UISituationStep.getSituation() |
| Modifier and Type | Method and Description |
|---|---|
Collection<UIObject> |
UISituationStep.getEndSituations() |
Collection<UIObject> |
UISituationStep.getExceptionalSituation() |
| Modifier and Type | Method and Description |
|---|---|
void |
UIEmbeddedChainStep.setEmbeddedChain(UIObject embeddedChain) |
void |
UISituationStep.setSituation(UIObject situation) |
| Modifier and Type | Method and Description |
|---|---|
void |
UISituationStep.setEndSituations(Collection<UIObject> endSituations) |
void |
UISituationStep.setExceptionalSituation(Collection<UIObject> exceptionalSituation) |
| Modifier and Type | Method and Description |
|---|---|
UIObject |
UICopyMove.getDestination() |
| Modifier and Type | Method and Description |
|---|---|
List<UIObject> |
UICopyMove.getSources() |
| Modifier and Type | Method and Description |
|---|---|
void |
UICopyMove.setDestination(UIObject destination) |
| Modifier and Type | Method and Description |
|---|---|
void |
UICopyMove.setSources(List<UIObject> sources) |
| Modifier and Type | Class and Description |
|---|---|
class |
UIEnvironment |
class |
UIEnvironmentFolder |
class |
UIServer |
class |
UIServerInbound |
class |
UIServerOutbound |
| Modifier and Type | Method and Description |
|---|---|
UIObject |
UIEnvironmentItem.getServer() |
UIObject |
UIServerOutbound.getSystem() |
UIObject |
UIEnvironmentItem.getSystem() |
UIObject |
UIServerInbound.getSystem() |
| Modifier and Type | Method and Description |
|---|---|
void |
UIEnvironmentItem.setServer(UIObject server) |
void |
UIServerOutbound.setSystem(UIObject system) |
void |
UIEnvironmentItem.setSystem(UIObject system) |
void |
UIServerInbound.setSystem(UIObject system) |
| Modifier and Type | Class and Description |
|---|---|
class |
UIEventTrigger |
class |
UIListen |
| Modifier and Type | Class and Description |
|---|---|
class |
UIECIConfiguration<T extends org.qubership.automation.itf.core.model.jpa.transport.EciConfiguration> |
| Constructor and Description |
|---|
UIECIConfiguration(UIObject uiObject) |
| Modifier and Type | Class and Description |
|---|---|
class |
UITemplate |
| Modifier and Type | Class and Description |
|---|---|
class |
UIConfiguration |
class |
UIInboundConfiguration |
class |
UITransport |
class |
UITriggerConfiguration |
| Modifier and Type | Method and Description |
|---|---|
UIObject |
UIProperty.getReferenceValue() |
UIObject |
UIInboundConfiguration.getTransport() |
| Modifier and Type | Method and Description |
|---|---|
void |
UIProperty.setReferenceValue(UIObject referenceValue) |
void |
UIInboundConfiguration.setTransport(UIObject transport) |
| Constructor and Description |
|---|
UIConfiguration(UIObject object) |
UIProperty(org.qubership.automation.itf.core.util.descriptor.PropertyDescriptor descriptor,
UIObject value) |
| Modifier and Type | Class and Description |
|---|---|
class |
UIApplicabilityParams |
class |
UIInterceptor |
| Modifier and Type | Method and Description |
|---|---|
UIObject |
UIApplicabilityParams.getEnvironment() |
UIObject |
UIApplicabilityParams.getSystem() |
| Modifier and Type | Method and Description |
|---|---|
void |
UIApplicabilityParams.setEnvironment(UIObject environment) |
void |
UIApplicabilityParams.setSystem(UIObject system) |
| Modifier and Type | Class and Description |
|---|---|
class |
UIProjectSettings |
| Modifier and Type | Method and Description |
|---|---|
protected static <I extends org.qubership.automation.itf.core.model.common.Storable,O extends UIObject> |
UIHelper.fillUIList(Collection<I> from,
UIList<O> to,
com.google.common.base.Function<? super I,O> func)
puts storables from collection into UIList.
|
protected static <I extends org.qubership.automation.itf.core.model.common.Storable,O extends UIObject> |
UIHelper.getUIList(Collection<I> from,
com.google.common.base.Function<? super I,O> func)
Creates UIList with provided content using func to transform values.
|
| Modifier and Type | Method and Description |
|---|---|
static UIObject |
UIHelper.getUIPresentationByStorable(org.qubership.automation.itf.core.model.common.Storable storable,
Class childClass,
List<org.qubership.automation.itf.core.model.common.Storable> children) |
| Modifier and Type | Method and Description |
|---|---|
static void |
UIHelper.updateObject(UIObject object,
org.qubership.automation.itf.core.model.common.Storable storable)
Update basic field on Storable.
|
| Modifier and Type | Method and Description |
|---|---|
static List<org.qubership.automation.itf.core.model.common.Storable> |
UIHelper.initializeObjects(Collection<UIObject> sources)
Initializes objects from UI views.
|
Copyright © 2025. All rights reserved.