Uses of Class
com.sas.services.ServiceConfigDocument
Packages that use ServiceConfigDocument
-
Uses of ServiceConfigDocument in com.sas.services
Methods in com.sas.services that return ServiceConfigDocumentModifier and TypeMethodDescriptionServiceAggregateConfig.getBaseServiceConfig()Gets the base service configuration document.ServiceAggregateConfig.getServiceConfigDocument(String configName) Gets the service configuration document for the specified configuration name.static ServiceConfigDocumentServiceProfile.getServiceConfigDocument(com.sas.metadata.remote.Property property) Creates a value object that relates the name of a configuration to an XML document that represents a service configuration.Methods in com.sas.services that return types with arguments of type ServiceConfigDocumentModifier and TypeMethodDescriptionfinal List<ServiceConfigDocument> ServiceInitializationObject.getConfigurations()Gets a copy of the collection of the service's configurations.List<ServiceConfigDocument> ServiceAggregateConfig.getServiceConfigDocuments()Returns a copy of the list of service configuration documents.List<ServiceConfigDocument> ServiceAggregateConfig.getServiceConfigDocuments(List<String> configNames) Gets a list of service configurationdocumentsfor the specified configuration names.Methods in com.sas.services with parameters of type ServiceConfigDocumentModifier and TypeMethodDescriptionServiceProfile.createServiceConfig(ServiceConfigDocument serviceConfigDocument) Creates a service component configuration initialized using the text store associated with the specified property.