Uses of Class
com.sas.services.deployment.DependentServicesException
Packages that use DependentServicesException
Package
Description
This subsystem provides utilities to deploy and lookup SAS Foundation Services.
-
Uses of DependentServicesException in com.sas.services.deployment
Methods in com.sas.services.deployment that throw DependentServicesExceptionModifier and TypeMethodDescriptionstatic final voidServiceDeployments.deleteGroup(com.sas.metadata.remote.Tree tree, boolean isValidatingServiceDependencies) Deletes a foundation services deployment group.static final voidServiceDeployments.deleteService(com.sas.metadata.remote.ServiceComponent serviceComponent, boolean isValidatingDependentServices) Deletes a foundation service.static final voidServiceDeployments.verifyNoDependentServices(List<com.sas.metadata.remote.Tree> trees) Determines whether or not its OK to delete all services that are defined within the specified group.