Interface ChainRolesMapper
- All Known Implementing Classes:
ChainRolesMapperImpl
public interface ChainRolesMapper
-
Method Summary
Modifier and TypeMethodDescriptionasChainRolesResponse(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement chainElement) asChainRolesResponses(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement> chainElement) prepareDeploymentRequest(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment> deployment) prepareDeploymentRequest(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment deployment) prepareDeploymentRequest(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Snapshot snapshot)
-
Method Details
-
asChainRolesResponses
List<ChainRolesDTO> asChainRolesResponses(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement> chainElement) -
asChainRolesResponse
ChainRolesDTO asChainRolesResponse(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement chainElement) -
prepareDeploymentRequest
DeploymentRequest prepareDeploymentRequest(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment deployment) -
prepareDeploymentRequest
List<DeploymentRequest> prepareDeploymentRequest(List<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Deployment> deployment) -
prepareDeploymentRequest
DeploymentRequest prepareDeploymentRequest(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Snapshot snapshot)
-