Uses of Class
com.sas.services.deployment.ServiceDeploymentImportException
Packages that use ServiceDeploymentImportException
Package
Description
This subsystem provides utilities to deploy and lookup SAS Foundation Services.
-
Uses of ServiceDeploymentImportException in com.sas.services.deployment
Subclasses of ServiceDeploymentImportException in com.sas.services.deploymentModifier and TypeClassDescriptionfinal classException indicating that an attempt was made to import a foundation services deployment with a non-unique name.Methods in com.sas.services.deployment that throw ServiceDeploymentImportExceptionModifier and TypeMethodDescriptionfinal StringServiceDeploymentImportFile.getMetadata()Gets the foundation services deployment metadata from the file.static voidServiceDeploymentImporter.importServiceDeployment(String metadata, com.sas.metadata.remote.MdStore mdStore, boolean isWellFormed) Populates the object store with the specified metadata.static voidServiceDeploymentImporter.importServiceDeploymentFromFile(ServiceDeploymentImportFile serviceDeploymentImportFile, String metadataRepositoryID, com.sas.metadata.remote.MdStore mdStore) Imports metadata describing a SAS Foundation Services deployment configuration from a file into the metadata object store.static voidServiceDeploymentImporter.verifyDeploymentIsImportable(String repositoryId, String serviceDeploymentName, com.sas.metadata.remote.MdStore mdStore) Constructs anXMLSelectbased upon the specified software component(s) which represent SAS Foundation Services deployments.static voidServiceDeploymentImporter.verifyServiceDeploymentsAreImportable(String repositoryId, Set<String> serviceDeploymentsToImport, com.sas.metadata.remote.MdStore mdStore) Constructs anXMLSelectbased upon the specified software component(s) which represent SAS Foundation Services deployments.