Uses of Class
com.sas.services.ServiceException
Packages that use ServiceException
Package
Description
SAS Foundation Services.
Provides a connection factory configuation for use with SAS Foundation Services.
This subsystem provides utilities to deploy and lookup SAS Foundation Services.
This subsystem provides a utility to create and customize a
deployment descriptor file for inversion of control containers.
Discover a service based upon its service capabilities and optionally
service attributes.
Broker events that are triggered by various transport protocols.
Locate event brokers.
Interact with data repositories on behalf of client applications.
Information Service metadata.
Information Service WebDAV metadata.
Manages favorites folders and their contents.
Library classes for SAS Foundation Services.
Information Service prompt model.
Server classes for SAS Foundation Services.
Public Objects are Information Service objects which represent SAS information which is rooted in metadata.
Information service rules.
This SAS Folders Model provides a light-weight, non visual, mechanism for browsing
the SAS Folders tree structure.
The com.sas.services.information.search package performs and manages metadata searches for public objects.
Information service utilities.
Send runtime messages to one or more output destinations.
A listener may be registered with a SAS Foundation Service to be notified of
service life cycle events.
Publish service alerts.
Publish Service metadata.
Perform Authentication against modular authentication providers with user identities.
Session services.
Execute stored processes.
Create and modify stored process metadata and obtain stored process service objects from metadata.
Maintain user identities and profiles.
WebDAV User.
OMI User.
Utility classes used by Foundation Services.
-
Uses of ServiceException in com.sas.services
Subclasses of ServiceException in com.sas.servicesModifier and TypeClassDescriptionclassThrown when the object is not in the proper state for the requested operation.classInitialization exception.classParse exception is thrown when a parsing error occurs.classQuiesce exception thrown when an error occurs quiescing the service.classException used to indicate an issue with an invalid service configuration.classException that is thrown when a validation method has determined that an invalid syntax.classThrown when the underlying system used by this service throws an exception.Methods in com.sas.services that throw ServiceExceptionModifier and TypeMethodDescriptionprotected abstract DocumentFragmentAbstractServiceComponentConfig.appendDOM(Document document) Update the XML document by appending fragments to represent the service's configuration.voidAbstractRemoteService.bindToDiscoveryService()Binds this service to the discovery service.voidAbstractRemoteService.configure(ServiceConfigurationInterface serviceConfiguration) Configures the service.voidAbstractService.configure(ServiceConfigurationInterface serviceConfiguration) Configures the service.voidRemoteServiceInterface.configure(ServiceConfigurationInterface serviceConfiguration) Configures the service.voidServiceInterface.configure(ServiceConfigurationInterface serviceConfiguration) Configures the service.final voidServiceProxy.configure(ServiceConfigurationInterface serviceConfiguration) Configures the service.static final StringAbstractServiceComponentConfig.convertDocumentToString(Document document) Creates a configuration for the specified service component.ServiceAggregateConfig.createAggregateConfig(boolean isIncludingBaseConfig, List<String> appConfigNames) Creates an aggregated configuration for the specified service configuration(s).ServiceProfile.createConfig(String configName, Document document) Creates a service configuration by parsing the specified XML document.DocumentServiceConfigAdapterInterface.createConfigFromDocument(Document document) Converts an XML document to a service configuration.protected AbstractServiceComponentConfigAbstractServiceComponentConfig.createConfiguration(Document document) Creates a service configuration initialized with the specified XML document.DocumentAbstractServiceComponentConfig.createDocument(com.sas.metadata.remote.ServiceComponent serviceComponent) Creates a configuration for the specified service component.DocumentServiceComponentConfigInterface.createDocument(com.sas.metadata.remote.ServiceComponent serviceComponent) Creates an XML document representation of the service component's configuration.final DocumentServiceProfile.createDocument(com.sas.metadata.remote.ServiceComponent serviceComponent) Creates an XML document representation of the service's configuration.ServiceProfile.createServiceComponentConfig(String configName, Document document) Creates a service component configuration initialized using the text store associated with the specified XML.ServiceProfile.createServiceConfig(ServiceConfigDocument serviceConfigDocument) Creates a service component configuration initialized using the text store associated with the specified property.ServiceProfile.createServiceConfigForProperty(com.sas.metadata.remote.Property property) Creates a service component configuration initialized using the text store associated with the specified property.com.sas.metadata.remote.PropertyServiceProfile.createServiceConfigProperty(com.sas.metadata.remote.ServiceComponent serviceComponent, String configName, String configDesc, Document configDocument) Creates a new property for the specified service initializing it with a default configuration.com.sas.metadata.remote.PropertyServiceProfile.createServiceConfigProperty(com.sas.metadata.remote.ServiceComponent serviceComponent, String configName, String configDesc, Document configDocument, boolean isApplicationConfig) Creates a new property for the specified service initializing it with a default configuration.voidAbstractRemoteService.destroy()Handles the destruction of this service.voidAbstractService.destroy()Destroys the service.voidRemoteServiceInterface.destroy()Destroys the service.voidServiceInterface.destroy()Destroys the service.voidServiceProfile.exportServiceConfig(File file, ServiceAggregateConfig serviceAggregateConfig, boolean isExportingBaseConfig, List<String> consumerNames) Exports the service configuration to a UTF-8 encoded XML file.protected RemoteServiceInterfaceServiceProxy.findRemoteService()Attempts to re-discover an instance of a remote service represented by this proxy.ServiceAggregateConfig.getAggregateServiceConfig()Gets the service's aggregate configuration.static StringAbstractServiceComponentConfig.getConfigName(com.sas.metadata.remote.Property property) Gets the name of the configuration from theNameattribute of the configuration property.ServiceInitializationObject.getConfiguration(DocumentServiceConfigAdapterInterface adapter) Gets a service configuration using the specified adapter to convert XML document to a service configuration.StringServiceAggregateConfig.getConfigUserInterfaceClassName()Gets the fully-qualified name of the Java class that is used to render the service configuration.ServiceProfile.getDefaultServiceConfig(String configName) Gets the default configuration for the service.DocumentAbstractServiceComponentConfig.getDocument()Creates an XML document representation of foundation service component's configuration that provides the document Element.DocumentServiceComponentConfigInterface.getDocument()Creates an XML document represention of foundation service component's configuration that provides the document Element.final RemoteServiceInterfaceAbstractServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration) Gets a service from the factory and registers it with the local discovery service.abstract RemoteServiceInterfaceAbstractServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) ServiceFactoryInterface.getService(ServiceConfigurationInterface serviceConfiguration) Gets a service that has been initialized with the specified service configuration.ServiceFactoryInterface.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a service initialized with the specified service configuration.static final com.sas.metadata.remote.TextStoreAbstractServiceComponentConfig.getServiceComponentConfigTextStore(com.sas.metadata.remote.ServiceComponent serviceComponent) Gets the service component's configuration.StringAbstractServiceComponentConfig.getServiceComponentConfiguration(com.sas.metadata.remote.ServiceComponent serviceComponent) Gets the service component's configuration.static final StringAbstractServiceComponentConfig.getServiceComponentConfigurationFromTextStore(com.sas.metadata.remote.ServiceComponent serviceComponent) Gets the service component's configuration from the service's text store.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.List<ServiceConfigDocument> ServiceAggregateConfig.getServiceConfigDocuments(List<String> configNames) Gets a list of service configurationdocumentsfor the specified configuration names.static final com.sas.metadata.remote.PropertyAbstractServiceComponentConfig.getServiceConfigProperty(com.sas.metadata.remote.ServiceComponent serviceComponent) Gets the service component's property that represents the service's configuration data.protected static DocumentAbstractServiceComponentConfig.getTextStoreServiceConfig(com.sas.metadata.remote.ServiceComponent serviceComponent) Gets an XML document representation of the service's configuration.voidAbstractRemoteService.handleJVMShutdown()Handles JVM shutdown to destroy resources allocated by this service.booleanRemoteServiceInterface.isAccessibleToRemoteClients()Determines whether the service is accessible to remote clients.booleanServiceInterface.isAccessibleToRemoteClients()Determines whether or not the service is accessible to remote clients.booleanServiceProxy.isAccessibleToRemoteClients()Determines whether or not the service is accessible to remote clients.static booleanAbstractServiceComponentConfig.isBaseConfig(com.sas.metadata.remote.Property property) Determines if the specified property represents a service's base configuration.static booleanAbstractServiceComponentConfig.isBaseConfiguration(com.sas.metadata.remote.Property property) Determines if the specified property represents a service's base configuration.booleanRemoteServiceInterface.isExported()Determines whether or not the service has been exported to the RMI system.booleanServiceInterface.isExported()Determines whether or not the service has been exported to the RMI system.booleanServiceProxy.isExported()Determines whether or not the service has been exported to the RMI system.voidAbstractServiceComponentConfig.mergeConfig(com.sas.metadata.remote.ServiceComponent serviceComponent, Document serviceConfiguration) Merges the service's configuration by adding new service configuration to the preexisting configuration.final voidAbstractServiceComponentConfig.mergeConfigFromDocument(com.sas.metadata.remote.ServiceComponent serviceComponent, Document serviceConfiguration) Merges the service's configuration by adding new service configuration to the preexisting configuration.voidAbstractServiceComponentConfig.mergeConfigFromFile(com.sas.metadata.remote.ServiceComponent serviceComponent, File file) Updates the service's configuration by adding new service configuration read from the specified file to the service component's preexisting configuration.voidServiceComponentConfigInterface.mergeConfigFromFile(com.sas.metadata.remote.ServiceComponent serviceComponent, File file) Updates the service's configuration by adding new service configuration read from the specified file to the service component's preexisting configuration.voidServiceProfile.mergeServiceConfig(File file, ServiceDeployment serviceDeployment, com.sas.metadata.remote.ServiceComponent serviceComponent, com.sas.metadata.remote.Property applicationConfigProperty) Merges the service configuration from a UTF-8 encoded XML file into a foundation service's configuration.voidQuiesceInterface.quiesce(UserContextInterface userContext) Quiesce the service.DocumentAbstractServiceComponentConfig.readServiceConfigFromFile(File file) Read the service's configuration from the specified file.voidAbstractRemoteService.reconfigure(ServiceConfigurationInterface serviceConfiguration) Re-configures the service.voidRemoteServiceInterface.reconfigure(ServiceConfigurationInterface serviceConfiguration) Reconfigure the service.final voidServiceProxy.reconfigure(ServiceConfigurationInterface serviceConfiguration) Reconfigure the service.voidAbstractServiceComponentConfig.removeConsumer(com.sas.metadata.remote.ServiceComponent serviceComponent) Removes the consumer from the usage model.AbstractServiceComponentConfig.removeConsumer(Consumer consumer, boolean isRemoveResourceIfUnused) Removes the consumer from the usage model.AbstractServiceComponentConfig.removeResource(String resourceID, Set<ConsumedResourceInterface> removedConsumedResourceSet) Removes the resource which can be used by consumers.protected ConsumedResourceInterfaceAbstractServiceComponentConfig.removeResourceAdapter(ConsumedResourceAdapter consumedResource, Set<ConsumedResourceInterface> removedConsumedResources) Adds a resource which can be used by consumers.voidQuiesceInterface.resume(UserContextInterface userContext) Resume the service.voidAbstractServiceComponentConfig.setConfig(com.sas.metadata.remote.Property property) Sets the configuration using the property's stored text configuration which contains an XML document.voidAbstractServiceComponentConfig.setConfigName(com.sas.metadata.remote.Property property) Sets the name of the service configuration.voidServiceAggregateConfig.setServiceConfigProperty(com.sas.metadata.remote.Property serviceConfigProperty) Specifies the property representing the service configuration which is being edited.voidAbstractRemoteService.setServiceState(ServiceState serviceState) Sets the service's state.voidRemoteServiceInterface.setServiceState(ServiceState serviceState) Sets the state of the service.voidServiceInterface.setServiceState(ServiceState serviceState) Sets the state of the service.final voidServiceProxy.setServiceState(ServiceState serviceState) Sets the state of the service.final voidServiceState.setServiceState(short serviceState) Sets the state of the service.protected static final voidAbstractServiceComponentConfig.setTextStoreServiceConfig(com.sas.metadata.remote.ServiceComponent serviceComponent, Document serviceConfigDocument) Updates the service component's configuration text store with the specified service configuration.DocumentAbstractServiceComponentConfig.toDocument()Creates an XML document representation of this service configuration.StringAbstractServiceComponentConfig.toXMLString()Creates an XML string representation of this service's configuration.voidAbstractRemoteService.unbindFromDiscoveryService()Removes this service from the discovery service.protected final voidAbstractServiceComponentConfig.validateServiceConfiguration(Document document) Determines whether or not the service configuration is valid for this service component.protected abstract voidAbstractServiceComponentConfig.validateServiceConfigurationCustom(Document document) Determines whether or not the service configuration is valid for this service component.voidAbstractServiceComponentConfig.writeServiceConfigToFile(File file) Write this service's configuration to the specified file.voidAbstractServiceComponentConfig.writeServiceConfigToFile(File file, com.sas.metadata.remote.ServiceComponent serviceComponent) Write the service's configuration to the specified file.voidServiceComponentConfigInterface.writeServiceConfigToFile(File file, com.sas.metadata.remote.ServiceComponent serviceComponent) Write the service's configuration to the specified output stream.Constructors in com.sas.services that throw ServiceExceptionModifierConstructorDescriptionServiceAggregateConfig(com.sas.metadata.remote.ServiceComponent serviceComponent) Constructs a configuration for the specified service.ServiceInitializationObject(String configXML) Constructs an initialization object initialized with the specified service factory.ServiceInitializationObject(InputSource configXMLInputSource) Constructs an initialization object initialized with the specified service factory.ServiceState(short serviceState) Constructs an instance using the specified service state. -
Uses of ServiceException in com.sas.services.connection.platform
Methods in com.sas.services.connection.platform that throw ServiceExceptionModifier and TypeMethodDescriptionprotected UserContextInterfacePlatformConnectionFactoryConfiguration.getPrivUser() -
Uses of ServiceException in com.sas.services.deployment
Subclasses of ServiceException in com.sas.services.deploymentModifier and TypeClassDescriptionclassException used to indicate that a request to delete a metadata object has been rejected because a service that is not being deleted is dependent upon a service being deleted.final classException indicating that an attempt was made to import a foundation services deployment with a non-unique name.final classException used to represent a failure to deploy a service.classException indicate that an attempt to import a foundation services deployment from a UTF-8 encoded XML file into a SAS Metadata Repository has failed.final classAn exception used in the event that a service lookup fails.Methods in com.sas.services.deployment that return ServiceExceptionModifier and TypeMethodDescriptionServiceDeploymentExporter.getServiceException()Gets the service exception, if any, that occurred when exporting the foundation service deployment.static final ServiceExceptionServiceDeploymentImportFile.validateFile(File file) Determines whether or not the specified file contains a valid foundation services deployment.Methods in com.sas.services.deployment that throw ServiceExceptionModifier and TypeMethodDescriptionstatic booleanCorePlatformServices.addContentServerRepository(UserContextInterface user) Adds a repository definition to the running information service.protected voidServiceDeploymentDeleter.addDeletionTemplates(Map<String, String> deletionTemplateMap) Adds deletion templates necessary to delete the following: service component named services localized resources properties (Property) property's stored configuration (TextStore)protected static voidAbstractServiceConfigFactory.addKeywordAttributes(List<ServiceAttributeInterface> attributes, com.sas.metadata.remote.Root root) Gets a set ofNameValueAttributeattributes for each Keyword associated to the specified metadata object.protected static voidAbstractServiceConfigFactory.addServiceAttributes(com.sas.metadata.remote.ServiceComponent serviceComponent, com.sas.metadata.remote.SoftwareComponent softwareComponent, ServiceDiscoveryConfigurationInterface serviceDiscoveryConfiguration) Adds service attributes to the service's discovery configuration.static final voidCorePlatformServices.addServicesDeploymentListener(ServicesDeploymentEventListenerInterface listener) Adds a services deployment listener which is interested in being notified of deployment state transitions.static final voidPlatformServices.addServicesDeploymentListener(ServicesDeploymentEventListenerInterface listener) Adds a services deployment listener which is interested in being notified of deployment state transitions.protected abstract voidAbstractDeploymentStrategy.configureDocumentBuilderFactory(DocumentBuilderFactory factory) Configures the document builder factory.protected DocumentAbstractDeploymentStrategy.createClientDocument(Map configProperties) Creates an XML document that represents a deployment a client would use to access foundation services which have been deployed in a remote JVM.abstract ServiceConfigurationInterfaceAbstractServiceConfigFactory.createConfigForService(String softwareComponentName, String treeName, String serviceComponentName, MetadataSourceInterface metadataSource, boolean isRMIExportEnabled) Query the service's configuration using a metadata resource adaptor.OMRServiceConfigFactory.createConfigForService(String softwareComponentName, String treeName, String serviceComponentName, MetadataSourceInterface metadataSource, boolean isRMIExportEnabled) Query the service's configuration using a metadata resource adaptor.ServiceConfigFactoryInterface.createConfigForService(String softwareComponentName, String serviceGroupName, String serviceComponentName, MetadataSourceInterface metadataSource, boolean isRMIExportEnabled) Query the service's configuration using a metadata resource adaptor.URLServiceConfigFactory.createConfigForService(String softwareComponentName, String treeName, String serviceComponentName, MetadataSourceInterface metadataSource, boolean isRMIExportEnabled) Query the service's configuration using a metadata resource adaptor.protected abstract ElementAbstractDeploymentStrategy.createDiscoveryServiceBean(Document document) Creates an XML element representing the Discovery Service bean and adds it to the document.protected DocumentAbstractDeploymentStrategy.createDocument()Creates an XML document representing SAS Foundation services beans that are to be deployed in an IOC container.DocumentAbstractDeploymentStrategy.createDocument(com.sas.metadata.remote.SoftwareComponent softwareComponent, Map configProperties) Creates an XML document representing SAS Foundation services beans that are to be deployed in an IOC container.protected abstract DocumentAbstractDeploymentStrategy.createDocument(DocumentBuilder builder) Creates an XML document using the specified document builder.DocumentDeploymentDescriptorContext.createDocument(com.sas.metadata.remote.SoftwareComponent softwareComponent) Creates a document for the specified software component that represents a foundation services deployment.ServiceConfigFactory.createFactory()Creates a service configuration factory using properties defined at the time this object was constructed usingServiceConfigFactory(Properties)or by callingServiceConfigFactory.setProperties(Properties).voidAbstractDeploymentStrategy.createFile(com.sas.metadata.remote.SoftwareComponent softwareComponent, File file) Creates a deployment file which represents SAS Foundation Services as beans which can be deployed in an Inversion of Control (IOC) container.voidDeploymentDescriptorContext.createFile(com.sas.metadata.remote.SoftwareComponent softwareComponent, File file) Creates a deployment file which represents SAS Foundation Services as beans which can be deployed in an Inversion of Control (IOC) container.voidDeploymentStrategyInterface.createFile(com.sas.metadata.remote.SoftwareComponent softwareComponent, File file) Creates a deployment file which represents SAS Foundation Services as beans which can be deployed in an Inversion of Control (IOC) container.voidAbstractDeploymentStrategy.createFiles(com.sas.metadata.remote.SoftwareComponent softwareComponent, File file, File clientFile) Creates deployment files which represents SAS Foundation Services as beans which can be deployed and looked up by applications using an Inversion of Control (IOC) container.voidDeploymentDescriptorContext.createFiles(com.sas.metadata.remote.SoftwareComponent softwareComponent, File file, File clientFile) Creates deployment files which represents SAS Foundation Services as beans which can be deployed and looked up by applications using an Inversion of Control (IOC) container.voidDeploymentStrategyInterface.createFiles(com.sas.metadata.remote.SoftwareComponent softwareComponent, File file, File clientFile) Creates deployment files which represents SAS Foundation Services as beans which can be deployed and looked up by applications using an Inversion of Control (IOC) container.static com.sas.metadata.remote.MdStoreAbstractMetadataSource.createMdStore(boolean isRemotelyAccessible, Map<String, String> metaOptions, Environment environment) Creates a metadata object store in a new metadata factory.static MetadataSourceInterfaceMetadataSourceFactory.createMetadataSource(MetadataSourceProperties metadataSourceProperties, Environment environment) Creates a metadata source based upon the specified properties.protected abstract voidAbstractDeploymentStrategy.createServiceBeans(Document document, com.sas.metadata.remote.SoftwareComponent softwareComponent, Map configProperties) Creates beans representing the service components.protected ServiceConfigurationInterfaceAbstractServiceConfigFactory.createServiceConfig(String metadataXML, String softwareComponentName, String treeName, String serviceComponentName, MetadataSourceInterface metadataSource, boolean isRMIExportEnabled) Creates a service configuration using the specified metadata.protected abstract voidAbstractDeploymentStrategy.createServiceConfigFactory(Document document) Creates an XML element representing a factory which can be used to create service configurations.URLServiceConfigFactory.createServiceConfiguration(String softwareComponentName, String treeName, String serviceComponentName, MetadataSourceInterface metadataSource, boolean isRMIExportEnabled) Query the service's configuration using a metadata resource adaptor.static voidServiceDeploymentDeleter.deleteDeployment(String[] args) Main method for an application which is used to delete a SAS Foundation Services deployment from a SAS Metadata Repository.static final voidServiceDeployments.deleteDeployment(com.sas.metadata.remote.SoftwareComponent softwareComponent) Deletes a foundation services deployment.static final voidServiceDeployments.deleteGroup(com.sas.metadata.remote.Tree tree, boolean isValidatingServiceDependencies) Deletes a foundation services deployment group.protected voidServiceDeploymentDeleter.deleteMetadataObjects(List<com.sas.metadata.remote.CMetadata> deletedObjects) Deletes the metadata objects specified in the list.static final voidServiceDeployments.deleteRegistry(com.sas.metadata.remote.DeployedComponent deployedComponent) Deletes a foundation service registry.static final voidServiceDeployments.deleteService(com.sas.metadata.remote.ServiceComponent serviceComponent, boolean isValidatingDependentServices) Deletes a foundation service.static voidServiceDeploymentDeleter.deleteServiceDeployment(com.sas.metadata.remote.MdStore mdStore, String repositoryName, String serviceDeploymentName) Deletes the SAS Foundation Services deployment from the metadata server.static voidServiceDeploymentDeleter.deleteServiceDeploymentForID(com.sas.metadata.remote.MdStore mdStore, String repositoryName, String serviceDeploymentID) Deletes the SAS Foundation Services deployment from the metadata server which matches the specified FQID (SoftwareComponent.Id).RemoteActivatableWrapper.deploy()Registers information about an activatable object with rmid and the rmiregistry.DeployableService.deploy()Deploys a service by constructing a service factory and asking it to manufacture a service for a specified service configuration.DeployableService.deploy(DiscoveryServiceInterface discoveryService) Deploys a service by constructing a service factory and asking it to manufacture a service for a specified service configuration.DeployInterface.deploy()Initiates an action to instantiate and initialize a platform service.RMIBinding.deploy()Deploys the class in-process (within the same JVM).RMIDeployableService.deploy()Deploys an RMI service by either looking up its stub in an RMI registry or instantiating a service and optionally registering it with RMI.RMIDeployableService.deploy(DiscoveryServiceInterface discoveryService) Deploys an RMI service by either looking up its stub in an RMI registry or instantiating a service and optionally registering it with RMI.static final List<RemoteServiceInterface> ServiceLoader.deployServices(MetadataSourceInterface metadataSource) Gets a set of services from the specified metadata source and registers instantiated services with thelocal discovery service.static final List<RemoteServiceInterface> ServiceLoader.deployServices(MetadataSourceInterface metadataSource, Environment environment, DiscoveryServiceInterface discoveryService) Gets a set of services from the specified metadata source.static final List<RemoteServiceInterface> ServiceLoader.deployServices(MetadataSourceInterface metadataSource, DiscoveryServiceInterface discoveryService) Gets a set of deployable services from the specified metadata source.static voidServiceDeploymentExporter.exportDeployment(String[] args) Method for an application which is used to export metadata describing a SAS Foundation Service deployment from a SAS Metadata Repository to a UTF-8 encoded XML file.voidExportServiceConfigInterface.exportServiceConfig(File file, ServiceAggregateConfig serviceAggregateConfig, boolean isExportingBaseConfig, List<String> applicationConfigNames) Exports the service configuration to a UTF-8 encoded XML file.voidServiceDeployment.exportServiceConfiguration(File file, com.sas.metadata.remote.ServiceComponent serviceComponent, boolean isExportingBaseConfig, List<String> appConfigNames) Exports the specified configurations for a service to a UTF-8 encoded XML file.static voidServiceConfigExporter.exportServiceConfigurations(String[] args) Main method for an application used to exports a SAS Foundation Services deployment's consumed service configurations to UTF-8 encoded XML files.voidServiceDeployment.exportServiceConfigurations(File exportDirectory) Exports each consumer's service configuration to a UTF-8 encoded XML file.voidServiceDeployment.exportServiceConfigurations(File exportDirectory, File propertiesFile) Exports each consumer's service configuration to a UTF-8 encoded XML file.static voidServiceDeploymentExporter.exportServiceDeployment(com.sas.metadata.remote.SoftwareComponent softwareComponent, String fileName, boolean isOverwriteFile) Exports a SAS Foundation Services deployment from the metadata server to a UTF-8 encoded XML file.static final RemoteServiceInterfacePlatformServices.findService(ServiceTemplate serviceTemplate) Finds a service satisfying the specified service template.static final ServicesPlatformServices.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services services) Finds all services satisfying the specified service template up to the specified maximum.static final RemoteServiceInterfacePlatformServices.findServiceUsingId(String serviceId) Finds a service associated with the specified service ID.protected StringAbstractDeploymentStrategy.getBeanIdService(com.sas.metadata.remote.CMetadata cMetadata) Gets the ID for the service that is to be represented as a bean.protected StringAbstractDeploymentStrategy.getBeanNameService(com.sas.metadata.remote.CMetadata cMetadata) Gets the name for the service that is to be represented as a bean.static DeployableServiceDeployableServiceFactory.getDeployableService(com.sas.metadata.remote.ServiceComponent serviceComponent, String[] requiredServiceTypes, com.sas.metadata.remote.SoftwareComponent softwareComponent) Gets a deployable service from the service component.static DeployableServiceDeployableServiceFactory.getDeployableService(com.sas.metadata.remote.ServiceComponent serviceComponent, String[] requiredServiceTypes, com.sas.metadata.remote.SoftwareComponent softwareComponent, MetadataSourceInterface metadataSource) Gets a deployable service from the service component.static DeployableServiceDeployableServiceFactory.getDeployableService(com.sas.metadata.remote.ServiceComponent serviceComponent, String[] requiredServiceTypes, com.sas.metadata.remote.SoftwareComponent softwareComponent, MetadataSourceInterface metadataSource, Environment environment) Gets a deployable service from the service component.final ObjectActivatableWrapper.getMarshalledDataObject()Gets the marshaled data object.protected final com.sas.metadata.remote.MdFactoryAbstractServiceConfigFactory.getMdFactory()Gets the object store's metadata factory.abstract StringAbstractMetadataSource.getMetadata()Gets metadata describing an application's foundation services deployment.StringMetadataSourceInterface.getMetadata()Gets XML formatted metadata.StringOMRMetadataSource.getMetadata()Gets metadata representing a foundation services deployment queried from a SAS Metadata Repository.StringURLMetadataSource.getMetadata()Gets foundation service deployment metadata from the metadata source.static final String[]ServiceDeployments.getNames(com.sas.meta.SASOMI.IOMI iomi, String repositoryID) Gets the names of all foundation service deployments defined in the specified metadata repository.static StringCLIOptionsConfig.getOptionValueFromSystemIn(String optionName, String promptMessage, String charsetName) final RegistryRMIConfiguration.getRMIRegistry(boolean isCreateIfNotAlreadyStarted) Gets the RMI object registry associated with the currently specified host/port.com.sas.metadata.remote.ServiceComponentServiceDeployment.getServiceComponent(String serviceInterfaceClassName) Gets the metadata object which represents the foundation service that implements the specified interface.com.sas.metadata.remote.ServiceComponentServiceDeployment.getServiceComponent(String serviceGroupName, String serviceName) Gets the services which are defined in the deployment.static final com.sas.metadata.remote.ServiceComponentServiceDeployments.getServiceComponent(com.sas.metadata.remote.MdStore mdStore, String repositoryID, String softwareComponentName, String groupName, String serviceComponentName) Gets theServiceComponentfrom the specified open metadata repository.static List<com.sas.metadata.remote.Property> ServiceDeployment.getServiceConfigProperties(com.sas.metadata.remote.ServiceComponent serviceComponent) Gets the service component's property that represents the service's configuration data.DeployableServiceFactory.getServiceConfiguration(com.sas.metadata.remote.ServiceComponent serviceComponent, org.apache.logging.log4j.Logger logger) Creates a service configuration for the specified service.DeployableServiceFactory.getServiceConfiguration(com.sas.metadata.remote.ServiceComponent serviceComponent, org.apache.logging.log4j.Logger logger, Environment environment) Creates a service configuration for the specified service.static final com.sas.metadata.remote.SoftwareComponentServiceDeployments.getServiceDeployment(com.sas.metadata.remote.MdStore mdStore, String repositoryID, String serviceDeploymentName) Gets theSoftwareComponentfor the specified foundation services deployment from the SAS metadata repository.static final com.sas.metadata.remote.SoftwareComponentServiceDeployments.getServiceDeploymentForID(com.sas.metadata.remote.MdStore mdStore, String repositoryID, String serviceDeploymentID) Gets theSoftwareComponentfor the specified foundation services deployment from the SAS metadata repository for the specified FQID.static final List<com.sas.metadata.remote.SoftwareComponent> ServiceDeployments.getServiceDeployments(com.sas.metadata.remote.MdStore mdStore, String repositoryID, Set<String> serviceDeploymentsToFind) GetsSoftwareComponentelements from the specified open metadata repository.static final List<com.sas.metadata.remote.SoftwareComponent> ServiceDeployments.getServiceDeploymentsUsingID(com.sas.metadata.remote.MdStore mdStore, String repositoryID, Set<String> serviceDeploymentIDsToFind) GetsSoftwareComponentelements from the specified open metadata repository.static final ServiceFactoryInterfaceAbstractServiceDeployment.getServiceFactory(String serviceFactoryClassName) static final ServicesCorePlatformServices.getServices()Gets all available services.static final ServicesPlatformServices.getServices()Gets all available services.static final Set<com.sas.metadata.remote.ServiceComponent> ServiceDeployments.getServices2(com.sas.metadata.remote.SoftwareComponent softwareComponent) GetsServiceComponentelements that are defined within the specifiedSoftwareComponent.protected static Class[]AbstractServiceConfigFactory.getServiceTypes(com.sas.metadata.remote.ServiceComponent serviceComponent) Gets the service types a deployed component supports.protected static final StringAbstractMetadataSource.getStringFromInputSource(InputStream inputStream) Gets an XML string representing a foundation services deployment from the specified input stream.static voidServiceDeploymentImporter.importDeployment(String[] args) Method for an application which is used to import metadata describing a SAS Foundation Service deployment from a UTF-8 encoded XML file into a SAS Metadata Repository.static voidServiceDeploymentImporter.importServiceDeployment(com.sas.metadata.remote.MdStore mdStore, ServiceDeploymentImportFile serviceDeploymentImportFile, String repositoryName) Imports a SAS Foundation Services deployment from a UTF-8 encoded SAS Foundation Services deployment XML file into the SAS Metadata Repository.static voidServiceConfigInstaller.installConfig(String[] args) Main method for an application which is used to install metadata describing an application's layered service configuration into a SAS Foundation Service.com.sas.metadata.remote.PropertyServiceDeployment.installServiceConfig(String configName, String configDesc, File configFile, String serviceInterfaceClassName) Adds an application configuration to the foundation service that implements the specified interface.abstract booleanAbstractServiceDeployment.installServiceConfiguration(String configName, String configDesc, File configFile, String serviceInterfaceClassName) Adds an application configuration to the foundation service that implements the specified interface.com.sas.metadata.remote.PropertyServiceDeployment.installServiceConfiguration(ServiceProfile serviceProfile, com.sas.metadata.remote.ServiceComponent serviceComponent, AbstractServiceComponentConfig newConfig, MergePolicy mergePolicy) Merges a configuration into the service's specified configuration.com.sas.metadata.remote.PropertyServiceDeployment.installServiceConfiguration(String configName, String configDesc, File configFile, com.sas.metadata.remote.ServiceComponent serviceComponent) Adds an application configuration to the foundation service that represented by the specified metadataservice component.booleanServiceDeployment.installServiceConfiguration(String configName, String configDesc, File configFile, String serviceInterfaceClassName) Adds an application configuration to the foundation service that implements the specified interface.com.sas.metadata.remote.PropertyServiceDeployment.installServiceConfigurationUsingPolicy(String configName, File configFile, com.sas.metadata.remote.ServiceComponent serviceComponent, MergePolicy mergePolicy) Adds an application configuration to the foundation service that represented by the specified metadataservice component.booleanServiceDeployment.isAccessibleToRemoteClients()Determines whether the services deployment contains at least one service which is configured to be accessed by a client in a remote JVM.booleanServiceDeployment.isConfigInstalled(String configName, com.sas.metadata.remote.ServiceComponent serviceComponent) Determines whether or not the service has a configuration for the specified name.booleanServiceDeployment.isConfigInstalled(String configName, String serviceInterfaceClassName) Determines whether or not the deployment contains a service that implements the specified interface has a configuration for the specified name.static final List<FindServiceInterface> ServiceLoader.lookupRemoteDiscoveryServices(MetadataSourceInterface metadataSource) Gets a set ofDeployableServiceelements representing remote discovery services that may be available if previously deployed by foundation bootstrap process and binds them to the local discovery service.static final List<FindServiceInterface> ServiceLoader.lookupRemoteDiscoveryServices(MetadataSourceInterface metadataSource, DiscoveryServiceInterface discoveryService) Gets a set ofDeployableServiceelements representing remote discovery services that may be available if previously deployed by foundation bootstrap process.static final List<FindServiceInterface> ServiceLoader.lookupRemoteDiscoveryServices(MetadataSourceInterface metadataSourceLookup, DiscoveryServiceInterface discoveryService, LookupPolicyInterface lookupPolicy) Gets a set ofDeployableServiceelements representing remote discovery services that may be available if previously deployed by foundation bootstrap process.static voidCorePlatformServices.lookupRemoteServices()Locates any services defined for remote lookup by delegating the request to thePlatformServices.lookupRemoteServices()and then re-initializing handles to core platform services abstracted by this class.static voidPlatformServices.lookupRemoteServices()Lookup remote foundation discovery services using the deployments specified in the configuration file.static voidServiceConfigInstaller.main(String[] args) voidMergeServiceConfigInterface.mergeServiceConfig(File file, ServiceDeployment serviceDeployment, com.sas.metadata.remote.ServiceComponent serviceComponent, com.sas.metadata.remote.Property applicationConfigProperty) Merges the service configuration from a UTF-8 encoded XML file into a foundation service's configuration.voidServiceDeployment.mergeServiceConfiguration(File configFile, com.sas.metadata.remote.ServiceComponent serviceComponent, com.sas.metadata.remote.Property property) Merges a configuration into the service's specified configuration.static MetadataSourceInterfaceMetadataSourceFactory.newMetadataSource(Properties properties) Creates a metadata source based upon the specified properties.static MetadataSourceInterfaceMetadataSourceFactory.newMetadataSource(Properties properties, Environment environment) Creates a metadata source based upon the specified properties.static com.sas.metadata.remote.MdObjectStoreServiceDeploymentExporter.newStoreWithCopyOfServiceDeployment(com.sas.metadata.remote.SoftwareComponent softwareComponent) Gets a metadata object store that has been populated with a copy of the foundation service deployment configuration metadata.voidAbstractDeploymentStrategy.reconfigure(Properties properties, File inputFile, File outputFile) Reconfigures the deployment using the specified properties that describe the services deployment.voidDeploymentDescriptorContext.reconfigure(Properties properties, File inputFile, File outputFile) Reconfigures the deployment using the specified properties that describe the services deployment.voidDeploymentStrategyInterface.reconfigure(Properties properties, File inputFile, File outputFile) Reconfigures the deployment using the specified properties that describe the services deployment.static voidServiceConsumerUtil.renameConsumer(String[] args) Main method for an application which is used to rename service configuration consumer in a SAS Foundation Services deployment which is persisted in a SAS Metadata Repository.Set<com.sas.metadata.remote.ServiceComponent> ServiceConsumerUtil.renameConsumer(String oldConsumerName, String newConsumerName) Renames the service configuration consumer.Set<com.sas.metadata.remote.ServiceComponent> ServiceDeployment.renameConsumer(String oldConsumerName, String newConsumerName) Renames the service configuration consumer.static Set<com.sas.metadata.remote.ServiceComponent> ServiceConsumerUtil.renameConsumers(com.sas.metadata.remote.MdStore mdStore, String repositoryName, String serviceDeploymentName, Map<String, String> consumerNameToNewConsumerNameMap) Renames the SAS Foundation Services deployment service configuration consumers.static final StringServiceDeploymentImportFile.renameServiceDeployment(String inputXML, String newServiceDeploymentName) Takes a string representing an application's foundation services deployment metadata and updates the name of theSoftwareComponentto the newly specified name.voidRMIBinding.setBinding(short bindingType) Sets the RMI binding type.static voidCorePlatformServices.setDefaultServicesConfigurationWithMinimumLogging()Specifies the default SAS Foundation Services configuration with no LoggingService configuration.static final booleanCorePlatformServices.setJAASAppConfigurationEntry(AppConfigurationEntry[] appConfigurationEntries) Updates this resource environment to use the specified JAASentries.static final booleanPlatformServices.setJAASAppConfigurationEntry(AppConfigurationEntry[] appConfigurationEntries) Updates this resource environment to use the specified JAASentries.voidServiceConfigFactory.setMetadataSourceProperties(MetadataSourceProperties metadataSourceProperties) Sets the properties used to configure a metadata source.voidMetadataSourceProperties.setProperties(Properties properties) Sets properties used to configure a metadata source.voidServiceConfigFactory.setProperties(Properties properties) Specify the properties which will be used to determine the implementation type of the service configuration factory.voidMetadataSourceProperties.setPropertiesURL(URL propertiesURL) Initialize the configuration using properties read from the configuration at the specified URL.protected abstract voidAbstractDeploymentStrategy.setServiceDependencies(Document document, Element element, com.sas.metadata.remote.ServiceComponent serviceComponent) Specify dependencies upon other services.static final voidCorePlatformServices.setServicesConfiguration(PlatformServicesConfiguration servicesConfiguration) Specifies the services configuration that is to be used by this facade.static final voidPlatformServices.setServicesConfiguration(PlatformServicesConfiguration servicesConfiguration) Specifies the services configuration that is to be used by this facade.static SessionContextInterfaceCorePlatformServices.startAndConnect(String clientApplication, ConnectionProfile connectionProfile) static voidCorePlatformServices.startLocalServices()Starts any services defined for local instantiation by delegating the request to thePlatformServices.startLocalServices()and then re-initializing handles to core platform services abstracted by this class.static voidPlatformServices.startLocalServices()Starts foundation services using the deployments specified in the configuration file.static voidCorePlatformServices.startServices()Starts/looks up services by delegating the request to thePlatformServices.startServices()and then re-initializing handles to core platform services abstracted by this class.static voidPlatformServices.startServices()Starts foundation services using the deployments specified in the configuration file.static voidCorePlatformServices.terminateServices()Terminates services by null'ing references to the core services and then delegating the service termination request to thePlatformServicesfacade.static voidPlatformServices.terminateServices()Terminates foundation services that have been locally instantiated and eliminates references to any foundation services that were looked up remotely.static voidServiceConfigUninstaller.uninstallConfig(String[] args) Main method for an application used to uninstall an application's service configuration from a SAS Foundation Service.voidServiceDeployment.uninstallServiceConfiguration(com.sas.metadata.remote.ServiceComponent serviceComponent, AbstractServiceComponentConfig serviceConfig, String configName) Deletes the specified application configuration from the foundation service that implements the specified interface.voidServiceDeployment.uninstallServiceConfiguration(com.sas.metadata.remote.ServiceComponent serviceComponent, AbstractServiceComponentConfig serviceConfig, String consumerName, boolean isRemoveUnusedResources) Deletes the specified application configuration from the foundation service that implements the specified interface.voidServiceDeployment.uninstallServiceConfiguration(AbstractServiceComponentConfig serviceConfig, String configName, String serviceInterfaceClassName, boolean isRemoveUnusedResources) Deletes the specified application configuration from the foundation service that implements the specified interface.static voidCorePlatformServices.validateServices()Verify that the core services are available.protected final voidAbstractDeploymentStrategy.writeFile(File file, String xml) Writes the XML to the specified file using UTF-8 encoding.Constructors in com.sas.services.deployment that throw ServiceExceptionModifierConstructorDescriptionprotectedAbstractServiceConfigFactory(com.sas.meta.SASOMI.IOMI omi) Constructs a factory which can be used to create service configurations.AbstractServiceDeployment(String softwareComponentName) Constructs a representation of a foundation services deployment.protectedDeployableService(String id, ServiceConfigurationInterface serviceConfiguration) Constructs an instance using the specified OMA ID for the metadataServiceComponentthat represents the foundation service.DeployableService(String id, ServiceConfigurationInterface serviceConfiguration, String[] dependencies) Constructs an instance using the specified OMA ID for the metadataServiceComponentthat represents the foundation service.Construct an instance.DeploymentService(com.sas.metadata.remote.SoftwareComponent softwareComponent, com.sas.metadata.remote.Tree tree, com.sas.metadata.remote.ServiceComponent serviceComponent, Properties properties) Creates a value object representing a service that can be deployed.MetadataSourceProperties(Properties properties) Constructs properties which can be used to configure a metadata source for foundation services.OMRMetadataSource(String repositoryNameOrID, String softwareComponentName, Set<String> serviceGroupNames, String omrHost, String omrPort, String secSPN, String secPackageList, Environment environment) Constructs an instance which will open a single sign-on connection to the specified SAS Metadata Server.OMRServiceConfigFactory(String repositoryName, com.sas.meta.SASOMI.IOMI omi) Constructs a factory which can be used to manufacture service configurations queried from a SAS metadata repository.OMRServiceConfigFactory(String repositoryName, ConnectionInterface metadataServerConnection) Constructs a factory which can be used to manufacture service configurations queried from a SAS metadata repository.RMIBinding(RMIConfiguration rmiConfiguration, String bindName, short binding) Constructor specifying the RMI configuration and the bind name for the RMI remote/activatable object.RMIDeployableService(String id, ServiceConfigurationInterface serviceConfiguration, String[] dependencies, Set<RMIBinding> rmiBindings, AbstractMetadataSource metadataSource) Constructs an instance that specifies a factory that will be used to instantiate a service and optionally register it with the RMIRegistry.Constructs an instance using the specified configuration properties.ServiceConfigFactory(Properties properties) Constructs an instance using the specified configuration properties.ServiceConsumerUtil(com.sas.metadata.remote.SoftwareComponent softwareComponent) Constructs an instance of a utility that can be used to rename a SAS Foundation Services deployment service configuration consumer.ServiceDeployment(com.sas.metadata.remote.SoftwareComponent softwareComponent) Constructs a representation of a foundation services deployment.ServiceDeployment(String repositoryName, String softwareComponentName, com.sas.metadata.remote.MdStore mdStore) Constructs a representation of a foundation services deployment.ServicesDeploymentEvent(int servicesDeploymentState) Constructs services lifecycle event to communicate a state change to registered listeners.URLServiceConfigFactory(URL url) Constructs a factory which can be used to manufacture service configurations queried from a URL to a foundation services XML file. -
Uses of ServiceException in com.sas.services.deployment.ioc
Methods in com.sas.services.deployment.ioc that throw ServiceExceptionModifier and TypeMethodDescriptionstatic DeploymentDescriptorContextDeploymentContextFactory.createDeploymentContext(Properties properties, ClassLoader classLoader) Creates a deployment context associated with a strategy.Constructors in com.sas.services.deployment.ioc that throw ServiceExceptionModifierConstructorDescriptionConstructs a context that describes SAS Foundation Services deployment metadata which is persisted in a SAS Metadata Repository.Constructs a context that describes SAS Foundation Services deployment metadata which is persisted in a SAS Metadata Repository. -
Uses of ServiceException in com.sas.services.deployment.servicewrapper
Methods in com.sas.services.deployment.servicewrapper that throw ServiceExceptionModifier and TypeMethodDescriptionabstract voidAbstractServiceWrapper.destroy()Destroy a Foundation Services deployment.voidServiceWrapperImpl.destroy()Destroy a Foundation Services deployment.voidServiceWrapperInterface.destroy()Destroys a Foundation Services deployment.abstract voidAbstractServiceWrapper.init(String[] args) Initialize a Foundation Services deployment.voidServiceWrapperImpl.init(String[] args) Initializes a Foundation Services deployment.voidServiceWrapperInterface.init(String[] args) Initializes a Foundation Services deployment. -
Uses of ServiceException in com.sas.services.discovery
Subclasses of ServiceException in com.sas.services.discoveryModifier and TypeClassDescriptionclassService is not available exception.Methods in com.sas.services.discovery that throw ServiceExceptionModifier and TypeMethodDescriptionfinal voidServicesCache.add(RemoteServiceInterface service) Adds a service to the the cache.voidActivatableDiscoveryService.addService(RemoteServiceInterface service) Adds a service to the registry.voidDiscoveryAdminInterface.addService(RemoteServiceInterface service) Adds a service.final voidDiscoveryService.addService(RemoteServiceInterface service) Adds a service that is intended to be discovered.voidRemoteDiscoveryServiceProxy.addService(RemoteServiceInterface serviceIf) Adds a service to the registry.voidActivatableDiscoveryService.configure(ServiceConfigurationInterface serviceConfiguration) Configures service.static final DiscoveryServiceInterfaceDiscoveryServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a discovery service that has been initialized with the specified service configuration.voidActivatableDiscoveryService.destroy()Destroys the service.AbstractDiscoveryService.findService(ServiceTemplate serviceTemplate) Finds a service using a discovery mechanism.ActivatableDiscoveryService.findService(ServiceTemplate serviceTemplate) Finds a service using a discovery mechanism.FindServiceInterface.findService(ServiceTemplate serviceTemplate) Finds a service using a discovery mechanism.RegistryDiscoveryService.findService(ServiceTemplate serviceTemplate) Finds a service using a discovery mechanism.final RemoteServiceInterfaceRemoteDiscoveryServiceProxy.findService(ServiceTemplate serviceTemplate) Finds a service using a discovery mechanism.abstract ServicesAbstractDiscoveryService.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services discoveredServices) Finds a collection of services via a discovery mechanism.ActivatableDiscoveryService.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services discoveredServices) Finds a collection of objects via a discovery mechanism.final ServicesDiscoveryService.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services discoveredServices) Finds a collection of objects via a discovery mechanism.final ServicesDiscoveryService.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services discoveredServices, String serviceRequestId, int attemptNumber) Finds a collection of objects via a discovery mechanism.FindServiceInterface.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services services) Finds a collection of services via a discovery mechanism.RegistryDiscoveryService.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services services) Finds a collection of services via a discovery mechanism.final ServicesRemoteDiscoveryServiceProxy.findServices(ServiceTemplate serviceTemplate, int maxNumMatches, Services discoveredServices) Finds a collection of objects via a discovery mechanism.AbstractDiscoveryService.findServiceUsingId(String runtimeServiceId) Re-acquires a previously discovered service via its service discovery ID.ActivatableDiscoveryService.findServiceUsingId(String runtimeServiceId) Re-acquires a previously discovered service via its service discovery ID.FindServiceInterface.findServiceUsingId(String serviceId) Re-acquires a previously discovered service via its service discovery ID.RegistryDiscoveryService.findServiceUsingId(String runtimeServiceId) Re-acquires a previously discovered service via its service discovery ID.RemoteDiscoveryServiceProxy.findServiceUsingId(String serviceId) Re-acquires a previously discovered service via its service discovery ID.final RemoteServiceInterfaceDiscoveryServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a service that has been initialized with the specified service configuration.voidServiceDiscoveryConfigurationInterface.setServiceTypes(Class[] serviceTypes) Sets service types that a service is, extends, or implements.Constructors in com.sas.services.discovery that throw ServiceExceptionModifierConstructorDescriptionActivatableDiscoveryService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Constructs a default instance of a remote discovery service.DiscoveryService(Set<FindServiceInterface> discoveryDelegates, Set<RemoteServiceInterface> services) Constructs an instance of a discovery service and initializes it with discovery delegates specified in the provided collection.Constructs a default instance.ServiceDiscoveryConfiguration(boolean isRegistrationEnabled, Class[] serviceTypes, ServiceAttributeInterface[] serviceAttributes, String repositoryId) Constructs an instance using the specified registration policy. -
Uses of ServiceException in com.sas.services.events.broker
Methods in com.sas.services.events.broker that throw ServiceExceptionModifier and TypeMethodDescriptionvoidActivatableEventBrokerService.configure(ServiceConfigurationInterface serviceConfiguration) Configures service.static final EventBrokerServiceInterfaceEventBrokerServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Deprecated.Instantiates a new Event Broker service initialized with the specified configuration.voidActivatableEventBrokerService.destroy()Destroys the service.final RemoteServiceInterfaceEventBrokerServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Deprecated.Instantiates a new Event Broker service initialized with the specified configuration.final StringEventBrokerServiceComponentConfig.getServiceComponentConfiguration(com.sas.metadata.remote.ServiceComponent serviceComponent) Gets the service component's configuration.final voidEventBrokerServiceComponentConfig.mergeConfig(com.sas.metadata.remote.ServiceComponent serviceComponent, Document serviceConfiguration) Merges the service's configuration by adding new service configuration to the preexisting configuration.voidEventBrokerServiceMBean.quiesce()voidEventBrokerService.reconfigure()Deprecated.Re-configures this service using the current service configuration associated with this service.voidEventBrokerService.reconfigure(ServiceConfigurationInterface serviceConfiguration) Deprecated.Re-configures this service.voidEventBrokerServiceMBean.reconfigure()voidEventBrokerServiceComponentConfig.removeConsumer(com.sas.metadata.remote.ServiceComponent serviceComponent) voidEventBrokerServiceMBean.shutdown()protected final voidEventBrokerServiceComponentConfig.validateServiceConfigurationCustom(Document serviceConfiguration) Determines whether or not the service configuration is valid for this service component.Constructors in com.sas.services.events.broker that throw ServiceExceptionModifierConstructorDescriptionEventBrokerService(ServiceConfigurationInterface serviceConfiguration) Deprecated.Constructs an event broker service based upon the specified service configuration.EventBrokerService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Deprecated.Constructs an event broker service based upon the specified service configuration. -
Uses of ServiceException in com.sas.services.events.discovery
Methods in com.sas.services.events.discovery that throw ServiceExceptionModifier and TypeMethodDescriptionstatic final EventBrokerDiscoveryServiceInterfaceEventBrokerDiscoveryServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Deprecated.As of release 9.2, this class is no longer being supported.final RemoteServiceInterfaceEventBrokerDiscoveryServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Deprecated.As of release 9.2, this class is no longer being supported.Constructors in com.sas.services.events.discovery that throw ServiceExceptionModifierConstructorDescriptionEventBrokerDiscoveryService(DiscoveryServiceInterface discoveryService) Deprecated.As of release 9.2, this class is no longer being supported.EventBrokerDiscoveryService(ServiceConfigurationInterface serviceConfiguration) Deprecated.As of release 9.2, this class is no longer being supported.EventBrokerDiscoveryService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Deprecated.As of release 9.2, this class is no longer being supported. -
Uses of ServiceException in com.sas.services.information
Subclasses of ServiceException in com.sas.services.informationModifier and TypeClassDescriptionclassAn exception class used to report failure to connect to a repository defined as auto-connect.classThis exception is thrown when during an update operation the entity is already locked or already changed since we retrieved a copy of the entity.classThis exception is thrown when a NoClassDefFound exception is thrown during smart object creation in the Information Service Factory.classThis Exception is thrown when an error occurs in the Information Service Factory which instantiates "Smart objects" from metadata retrieved from repositories.classclassclassThrown when an item already exists.classclassThis Exception gets thrown if an Information Services search is performed which may return multiple objects, and at least one exception is thrown while retrieving metadata.classThis Exception gets thrown if an Information Services search is performed which may return multiple objects, and at least one exception is thrown while retrieving metadata.classThis Exception gets thrown if multiple objects were expected in a result set, and one or more exceptions were thrown during metadata retrieval.classclassclassThis exception will get thrown when an attempt is made to instantiate a smart object with data that is version incompatible with the implementation.Methods in com.sas.services.information that throw ServiceExceptionModifier and TypeMethodDescriptionvoidDAVChildRepository.addEntity(MetadataInterface input) voidDAVRepository.addEntity(MetadataInterface input) Add an entity to the repository.voidOMIChildRepository.addEntity(MetadataInterface input) voidOMIRepository.addEntity(MetadataInterface input) Add an entity to the repository.voidOMIServerRepository.addEntity(MetadataInterface input) Add an entity to the repository.voidRepositoryInterface.addEntity(MetadataInterface input) Add an entity to the repository.voidInformationService.addInformationServiceTimerClient(InformationServiceTimerClient client) Add a client object to be triggered when the timer expires.voidInformationServiceInterface.addInformationServiceTimerClient(InformationServiceTimerClient client) Add a client object to be triggered when the timer expires.voidInformationServiceProxy.addInformationServiceTimerClient(InformationServiceTimerClient client) Add a client object to be triggered when the timer expires.voidAbstractRepository2.addListener(RepositoryListenerInterface listener) Add a listener to receive event notifications from the repository instance.voidDAVRepository.addListener(RepositoryListenerInterface listener) voidOMIRepository.addListener(RepositoryListenerInterface listener) Add a listener to receive event notifications from the repository instance.voidOMIServerRepository.addListener(RepositoryListenerInterface listener) Add a listener to receive event notifications from the repository instance.voidRepositoryInterface.addListener(RepositoryListenerInterface listener) Add a listener to receive event notifications from the repository instance.voidInformationService.addMetadataChangeListener(MetadataChangeListener listener, String url) Register a metadata change listener.voidInformationServiceInterface.addMetadataChangeListener(MetadataChangeListener listener, String url) Register a metadata change listener.voidInformationServiceProxy.addMetadataChangeListener(MetadataChangeListener listener, String url) Register a metadata change listener.voidMetadataServerInterface.addMetadataConnectionListener(MetadataConnectionListener listener) Adds a new connection listener so that a consumer may become notified of when a connection to the metadata server has been established.voidOMIServer.addMetadataConnectionListener(MetadataConnectionListener listener) booleanInformationServiceInterface.addRepositoryDef(RepositoryDef repositoryDef) Adds a repository definition to the repository list.booleanInformationServiceProxy.addRepositoryDef(RepositoryDef repositoryDef) booleanInformationService.addRepositoryGroup(RepositoryGroup group) Add a new group to the collection of defined repository groups that can be used to scope a search.booleanInformationServiceInterface.addRepositoryGroup(RepositoryGroup group) Add a new group to the collection of defined repository groups that can be used to scope a search.booleanInformationServiceProxy.addRepositoryGroup(RepositoryGroup group) voidDAVRepository.addRootFolder(FolderInterface folder) Make a folder a root folder of this repository.voidOMIRepository.addRootFolder(FolderInterface folder) Make a folder a root folder of this repository.voidOMIServerRepository.addRootFolder(FolderInterface folder) Make a folder a root folder of this repository.voidRepositoryInterface.addRootFolder(FolderInterface folder) Make a folder a root folder of this repository.booleanInformationServiceInterface.addServerDef(ServerDef serverDef) Add a new server definition to the Information Service configuration.booleanInformationServiceProxy.addServerDef(ServerDef serverDef) voidMetadataRepositoryInterface.addToCache(MetadataInterface newMetadata) Add a MetadataInterface object to a repository's cache.voidOMIRepository.addToCache(MetadataInterface newMetadata) voidOMIRepositoryInterface.addToCache(MetadataInterface newMetadata) Add a MetadataInterface object to a repository's cache.voidOMIServer.addToCache(MetadataInterface newMetadata) voidOMIServerRepository.addToCache(MetadataInterface newMetadata) voidServerInterface.addToCache(MetadataInterface newMetadata) Explicitly add a new metadata object to the cache.voidMetadataServerInterface.applyACTToObj(String resource, String act) Apply an AccessControlTemplate to a metadata object.voidOMIServer.applyACTToObj(String resource, String act) Apply an AccessControlTemplate to a metadata object.voidMetadataRepositoryInterface.appyACTToObj(String resource, String act) Apply an AccessControlTemplate to a metadata object.voidOMIRepository.appyACTToObj(String resource, String act) Apply an AccessControlTemplate to a metadata object.voidOMIRepositoryInterface.appyACTToObj(String resource, String act) Apply an AccessControlTemplate to a metadata object.voidOMIServerRepository.appyACTToObj(String resource, String act) Apply an AccessControlTemplate to a metadata object.protected booleanOMIServer.attemptConnection()DAVRepository.browseFetch(String entityKey, FilterInterface filter) Fetch a single object from the repository using the key.OMIRepository.browseFetch(String entityKey, FilterInterface filter) Fetch a single object from the repository using the key.OMIServer.browseFetch(String objectURI, FilterInterface filter) OMIServerRepository.browseFetch(String entityKey, FilterInterface filter) Fetch a single object from the repository using the key.RepositoryInterface.browseFetch(String entityKey, FilterInterface filter) Fetch a single object from the repository using the key.ServerInterface.browseFetch(String objectURI, FilterInterface filter) Fetch a lightweight object matching the object URI provided.ListDAVRepository.browseFolder(String folderISEntityKey, FilterInterface filter) Get information about a specific folder.ListOMIRepository.browseFolder(String folderISEntityKey, FilterInterface filter) Get information about a specific folder.OMIServer.browseFolder(String folderISEntityKey, FilterInterface filter) ListOMIServerRepository.browseFolder(String folderISEntityKey, FilterInterface filter) Get information about a specific folder.ListRepositoryInterface.browseFolder(String folderISEntityKey, FilterInterface filter) Get information about a specific folder.ServerInterface.browseFolder(String folderISEntityKey, FilterInterface filter) Get information about a specific folder.ListDAVRepository.browseFolderRecursive(String folderISEntityKey, FilterInterface filter) Search a folder tree recursively using the filter.ListOMIRepository.browseFolderRecursive(String folderISEntityKey, FilterInterface filter) Search a folder tree recursively using the filter.OMIServer.browseFolderRecursive(String folderISEntityKey, FilterInterface filter) ListOMIServerRepository.browseFolderRecursive(String folderISEntityKey, FilterInterface filter) Search a folder tree recursively using the filter.ListRepositoryInterface.browseFolderRecursive(String folderISEntityKey, FilterInterface filter) Search a folder tree recursively using the filter.ServerInterface.browseFolderRecursive(String folderISEntityKey, FilterInterface filter) Search a folder tree recursively using the filter.DAVRepository.browseObjectByPath(PathUrl pathUrl, FilterInterface filter) Retrieve an object based on its PathUrl.OMIRepository.browseObjectByPath(PathUrl pathurl, FilterInterface filter) Retrieve an object based on its PathUrl.OMIServerRepository.browseObjectByPath(PathUrl pathurl, FilterInterface filter) Retrieve an object based on its PathUrl.RepositoryInterface.browseObjectByPath(PathUrl pathurl, FilterInterface filter) Retrieve an object based on its PathUrl.ListDAVRepository.browseSearch(FilterInterface filter) Search the repository, the objects that are returned are not cached, and are in a generic container that is not remotable, doesn't go to the server for data that wasn't originally retrieved, and not persistable.ListInformationService.browseSearch(UserContextInterface user, Filter filter) ListInformationServiceInterface.browseSearch(UserContextInterface user, Filter filter) Search the user's connected repositories.ListInformationServiceProxy.browseSearch(UserContextInterface user, Filter filter) ListOMIRepository.browseSearch(FilterInterface filter) Search the repository, the objects that are returned are not cached, and are in a generic container that is not remotable, doesn't go to the server for data that wasn't originally retrieved, and not persistable.ListOMIServer.browseSearch(BrowseMetadataInterface browseFolder, FilterInterface filter) ListOMIServer.browseSearch(FilterInterface filter) ListOMIServer.browseSearch(FolderInterface folder, FilterInterface filter) ListOMIServer.browseSearch(List folderList, FilterInterface filter) ListOMIServerRepository.browseSearch(FilterInterface filter) Search the repository, the objects that are returned are not cached, and are in a generic container that is not remotable, doesn't go to the server for data that wasn't originally retrieved, and not persistable.ListRepositoryInterface.browseSearch(FilterInterface filter) Search the repository, the objects that are returned are not cached, and are in a generic container that is not remotable, doesn't go to the server for data that wasn't originally retrieved, and not persistable.ListServerInterface.browseSearch(BrowseMetadataInterface browseFolder, FilterInterface filter) Search for objects in the server tree using the folder as a base.ListServerInterface.browseSearch(FilterInterface filter) Search the repository, the objects that are returned are not cached, and are in a generic container that is not remotable, doesn't go to the server for data that wasn't originally retrieved, and not persistable.ListServerInterface.browseSearch(FolderInterface folder, FilterInterface filter) Search for objects in the server tree using the folder as a base.ListServerInterface.browseSearch(List folderList, FilterInterface filter) Search for objects in the server tree using the list of folders as bases.ListInformationService.browseSearchGroupName(UserContextInterface user, String groupName, Filter filter) ListInformationServiceInterface.browseSearchGroupName(UserContextInterface user, String groupName, Filter filter) Search the repository group for the user.ListInformationServiceProxy.browseSearchGroupName(UserContextInterface user, String groupName, Filter filter) ListInformationService.browseSearchGroupNameWithFilterArray(UserContextInterface user, String groupName, Filter[] filters) ListInformationServiceInterface.browseSearchGroupNameWithFilterArray(UserContextInterface user, String groupName, Filter[] filters) Search the repository group for the user.ListInformationServiceProxy.browseSearchGroupNameWithFilterArray(UserContextInterface user, String groupName, Filter[] filters) ListInformationService.browseSearchProtocols(UserContextInterface user, List protocols, Filter filter) ListInformationServiceInterface.browseSearchProtocols(UserContextInterface user, List protocols, Filter filter) Search the user's connected repositories.ListInformationServiceProxy.browseSearchProtocols(UserContextInterface user, List protocols, Filter filter) ListInformationService.browseSearchProtocolsWithFilterArray(UserContextInterface user, List protocols, Filter[] filters) ListInformationServiceInterface.browseSearchProtocolsWithFilterArray(UserContextInterface user, List protocols, Filter[] filters) Search the user's connected repositories.ListInformationServiceProxy.browseSearchProtocolsWithFilterArray(UserContextInterface user, List protocols, Filter[] filters) ListInformationService.browseSearchWithFilterArray(UserContextInterface user, Filter[] filters) ListInformationServiceInterface.browseSearchWithFilterArray(UserContextInterface user, Filter[] filters) Search the user's connected repositories.ListInformationServiceProxy.browseSearchWithFilterArray(UserContextInterface user, Filter[] filters) voidDAVRepository.checkin(MetadataInterface entity) Check in the entityvoidDAVRepository.checkin(MetadataInterface entity, String comment) Check in the entityvoidDAVRepositoryInterface.checkin(MetadataInterface entity) Check in the entityvoidDAVRepositoryInterface.checkin(MetadataInterface entity, String comment) Check in the entityvoidDAVRepository.checkout(MetadataInterface entity) Check out the entityvoidDAVRepositoryInterface.checkout(MetadataInterface entity) Check out the entityvoidOMIServer.clearPendingChanges(boolean rollback) voidServerInterface.clearPendingChanges(boolean rollback) Clear the changes that are pending for this server.voidInformationServiceInterface.clearRepositoryDefs()Removes all repository definitions.voidInformationServiceProxy.clearRepositoryDefs()voidInformationService.clearRepositoryGroups()Clear all repository group definitions.voidInformationServiceInterface.clearRepositoryGroups()Clear all repository group definitions.voidInformationServiceProxy.clearRepositoryGroups()voidInformationServiceInterface.clearServerDefs()Clear the set of defined server definitions.voidInformationServiceProxy.clearServerDefs()voidChildRepositoryInterface.commit()Commit the changes in this child to its parent.voidChildServerInterface.commit()Commit the changes in this child to its parent.voidDAVChildRepository.commit()voidOMIChildRepository.commit()voidOMIChildServer.commit()voidOMIServerChildRepository.commit()voidInformationService.configure(ServiceConfigurationInterface serviceConfiguration) Configures service.booleanDAVRepository.connect(String host, int port, String id, String password, String base) Connect a user to a repository.booleanDAVRepository.connect(String user, String password, RepositoryDef config) InformationService.connect(UserContextInterface user, RepositoryDef reposDef) Connect to the repository specified in the repository definition.InformationService.connect(UserContextInterface user, ServerDef serverDef) InformationService.connect(UserContextInterface user, ServerDef serverDef, Cluster cluster) InformationServiceInterface.connect(UserContextInterface user, RepositoryDef reposDef) Connect to the repository specified in the repository definition.InformationServiceInterface.connect(UserContextInterface user, ServerDef serverDef) Connect to a ServerInterface object.InformationServiceInterface.connect(UserContextInterface user, ServerDef serverDef, Cluster cluster) Connect to a ServerInterface object.InformationServiceProxy.connect(UserContextInterface user, RepositoryDef reposDef) Connect to the repository specified in the repository definition.InformationServiceProxy.connect(UserContextInterface user, ServerDef serverDef) Connect to a ServerInterface object.InformationServiceProxy.connect(UserContextInterface user, ServerDef serverDef, Cluster cluster) Connect to a ServerInterface object.booleanMetadataRepositoryInterface.connect(com.sas.meta.SASOMI.IOMI connection, String base) Set up to use an existing IOMI connection.booleanOMIRepository.connect(com.sas.meta.SASOMI.IOMI connection, String base) Set up to use an existing IOMI connection.booleanOMIRepository.connect(String host, int port, String id, String password, String base) Establish a connection to a repository server.booleanOMIRepository.connect(String user, String password, RepositoryDef config) booleanOMIRepositoryInterface.connect(com.sas.meta.SASOMI.IOMI connection, String base) Set up to use an existing IOMI connection.voidOMIServer.connect(com.sas.meta.SASOMI.IOMI cnxn, ServerDef def, UserContextInterface user) Construct an OMIServer with the connection already established.voidOMIServer.connect(com.sas.meta.SASOMI.IOMI cnxn, ServerDef def, UserContextInterface user, Cluster cluster) Construct an OMIServer with the connection already established.voidOMIServer.connect(ServerDef def, UserContextInterface user) voidOMIServer.connect(ServerDef def, UserContextInterface user, Cluster cluster) booleanOMIServerRepository.connect(com.sas.meta.SASOMI.IOMI connection, String base) Set up to use an existing IOMI connection.booleanOMIServerRepository.connect(String host, int port, String id, String password, String base) Establish a connection to a repository server.booleanOMIServerRepository.connect(String user, String password, RepositoryDef config) booleanRepositoryInterface.connect(String host, int port, String id, String password, String base) Connect a user to a repository.booleanRepositoryInterface.connect(String user, String password, RepositoryDef config) Connect to a repository using the configuration provided in a RepositoryDef object.voidServerInterface.connect(com.sas.meta.SASOMI.IOMI cnxn, ServerDef def, UserContextInterface user) Construct an OMIServer with the connection already established.voidServerInterface.connect(com.sas.meta.SASOMI.IOMI cnxn, ServerDef def, UserContextInterface user, Cluster cluster) Construct an OMIServer with the connection already established.voidServerInterface.connect(ServerDef def, UserContextInterface user) Connect a user to an InformationService server.voidServerInterface.connect(ServerDef def, UserContextInterface user, Cluster cluster) Connect a user to an InformationService server.voidInformationService.connectAuto(UserContextInterface user) Connect to all repositories that have been predefined as auto-connect repositories.voidInformationServiceInterface.connectAuto(UserContextInterface user) Connect to all repositories that have been predefined as auto-connect repositories.voidInformationServiceProxy.connectAuto(UserContextInterface user) Connect to all repositories that have been predefined as auto-connect repositories.InformationService.connectByName(UserContextInterface user, String name) Connect to a preconfigured repository.InformationServiceInterface.connectByName(UserContextInterface user, String name) Connect to a preconfigured repository.InformationServiceProxy.connectByName(UserContextInterface user, String name) Connect to a preconfigured repository.booleanDAVRepository.connectWithProxy(String host, int port, String id, String password, String base, String proxy, boolean isSecure) Connect a user to a repository.booleanOMIRepository.connectWithProxy(String host, int port, String id, String password, String base, String proxy, boolean isSecure) booleanOMIServerRepository.connectWithProxy(String host, int port, String id, String password, String base, String proxy, boolean isSecure) Establish a connection to a repository server.booleanRepositoryInterface.connectWithProxy(String host, int port, String id, String password, String base, String proxy, boolean isSecure) Connect a user to a repository.DAVRepository.copyTo(DAVEntityInterface de, DAVFolderInterface f) Deprecated.DAVRepository.copyTo(DAVEntityInterface de, DAVFolderInterface f, String name) DAVRepositoryInterface.copyTo(DAVEntityInterface m, DAVFolderInterface f) Deprecated.DAVRepositoryInterface.copyTo(DAVEntityInterface m, DAVFolderInterface f, String name) Copy a smart object.voidMetadataRepositoryInterface.createAccessControTemplate(ACTEntry act) Create a new AccessControlTemplate in this repository.voidMetadataServerInterface.createAccessControTemplate(RepositoryInterface repository, ACTEntry act) Create a new AccessControlTemplate in this repository.voidOMIRepository.createAccessControTemplate(ACTEntry act) Create a new AccessControlTemplate in this repository.voidOMIRepositoryInterface.createAccessControTemplate(ACTEntry act) Create a new AccessControlTemplate in this repository.voidOMIServer.createAccessControTemplate(RepositoryInterface repository, ACTEntry act) Create a new AccessControlTemplate in this repository.voidOMIServerRepository.createAccessControTemplate(ACTEntry act) Create a new AccessControlTemplate in this repository.InformationServiceInitializer.createConfigFromDocument(Document document) Converts an XML document to a service configuration.protected AbstractServiceComponentConfigInformationServiceInitObject.createConfiguration(Document document) Creates a service configuration initialized with the specified XML document.com.sas.metadata.remote.RootMetadataServerInterface.createMetadata(String repositoryId, String name, String type) Create a new metadata object.com.sas.metadata.remote.RootOMIRepository.createMetadata(String name, String type) Create a new metadata object.com.sas.metadata.remote.RootOMIRepositoryInterface.createMetadata(String name, String type) Create a new metadata object.com.sas.metadata.remote.RootOMIServer.createMetadata(String repositoryId, String name, String type) com.sas.metadata.remote.RootOMIServerRepository.createMetadata(String name, String type) Create a new metadata object.static final InformationServiceInterfaceInformationServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets an Information service initialized with the specified configuration.voidMetadataServerInterface.deleteEntities(List metadataObjects) Delete a collection of CMetadata objects.voidOMIRepository.deleteEntities(List metadataObjects) Delete a collection of CMetadata objects.voidOMIRepositoryInterface.deleteEntities(List metadataObjects) Delete a collection of CMetadata objects.voidOMIServer.deleteEntities(List metadataObjects) voidOMIServerRepository.deleteEntities(List metadataObjects) Delete a collection of CMetadata objects.voidDAVChildRepository.deleteEntity(MetadataInterface input) voidDAVRepository.deleteEntity(MetadataInterface input) Delete an entity in the repository.voidMetadataServerInterface.deleteEntity(com.sas.metadata.remote.CMetadata metadata) Allow a CMetadata object to be passed in to be deleted.voidOMIChildRepository.deleteEntity(com.sas.metadata.remote.CMetadata metadata) voidOMIChildRepository.deleteEntity(MetadataInterface input) voidOMIRepository.deleteEntity(com.sas.metadata.remote.CMetadata metadata) Allow a CMetadata object to be passed in to be deleted.voidOMIRepository.deleteEntity(MetadataInterface input) Delete an entity in the repository.voidOMIRepositoryInterface.deleteEntity(com.sas.metadata.remote.CMetadata metadata) Allow a CMetadata object to be passed in to be deleted.voidOMIServer.deleteEntity(com.sas.metadata.remote.CMetadata metadata) voidOMIServer.deleteEntity(MetadataInterface input) voidOMIServerRepository.deleteEntity(com.sas.metadata.remote.CMetadata metadata) Allow a CMetadata object to be passed in to be deleted.voidOMIServerRepository.deleteEntity(MetadataInterface input) Delete an entity in the repository.voidRepositoryInterface.deleteEntity(MetadataInterface input) Delete an entity in the repository.voidServerInterface.deleteEntity(MetadataInterface input) Delete an entity in the repository.voidMetadataServerInterface.deleteInternalPassword(String username) Delete a user's internal password.voidOMIServer.deleteInternalPassword(String username) voidInformationService.destroy()Destroys the service.voidOMIChildServer.destroy()voidOMIServer.destroy()voidServerInterface.destroy()Close the connections and release all resources in use by this server instance.voidMetadataRepositoryInterface.destroyAccessControlTemplate(String act) Destroy an AccessControlTemplate in the repository.voidMetadataServerInterface.destroyAccessControlTemplate(String act) Destroy an AccessControlTemplate in the repository.voidOMIRepository.destroyAccessControlTemplate(String act) Destroy an AccessControlTemplate in the repository.voidOMIRepositoryInterface.destroyAccessControlTemplate(String act) Destroy an AccessControlTemplate in the repository.voidOMIServer.destroyAccessControlTemplate(String act) Destroy an AccessControlTemplate in the repository.voidOMIServerRepository.destroyAccessControlTemplate(String act) Destroy an AccessControlTemplate in the repository.booleanDAVRepository.DAVEvaluator.evaluate(String path, String value) booleanOMIRepository.OMIEvaluator.evaluate(String path, String value) booleanOMIServerRepository.OMIEvaluator.evaluate(String path, String value) booleanDAVRepository.DAVEvaluator.evaluateObject(Object o, String attribute, String value) booleanOMIRepository.OMIEvaluator.evaluateObject(Object o, String attribute, String value) booleanOMIServerRepository.OMIEvaluator.evaluateObject(Object o, String attribute, String value) StringOMIServer.executeRequest(String request) StringServerInterface.executeRequest(String request) Execute a client request and return the result.DAVRepository.factoryProcess(Object o) OMIRepository.factoryProcess(Object o) OMIServer.factoryProcess(Object o) OMIServerRepository.factoryProcess(Object o) RepositoryInterface.factoryProcess(Object o) Process a raw repository object into a smart object.ServerInterface.factoryProcess(Object o) Process a raw repository object into a smart object.booleanDAVRepository.factoryTest(Object testObject, String filterString) booleanOMIRepository.factoryTest(Object testObject, String filterString) booleanOMIServerRepository.factoryTest(Object testObject, String filterString) booleanRepositoryInterface.factoryTest(Object testObject, String filterString) Test an object against a Factory filter.DAVRepository.fetch(String repositoryKey) Fetch an object from the repository with this repository key (reposKey).DAVRepository.fetch(String repositoryKey, boolean bypassCache) Fetch an object from the repository with this repository key (reposKey).OMIChildRepository.fetch(String repositoryKey) OMIChildServer.fetch(String repositoryKey) OMIChildServer.fetch(String repositoryKey, boolean bypassCache) OMIRepository.fetch(String repositoryKey) Fetch an object from the repository given the repository key.OMIRepository.fetch(String repositoryKey, boolean bypassCache) Fetch an object from the repository given the repository key.OMIServer.fetch(String objectURI) OMIServer.fetch(String repositoryKey, boolean bypassCache) Fetch an object from the repository given the repository key.OMIServerRepository.fetch(String repositoryKey) Fetch an object from the repository given the repository key.OMIServerRepository.fetch(String repositoryKey, boolean bypassCache) Fetch an object from the repository given the repository key.RepositoryInterface.fetch(String repositoryKey) Fetch an object from the repository given the repository key.RepositoryInterface.fetch(String repositoryKey, boolean bypassCache) Fetch an object from the repository given the repository key.ServerInterface.fetch(String objectURI) Fetch an object from the metadat based on its URI.ServerInterface.fetch(String repositoryKey, boolean bypassCache) Fetch an object from the repository given the repository key.DAVRepository.fetchByUrl(String entityURL, boolean bypassCache) OMIRepository.fetchByUrl(String entityURL, boolean bypassCache) OMIServerRepository.fetchByUrl(String entityURL, boolean bypassCache) RepositoryInterface.fetchByUrl(String entityURL, boolean bypassCache) Fetch an object from the repository given the URL.InputStreamDAVRepository.fetchContents(String repositoryId) Fetch an object's content from the repository.voidDAVRepository.fetchContents(String repositoryId, File fout) InputStreamDAVRepositoryInterface.fetchContents(String repositoryId) Fetch an object's content from the repository.voidDAVRepositoryInterface.fetchContents(String repositoryId, File fout) Fetch an object's content from the repository.InformationService.fetchEntityByKey(UserContextInterface user, String key) Fetch an object from the metadata stores by its entity key.InformationService.fetchEntityByKey(UserContextInterface user, String key, boolean bypassCache) Fetch an object from the metadata stores by its entity key.InformationServiceInterface.fetchEntityByKey(UserContextInterface user, String key) Fetch an entity from a repository based on the entity key.InformationServiceInterface.fetchEntityByKey(UserContextInterface user, String key, boolean bypassCache) Fetch an entity from a repository based on the entity key.InformationServiceProxy.fetchEntityByKey(UserContextInterface user, String key) Fetch an entity from a repository based on the entity key.InformationServiceProxy.fetchEntityByKey(UserContextInterface user, String key, boolean bypassCache) InformationService.fetchEntityByUrl(UserContextInterface user, String url, String domain) Fetch an object from the metadata stores by its url.InformationService.fetchEntityByUrl(UserContextInterface user, String url, String domain, boolean bypassCache) Fetch an object from the metadata stores by its url.InformationServiceInterface.fetchEntityByUrl(UserContextInterface user, String url, String domain) Fetch an entity from a repository based on the url.InformationServiceInterface.fetchEntityByUrl(UserContextInterface user, String url, String domain, boolean bypassCache) Fetch an entity from a repository based on the url.InformationServiceProxy.fetchEntityByUrl(UserContextInterface user, String url, String domain) Fetch an entity from a repository based on the url.InformationServiceProxy.fetchEntityByUrl(UserContextInterface user, String url, String domain, boolean bypassCache) RepositoryDataDAVRepository.fetchRepositoryData(String repositoryKey) RepositoryDataDAVRepositoryInterface.fetchRepositoryData(String repositoryKey) protected MetadataInterfaceDAVRepository.fetchUsingUrl(String url, Map<String, String> extraProperties) ListInformationService.findServers(UserContextInterface user) This method searches the connected metadata stores for server definitions that can participate in the Information Service as repositories.ListInformationServiceInterface.findServers(UserContextInterface user) This method searches the connected metadata stores for server definitions that can participate in the Information Service as repositories.ListInformationServiceProxy.findServers(UserContextInterface user) This method searches the connected metadata stores for server definitions that can participate in the Information Service as repositories.protected voidOMIRepository.flush()voidOMIServer.flush()protected voidOMIServerRepository.flush()voidServerInterface.flush()flush any pending updates to the metadata server.voidOMIServer.flushAllCachedObjects()voidMetadataRepositoryInterface.freeCredentials(String credential) Free a credential handle.voidMetadataServerInterface.freeCredentials(String credential) Free a credential handle.voidOMIRepository.freeCredentials(String credential) voidOMIRepositoryInterface.freeCredentials(String credential) Free a credential handle.voidOMIServer.freeCredentials(String credential) voidOMIServerRepository.freeCredentials(String credential) voidOMIServer.fromByteArray(UserContextInterface uci, byte[] data) voidServerInterface.fromByteArray(UserContextInterface uci, byte[] data) Initialize an instance of the server from a byte array.voidDAVRepository.fromByteArry(UserContextInterface uci, byte[] data) voidOMIRepository.fromByteArry(UserContextInterface uci, byte[] data) voidOMIServerRepository.fromByteArry(UserContextInterface uci, byte[] data) voidRepositoryInterface.fromByteArry(UserContextInterface uci, byte[] data) Initialize an instance of a repository from state saved in a byte array.OMIServer.generatePassword(String user) ServerInterface.generatePassword(String user) Generate a one-time use password against the metadata server connection for the specified user.MetadataRepositoryInterface.getAccessControlTemplateAttribs(String act) Get attributes for an AccessControlTemplate.MetadataServerInterface.getAccessControlTemplateAttribs(String act) Get attributes for an AccessControlTemplate.OMIRepository.getAccessControlTemplateAttribs(String act) Get attributes for an AccessControlTemplate.OMIRepositoryInterface.getAccessControlTemplateAttribs(String act) Get attributes for an AccessControlTemplate.OMIServer.getAccessControlTemplateAttribs(String act) Get attributes for an AccessControlTemplate.OMIServerRepository.getAccessControlTemplateAttribs(String act) Get attributes for an AccessControlTemplate.ListMetadataRepositoryInterface.getAccessControlTemplateList(int flags) Get the list of AccessControlTemplates for this repository.ListMetadataServerInterface.getAccessControlTemplateList(RepositoryInterface repository, int flags) Get the list of AccessControlTemplates for this repository.ListOMIRepository.getAccessControlTemplateList(int flags) Get the list of AccessControlTemplates for this repository.ListOMIRepositoryInterface.getAccessControlTemplateList(int flags) Get the list of AccessControlTemplates for this repository.ListOMIServer.getAccessControlTemplateList(RepositoryInterface repository, int flags) Get the list of AccessControlTemplates for this repository.ListOMIServerRepository.getAccessControlTemplateList(int flags) Get the list of AccessControlTemplates for this repository.ListMetadataRepositoryInterface.getACTsOnObj(String resource) Get the AccessControlTemplates that are associated to an object.ListMetadataServerInterface.getACTsOnObj(String resource) Get the AccessControlTemplates that are associated to an object.ListOMIRepository.getACTsOnObj(String resource) Get the AccessControlTemplates that are associated to an object.ListOMIRepositoryInterface.getACTsOnObj(String resource) Get the AccessControlTemplates that are associated to an object.ListOMIServer.getACTsOnObj(String resource) Get the AccessControlTemplates that are associated to an object.ListOMIServerRepository.getACTsOnObj(String resource) Get the AccessControlTemplates that are associated to an object.ListMetadataServerInterface.getApplicationActionsAuthorizations(SoftwareComponentInterface app) Get the authorizations on an application's actions.ListMetadataServerInterface.getApplicationActionsAuthorizations(SoftwareComponentInterface app, RoleInterface role, boolean explicitRoleActions) Get the authorizations on an application's actions.ListOMIServer.getApplicationActionsAuthorizations(SoftwareComponentInterface app) List<ApplicationAuthorization> OMIServer.getApplicationActionsAuthorizations(SoftwareComponentInterface app, RoleInterface role, boolean explicitRoleActions) String[][]MetadataRepositoryInterface.getAuthorizations(String authType, String credHandle, String resource, String permission) Get the authorization information for a metadata resource.String[][]MetadataServerInterface.getAuthorizations(String authType, String credHandle, String resource, String permission) Get the authorization information for a metadata resource.String[][]OMIRepository.getAuthorizations(String authType, String credHandle, String resource, String permission) String[][]OMIRepositoryInterface.getAuthorizations(String authType, String credHandle, String resource, String permission) Get the authorization information for a metadata resource.String[][]OMIServer.getAuthorizations(String authType, String credHandle, String resource, String permission) String[][]OMIServerRepository.getAuthorizations(String authType, String credHandle, String resource, String permission) MetadataServerInterface.getAuthorizationsForObjects(List<MetadataInterface> resources, List<String> permissions) Get authorization information for a list of metadata objects.OMIServer.getAuthorizationsForObjects(List<MetadataInterface> resources, List<String> permissions) ListMetadataRepositoryInterface.getAuthorizationsOnObj(String resource, List identities, List permissions, int flags) Get the authorizations on an object for the given identities and permissions.ListMetadataServerInterface.getAuthorizationsOnObj(String resource, List identities, List permissions, int flags) Get the authorizations on an object for the given identities and permissions.ListOMIRepository.getAuthorizationsOnObj(String resource, List identities, List permissions, int flags) Get the authorizations on an object for the given identities and permissions.ListOMIRepositoryInterface.getAuthorizationsOnObj(String resource, List identities, List permissions, int flags) Get the authorizations on an object for the given identities and permissions.ListOMIServer.getAuthorizationsOnObj(String resource, List identities, List permissions, int flags) Get the authorizations on an object for the given identities and permissions.ListOMIServerRepository.getAuthorizationsOnObj(String resource, List identities, List permissions, int flags) Get the authorizations on an object for the given identities and permissions.com.sas.services.cache.CacheStatisticsDAVRepository.getCacheStatistics()com.sas.services.cache.CacheStatisticsOMIRepository.getCacheStatistics()com.sas.services.cache.CacheStatisticsOMIServerRepository.getCacheStatistics()com.sas.services.cache.CacheStatisticsRepositoryInterface.getCacheStatistics()Get the cache statistics for the repository cache.PluginClassLoaderPluginClassLoader.getChildLoader(File pluginDir) Preferred method for creating a child plugin classloader.ClassLoaderPluginClassLoader.getChildLoader(URL[] initialUrls, List plugins) Alternative method for creating a child plugin classloader.OMIServer.getClusterConnections()intMetadataRepositoryInterface.getCountNoSecurity(Filter filter, String association) Perform a search operation against the metadata repository which will return a count of the matching objects, rather than the objects themselves.intMetadataServerInterface.getCountNoSecurity(Filter filter, String association) Perform a search operation against the metadata repository which will return a count of the matching objects, rather than the objects themselves.intOMIRepository.getCountNoSecurity(Filter filter, String association) intOMIRepositoryInterface.getCountNoSecurity(Filter filter, String association) Perform a search operation against the metadata repository which will return a count of the matching objects, rather than the objects themselves.intOMIServer.getCountNoSecurity(Filter filter, String association) intOMIServerRepository.getCountNoSecurity(Filter filter, String association) DateMetadataRepositoryInterface.getCreateDate(MetadataInterface mi) DateMetadataServerInterface.getCreateDate(MetadataInterface mi) Get the Created date of a metadata object as a Date rather than a String.DateOMIRepository.getCreateDate(MetadataInterface mi) DateOMIRepositoryInterface.getCreateDate(MetadataInterface mi) DateOMIServer.getCreateDate(MetadataInterface mi) DateOMIServerRepository.getCreateDate(MetadataInterface mi) StringMetadataRepositoryInterface.getCredentials(String subject) See the ISecurity interface documentation for a description of this method.StringMetadataServerInterface.getCredentials(String subject) See the ISecurity interface documentation for a description of this method.StringOMIRepository.getCredentials(String subject) StringOMIRepositoryInterface.getCredentials(String subject) See the ISecurity interface documentation for a description of this method.StringOMIServer.getCredentials(String subject) StringOMIServerRepository.getCredentials(String subject) StringOMIServer.getDomain()StringServerInterface.getDomain()Get the authentication domain used to connect to the server.MapMetadataServerInterface.getEnterprisePolicies()Get a Map with the server-managed enterprise policies.MapOMIServer.getEnterprisePolicies()OMIServer.getExplicitIdentityGroup(String idGrpName) ServerInterface.getExplicitIdentityGroup(String IdGrpName) Get the IdentityGroupInterface for an explicit IdentityGroupStringDAVRepository.getFactoryKey(Object o) StringOMIRepository.getFactoryKey(Object o) StringOMIServerRepository.getFactoryKey(Object o) StringRepositoryInterface.getFactoryKey(Object o) Get the factory key for objects from this repository.OMIServer.getFoundationRepository()ServerInterface.getFoundationRepository()Get a handle to the foundation repository for this server.OMIServer.getHomeFolder(String userName, UserFolderType type, Filter filter) OMIServer.getHomeFolder(String userName, UserFolderType type, Filter filter, boolean createIfNecessary) ServerInterface.getHomeFolder(String userName, UserFolderType folder, Filter filter) Get a user's home folder.ServerInterface.getHomeFolder(String userName, UserFolderType folder, Filter filter, boolean createIfNecessary) Get a user's home folder.StringOMIChildServer.getHost()StringOMIServer.getHost()StringServerInterface.getHost()Get the host name of the server.ListMetadataRepositoryInterface.getIdentitiesOnObj(String resource, int flags) Get a List of identities associated with an object through authorizations.ListMetadataServerInterface.getIdentitiesOnObj(String resource, int flags) Get a List of identities associated with an object through authorizations.ListOMIRepository.getIdentitiesOnObj(String resource, int flags) Get a List of identities associated with an object through authorizations.ListOMIRepositoryInterface.getIdentitiesOnObj(String resource, int flags) Get a List of identities associated with an object through authorizations.ListOMIServer.getIdentitiesOnObj(String resource, int flags) Get a List of identities associated with an object through authorizations.ListOMIServerRepository.getIdentitiesOnObj(String resource, int flags) Get a List of identities associated with an object through authorizations.OMIRepository.getIdentity()OMIServer.getIdentity()OMIServerRepository.getIdentity()RepositoryInterface.getIdentity()Get the authenticated user identity.ServerInterface.getIdentity()Get the IdentityInterface representing the connected user.MetadataServerInterface.getIdentityInfo()Return an IdentityInfo object containing information about the currently connected user.OMIServer.getIdentityInfo()String[][]MetadataRepositoryInterface.getInheritedIdentities(MetadataInterface mi) String[][]OMIRepository.getInheritedIdentities(MetadataInterface mi) String[][]OMIRepositoryInterface.getInheritedIdentities(MetadataInterface mi) String[][]OMIServerRepository.getInheritedIdentities(MetadataInterface mi) String[][]MetadataRepositoryInterface.getInheritedPermissions(IdentityInterface identity, MetadataInterface metadata, List permissions) String[][]OMIRepository.getInheritedPermissions(IdentityInterface identity, MetadataInterface metadata, List permissions) String[][]OMIRepositoryInterface.getInheritedPermissions(IdentityInterface identity, MetadataInterface metadata, List permissions) String[][]OMIServerRepository.getInheritedPermissions(IdentityInterface identity, MetadataInterface metadata, List permissions) static InformationServiceInterfaceInformationService.getInstance(Object initObject) Get an instance of the InformationService.static InformationServiceInterfaceInformationService.getInstance(Object initObject, DiscoveryServiceInterface discoveryService) Get an instance of the InformationService.static PluginLoaderPluginLoader.getInstance(String name) Get an instance of the named PluginLoader.StringMetadataServerInterface.getInternalDomain()Return the string that represents the internal authentication domain.StringOMIServer.getInternalDomain()MetadataServerInterface.getInternalLoginSitePolicies()Get the site policies that control the internal authentication provider.OMIServer.getInternalLoginSitePolicies()MetadataServerInterface.getInternalLoginUserInfo(String username) Get the information regarding a user's internal login.OMIServer.getInternalLoginUserInfo(String username) ListMetadataServerInterface.getLoginsForAuthDomain(String domain) Get the logins for the connected user for a given authentication domain.ListOMIServer.getLoginsForAuthDomain(String domain) DateMetadataRepositoryInterface.getModifiedDate(MetadataInterface mi) DateMetadataServerInterface.getModifiedDate(MetadataInterface mi) Get the modified date of a metadata object as a Date rather than a String.DateOMIRepository.getModifiedDate(MetadataInterface mi) DateOMIRepositoryInterface.getModifiedDate(MetadataInterface mi) DateOMIServer.getModifiedDate(MetadataInterface mi) DateOMIServerRepository.getModifiedDate(MetadataInterface mi) DAVRepository.getObjectByPath(PathUrl url) DAVRepository.getObjectByPath(String rootFolderName, String path, Class type) Deprecated.DAVRepository.getObjectByPath(String rootFolderName, String path, String type) Deprecated.in favor of getObjectByPathStringInformationService.getObjectByPath(UserContextInterface user, PathUrl path) InformationServiceInterface.getObjectByPath(UserContextInterface user, PathUrl path) Retrieve an object using the PathUrl.InformationServiceProxy.getObjectByPath(UserContextInterface user, PathUrl path) OMIRepository.getObjectByPath(PathUrl url) Get an object in the BIP tree using a PathUrl to find it.OMIRepository.getObjectByPath(String rootFolderName, String path, Class type) Deprecated.Use getObjectByPath( String, String, String )OMIRepository.getObjectByPath(String rootFolderName, String path, String type) Deprecated.in favor of getObjectByPathString.OMIServer.getObjectByPath(PathUrl url) OMIServerRepository.getObjectByPath(PathUrl url) Get an object in the BIP tree using a PathUrl to find it.OMIServerRepository.getObjectByPath(String rootFolderName, String path, Class type) Deprecated.Use getObjectByPath( String, String, String )OMIServerRepository.getObjectByPath(String rootFolderName, String path, String type) Deprecated.in favor of getObjectByPathString.RepositoryInterface.getObjectByPath(PathUrl url) Get an object in the BIP tree using a PathUrl to find it.RepositoryInterface.getObjectByPath(String rootFolderName, String path, Class type) Deprecated.Use getObjectByPath( String rootFolderName, String path, String type)RepositoryInterface.getObjectByPath(String rootFolderName, String path, String type) Deprecated.in favor of getObjectByPathStringServerInterface.getObjectByPath(PathUrl url) Get an object in the BIP tree using a PathUrl to find it.OMIServer.getObjectByPathFilter(PathUrl url) ServerInterface.getObjectByPathFilter(PathUrl url) Get an object in the BIP tree using a PathUrl to create a filter to search for it, rather than walking the folder hierarchy.OMIServer.getObjectByPathNew(PathUrl url) DAVRepository.getObjectByPathString(String rootFolderName, String path, String type) Get an object by path.OMIRepository.getObjectByPathString(String rootFolderName, String path, String type) Get an object from the repository given a root folder, path and type.OMIServerRepository.getObjectByPathString(String rootFolderName, String path, String type) Get an object from the repository given a root folder, path and type.RepositoryInterface.getObjectByPathString(String rootFolderName, String path, String type) Get an object by path.intMetadataRepositoryInterface.getOMRVersion()Get the version of the Metadata Server we're taking to.intOMIRepository.getOMRVersion()intOMIRepositoryInterface.getOMRVersion()Get the version of the Metadata Server we're taking to.intOMIServerRepository.getOMRVersion()ObjectInformationService.getOption(int option) Get an option value from the InformationService or its components.ObjectInformationServiceInterface.getOption(int option) Get an option value from the InformationService or its components.ObjectInformationServiceProxy.getOption(int option) ListMetadataRepositoryInterface.getPermissions()Get a List of Permission objects from the metadata server.ListOMIRepository.getPermissions()ListOMIRepositoryInterface.getPermissions()Get a List of Permission objects from the metadata server.ListOMIServerRepository.getPermissions()OMIServer.getPerson()ServerInterface.getPerson()Get the PersonInterface representing the connected user.DAVRepository.getPersonalRepository()Get the personal repository.DAVRepositoryInterface.getPersonalRepository()Get the personal repository.intOMIChildServer.getPort()intOMIServer.getPort()intServerInterface.getPort()Get the server's TCP port number.ListMetadataRepositoryInterface.getPredefinedPropertyTypes()Get the PropertyType objects from the "Entity Property Types" group.ListOMIRepository.getPredefinedPropertyTypes()ListOMIRepositoryInterface.getPredefinedPropertyTypes()Get the PropertyType objects from the "Entity Property Types" group.ListOMIServerRepository.getPredefinedPropertyTypes()ListDAVRepository.getPreviousVersionNames(MetadataInterface entity) Returns a list of version names for the objectListDAVRepositoryInterface.getPreviousVersionNames(MetadataInterface entity) Returns a list of version names for the objectStringOMIServer.getProtocol()StringServerInterface.getProtocol()Get the protocol string for this server.ListMetadataRepositoryInterface.getRepositories()Get a List of MetadataInterface objects that enumerate the Repositories contained in the OMR server we're currently connected to.ListOMIChildServer.getRepositories(boolean getAll) ListOMIRepository.getRepositories()Get a List of MetadataInterface objects that enumerate the Repositories contained in the OMR server we're currently connected to.ListOMIRepositoryInterface.getRepositories()Get a List of MetadataInterface objects that enumerate the Repositories contained in the OMR server we're currently connected to.ListOMIServer.getRepositories(boolean getAll) ListOMIServer.getRepositories(List repositoryNames) ListOMIServerRepository.getRepositories()ListServerInterface.getRepositories(boolean getAll) Get a List of the requested repositories from this Server.ListServerInterface.getRepositories(List repositoryNames) Get a List of named repositories.OMIChildServer.getRepository(String name) OMIServer.getRepository(String name) ServerInterface.getRepository(String name) Get a named repository managed by this server.InformationService.getRepositoryGroup(String name) Get the group with the given name.InformationServiceInterface.getRepositoryGroup(String name) Get the group with the given name.InformationServiceProxy.getRepositoryGroup(String name) ListInformationService.getRepositoryGroups()Return a List of the defined repository groups.ListInformationServiceInterface.getRepositoryGroups()Return a List of the defined repository groups.ListInformationServiceProxy.getRepositoryGroups()ListOMIServer.getRepositoryNames()ListServerInterface.getRepositoryNames()Get a list of the repository names managed by this server.StringInformationService.getRepositoryUrl(String name) Get the URL for a repository definition by name.StringInformationServiceInterface.getRepositoryUrl(String name) Get the URL for a repository definition by name.StringInformationServiceProxy.getRepositoryUrl(String name) Get the URL for a repository definition by name.StringInformationService.getReposKey(String entityKey) This is a utility method to take an entity key and return the repository key.StringInformationServiceInterface.getReposKey(String entityKey) This is a utility method to take an entity key and return the repository key.StringInformationServiceProxy.getReposKey(String entityKey) This is a utility method to take an entity key and return the repository key.StringOMIRepository.getReposKey(com.sas.metadata.remote.Root reposObject) StringOMIRepositoryInterface.getReposKey(com.sas.metadata.remote.Root reposObject) Take a jOMA object and return the repository key that can be used to fetch it.StringOMIServerRepository.getReposKey(com.sas.metadata.remote.Root reposObject) DAVRepository.getRootFolder(String name) Get a root folder in the repository.OMIRepository.getRootFolder(String name) Get a root folder in the default repository.OMIRepository.getRootFolder(String name, String repository) Get a root folder in a specific repository.OMIServer.getRootFolder()OMIServerRepository.getRootFolder(String name) Get a root folder in the default repository.OMIServerRepository.getRootFolder(String name, String repository) Get a root folder in a specific repository.RepositoryInterface.getRootFolder(String name) Get a root folder in the repository.ServerInterface.getRootFolder()Get the server's root folder.ListDAVRepository.getRootFolders()Get all the root folders int the repository.ListOMIRepository.getRootFolders()Get all the root folders in the default repository.ListOMIRepository.getRootFolders(String repository) Gets all the root folders in a specific repository.ListOMIServerRepository.getRootFolders()Get all the root folders in the default repository.ListOMIServerRepository.getRootFolders(String repository) Gets all the root folders in a specific repository.ListRepositoryInterface.getRootFolders()Get all the root folders in the repository.DAVRepository.getServer()OMIRepository.getServer()OMIServerRepository.getServer()RepositoryInterface.getServer()Get the ServerInterface that controls this repository.InformationService.getServerForPath(UserContextInterface user, PathUrl path) InformationServiceInterface.getServerForPath(UserContextInterface user, PathUrl path) Return theServerInterfacefor the path given.InformationServiceProxy.getServerForPath(UserContextInterface user, PathUrl path) intOMIServer.getServerVersion()intServerInterface.getServerVersion()Get the version number of the server.final RemoteServiceInterfaceInformationServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets an Information service initialized with the specified configuration.OMIServer.getTypeDescriptor(String typeName) ServerInterface.getTypeDescriptor(String typeName) Get the type descriptor for a known type name.Collection<TypeDescriptorInterface> ServerInterface.getTypeDescriptors()Returns an unmodifiable collection of all known type descriptors.MapMetadataServerInterface.getTypeDictionaryMap()Get the Map of TypeDescriptors.MapOMIServer.getTypeDictionaryMap()StringOMIServer.getUrl()ServerInterface.getUserContext()Get the UserContext that this server was created on behalf of.static StringDAVRepository.getUserPRInbox(String userid, UserContextInterface uc) Used to get the URL for the user's inbox.DAVRepository.getVersion(MetadataInterface entity, String versionName) Retrieves a particular version of the specified objectDAVRepositoryInterface.getVersion(MetadataInterface entity, String versionName) Retrieves a particular version of the specified objectvoidInformationService.initialize(InformationServiceInitObject init) This is really just for testing since it's difficult to create an InitializationObject outside the discovery service.booleanInformationService.isAuthorized(UserContextInterface superUser, IdentityInterface plainUser, MetadataInterface objectToCheck, String permission) Check the authorization for a metadata object.booleanInformationServiceInterface.isAuthorized(UserContextInterface superUser, IdentityInterface plainUser, MetadataInterface objectToCheck, String permission) Check the authorization for a metadata object.booleanInformationServiceProxy.isAuthorized(UserContextInterface superUser, IdentityInterface plainUser, MetadataInterface objectToCheck, String permission) Check the authorization for a metadata object.booleanMetadataRepositoryInterface.isAuthorized(MetadataInterface mi, String permission) booleanMetadataRepositoryInterface.isAuthorized(String credential, String resource, String permission) Check authorization status for a given credential, resource, and permission.booleanOMIRepository.isAuthorized(MetadataInterface mi, String permission) booleanOMIRepository.isAuthorized(String credential, String resource, String permission) booleanOMIRepositoryInterface.isAuthorized(MetadataInterface mi, String permission) booleanOMIRepositoryInterface.isAuthorized(String credential, String resource, String permission) Check authorization status for a given credential, resource, and permission.booleanOMIServer.isAuthorized(String credential, String resource, String permission) booleanOMIServerRepository.isAuthorized(MetadataInterface mi, String permission) booleanOMIServerRepository.isAuthorized(String credential, String resource, String permission) booleanServerInterface.isAuthorized(String credential, String resource, String permission) Check authorization status for a given credential, resource, and permission.MetadataRepositoryInterface.isAuthorizedWithConditions(String credential, String resource, String permission) Check authorization status for a given credential, resource, and permission.MetadataServerInterface.isAuthorizedWithConditions(String credential, String resource, String permission) Check authorization status for a given credential, resource, and permission.OMIRepository.isAuthorizedWithConditions(String credential, String resource, String permission) OMIRepositoryInterface.isAuthorizedWithConditions(String credential, String resource, String permission) Check authorization status for a given credential, resource, and permission.OMIServer.isAuthorizedWithConditions(String credential, String resource, String permission) OMIServerRepository.isAuthorizedWithConditions(String credential, String resource, String permission) booleanOMIServer.isConnected()booleanServerInterface.isConnected()Returns whether or not the server instance has a valid connection already established.booleanOMIServer.isUserAuthorized(String repositoryId, String permission) booleanServerInterface.isUserAuthorized(String repositoryId, String permission) Check if the user has the specified permission in the repository.booleanOMIRepository.isUserAuthorizedInRepository(String permission) booleanOMIRepositoryInterface.isUserAuthorizedInRepository(String permission) Checks repository permissions for the user.booleanOMIServerRepository.isUserAuthorizedInRepository(String permission) ClassPluginLoader.loadClass(String plugin, String className) Load a class.voidOMIServer.loadExplicitIdentityGroups()voidOMIServer.loadTypes()voidOMIServer.loadTypes(boolean force) voidServerInterface.loadTypes()voidServerInterface.loadTypes(boolean force) protected OMIServer.OMIKeyOMIServer.makeKey(String repositoryKey) DAVRepository.makePersonalAnchor()DAVRepositoryInterface.makePersonalAnchor()DAVRepository.makeRootFolder(String name) Make a root folder in the repository.OMIRepository.makeRootFolder(String name) Makes a root folder in the repository.OMIServerRepository.makeRootFolder(String name) Makes a root folder in the repository.RepositoryInterface.makeRootFolder(String name) Make a root folder in the repository.DAVRepository.moveTo(DAVEntityInterface de, DAVFolderInterface f) Deprecated.DAVRepository.moveTo(DAVEntityInterface de, DAVFolderInterface f, String name) DAVRepositoryInterface.moveTo(DAVEntityInterface m, DAVFolderInterface f) Deprecated.DAVRepositoryInterface.moveTo(DAVEntityInterface m, DAVFolderInterface f, String name) Move a smart object.ObjectOMIRepository.narrow(RepositoryData entity) Narrow a set of raw repository data to a specific object based on the type.ObjectOMIServerRepository.narrow(RepositoryData entity) Narrow a set of raw repository data to a specific object based on the type.ObjectRepositoryInterface.narrow(RepositoryData entity) DAVRepository.newChild()OMIRepository.newChild()Create a child repository instance with its own cache, which can be used to perform a group of updates transaction-style.OMIServer.newChild()OMIServer.newChild(boolean detached) OMIServerRepository.newChild()Create a child repository instance with its own cache, which can be used to perform a group of updates transaction-style.RepositoryInterface.newChild()Create a child repository instance with its own cache, which can be used to perform a group of updates transaction-style.ServerInterface.newChild()Create a child repository instance with its own cache, which can be used to perform a group of updates transaction-style.ServerInterface.newChild(boolean detached) Create a child repository instance with its own cache, which can be used to perform a group of updates transaction-style.ObjectFactory.newInstance(String className) Create a new instance object of the specified class using the default constructor.ObjectFactory.newInstance(String className, Class[] initParams, Object[] initArgs) Create a new instance object of the specified class using a constructor matching the specified parameter classes.DAVRepository.newMetadata(MetadataInterface model, String name) Deprecated.DAVRepository.newMetadata(String repositoryId, String name, String type) Create a new metadata entity.InformationService.newMetadata(String reposId, String name, RepositoryInterface repos, String type) Create a new metadata entity.InformationServiceInterface.newMetadata(String reposId, String name, RepositoryInterface repos, String type) Create a new metadata entity.InformationServiceProxy.newMetadata(String reposId, String name, RepositoryInterface repos, String type) Create a new metadata entity.OMIRepository.newMetadata(MetadataInterface model, String name) Deprecated.in favor of newMetadataByModel.OMIRepository.newMetadata(String reposId, String name, String type) Create a new metadata entity.OMIServer.newMetadata(String reposId, String name, String type) Create a new metadata item.OMIServerRepository.newMetadata(MetadataInterface model, String name) Deprecated.in favor of newMetadataByModel.OMIServerRepository.newMetadata(String reposId, String name, String type) Create a new metadata entity.RepositoryInterface.newMetadata(MetadataInterface model, String name) Deprecated.in favor of newMetadataByModel.RepositoryInterface.newMetadata(String reposId, String name, String type) Create a new metadata entity.ServerInterface.newMetadata(String reposId, String name, String type) Create a new metadata item.InformationService.newMetadata913(String reposId, String name, RepositoryInterface repos, String type) Create a new metadata entity.InformationServiceInterface.newMetadata913(String reposId, String name, RepositoryInterface repos, String type) Create a new metadata entity.InformationServiceProxy.newMetadata913(String reposId, String name, RepositoryInterface repos, String type) Create a new metadata entity.DAVRepository.newMetadataByModel(MetadataInterface model, String name) Create a new metadata entity.InformationService.newMetadataByModel(MetadataInterface model, String name) Create a new metadata entity.InformationServiceInterface.newMetadataByModel(MetadataInterface model, String name) Create a new metadata entity.InformationServiceProxy.newMetadataByModel(MetadataInterface model, String name) Create a new metadata entity.OMIRepository.newMetadataByModel(MetadataInterface model, String name) Create a new metadata entity.OMIServerRepository.newMetadataByModel(MetadataInterface model, String name) Create a new metadata entity.RepositoryInterface.newMetadataByModel(MetadataInterface model, String name) Create a new metadata entity.InformationService.newMetadataInFolder(FolderInterface folder, RepositoryInterface repos, String type, String name) InformationServiceInterface.newMetadataInFolder(FolderInterface folder, RepositoryInterface repos, String type, String name) Create a new Metadata entity.InformationServiceProxy.newMetadataInFolder(FolderInterface folder, RepositoryInterface repos, String type, String name) Create a new Metadata entity.Factory.process(Object o) Deprecated.Factory.processWithRepository(Object o, RepositoryInterface ri) Process an object from a repository and turn it into a "smart object".DAVRepository.produceDefaultMetadata(Object o) OMIRepository.produceDefaultMetadata(Object o) OMIServerRepository.produceDefaultMetadata(Object o) RepositoryInterface.produceDefaultMetadata(Object o) Return the default metadata object for this repository.protected voidAbstractRepository2.pulseCheck()protected final voidOMIRepository.pulseCheck()protected final voidOMIServer.pulseCheck()protected final voidOMIServerRepository.pulseCheck()voidOMIServer.reconnect()voidServerInterface.reconnect()Reconnect to the server if the connection was broken for any reason.voidDAVRepository.refreshAllData()voidOMIRepository.refreshAllData()voidOMIServer.refreshAllData()voidOMIServerRepository.refreshAllData()voidRepositoryInterface.refreshAllData()Refresh all of the data that's in the cache.voidServerInterface.refreshAllData()Refresh all of the data cached from this server.voidDAVRepository.refreshEntity(MetadataInterface mi) Refresh an existing entity in the repository.voidOMIRepository.refreshEntity(MetadataInterface mi) Refresh an entity from the data in the server.voidOMIServer.refreshEntity(MetadataInterface mi) voidOMIServerRepository.refreshEntity(MetadataInterface mi) Refresh an entity from the data in the server.voidRepositoryInterface.refreshEntity(MetadataInterface mi) Refresh an entity from the data in the server.voidServerInterface.refreshEntity(MetadataInterface mi) Refresh an entity from the data in the server.voidMetadataRepositoryInterface.removeACTFromObj(String resource, String act) Remove an AccessControlTemplate from a metadata object.voidMetadataServerInterface.removeACTFromObj(String resource, String act) Remove an AccessControlTemplate from a metadata object.voidOMIRepository.removeACTFromObj(String resource, String act) Remove an AccessControlTemplate from a metadata object.voidOMIRepositoryInterface.removeACTFromObj(String resource, String act) Remove an AccessControlTemplate from a metadata object.voidOMIServer.removeACTFromObj(String resource, String act) Remove an AccessControlTemplate from a metadata object.voidOMIServerRepository.removeACTFromObj(String resource, String act) Remove an AccessControlTemplate from a metadata object.voidInformationService.removeInformationServiceTimerClient(InformationServiceTimerClient client) Remove a timer client from the service list.voidInformationServiceInterface.removeInformationServiceTimerClient(InformationServiceTimerClient client) Remove a timer client from the service list.voidInformationServiceProxy.removeInformationServiceTimerClient(InformationServiceTimerClient client) Remove a timer client from the service list.voidAbstractRepository2.removeListener(RepositoryListenerInterface listener) Remove a listener from the list of active event listeners for this repository.voidDAVRepository.removeListener(RepositoryListenerInterface listener) voidOMIRepository.removeListener(RepositoryListenerInterface listener) Remove a listener from the list of active event listeners for this repository.voidOMIServerRepository.removeListener(RepositoryListenerInterface listener) Remove a listener from the list of active event listeners for this repository.voidRepositoryInterface.removeListener(RepositoryListenerInterface listener) Remove a listener from the list of active event listeners for this repository.voidMetadataServerInterface.removeMetadataConnectionListener(MetadataConnectionListener listener) Removes an existing connection listenervoidOMIServer.removeMetadataConnectionListener(MetadataConnectionListener listener) final voidInformationServiceInitObject.removeProtocol(String protocol) Removes all repositories, smart object actions, and factories associated with the specified information protocol.booleanInformationServiceInterface.removeRepositoryDef(RepositoryDef repositoryDef) Removes a repository definition from the list of repositories.booleanInformationServiceProxy.removeRepositoryDef(RepositoryDef repositoryDef) booleanInformationService.removeRepositoryGroup(RepositoryGroup group) Remove a group from the collection of defined repository groups that can be used to scope a search.booleanInformationServiceInterface.removeRepositoryGroup(RepositoryGroup group) Remove a group from the collection of defined repository groups that can be used to scope a search.booleanInformationServiceProxy.removeRepositoryGroup(RepositoryGroup group) InformationServiceInitObject.removeResource(String resourceID, Set<ConsumedResourceInterface> removedConsumedResources) DAVRepository.removeRootFolder(String folderName) Root DAV folders cannot be removed dynamically.OMIRepository.removeRootFolder(String folderName) Remove a folder as a root folder for the repository, but don't delete it.OMIServerRepository.removeRootFolder(String folderName) Remove a folder as a root folder for the repository, but don't delete it.RepositoryInterface.removeRootFolder(String folderName) Remove a folder as a root folder for the repository, but don't delete it.booleanInformationServiceInterface.removeServerDef(ServerDef serverDef) Remove a server definition from the Information Service configuration.booleanInformationServiceProxy.removeServerDef(ServerDef serverDef) voidOMIServer.RepositoryDeleted(String name) Client code notifying the Server that a repository was deleted.voidChildRepositoryInterface.rollback()Roll back the changes in this child repository by deleting the cache without flushing it to the parent.voidChildServerInterface.rollback()Roll back the changes in this child repository by deleting the cache without flushing it to the parent.voidDAVChildRepository.rollback()voidOMIChildRepository.rollback()voidOMIChildServer.rollback()voidOMIServerChildRepository.rollback()ListDAVRepository.search(FilterInterface filter) Search the repository using the provided filter.ListInformationService.search(UserContextInterface user, FilterInterface filter) Search all the repositories that a user is connected to.ListInformationServiceInterface.search(UserContextInterface user, FilterInterface filter) Search all the repositories that a user is connected to.ListInformationServiceProxy.search(UserContextInterface user, FilterInterface filter) Search all the repositories that a user is connected to.ListOMIRepository.search(FilterInterface filter) Search the repository using the provided filter.ListOMIServer.search(FilterInterface filter) Search the repository using the provided filter.ListOMIServer.search(FolderInterface folder, FilterInterface filter) ListOMIServer.search(List folderList, FilterInterface filter) ListOMIServerRepository.search(FilterInterface filter) Search the repository using the provided filter.ListRepositoryInterface.search(FilterInterface filter) Search the repository using the provided filter.ListServerInterface.search(FilterInterface filter) Search the repository using the provided filter.ListServerInterface.search(FolderInterface folder, FilterInterface filter) Search the server tree from a given folder base using the provided filter.ListServerInterface.search(List folderList, FilterInterface filter) Search the server from a collection of base folders.ListInformationService.searchFilterArray(UserContextInterface user, FilterInterface[] filters) Perform a search in all the repositories the user is connected to using the provided Filters.ListInformationServiceInterface.searchFilterArray(UserContextInterface user, FilterInterface[] filters) Perform a search in all the repositories the user is connected to using the provided Filters.ListInformationServiceProxy.searchFilterArray(UserContextInterface user, FilterInterface[] filters) Perform a search in all the repositories the user is connected to using the provided Filters.ListInformationService.searchGroup(UserContextInterface user, RepositoryGroup group, FilterInterface filter) Search the repository group that is provided.ListInformationServiceInterface.searchGroup(UserContextInterface user, RepositoryGroup group, FilterInterface filter) Search the repository group that is provided.ListInformationServiceProxy.searchGroup(UserContextInterface user, RepositoryGroup group, FilterInterface filter) ListInformationService.searchGroupName(UserContextInterface user, String groupName, FilterInterface filter) Search the repository group with the given name.ListInformationServiceInterface.searchGroupName(UserContextInterface user, String groupName, FilterInterface filter) Search the repository group with the given name.ListInformationServiceProxy.searchGroupName(UserContextInterface user, String groupName, FilterInterface filter) ListInformationService.searchGroupNameWithFilterArray(UserContextInterface user, String groupName, FilterInterface[] filterArray) ListInformationServiceInterface.searchGroupNameWithFilterArray(UserContextInterface user, String groupName, FilterInterface[] filterArray) Search the repository group that is provided.ListInformationServiceProxy.searchGroupNameWithFilterArray(UserContextInterface user, String groupName, FilterInterface[] filterArray) ListInformationService.searchGroupWithFilterArray(UserContextInterface user, RepositoryGroup group, FilterInterface[] filterArray) ListInformationServiceInterface.searchGroupWithFilterArray(UserContextInterface user, RepositoryGroup group, FilterInterface[] filterArray) Search the repository group that is provided.ListInformationServiceProxy.searchGroupWithFilterArray(UserContextInterface user, RepositoryGroup group, FilterInterface[] filterArray) ListInformationService.searchProtocols(UserContextInterface user, List protocols, FilterInterface filter) Perform a search in the repositories the user is connected to which match the domains in the provided Vector, using the provided Filter.ListInformationServiceInterface.searchProtocols(UserContextInterface user, List protocols, FilterInterface filter) Perform a search in the repositories the user is connected to which match the domains in the provided Vector, using the provided Filter.ListInformationServiceProxy.searchProtocols(UserContextInterface user, List protocols, FilterInterface filter) Perform a search in the repositories the user is connected to which match the domains in the provided Vector, using the provided Filter.ListInformationService.searchProtocolsWithFilterArray(UserContextInterface user, List protocols, FilterInterface[] filters) Perform a search in the repositories the user is connected to which match the domains in the provided Vector, using the provided Filter.ListInformationServiceInterface.searchProtocolsWithFilterArray(UserContextInterface user, List protocols, FilterInterface[] filters) Perform a search in the repositories the user is connected to which match the domains in the provided Vector, using the provided Filter.ListInformationServiceProxy.searchProtocolsWithFilterArray(UserContextInterface user, List protocols, FilterInterface[] filters) Perform a search in the repositories the user is connected to which match the domains in the provided Vector, using the provided Filter.DAVRepository.searchTree(DAVFolderInterface folder, FilterInterface filter, int levels) Search the specified folder tree in the repository using the provided filter.DAVRepository.searchTree(FolderInterface baseFolder, FilterInterface filter) Deprecated.in favor of searchTreeFromBase.DAVRepository.searchTree(String rootFolderName, FilterInterface filter) Search the specified folder tree in the repository using the provided filter.ListInformationService.searchTree(UserContextInterface user, FilterInterface filter) Search the repositories that the user is connected to, returning the results in a navigable folder structure.ListInformationServiceInterface.searchTree(UserContextInterface user, FilterInterface filter) Search the repositories that the user is connected to, returning the results in a navigable folder structure.ListInformationServiceProxy.searchTree(UserContextInterface user, FilterInterface filter) Search the repositories that the user is connected to, returning the results in a naviable folder structure.OMIRepository.searchTree(FolderInterface baseFolder, FilterInterface filter) Deprecated.in favor of searchTreeFromBase.OMIRepository.searchTree(String rootFolderName, FilterInterface filter) Search the specified folder tree in the repository using the provided filter.OMIServerRepository.searchTree(FolderInterface baseFolder, FilterInterface filter) Deprecated.in favor of searchTreeFromBase.OMIServerRepository.searchTree(String rootFolderName, FilterInterface filter) Search the specified folder tree in the repository using the provided filter.RepositoryInterface.searchTree(FolderInterface baseFolder, FilterInterface filter) Deprecated.in favor of searchTreeFromBase.RepositoryInterface.searchTree(String rootFolderName, FilterInterface filter) Search the specified folder tree in the repository using the provided filter.DAVRepository.searchTreeFromBase(FolderInterface baseFolder, FilterInterface filter) Search the specified folder tree in the repository using the provided filter.OMIRepository.searchTreeFromBase(FolderInterface baseFolder, FilterInterface filter) Search the specified folder tree in the repository using the provided filter.OMIServerRepository.searchTreeFromBase(FolderInterface baseFolder, FilterInterface filter) Search the specified folder tree in the repository using the provided filter.RepositoryInterface.searchTreeFromBase(FolderInterface baseFolder, FilterInterface filter) Search the specified folder tree in the repository using the provided filter.DAVRepository.searchTreeFromBaseWithScope(FolderInterface baseFolder, FilterInterface filter, int levels) Search the specified folder tree in the repository using the provided filter.OMIRepository.searchTreeFromBaseWithScope(FolderInterface baseFolder, FilterInterface filter, int levels) Search the specified folder tree in the repository using the provided filter.OMIServerRepository.searchTreeFromBaseWithScope(FolderInterface baseFolder, FilterInterface filter, int levels) Search the specified folder tree in the repository using the provided filter.RepositoryInterface.searchTreeFromBaseWithScope(FolderInterface baseFolder, FilterInterface filter, int levels) Search the specified folder tree in the repository using the provided filter.voidMetadataRepositoryInterface.setAccessControlTemplateAttribs(ACTEntry act) Set attributes on an AccessControlTemplate.voidMetadataServerInterface.setAccessControlTemplateAttribs(RepositoryInterface repository, ACTEntry act) Set attributes on an AccessControlTemplate.voidOMIRepository.setAccessControlTemplateAttribs(ACTEntry act) Set attributes on an AccessControlTemplate.voidOMIRepositoryInterface.setAccessControlTemplateAttribs(ACTEntry act) Set attributes on an AccessControlTemplate.voidOMIServer.setAccessControlTemplateAttribs(RepositoryInterface repository, ACTEntry act) Set attributes on an AccessControlTemplate.voidOMIServerRepository.setAccessControlTemplateAttribs(ACTEntry act) Set attributes on an AccessControlTemplate.voidMetadataRepositoryInterface.setAuthorizationsOnObj(String resource, List authorizations, int flags) Set authorizations on a metadata object.voidMetadataServerInterface.setAuthorizationsOnObj(String resource, List authorizations, int flags) Set authorizations on a metadata object.voidOMIRepository.setAuthorizationsOnObj(String resource, List authorizations, int flags) Set authorizations on a metadata object.voidOMIRepositoryInterface.setAuthorizationsOnObj(String resource, List authorizations, int flags) Set authorizations on a metadata object.voidOMIServer.setAuthorizationsOnObj(String resource, List authorizations, int flags) Set authorizations on a metadata object.voidOMIServerRepository.setAuthorizationsOnObj(String resource, List authorizations, int flags) Set authorizations on a metadata object.voidFactoryAction.setFilter(String filter, boolean isValidating) Sets the factory action's filter.voidMetadataServerInterface.setInternalLoginUserOptions(String username, boolean isDisabled, boolean bypassStrength, boolean bypassHistory, boolean useStdPasswordExpirationDays, int passwordExpirationDays, boolean bypassLockout, boolean bypassInactivitySuspension, boolean doesAccountExpire, Date accountExpirationDate) Set the options on a user's internal login.voidOMIServer.setInternalLoginUserOptions(String username, boolean isDisabled, boolean bypassStrength, boolean bypassHistory, boolean useStdPasswordExpirationDays, int passwordExpirationDays, boolean bypassLockout, boolean bypassInactivitySuspension, boolean doesAccountExpire, Date accountExpirationDate) voidMetadataServerInterface.setInternalPassword(String username, String password) Set a user's internal password.voidOMIServer.setInternalPassword(String username, String password) voidInformationService.setOption(int option, Object o) Set an option on the InformationService or its components.voidInformationServiceInterface.setOption(int option, Object o) Set an option on the InformationService or its components.voidInformationServiceProxy.setOption(int option, Object o) ListDAVRepository.DAVEvaluator.setPath(String path) ListOMIRepository.OMIEvaluator.setPath(String path) ListOMIServerRepository.OMIEvaluator.setPath(String path) voidMetadataServerInterface.setSelfInternalPassword(String username, String currentPassword, String newPassword) Used to set a user's internal password by the user himself.voidOMIServer.setSelfInternalPassword(String username, String oldPassword, String newPassword) byte[]DAVRepository.toByteArray()byte[]OMIRepository.toByteArray()byte[]OMIServer.toByteArray(boolean copyData) byte[]OMIServerRepository.toByteArray()byte[]RepositoryInterface.toByteArray()Write the current state of the repository to a byte array.byte[]ServerInterface.toByteArray(boolean copyData) Output the state of the server to a byte array.voidDAVRepository.uncheckout(MetadataInterface entity) Uncheck out/Cancel updatevoidDAVRepositoryInterface.uncheckout(MetadataInterface entity) Uncheck out/Cancel updatevoidDAVChildRepository.updateEntity(MetadataInterface input) voidDAVRepository.updateEntity(DAVEntityInterface input) Update an existing entity in the repository.voidDAVRepositoryInterface.updateEntity(DAVEntityInterface input) Update an existing entity in the repository.voidOMIChildRepository.updateEntity(Object reposId, Object input) voidOMIRepository.updateEntity(Object reposId, Object input) Update an existing entity in the repository.voidOMIServerRepository.updateEntity(Object reposId, Object input) Update an existing entity in the repository.voidDAVRepository.version(MetadataInterface entity) Put the entity under version controlvoidDAVRepositoryInterface.version(MetadataInterface entity) Put the entity under version control -
Uses of ServiceException in com.sas.services.information.metadata
Methods in com.sas.services.information.metadata that return ServiceExceptionModifier and TypeMethodDescriptionOMRSubscriber.validate(FolderInterface folder) Validate a publishing framework subscriber.OMRSubscriber.validate(FolderInterface folder, String subscriberName) Validate a publishing framework subscriber.SubscriberInterface.validate(FolderInterface folder) Validate a publishing framework subscriber.Methods in com.sas.services.information.metadata that throw ServiceExceptionModifier and TypeMethodDescriptionvoidMetadata.add()Add a new metadata item to the repository.voidMetadataInterface.add()Add a new metadata item to the repository.protected voidOMRContentSubscriberGroup.add(MetadataInterface member, boolean ordered) protected voidOMREventSubscriberGroup.add(MetadataInterface member, boolean ordered) protected voidOMRGroup.add(MetadataInterface member, boolean ordered) voidVirtualMetadata.add()voidMetadata.addAccessControl(AccessControlEntryInterface ace) Add an Access Control item to this object.voidMetadataInterface.addAccessControl(AccessControlEntryInterface ace) Add an Access Control item to this object.voidVirtualMetadata.addAccessControl(AccessControlEntryInterface accessControl) Add an Access Control item to this object.voidMultiHostDeployment.addAll(List<HostInterface> hosts) voidOMRMultiHostDeployedObject.addAll(List<HostInterface> host) voidForeignKeyInterface.addAssociation(KeyAssociationInterface associatoin) Add a key association to the foreign keyvoidOMRForeignKey.addAssociation(KeyAssociationInterface association) Adds key association to a Foreign Key.voidOMRPrototype.addAssociation(AssociationPropertyInterface property) voidPrototypeInterface.addAssociation(AssociationPropertyInterface property) Add an association to this prototype.voidMetadata.addAttribute(String key, String value) Add an attribute with the given name and valuevoidMetadataInterface.addAttribute(String key, String value) Add an attribute with the given name and valuevoidVirtualMetadata.addAttribute(String key, String value) Add an attribute with the given name and valuevoidMetadata.addAttributes(Map attributeMap) Add a number of attributes - names and values are given in the map.voidMetadataInterface.addAttributes(Map attributeMap) Add a number of attributes - names and values are given in the map.voidVirtualMetadata.addAttributes(Map attributeMap) Add a number of attributes - names and values are given in the map.voidFolder.addChild(PublicObjectInterface newChild) voidOMRServerRootFolder.addChild(PublicObjectInterface newChild) voidVirtualFolder.addChild(PublicObjectInterface newChild) voidColumnContainerInterface.addColumn(ColumnInterface column) Add a column to the the underneath Key or Index containervoidColumnHierarchyInterface.addColumn(ColumnInterface column) Add a column to this hierarchy.voidDataTableInterface.addColumn(ColumnInterface column) Add a column to this table.voidOMRColumnHierarchy.addColumn(ColumnInterface column) voidOMRDataTable.addColumn(ColumnInterface column) voidOMRIndex.addColumn(ColumnInterface column) Adds single column to an Index.voidOMRQueryClause.addColumn(ColumnInterface column) voidOMRRelationalKey.addColumn(ColumnInterface column) voidQueryClauseInterface.addColumn(ColumnInterface column) voidColumnContainerInterface.addColumnAt(ColumnInterface column, int pos) Add a column to the the underneath Key or Index container at specified position in Column List.voidColumnHierarchyInterface.addColumnAt(ColumnInterface column, int index) Inserts the column at the specified position in this List.voidDataTableInterface.addColumnAt(ColumnInterface column, int index) Inserts the column at the specified position in this List.voidOMRColumnHierarchy.addColumnAt(ColumnInterface column, int index) voidOMRDataTable.addColumnAt(ColumnInterface column, int index) voidOMRIndex.addColumnAt(ColumnInterface column, int pos) Adds single column to an Index at specified position in the list.voidOMRRelationalKey.addColumnAt(ColumnInterface column, int pos) voidDataTableInterface.addColumnHierarchy(ColumnHierarchyInterface columnHierarchy) Add a column hierarchy to the list of column hierarchies for this data table.voidOMRDataTable.addColumnHierarchy(ColumnHierarchyInterface columnHierarchy) voidColumnContainerInterface.addColumns(List<ColumnInterface> column) Add a column list to the the underneath Key or Index containervoidOMRIndex.addColumns(List<ColumnInterface> columns) Adds multiple columns to an Index.voidOMRRelationalKey.addColumns(List<ColumnInterface> columns) voidOMRServer.addComputeTask(MetadataInterface task) voidServerInterface.addComputeTask(MetadataInterface task) Add a compute task to this server.voidChannelInterface.addContentSubscriber(ContentSubscriberInterface subscriber) Adds a content subscriber to this channel.voidOMRChannel.addContentSubscriber(ContentSubscriberInterface subscriber) Adds a content subscriber to this channel.voidAbstractPropertyInterface.addCustomizer(SoftwareComponentInterface customizer) Add a customizer to this property.voidOMRAbstractProperty.addCustomizer(SoftwareComponentInterface customizer) voidOMRPropertyGroup.addCustomizer(SoftwareComponentInterface softcom) voidPropertyGroupInterface.addCustomizer(SoftwareComponentInterface softcom) Add aSoftwareComponentInterfaceobject as a customizer of this PropertyGroup.voidOMRServer.addDataPackage(DeployedDataPackageInterface dataPackage) voidServerInterface.addDataPackage(DeployedDataPackageInterface dataPackage) Add a DeployedDataPackage to the server as a DataPackage.voidOMRSoftwareComponent.addDeployedComponent(ServerInterface server) voidSoftwareComponentInterface.addDeployedComponent(ServerInterface server) Add a DeployedComponent to this SoftwareComponent.voidFileInterface.addDirectory(DirectoryInterface directory) Add a directory to this file's list of associated directories.voidOMRFile.addDirectory(DirectoryInterface directory) voidMetadata.addDocument(DocumentInterface doc) voidMetadataInterface.addDocument(DocumentInterface doc) Add an associated Document to this object.voidVirtualMetadata.addDocument(DocumentInterface doc) voidAbstractPropertyInterface.addEditor(SoftwareComponentInterface editor) Add an editor to this property.voidOMRAbstractProperty.addEditor(SoftwareComponentInterface editor) voidOMRPerson.addEmail(EmailInterface email) voidPersonInterface.addEmail(EmailInterface email) Add a new email to a user's list of email instances.voidOMRPerson.addEmailAddress(String address) voidPersonInterface.addEmailAddress(String address) Deprecated.Use addEmail( EmailInterface email ) insteadvoidContentSubscriberInterface.addEntryExclusionFilter(String filter) Add an entry exclusion filter to this subscriber.voidOMRContentSubscriber.addEntryExclusionFilter(String filter) voidContentSubscriberInterface.addEntryInclusionFilter(String filter) Add an entry inclusion filter to this subscriber.voidOMRContentSubscriber.addEntryInclusionFilter(String filter) voidConfigurationXMLTextStoreInterface.addEnumerationItem(EnumerationItem item) Add an item to the enumeration data.voidOMRConfigurationTextStore.addEnumerationItem(EnumerationItem item) voidChannelInterface.addEventSubscriber(EventSubscriberInterface subscriber) Adds an event subscriber to this channel.voidOMRChannel.addEventSubscriber(EventSubscriberInterface subscriber) voidMetadata.addExtension(String name, String value, String type) Add an extension to the current set of extensionsvoidMetadataInterface.addExtension(String name, String value, String type) Add an extension to the current set of extensionsvoidVirtualMetadata.addExtension(String name, String value, String type) Add an extension to the current set of extensionsvoidAllUsersIdentity.addExternalIdentity(ExternalIdentityInterface externalIdentity) voidAuthenticatedIdentity.addExternalIdentity(ExternalIdentityInterface externalIdentity) voidDavPerson.addExternalIdentity(ExternalIdentityInterface externalIdentity) voidIdentityInterface.addExternalIdentity(ExternalIdentityInterface externalIdentity) Add an external identity to the Identity.voidOMRIdentity.addExternalIdentity(ExternalIdentityInterface externalIdentity) Add an external identity to the Identity.voidPropertyIdentity.addExternalIdentity(ExternalIdentityInterface externalIdentity) voidReferenceIdentity.addExternalIdentity(ExternalIdentityInterface externalIdentity) voidSelfIdentity.addExternalIdentity(ExternalIdentityInterface externalIdentity) voidUnauthenticatedIdentity.addExternalIdentity(ExternalIdentityInterface externalIdentity) voidDirectoryInterface.addFile(MetadataInterface file) Add a file to this directory.voidOMRDirectory.addFile(MetadataInterface file) voidContentSubscriberInterface.addFileMimeTypeExclusionFilter(String filter) Add a file type exclusion filter.voidOMRContentSubscriber.addFileMimeTypeExclusionFilter(String filter) voidContentSubscriberInterface.addFileMimeTypeInclusionFilter(String filter) Add a file type inclusion filter.voidOMRContentSubscriber.addFileMimeTypeInclusionFilter(String filter) OMRRelationalTable.addForeignKey(String name, RelationalKeyInterface smartUKey) RelationalTableInterface.addForeignKey(String name, RelationalKeyInterface smartUKey) Add a foreign key to the relational table.voidMetadata.addGroup(GroupInterface group) voidMetadataInterface.addGroup(GroupInterface group) Add this object to a group.voidVirtualMetadata.addGroup(GroupInterface group) voidOMRPropertyGroup.addGroupedProperty(AbstractPropertyInterface property) voidPropertyGroupInterface.addGroupedProperty(AbstractPropertyInterface property) Add aAbstractPropertyInterfaceto the collection grouped by this PropertyGroup.voidMultiHostDeployment.addHost(HostInterface host) Add a new host to the deployment listvoidOMRMultiHostDeployedObject.addHost(HostInterface host) voidAccessControlEntryInterface.addIdentity(IdentityInterface identity) Add an identity to this ACE.voidDAVAccessControlEntry.addIdentity(IdentityInterface identity) voidIdentityGroupInterface.addIdentity(IdentityInterface identity) Add a member identity to this group.voidOMRAccessControlEntry.addIdentity(IdentityInterface identity) Add an identity to this ACE.voidOMRIdentityGroup.addIdentity(IdentityInterface identity) voidMetadata.addImplementor(SoftwareComponentInterface softwareComponent) Add a SoftwareComponent as an implementor of this object.voidMetadataInterface.addImplementor(SoftwareComponentInterface softwareComponent) Add a SoftwareComponent as an implementor of this object.voidVirtualMetadata.addImplementor(SoftwareComponentInterface softwareComponent) OMRPhysicalTable.addIndex(String name, List<ColumnInterface> listColumn) Adds index to a physical table.PhysicalTableInterface.addIndex(String name, List<ColumnInterface> listColumn) Add a Index to the physical table.voidFolder.addItem(MetadataInterface item) Add an item to the folder.protected voidFolder.addItem(MetadataInterface item, int index) voidFolderInterface.addItem(MetadataInterface item) Add an item to the folder.voidOMRServerRootFolder.addItem(MetadataInterface item) voidVirtualFolder.addItem(MetadataInterface item) voidMetadata.addKeyword(String keyword) Add a keyword to this object.voidMetadataInterface.addKeyword(String keyword) Add a keyword to this object.voidOMRSASClientConnection.addLibrary(SASLibraryInterface library) voidSASClientConnectionInterface.addLibrary(SASLibraryInterface library) Add a library to the list that are accessible through this connection.voidAllUsersIdentity.addLocation(LocationInterface location) voidAuthenticatedIdentity.addLocation(LocationInterface location) voidDavPerson.addLocation(LocationInterface location) voidOMRPerson.addLocation(LocationInterface location) voidPersonInterface.addLocation(LocationInterface location) Add a location to the user's list of locations.voidPropertyIdentity.addLocation(LocationInterface location) voidReferenceIdentity.addLocation(LocationInterface location) voidSelfIdentity.addLocation(LocationInterface location) voidUnauthenticatedIdentity.addLocation(LocationInterface location) voidAllUsersIdentity.addLogin(LoginInterface login) voidAuthenticatedIdentity.addLogin(LoginInterface login) voidDavPerson.addLogin(LoginInterface login) voidIdentityInterface.addLogin(LoginInterface login) Add a login to the Identity.voidOMRIdentity.addLogin(LoginInterface login) Add a login to the Identity.voidPropertyIdentity.addLogin(LoginInterface login) voidReferenceIdentity.addLogin(LoginInterface login) voidSelfIdentity.addLogin(LoginInterface login) voidUnauthenticatedIdentity.addLogin(LoginInterface login) voidGroupInterface.addMember(MetadataInterface member) Add a new member to the group.voidOMRGroup.addMember(MetadataInterface member) voidGroupInterface.addMemberOrdered(MetadataInterface member) Add a new member to the group such that it will be ordered even if it's in another repository (This is primarily for OMR groups).voidOMRGroup.addMemberOrdered(MetadataInterface member) voidContentSubscriberInterface.addNameValueExclusionFilter(String filter) Adds a name/value exclusion filter to the subscriber.voidOMRContentSubscriber.addNameValueExclusionFilter(String filter) voidContentSubscriberInterface.addNameValueInclusionFilter(String filter) Adds a name/value inclusion filter to the subscriber.voidOMRContentSubscriber.addNameValueInclusionFilter(String filter) Folder.addNewItem(String name, String type) Create a new metadata object to add to the folder.FolderInterface.addNewItem(String name, String type) Create a new metadata object to add to the folder.OMRServerRootFolder.addNewItem(String name, String type) VirtualFolder.addNewItem(String name, String type) voidMetadata.addNoteTextStore(TextStoreInterface note) Metadata.addNoteTextStore(String name, String role, String type, String text) voidMetadataInterface.addNoteTextStore(TextStoreInterface note) Add an associated TextStore note to this object.MetadataInterface.addNoteTextStore(String name, String role, String type, String text) Creates a TextStore note and adds it to this object.voidVirtualMetadata.addNoteTextStore(TextStoreInterface note) VirtualMetadata.addNoteTextStore(String name, String role, String type, String text) voidDocumentInterface.addObject(MetadataInterface newObject) Add an object to the document's Objects association.voidOMRDocument.addObject(MetadataInterface newObject) voidMetadata.addObjectProperty(PropertyInterface property) voidMetadata.addObjectProperty(String name, String propertyName, String value, String type) voidMetadataInterface.addObjectProperty(PropertyInterface property) Add a property to this object.voidMetadataInterface.addObjectProperty(String name, String propertyName, String value, String type) Add a new property to this metadata object.voidVirtualMetadata.addObjectProperty(PropertyInterface property) voidVirtualMetadata.addObjectProperty(String name, String propertyName, String value, String type) voidGroupInterface.addOwner(PersonInterface owner) Add a person as an owner of the group.voidOMRGroup.addOwner(PersonInterface owner) voidAccessControlEntryInterface.addPermission(PermissionInterface permission) Add a permission to this ACE.voidDAVAccessControlEntry.addPermission(PermissionInterface permission) voidOMRAccessControlEntry.addPermission(PermissionInterface permission) Add a permission to this ACE.voidMetadata.addPermissions(List identities, List permissions) Add a set of permissions for a set of identities for this metadata object.voidMetadataInterface.addPermissions(List identities, List permissions) Add a set of permissions for a set of identities for this metadata object.voidVirtualMetadata.addPermissions(List identities, List permissions) Add a set of permissions for a set of identities for this metadata object.voidAllUsersIdentity.addPhoneNumber(PhoneNumberInterface phone) voidAuthenticatedIdentity.addPhoneNumber(PhoneNumberInterface phone) voidDavPerson.addPhoneNumber(PhoneNumberInterface phone) voidOMRPerson.addPhoneNumber(PhoneNumberInterface phone) voidPersonInterface.addPhoneNumber(PhoneNumberInterface phone) Add a phone number to the user's list.voidPropertyIdentity.addPhoneNumber(PhoneNumberInterface phone) voidReferenceIdentity.addPhoneNumber(PhoneNumberInterface phone) voidSelfIdentity.addPhoneNumber(PhoneNumberInterface phone) voidUnauthenticatedIdentity.addPhoneNumber(PhoneNumberInterface phone) OMRRelationalTable.addPrimaryKey(String name, List<ColumnInterface> listColumn) RelationalTableInterface.addPrimaryKey(String name, List<ColumnInterface> listColumn) Add a Primary key to the relational table.voidMetadata.addProcessorInterface(String interfaceClassName, ProcessorInterface actionInterface) Add an action interface to this class.voidVirtualMetadata.addProcessorInterface(String interfaceClassName, ProcessorInterface actionInterface) voidMetadata.addPrompt(BaseOMRPromptInterface prompt) Add a prompt to this object.voidMetadataInterface.addPrompt(BaseOMRPromptInterface prompt) Add a prompt to this object.voidVirtualMetadata.addPrompt(BaseOMRPromptInterface prompt) voidOMRServer.addProperty(PropertyInterface property) Add a property to the set of properties for this server.voidServerInterface.addProperty(PropertyInterface property) Add a property to the set of properties for this server.voidOMRSoftwareComponent.addPropertyGroup(PropertyGroupInterface group) voidSoftwareComponentInterface.addPropertyGroup(PropertyGroupInterface group) Add aPropertyGroupInterfaceobject to this SoftwareComponent.voidMetadata.addPropertySet(PropertySetInterface propertySet) voidMetadataInterface.addPropertySet(PropertySetInterface propertySet) Add a property set to this object.voidVirtualMetadata.addPropertySet(PropertySetInterface propertySet) voidOMRPrototype.addPrototypeProperty(PrototypePropertyInterface property) voidPrototypeInterface.addPrototypeProperty(PrototypePropertyInterface property) Add an attribute property to this prototype.voidConnectionInterface.addProvider(ServerInterface provider) Add a provider server which can connect to the listening source server over this connection.voidOMRConnection.addProvider(ServerInterface provider) voidColumnInterface.addQueryClause(QueryClauseInterface clause) Add a query to this column.voidOMRColumn.addQueryClause(QueryClauseInterface clause) voidMetadata.addRemark(RemarksInterface remark) voidMetadataInterface.addRemark(RemarksInterface remark) Add a remark to this smart objectvoidVirtualMetadata.addRemark(RemarksInterface remark) Add a remark to this smart objectvoidMetadata.addResponsibleParty(Responsibility newResponsibility) voidMetadataInterface.addResponsibleParty(Responsibility newResponsibility) Add a new responsibleParty to this object.voidVirtualMetadata.addResponsibleParty(Responsibility newResponsibility) voidDataTableInterface.addRole(DataTableRoleInterface role) Add a role to the list of roles describing this DataTable.voidDataTableInterface.addRole(String context, String objectRole) Given the context and object role, create a new Role and add it to the roles for this DataTable.voidOMRDataTable.addRole(DataTableRoleInterface role) voidOMRDataTable.addRole(String context, String objectRole) voidDatabaseCatalogInterface.addSchema(RelationalSchemaInterface schema) voidOMRDatabaseCatalog.addSchema(RelationalSchemaInterface schema) voidFileInterface.addScriptedConnection(SASClientConnectionInterface connection) Add a SASClientConnection to the list of connections that this script executes for.voidOMRFile.addScriptedConnection(SASClientConnectionInterface connection) voidOMRSASClientConnection.addScriptFile(FileInterface file) voidSASClientConnectionInterface.addScriptFile(FileInterface file) Add a script file to this connection.voidOMRServer.addServed(ServerInterface server) Add a new server to the list of servers that use this server.voidServerInterface.addServed(ServerInterface server) Add a new server to the list of servers that use this server.voidDeployedDataPackageInterface.addServer(ServerInterface server) Add a server to the list of associated server.voidDirectoryInterface.addServer(MetadataInterface server) Add a server to the list that has access to this directory.voidOMRDeployedDataPackage.addServer(ServerInterface server) voidOMRDirectory.addServer(MetadataInterface server) voidOMRServer.addServer(ServerInterface server) Add a new server to the list of servers that this server uses.voidServerInterface.addServer(ServerInterface server) Add a new server to the list of servers that this server uses.voidOMRServer.addServiceType(ServiceTypeInterface serviceType) voidServerInterface.addServiceType(ServiceTypeInterface serviceType) Add a service type to this server.voidOMRPropertySet.addSetProperty(PropertyInterface property) voidPropertySetInterface.addSetProperty(PropertyInterface property) Add a property to the current set.OMRPhysicalTable.addSimpleIndex(ColumnInterface column) PhysicalTableInterface.addSimpleIndex(ColumnInterface column) Add a Simple Index (contains only 1 column) to the physical table.voidOMRSoftwareComponent.addSoftwareGroup(GroupInterface group) voidSoftwareComponentInterface.addSoftwareGroup(GroupInterface group) Add a SoftwareGroup to this SoftwareComponent.voidOMRSoftwareComponent.addSoftwareTree(FolderInterface folder) voidSoftwareComponentInterface.addSoftwareTree(FolderInterface folder) Add a SoftwareTree to this SoftwareComponent.voidOMRProxyList.addSourceConnection(ConnectionInterface connection) voidOMRServer.addSourceConnection(ConnectionInterface connection) voidServerInterface.addSourceConnection(ConnectionInterface connection) Add a connection definition that can be used to access this server.voidFilteredFolder.addSubfolder(FolderInterface folder) Add a subfolder to this FilteredFolder.voidFolder.addSubfolder(FolderInterface folder) Add an existing folder to this one as a subfolder.protected voidFolder.addSubfolder(FolderInterface folder, int index) voidFolderInterface.addSubfolder(FolderInterface folder) Add an existing folder to this one as a subfolder.voidOMRServerRootFolder.addSubfolder(FolderInterface folder) voidVirtualFolder.addSubfolder(FolderInterface folder) voidVirtualFolder.addSubfolder(VirtualFolderInterface folder) voidVirtualFolderInterface.addSubfolder(VirtualFolderInterface folder) Adds a nested virtual folder.voidOMRPropertyGroup.addSubpropertyGroup(PropertyGroupInterface group) voidPropertyGroupInterface.addSubpropertyGroup(PropertyGroupInterface group) Add a subproperty group.voidChannelInterface.addSubscriberGroup(GroupInterface group) Add a subscriber group to this channel.voidOMRChannel.addSubscriberGroup(GroupInterface group) voidOMRRelationalSchema.addTable(DataTableInterface table) voidRelationalSchemaInterface.addTable(DataTableInterface table) Add aDataTableInterfaceto the list of tables associated to this schema.OMRRelationalTable.addUniqueKey(String name, List<ColumnInterface> listColumn) RelationalTableInterface.addUniqueKey(String name, List<ColumnInterface> listColumn) Add a Unique key to the relational table.voidDeployedDataPackageInterface.addUsedByPackage(DeployedDataPackageInterface newPackage) Add a package to the list of packages that use this one.voidOMRDeployedDataPackage.addUsedByPackage(DeployedDataPackageInterface newPackage) voidMetadata.addUsedByPrototype(MetadataInterface prototyped) Add an object which uses this object as a prototype.voidMetadataInterface.addUsedByPrototype(MetadataInterface prototyped) Add an object which uses this object as a prototype.voidVirtualMetadata.addUsedByPrototype(MetadataInterface prototyped) voidLoginInterface.addUser(PersonInterface user) Add a user to the list of allowed clients.voidOMRLogin.addUser(PersonInterface user) voidDeployedDataPackageInterface.addUsingPackage(DeployedDataPackageInterface newPackage) Add a package to the list of packages that this one uses.voidOMRDeployedDataPackage.addUsingPackage(DeployedDataPackageInterface newPackage) voidAbstractPropertyInterface.addValidator(SoftwareComponentInterface validator) Add a validator to the property.voidOMRAbstractProperty.addValidator(SoftwareComponentInterface validator) voidAuthorizationUtil.applyACT(AccessControlTemplateInterface act) Apply an ACT to protect an objectvoidAuthorizationUtilInterface.applyACT(AccessControlTemplateInterface act) Apply an ACTs to protect an objectprotected TMetadataBuilder.buildInternal(UserContextInterface user) Build the object.protected final voidMetadataBuilder.buildSetup(UserContextInterface user) voidMetadata.checkin()Check out the itemvoidMetadataInterface.checkin()Check in this itemvoidVirtualMetadata.checkin()Check in this itemvoidMetadata.checkout()Check out the itemvoidMetadataInterface.checkout()Check out this itemvoidVirtualMetadata.checkout()Check out this itemvoidAuthorizationBaseInterface.commit()Commit Authorization Changes Any pending Authorization changes will be committed on the Server.voidAuthorizationUtil.commit()voidMetadata.commit()Commit changes that have been made to this object to the parent.voidMetadataInterface.commit()Commit changes that have been made to this object to the parent.voidVirtualMetadata.commit()booleanOMRTextStore.containsBytes()booleanTextStoreInterface.containsBytes()Returns true if the TextStore contents were set with the setBytes() method.booleanColumnHierarchyInterface.containsColumns()Does this hierarchy contain columns?booleanOMRColumnHierarchy.containsColumns()booleanVirtualFolderManager.containsVirtualFolder(String id) Returns true if a virtual folder exists with the specified id.IndexInterface.convertToCompositeIndex(String name, List<ColumnInterface> columns) Convert simple index (contains only 1 column) to composite index (contains more than 1 column)OMRIndex.convertToCompositeIndex(String name, List<ColumnInterface> listColumn) IndexInterface.convertToSimpleIndex(ColumnInterface column) Convert composite index (contains more than 1 column) to simple index (contains only 1 column)OMRIndex.convertToSimpleIndex(ColumnInterface column) Folder.copyTo(FolderInterface folder, String name) Metadata.copyTo(FolderInterface folder, String name) Make a copy of this object.MetadataInterface.copyTo(FolderInterface folder, String name) Make a copy of this object.VirtualMetadata.copyTo(FolderInterface folder, String name) Make a copy of this object.intMetadata.countAssociatedObjects(String association) intMetadataInterface.countAssociatedObjects(String association) Count the objects associated to this one via a named association.intVirtualMetadata.countAssociatedObjects(String association) protected voidMetadataBuilder.createObject()FolderAdminInterface.createRepositoryRootFolder(OMIRepositoryInterface repos) Creates the root folder for a repository.OMRServerRootFolder.createRepositoryRootFolder(OMIRepositoryInterface repos) FolderAdminInterface.createTopLevelFolder(OMIRepositoryInterface repos, String folderName) Creates a new top level folder for the given repository or returns an existing folder that has already been defined.OMRServerRootFolder.createTopLevelFolder(OMIRepositoryInterface repos, String folderName) voidFolder.delete()voidMetadata.delete()Delete this object from its repository.voidMetadataInterface.delete()Delete this object from its repository.voidOMRChannel.delete()voidOMRColumnHierarchy.delete()voidOMRContentSubscriber.delete()Delete this object from its repository.voidOMRGroup.delete()voidOMRNote.delete()voidOMRProperty.delete()voidOMRServerContext.delete()voidOMRSubscriber.delete()voidRemarks.delete()Override delete to make sure that only the owner can delete the remark.voidVirtualMetadata.delete()voidMetadata.deleteAttribute(String key) Delete a specific attributevoidMetadataInterface.deleteAttribute(String key) Delete a specific attributevoidVirtualMetadata.deleteAttribute(String key) Delete a specific attributevoidMetadata.deleteAttributes(List attributes) Delete a list of attributes.voidMetadataInterface.deleteAttributes(List attributes) Delete a list of attributes.voidVirtualMetadata.deleteAttributes(List attributes) Delete a list of attributes.voidAllUsersIdentity.deleteInternalAccount()voidAuthenticatedIdentity.deleteInternalAccount()voidDavPerson.deleteInternalAccount()voidOMRPerson.deleteInternalAccount()voidPersonInterface.deleteInternalAccount()Delete Internal AccountvoidPropertyIdentity.deleteInternalAccount()voidReferenceIdentity.deleteInternalAccount()voidSelfIdentity.deleteInternalAccount()voidUnauthenticatedIdentity.deleteInternalAccount()voidFolder.deleteItem(MetadataInterface item) Delete an item from this folder.voidFolderInterface.deleteItem(MetadataInterface item) Delete an item from this folder.voidOMRServerRootFolder.deleteItem(MetadataInterface item) voidVirtualFolder.deleteItem(MetadataInterface item) protected voidMetadata.deleteRootObject(com.sas.metadata.remote.Root object) voidFolder.deleteSubfolder(String name) Delete a subfolder.voidFolderInterface.deleteSubfolder(String name) Delete a subfolder.voidOMRServerRootFolder.deleteSubfolder(String name) voidVirtualFolder.deleteSubfolder(String name) voidVirtualFolderManager.destroy()Destoys this factory instancevoidAuthorizationBaseInterface.discard()Discard Authorization Changes Any pending Authorization changes will be discarded on the Server.voidAuthorizationUtil.discard()ListContentSubscriberInterface.entryExclusionFilters()Gets the entry exclusion filters defined for filtering content to this subscriber.ListOMRContentSubscriber.entryExclusionFilters()ListContentSubscriberInterface.entryInclusionFilters()Gets the entry inclusion filters defined for filtering content to this subscriber.ListOMRContentSubscriber.entryInclusionFilters()ListContentSubscriberInterface.fileMimeTypeExclusionFilters()Gets the file MIME type exclusion filters for this user.ListOMRContentSubscriber.fileMimeTypeExclusionFilters()ListContentSubscriberInterface.fileMimeTypeInclusionFilters()Gets the file MIME type inclusion filters for this user.ListOMRContentSubscriber.fileMimeTypeInclusionFilters()static MetadataInterfaceMetadata.fromByteArray(RepositoryInterface ri, byte[] data) StringOMRSASLibrary.generateLibref()StringOMRSASLibrary.generateLibref(String prompt, boolean encodePasswords, boolean genFilenameForXMLLibs, boolean ignorePreassigned) StringSASLibraryInterface.generateLibref()Generate a SAS Libref statement for this library.StringSASLibraryInterface.generateLibref(String prompt, boolean encodePasswords, boolean genFilenameForXMLLibs, boolean ignorePreassigned) Generate a SAS Libref statement for this library.MapOMRSASLibrary.generateLibrefMap(String prompt, boolean encodePasswords, boolean genFilenameForXMLLibs, boolean ignorePreassigned, String overrideLibname) MapSASLibraryInterface.generateLibrefMap(String prompt, boolean encodePasswords, boolean genFilenameForXMLLibs, boolean ignorePreassigned, String overrideLibname) Generate a library assignment java.util.Map for a SASLibrary stored in metadata.StringOMRProxyList.generateNextProxyName()StringProxyListInterface.generateNextProxyName()Generates the name of the next proxy in this proxy list.StringDirectoryInterface.getAbsolutePath()Get the full path for this directory.StringOMRDirectory.getAbsolutePath()ListAccessControlTemplateInterface.getAccessControlItems()Get the access control items for this template.ListOMRAccessControlTemplate.getAccessControlItems()ListMetadata.getAccessControls()Get a list of the Access Controls on this object.ListMetadataInterface.getAccessControls()Get a list of the Access Controls on this object.ListVirtualMetadata.getAccessControls()Get a list of the Access Controls on this object.ListAccessControlEntryInterface.getAccessControlTemplates()Get the access control templates for this entry.ListDAVAccessControlEntry.getAccessControlTemplates()ListOMRAccessControlEntry.getAccessControlTemplates()Map<String, ApplicationAuthorization> Application.getActions()Map<String, ApplicationAuthorization> ApplicationInterface.getActions()Returns a map of all actions defined for the application.AuthorizationUtil.getACTs()Get ACTs that protect an objectAuthorizationUtilInterface.getACTs()Get ACTs that protect an object.StringEmailInterface.getAddress()Gets theStringvalue ofAddressStringLocationInterface.getAddress()Get the address string.StringOMREmail.getAddress()StringOMRLocation.getAddress()DeployedDataPackageInterfaceDeployedDataPackageInterface.getAliasFor()Get the package for which this one is an alias.DeployedDataPackageInterfaceOMRDeployedDataPackage.getAliasFor()List<String> MultiHostDeployment.getAllHostsNames()Get the set of all the hosts.List<String> OMRMultiHostDeployedObject.getAllHostsNames()AnalyticTableInterface.getAnalyticTableAttributes()Get the set of attributes for this object;OMRAnalyticTable.getAnalyticTableAttributes()List<String> AuthorizationBaseInterface.getApplicablePermissions()Obtains permissions applicable to the object according to its PublicTypeList<String> AuthorizationUtil.getApplicablePermissions()Obtain permissions Applicable to a Protected Object or ACT Permission Pattern based on Object's PublicTypePersonalRepository.getApplicationManager(int applId) Each folder in the personal repository is managed by an application manager.PersonalRepository.getApplicationManager(String applname) Each folder in the personal repository is managed by an application manager.PersonalRepositoryInterface.getApplicationManager(int applId) Each folder in the personal repository is managed by an application manager.PersonalRepositoryInterface.getApplicationManager(String appplname) Each folder in the personal repository is managed by an application manager.StringConnectionInterface.getApplicationProtocol()Get the application protocol String.StringOMRConnection.getApplicationProtocol()StringOMRServer.getApplicationProtocol()StringServerInterface.getApplicationProtocol()Get the application protocol string for the server.ChannelInterface.getArchivePath()Returns a the archive path content information to use as the archive path for this channel.OMRChannel.getArchivePath()Returns a the archive path content information to use as the archive path for this channel.StringContentSubscriberInterface.getArchiveReceiveBy()Gets the receive method this subscriber prefers (value or reference).StringOMRContentSubscriber.getArchiveReceiveBy()StringLocationInterface.getArea()Get the area String for this location.StringOMRLocation.getArea()MultiHostDeployment.getAssociatedHost()Few clients still use associated machine association to check the public object deployment host This method is used for those clients which are using this association to get the single associated hostOMRMultiHostDeployedObject.getAssociatedHost()OMRRelationalKey.getAssociatedIndex()RelationalKeyInterface.getAssociatedIndex()Get the associated index with a Unique/Primary Key.OMRProperty.getAssociatedObject()PropertyInterface.getAssociatedObject()This is a convenience method to get the object that this property is associated with.ListOMRIdentityGroup.getAssociatedOMRLogins()Returns a List of all of the logins associated with this Role.AbstractPropertyInterface.getAssociatedPropertyGroup()Get the group, if any, that this property is a member of.OMRAbstractProperty.getAssociatedPropertyGroup()StringAssociationPropertyInterface.getAssociationName()Get the association name.StringOMRAssociationProperty.getAssociationName()List<KeyAssociationInterface> ForeignKeyInterface.getAssociations()Get the column associations bind with this foreign keyList<KeyAssociationInterface> OMRForeignKey.getAssociations()Gets the key association list from a Foreign Key.ListOMRPrototype.getAssociations()ListPrototypeInterface.getAssociations()Get the associations for this prototype.StringMetadata.getAttribute(String key) Get the value of the attribute with the given key/name.StringMetadataInterface.getAttribute(String key) Get the value of the attribute with the given key/name.StringVirtualMetadata.getAttribute(String key) Get the value of the attribute with the given key/name.MapMetadata.getAttributes()Get a list of all the attributes.MapMetadataInterface.getAttributes()Get a list of all the attributes.MapVirtualMetadata.getAttributes()Get a list of all the attributes.StringConnectionInterface.getAuthenticationType()Get the authentication type string for the connection.StringHttpServerInterface.getAuthenticationType()Get the authentication type string for the connection.StringOMRConnection.getAuthenticationType()StringOMRHttpServer.getAuthenticationType()AccessControlTemplateInterface.getAuthorizationDefinitionUtil()Obtain the AuthorizationUtil Interface for this objectOMRAccessControlTemplate.getAuthorizationDefinitionUtil()Obtain the AuthorizationUtil Interface for this objectAuthorizationBaseInterface.getAuthorizations(IdentityInterface identity, List<String> permissions) Get authorizations for a single identityAuthorizationBaseInterface.getAuthorizations(List<IdentityInterface> identities, List<String> permissions) Get authorizations for multiple identitiesAuthorizationUtil.getAuthorizations(IdentityInterface identity, List<String> permissions) Get AuthorizationsAuthorizationUtil.getAuthorizations(List<IdentityInterface> identities, List<String> permissions) Get AuthorizationsAuthorizationBaseInterface.getAuthorizationsAll()Get all authorizationsAuthorizationUtil.getAuthorizationsAll()Get Authorizations AllAuthorizationBaseInterface.getAuthorizationsExplained(IdentityInterface identity, List<String> permissions) Get authorization sources explained for a single identity.AuthorizationBaseInterface.getAuthorizationsExplained(List<IdentityInterface> identities, List<String> permissions) Get authorization sources explained for a list of identities.AuthorizationUtil.getAuthorizationsExplained(IdentityInterface identity, List<String> permissions) Get Authorizations with Indirect Authorization Sources ExplainedAuthorizationUtil.getAuthorizationsExplained(List<IdentityInterface> identities, List<String> permissions) Get Authorizations with Indirect Authorization Sources ExplainedAuthorizationBaseInterface.getAuthorizationsExplainedAll()Get authorization sources explained for all identities and permissions.AuthorizationUtil.getAuthorizationsExplainedAll()Get Authorizations with Indirect Authorization Sources Explained AllMetadata.getAuthorizationUtil()Obtain the AuthorizationUtil Interface for this objectMetadataInterface.getAuthorizationUtil()Get the AuthorizationUtil Interface for this objectVirtualMetadata.getAuthorizationUtil()byte[]OMRTextStore.getBytes()byte[]TextStoreInterface.getBytes()Get byte array from the text store.Folder.getChildAt(int index) OMRLogicalServer.getChildAt(int index) OMRServerContext.getChildAt(int index) OMRServerRootFolder.getChildAt(int index) VirtualFolder.getChildAt(int index) intFolder.getChildCount()intOMRLogicalServer.getChildCount()intOMRServerContext.getChildCount()intOMRServerRootFolder.getChildCount()intVirtualFolder.getChildCount()ListFolder.getChildren()ListFolder.getChildren(String type) ListOMRLogicalServer.getChildren()ListOMRLogicalServer.getChildren(String type) ListOMRServerContext.getChildren()ListOMRServerContext.getChildren(String type) ListOMRServerRootFolder.getChildren()ListOMRServerRootFolder.getChildren(String type) List<PublicObjectInterface> ServerVirtualFolder.getChildren()List<PublicObjectInterface> VirtualFolder.getChildren()ListVirtualFolder.getChildren(String type) StringLocationInterface.getCity()Get the city name.StringOMRLocation.getCity()StringOMRServiceType.getClassIdentifier()StringOMRSoftwareComponent.getClassIdentifier()StringServerInterface.getClassIdentifier()Get the class identifier string for the server.StringServiceTypeInterface.getClassIdentifier()Get the Class Identifier string.StringSoftwareComponentInterface.getClassIdentifier()Get the unique class identifier for the software.ColumnInterface.getColumnAttributes()Get the column attributes in aColumnAttributesobjects.OMRColumn.getColumnAttributes()List<ColumnHierarchyInterface> DataTableInterface.getColumnHierarchies()Return the list of column hierarchies for this data table.ListOMRDataTable.getColumnHierarchies()List<ColumnInterface> ColumnContainerInterface.getColumns()Get all the columns present in the containerList<ColumnInterface> ColumnHierarchyInterface.getColumns()Get the list of columns in this hierarchy.ListDataTableInterface.getColumns()Get the list of columns in this table.List<ColumnInterface> OMRColumnHierarchy.getColumns()ListOMRDataTable.getColumns()List<ColumnInterface> OMRIndex.getColumns()Gets the list of Smart Column object from an Index.ListOMRPhysicalTable.getColumns()Get a List of the columns in the table.ListOMRQueryClause.getColumns()List<ColumnInterface> OMRRelationalKey.getColumns()ListPhysicalTableInterface.getColumns()ListQueryClauseInterface.getColumns()booleanAuthorizationBaseInterface.getCommitOnUpdate()Obtains Commit with Object Store boolean indicatorbooleanAuthorizationUtil.getCommitOnUpdate()Obtains boolean indicating if Authorization changes are committed when the object is updatedStringConnectionInterface.getCommunicationProtocol()Get the communication protocol.StringOMRConnection.getCommunicationProtocol()ListOMRServer.getComputeTasks(boolean gotoServer) ListServerInterface.getComputeTasks(boolean gotoServer) Get the compute tasks for this server instance.OMRProperty.getConfigurationText()PropertyInterface.getConfigurationText()Get the configuration text.ListOMRProxyList.getConnectionProperties()ListOMRServer.getConnectionProperties()Get the properties from the (first) connection.ListServerInterface.getConnectionProperties()Get the properties from the (first) connection.Metadata.getContainer()Returns the container or parent object.VirtualFolder.getContainer()VirtualMetadata.getContainer()DateFolder.getContentCreateDate()DateFolderInterface.getContentCreateDate()Get the content create date.DateOMRServerRootFolder.getContentCreateDate()DateVirtualFolder.getContentCreateDate()ChannelInterface.getContentDestination()Get the content destination for this channel.OMRChannel.getContentDestination()OMRSubscriber.getContentDestination()SubscriberInterface.getContentDestination()Get the content destination for this subscriberFolder.getContentInfo()Returns theContentInfoobject corresponding to the root of the given PathUrl.FolderInterface.getContentInfo()Returns theContentInfoobject corresponding to the root of the given PathUrl.OMRServerRootFolder.getContentInfo()VirtualFolder.getContentInfo()DateFolder.getContentModifyDate()DateFolderInterface.getContentModifyDate()Get the content modification date.DateOMRServerRootFolder.getContentModifyDate()DateVirtualFolder.getContentModifyDate()StringDataTableRoleInterface.getContext()Get the application context for the data tabe role.StringExternalIdentityInterface.getContext()Gets the context for the external identityStringOMRDataTableRole.getContext()StringOMRExternalIdentity.getContext()StringLocationInterface.getCountry()Get the country name or abbreviation for this location.StringOMRLocation.getCountry()DateMetadata.getCreateDate()Get a Date object representing the time the metadata was created.DateMetadataInterface.getCreateDate()Get a Date object representing the time the metadata was created.DateVirtualMetadata.getCreateDate()Get a Date object representing the time the metadata was created.StringMetadata.getCreatedBy()StringMetadataInterface.getCreatedBy()Gets the name of the user that created the object.StringVirtualMetadata.getCreatedBy()List<MetadataInterface> AllUsersIdentity.getCreatedObjects()List<MetadataInterface> AuthenticatedIdentity.getCreatedObjects()List<MetadataInterface> DavPerson.getCreatedObjects()List<MetadataInterface> OMRPerson.getCreatedObjects()List<MetadataInterface> PersonInterface.getCreatedObjects()Returns the list of objects this person has created.List<MetadataInterface> PropertyIdentity.getCreatedObjects()List<MetadataInterface> ReferenceIdentity.getCreatedObjects()List<MetadataInterface> SelfIdentity.getCreatedObjects()List<MetadataInterface> UnauthenticatedIdentity.getCreatedObjects()ListAbstractPropertyInterface.getCustomizers()Get the list of customizers for this property.ListOMRAbstractProperty.getCustomizers()ListOMRPropertyGroup.getCustomizers()ListPropertyGroupInterface.getCustomizers()Get the List ofSoftwareComponentInterfaceobjects which act as customizers to this group.OMRRelationalSchema.getDatabaseCatalog()RelationalSchemaInterface.getDatabaseCatalog()Get theDatabaseCatalogInterfaceobject that this schema belongs to.Map<String, String> OMRDatabaseCatalog.getDatabaseProperties()ListOMRServer.getDataPackages()Get a list of the data packages (files) that exist on the server.ListServerInterface.getDataPackages()Get a list of the data packages (files) that exist on the server.OMRSASLibrary.getDataProviderLibrary()SASLibraryInterface.getDataProviderLibrary()Get the data provider library.DataServerInterfaceOMRDatabaseCatalog.getDataServer()OMRDatabaseCatalog.getDataServerLogin()StringChannelInterface.getDavUrlType()Gets the type of url.StringContentSubscriberInterface.getDavUrlType()Sets the type of url.StringOMRChannel.getDavUrlType()StringOMRContentSubscriber.getDavUrlType()static StringVirtualFolderManager.getDefaultPath(String publicType) Returns the default path location for the virtual folder containing objects of the given type.static StringVirtualFolderManager.getDefaultPath(String publicType, OMIRepositoryInterface repos) Returns the default path location for the virtual folder containing objects of the given type.intOMRChannel.getDefaultTransport()StringAttributePropertyInterface.getDefaultValue()Get the property default value.StringOMRAttributeProperty.getDefaultValue()StringOMRProperty.getDelimiter()StringPropertyInterface.getDelimiter()Get the delimiter string for the property.intChannelInterface.getDeliveryTransport()Gets the default transport defined for this channel.intOMRChannel.getDeliveryTransport()StringOMRSubscriber.getDeliveryTransport()StringSubscriberInterface.getDeliveryTransport()Gets the preferred delivery transport for this subscriber.ListOMRSoftwareComponent.getDependentComponents()ListSoftwareComponentInterface.getDependentComponents()Get the components that depend on this one.ListOMRSoftwareComponent.getDependsOnComponents()ListSoftwareComponentInterface.getDependsOnComponents()Get the components that this component depends on.List<?> HostInterface.getDeployedComponents()List<?> OMRHost.getDeployedComponents()ListOMRSoftwareComponent.getDeployedComponents()ListSoftwareComponentInterface.getDeployedComponents()Get the list of DeployedComponents associated to this SoftwareComponent.OMRServer.getDescriptiveComponent()ServerInterface.getDescriptiveComponent()Get the server's descriptive component if one exits.ListFileInterface.getDirectories()Get the list of Directories associated with this File.ListOMRFile.getDirectories()StringDirectoryInterface.getDirectoryRole()Get the DirectoryRole attribute.StringOMRDirectory.getDirectoryRole()StringAllUsersIdentity.getDisplayName()StringAuthenticatedIdentity.getDisplayName()StringDavPerson.getDisplayName()StringIdentityInterface.getDisplayName()Get the identity's display name attribute.StringOMRIdentity.getDisplayName()StringOMRIdentityGroup.UserGroupDetailsProcessor.getDisplayName()StringOMRPerson.UserDetailsProcessor.getDisplayName()StringPropertyIdentity.getDisplayName()StringReferenceIdentity.getDisplayName()StringSelfIdentity.getDisplayName()StringUnauthenticatedIdentity.getDisplayName()ListMetadata.getDocuments()ListMetadataInterface.getDocuments()Get the List of Documents associated with this object.ListVirtualMetadata.getDocuments()StringDocumentInterface.getDocumentType()StringOMRDocument.getDocumentType()StringConnectionInterface.getDomain()Get the authentication domain for this connection.StringLoginInterface.getDomain()Get the security domain for the login.StringOMRConnection.getDomain()StringOMRLogin.getDomain()ListHttpServerInterface.getDomains()Get a list of the authentication domains that the server is running in.ListOMRHttpServer.getDomains()ListOMRProxyList.getDomains()ListOMRServer.getDomains()ListServerInterface.getDomains()Get a list of the authentication domains that the server is running in.ListAbstractPropertyInterface.getEditors()Get the list of SoftwareComponentInterface objects that represent editors for this property.ListOMRAbstractProperty.getEditors()StringAllUsersIdentity.getEffectiveDispayName()StringAuthenticatedIdentity.getEffectiveDispayName()StringDavPerson.getEffectiveDispayName()StringIdentityInterface.getEffectiveDispayName()Deprecated.Please use the correctly spelled version.StringOMRIdentity.getEffectiveDispayName()StringPropertyIdentity.getEffectiveDispayName()StringReferenceIdentity.getEffectiveDispayName()StringSelfIdentity.getEffectiveDispayName()StringUnauthenticatedIdentity.getEffectiveDispayName()StringAllUsersIdentity.getEffectiveDisplayName()StringAuthenticatedIdentity.getEffectiveDisplayName()StringDavPerson.getEffectiveDisplayName()StringIdentityInterface.getEffectiveDisplayName()Get the effective display name for the identity.StringOMRIdentity.getEffectiveDisplayName()StringPropertyIdentity.getEffectiveDisplayName()StringReferenceIdentity.getEffectiveDisplayName()StringSelfIdentity.getEffectiveDisplayName()StringUnauthenticatedIdentity.getEffectiveDisplayName()ListOMRPerson.getEmailAddresses()ListPersonInterface.getEmailAddresses()Deprecated.Use getEmails() insteadStringContentSubscriberInterface.getEmailFormat()Gets the email format for this subcriber.StringOMRContentSubscriber.getEmailFormat()ListOMRPerson.getEmails()List<EmailInterface> PersonInterface.getEmails()Get the user's email instancesList<MetadataInterface> EmailInterface.getEmailSubscriber()Gets the List ofSubscriberInterfaceinstancesList<MetadataInterface> OMREmail.getEmailSubscriber()StringEmailInterface.getEmailType()Gets theStringvalue ofEmailTypeStringOMREmail.getEmailType()EmbeddedObjectInterface.getEmbeddedObject(String subpath) Get a child object using the supplied subpath.OMRChannel.getEmbeddedObject(String subpath) StringOMRSASLibrary.getEngine()StringSASLibraryInterface.getEngine()Get the SAS engine name.StringMetadata.getEntityKey()Get the entity key for this item.StringMetadataInterface.getEntityKey()Get the entity key for this item.StringVirtualMetadata.getEntityKey()StringMetadata.getEntityURL()Get a "standard" URL for a metadata object.StringMetadataInterface.getEntityURL()Get a "standard" URL for a metadata object.StringVirtualMetadata.getEntityURL()ListConfigurationXMLTextStoreInterface.getEnumerationItems()Returns a list of EnumerationItem objects or null if the ParsedConfigurationXMLObject does not contain an Enumeration data type.ListOMRConfigurationTextStore.getEnumerationItems()ListConfigurationXMLTextStoreInterface.getEnumerationTextLabels()Returns a list of enumeration text labels or null if the ParsedConfigurationXMLObject does not contain an Enumeration data type.ListConfigurationXMLTextStoreInterface.getEnumerationTextLabels(Locale locale) Returns a list of enumeration text labels or null if the ParsedConfigurationXMLObject does not contain an Enumeration data type.ListOMRConfigurationTextStore.getEnumerationTextLabels()ListOMRConfigurationTextStore.getEnumerationTextLabels(Locale locale) ListConfigurationXMLTextStoreInterface.getEnumerationValues()Returns a list of enumeration values or null if the ParsedConfigurationXMLObject does not contain an Enumeration data type.ListOMRConfigurationTextStore.getEnumerationValues()MapConfigurationXMLTextStoreInterface.getEnumerationValuesLabelsMap(Locale locale) Returns a map consisting of values and their corresponding labelsMapOMRConfigurationTextStore.getEnumerationValuesLabelsMap(Locale locale) List<OMRGridApplication> GridServerInterface.getExistingGOSListForApp(ServerInterface authServer, String applicationName) List<OMRGridApplication> OMRGridServer.getExistingGOSListForApp(ServerInterface authServer, String applicationName) Gets the GOSs currently existing on the metadata server based on the application name.List<OMRGridApplication> GridServerInterface.getExistingGridOptionsSetList(ServerInterface authServer) List<OMRGridApplication> GridServerInterface.getExistingGridOptionsSetList(ServerInterface authServer, ApplicationInterface sc) List<OMRGridApplication> OMRGridServer.getExistingGridOptionsSetList(ServerInterface authServer) Gets the GOSs currently existing on the metadata server.List<OMRGridApplication> OMRGridServer.getExistingGridOptionsSetList(ServerInterface authServer, ApplicationInterface app) Gets the GOSs currently existing on the metadata server based on the application interface.ListMetadata.getExtensions()Get the extensions for this object.ListMetadataInterface.getExtensions()Get the extensions for this object.ListVirtualMetadata.getExtensions()Get the extensions for this object.AllUsersIdentity.getExternalIdentities()AuthenticatedIdentity.getExternalIdentities()DavPerson.getExternalIdentities()IdentityInterface.getExternalIdentities()Get a list of the External Identity objects associated with this Identity.OMRIdentity.getExternalIdentities()Get a list of the External Identity objects associated with this Identity.PropertyIdentity.getExternalIdentities()ReferenceIdentity.getExternalIdentities()SelfIdentity.getExternalIdentities()UnauthenticatedIdentity.getExternalIdentities()StringFileInterface.getFileExtension()Get the file extension.StringOMRFile.getFileExtension()StringFileInterface.getFileName()Get the file name string.StringOMRFile.getFileName()StringDirectoryInterface.getFilePath()Return the path string for this directory.StringOMRDirectory.getFilePath()ListDirectoryInterface.getFiles()Get a list of files in this directory.ListOMRDirectory.getFiles()StringFolder.getFolderType()Get the folder type.StringFolderInterface.getFolderType()Get the folder type.StringOMRServerRootFolder.getFolderType()StringVirtualFolder.getFolderType()KeyAssociationInterface.getForeignKeyColumn()Get the owing table Column participating in this associationOMRForeignKeyAssociation.getForeignKeyColumn()Gets the foreign key column from the Association.List<ForeignKeyInterface> OMRRelationalKey.getForeignKeys()Gets the associated Foreign Keys of Smart Unique Key.List<ForeignKeyInterface> OMRRelationalTable.getForeignKeys()List<ForeignKeyInterface> RelationalKeyInterface.getForeignKeys()Get associated foreign keys of the Relational Key.List<ForeignKeyInterface> RelationalTableInterface.getForeignKeys()Get the foreign keys associated with the relational table.StringChannelInterface.getFrequency()Gets the frequency for this channel.StringOMRChannel.getFrequency()List<HashMap<String, String>> GridApplicationInterface.getGOSRelatedObjects()List<HashMap<String, String>> OMRGridApplication.getGOSRelatedObjects()StringGridServerInterface.getGridCommand()StringOMRGridServer.getGridCommand()Get the grid command info.StringGridServerInterface.getGridModuleName()StringOMRGridServer.getGridModuleName()Get the grid Module NameList<String> GridApplicationInterface.getGridOptions()List<String> GridServerInterface.getGridOptions()List<String> OMRGridApplication.getGridOptions()List<String> OMRGridServer.getGridOptions()Get the Grid optionsGridServerInterface.getGridOptionsSet(String gridAppId, String gridAppName, ServerInterface authServer) OMRGridServer.getGridOptionsSet(String gridAppId, String gridAppName, ServerInterface authServer) Gets the remote GridApplicationInterface (OMRGridApplication) object associated with a metadata ID .StringGridServerInterface.getGridRequiredProperty(String applicationName) StringOMRGridServer.getGridRequiredProperty(String applicationName) Get the property of "Grid Required" based on given application namestatic com.sas.metadata.remote.ServerComponentOMRGridServer.getGridServer(ServerInterface server, String wsLogicalName) Returns a grid server given an logical workspace server's name, specifically for EM client usageList<String> GridServerInterface.getGridWorkLoad()List<String> OMRGridServer.getGridWorkLoad()Get the grid workload info.ListOMRPropertyGroup.getGroupedProperties()ListPropertyGroupInterface.getGroupedProperties()Get the List ofAbstractPropertyInterfaceobjects grouped by this PropertyGroup.ListMetadata.getGroups()ListMetadataInterface.getGroups()Get the list of groups this object is a member of.ListOMRPerson.getGroups()ListPersonInterface.getGroups()Get a list of the groups the person is a member of.ListVirtualMetadata.getGroups()IdentityGroupInterface.getHomeFolder()Get the group home folder, if it exists.OMRIdentityGroup.getHomeFolder()InetAddressHostInterface.getHost()InetAddressOMRHost.getHost()StringOMRProxyList.getHost()StringOMRServer.getHost()StringOMRTCPIPConnection.getHost()StringServerInterface.getHost()Get the DNS name for the host the server is running on.StringTCPIPConnectionInterface.getHost()Get the DNS host name for this connection.StringCOMConnectionInterface.getHostName()Get the host name for this connection.StringHostInterface.getHostName()StringOMRCOMConnection.getHostName()StringOMRHost.getHostName()List<HostInterface> MultiHostDeployment.getHosts()Get the host deployment listList<HostInterface> OMRMultiHostDeployedObject.getHosts()StringExternalIdentityInterface.getIdentifier()Gets the identifier for the external identityStringMetadata.getIdentifier()StringOMRExternalIdentity.getIdentifier()StringVirtualFolder.getIdentifier()StringVirtualMetadata.getIdentifier()ListAccessControlEntryInterface.getIdentities()Get a List of identities that are associated with this ACE.ListDAVAccessControlEntry.getIdentities()ListMetadata.getIdentities()Get all the identities that are associated to this metadata object through permissions.ListMetadataInterface.getIdentities()Get all the identities that are associated to this metadata object through permissions.ListOMRAccessControlEntry.getIdentities()ListVirtualMetadata.getIdentities()Get all the identities that are associated to this metadata object through permissions.LoginInterface.getIdentity()Get the identity associated to this login.OMRLogin.getIdentity()ListAllUsersIdentity.getIdentityGroups()ListAuthenticatedIdentity.getIdentityGroups()ListDavPerson.getIdentityGroups()ListIdentityInterface.getIdentityGroups()Get a List of the IdentityGroups that this Identity belongs to.ListOMRIdentity.getIdentityGroups()Get a List of the IdentityGroups the identity is a member of.ListPropertyIdentity.getIdentityGroups()ListReferenceIdentity.getIdentityGroups()ListSelfIdentity.getIdentityGroups()ListUnauthenticatedIdentity.getIdentityGroups()List<AuthorizationIdentityInfoInterface> AuthorizationBaseInterface.getIdentityInfo()Returns authorization identity info corresponding to permissions on an objectAuthorizationIdentityInfoInterfaceAuthorizationExplainedInfoInterface.getIdentityInfo()Returns the identity object referenceAuthorizationIdentityInfoInterfaceAuthorizationInfoInterface.getIdentityInfo()Returns the identity object referenceList<AuthorizationIdentityInfoInterface> AuthorizationUtil.getIdentityInfo()Get IdentitiesAllUsersIdentity.getIdentityMembershipLevels()AuthenticatedIdentity.getIdentityMembershipLevels()DavPerson.getIdentityMembershipLevels()IdentityInterface.getIdentityMembershipLevels()Returns the List of IdentityMembershipInterface instances ordered by membership levelOMRIdentity.getIdentityMembershipLevels()PropertyIdentity.getIdentityMembershipLevels()ReferenceIdentity.getIdentityMembershipLevels()SelfIdentity.getIdentityMembershipLevels()UnauthenticatedIdentity.getIdentityMembershipLevels()StringAllUsersIdentity.getIdentityType()StringAuthenticatedIdentity.getIdentityType()StringDavPerson.getIdentityType()StringIdentityInterface.getIdentityType()Return the type of Identity.StringOMRIdentity.getIdentityType()StringPropertyIdentity.getIdentityType()StringReferenceIdentity.getIdentityType()StringSelfIdentity.getIdentityType()StringUnauthenticatedIdentity.getIdentityType()List<MetadataInterface> OMRSoftwareComponent.getImplementedObjects()List<MetadataInterface> SoftwareComponentInterface.getImplementedObjects()Get the list of objects that are implemented by the software described by this SoftwareComponent.ListMetadata.getImplementors()Get a List of the SoftwareComponent Implementors for this object.ListMetadataInterface.getImplementors()Get a List of the SoftwareComponent Implementors for this object.ListVirtualMetadata.getImplementors()StringExternalIdentityInterface.getImportType()Gets the import type for the external identityStringOMRExternalIdentity.getImportType()Set<IndexAttribute> IndexInterface.getIndexAttributes()Gets the attributes of an IndexSet<IndexAttribute> OMRIndex.getIndexAttributes()Gets the attributes of IndexList<IndexInterface> OMRPhysicalTable.getIndexes()Gets the list of index from a physical table.List<IndexInterface> PhysicalTableInterface.getIndexes()Get the indexes associated with the physical table.IndirectPermissionInfoInterface.getIndirectObject()Returns the indirect Metadata object reference when an Permission comes from an ACT, UserGroup membership, or by Inheritance.StringIndirectPermissionInfoInterface.getIndirectPermissionCondition()Returns the indirect permission condition valueIndirectPermissionInfoInterface.getIndirectPermissionInfo()Returns one or more nested IndirectPermissionInfo instances that might describe an Inheritance path or levels of UserGroup membership.PermissionExplainedInfoInterface.getIndirectPermissionInfo()Returns one or more IndirectAuthorizationInfoInterface instances representing UserGroup membership(s), Permissions coming from an direct ACT on the object or via an Inheritance Parent, etc.IndirectPermissionInfoInterface.getIndirectPermissionSource()Returns the Permission source (e.g. the ACT for a set permission coming from a UserGroup membership)IndirectPermissionInfoInterface.getIndirectPermissionType()Returns an indirect Permission type (UserGroups/Roles at the same level OR multiple applied ACTs can have conflicting Grant/Deny settings.static InformationServiceInterfaceMetadata.getInformationService()Get an instance of the Information Service.AuthorizationUtil.getInheritanceInfo()Get Inheritance Info for this objectAuthorizationUtilInterface.getInheritanceInfo()Get Inheritance Info for an object.List<TransformationInterface> OMRServerComponent.getInitProcesses()List<TransformationInterface> ServerComponentInterface.getInitProcesses()StringOMRServer.getInstallationLocation()StringServerInterface.getInstallationLocation()static MultiHostDeploymentOMRMultiHostDeployedObject.getInstance(SoftwareComponentInterface metadataObject) static VirtualFolderManagerVirtualFolderManager.getInstance(ServerInterface server) Returns the factory instance for a given server.MapConfigurationXMLTextStoreInterface.getIntegerRange()Returns a map containing limits for integer data or null if the ParsedConfigurationXMLObject does not contain an IntegerRange data type.MapOMRConfigurationTextStore.getIntegerRange()intConfigurationXMLTextStoreInterface.getIntegerRangeIncrement()Returns the minimum value of the IntegerRange.intOMRConfigurationTextStore.getIntegerRangeIncrement()intConfigurationXMLTextStoreInterface.getIntegerRangeMaximum()Returns the maximum value of the IntegerRange.intOMRConfigurationTextStore.getIntegerRangeMaximum()intConfigurationXMLTextStoreInterface.getIntegerRangeMinimum()Returns the minimum value of the IntegerRange.intOMRConfigurationTextStore.getIntegerRangeMinimum()StringOMRServiceType.getInterfaceName()StringServiceTypeInterface.getInterfaceName()Get the service type interface name.AllUsersIdentity.getInternalAccountOptions()AuthenticatedIdentity.getInternalAccountOptions()DavPerson.getInternalAccountOptions()OMRPerson.getInternalAccountOptions()PersonInterface.getInternalAccountOptions()Return Internal Account (InternalLoginUserInfo) Options for this PersonPropertyIdentity.getInternalAccountOptions()ReferenceIdentity.getInternalAccountOptions()SelfIdentity.getInternalAccountOptions()UnauthenticatedIdentity.getInternalAccountOptions()booleanAbstractPropertyInterface.getIsExpert()Get the isExpert attribute of the property.booleanOMRAbstractProperty.getIsExpert()booleanOMRServer.getIsLicensed()booleanServerInterface.getIsLicensed()Get the isLicensed attribute for this server.booleanAbstractPropertyInterface.getIsLinked()Get the isLinked attribute of the property.booleanOMRAbstractProperty.getIsLinked()booleanAbstractPropertyInterface.getIsRequired()Get the isRequired attribute of the property.booleanOMRAbstractProperty.getIsRequired()booleanAbstractPropertyInterface.getIsUpdateable()Get the isUpdateable attribute of the property.booleanOMRAbstractProperty.getIsUpdateable()booleanAbstractPropertyInterface.getIsVisible()Get the isVisible attribute from the property.booleanOMRAbstractProperty.getIsVisible()FilteredFolder.getItem(String name) Get a named item from the folder.FilteredFolder.getItem(String name, Class itemClass) Deprecated.in favor of getItemByClassFilteredFolder.getItem(String name, String metadataType) Deprecated.in favor of getItemByType.Folder.getItem(String name) Get a named item from the folder.FolderInterface.getItem(String name) Get a named item from the folder.OMRServerRootFolder.getItem(String name) VirtualFolder.getItem(String name) FilteredFolder.getItemByClass(String name, Class itemClass) Get a named item from the folder.Folder.getItemByClass(String name, Class itemClass) Get a named item from the folder.FolderInterface.getItemByClass(String name, Class itemClass) Get a named item from the folder.OMRServerRootFolder.getItemByClass(String name, Class itemClass) VirtualFolder.getItemByClass(String name, Class itemClass) FilteredFolder.getItemByType(String name, String metadataType) Get a named item from the folder.Folder.getItemByType(String name, String metadataType) Get a named item from the folder.FolderInterface.getItemByType(String name, String metadataType) Get a named item from the folder.OMRServerRootFolder.getItemByType(String name, String metadataType) VirtualFolder.getItemByType(String name, String publicType) ListFilteredFolder.getItems()List all items in the folder.ListFilteredFolder.getItems(Class itemClass) Deprecated.in favor of getItemsByClass.ListFilteredFolder.getItems(String metadataType) Deprecated.in favor of getItemsByType.ListFolder.getItems()List all items in the folder.ListFolderInterface.getItems()List all items in the folder.ListOMRServerRootFolder.getItems()List<MetadataInterface> VirtualFolder.getItems()ListFilteredFolder.getItemsByClass(Class itemClass) List the items in the folder that match the Class passed in as a parameter.ListFolder.getItemsByClass(Class itemClass) List the items in the folder that match the Class passed in as a parameter.ListFolderInterface.getItemsByClass(Class itemClass) List the items in the folder that match the Class passed in as a parameter.ListOMRServerRootFolder.getItemsByClass(Class itemClass) List<MetadataInterface> VirtualFolder.getItemsByClass(Class itemClass) ListFilteredFolder.getItemsByType(String metadataType) Get a list of items in the folder of a specific type.ListFolder.getItemsByType(String metadataType) Get a list of items in the folder of a specific type.ListFolderInterface.getItemsByType(String metadataType) Get a list of items in the folder of a specific type.ListOMRServerRootFolder.getItemsByType(String metadataType) List<MetadataInterface> VirtualFolder.getItemsByType(String metadataType) ListFolder.getItemSublist(int start, int end) ListFolder.getItemSublist(int start, int end, String sort) ListFolderInterface.getItemSublist(int start, int end) Get a sublist of items from this folderListFolderInterface.getItemSublist(int start, int end, String sort) Get a sublist of items from this folder which are sorted.ListOMRServerRootFolder.getItemSublist(int start, int end) ListOMRServerRootFolder.getItemSublist(int start, int end, String sort) ListVirtualFolder.getItemSublist(int start, int end) ListVirtualFolder.getItemSublist(int start, int end, String sort) booleanJMSDestinationInterface.getJMSDestinationIsTopic()Gets the JMSDestination isTopic value.booleanOMRJMSDestination.getJMSDestinationIsTopic()ListJMSQueueManagerInterface.getJMSDestinations()Returns the JMSDestinations assigned to this JMS Queue ManagerListOMRJMSQueueManager.getJMSDestinations()StringJMSQueueManagerInterface.getJNDIConnectionFactory()Returns the JNDI name of the JMS connection factoryStringOMRJMSQueueManager.getJNDIConnectionFactory()StringJMSQueueManagerInterface.getJNDIConnectionOptions()Returns the JNDI Connection Options for this JMS Queue ManagerStringOMRJMSQueueManager.getJNDIConnectionOptions()StringJMSQueueManagerInterface.getJNDIInitialContextFactory()Returns the JNDI Initial Context Factory for this JMS Queue ManagerStringOMRJMSQueueManager.getJNDIInitialContextFactory()StringJMSDestinationInterface.getJNDIJMSDestinationName()Gets the JNDI JMS Destination nameStringOMRJMSDestination.getJNDIJMSDestinationName()StringJMSQueueManagerInterface.getJNDIProviderURL()Gets the JNDI Provider URL for this JMS Queue ManagerStringOMRJMSQueueManager.getJNDIProviderURL()StringOMRProperty.getKey()StringPropertyInterface.getKey()Gets the property key.RelationalKeyInterface.KeyTypeOMRRelationalKey.getKeyType()RelationalKeyInterface.KeyTypeRelationalKeyInterface.getKeyType()Get a key type of the relational key which could be either Primary or Unique.ListOMRSASClientConnection.getLibraries()ListSASClientConnectionInterface.getLibraries()Get the list of libraries accessible via this connection.OMRPhysicalTable.getLibrary()PhysicalTableInterface.getLibrary()StringOMRSASLibrary.getLibref()StringSASLibraryInterface.getLibref()Get the SAS libref string.ListAllUsersIdentity.getLocations()ListAuthenticatedIdentity.getLocations()ListDavPerson.getLocations()ListOMRPerson.getLocations()ListPersonInterface.getLocations()Return the list of locations for the user.ListPropertyIdentity.getLocations()ListReferenceIdentity.getLocations()ListSelfIdentity.getLocations()ListUnauthenticatedIdentity.getLocations()StringLocationInterface.getLocationType()Get the location type String.StringOMRLocation.getLocationType()StringMetadata.getLockedBy()StringMetadataInterface.getLockedBy()Get the value of the LockedBy attribute for a metadata object.StringVirtualMetadata.getLockedBy()ListAllUsersIdentity.getLogins()ListAuthenticatedIdentity.getLogins()ListDavPerson.getLogins()ListIdentityInterface.getLogins()Get a list of the Login objects associated with this Identity.ListOMRIdentity.getLogins()ListPropertyIdentity.getLogins()ListReferenceIdentity.getLogins()ListSelfIdentity.getLogins()ListUnauthenticatedIdentity.getLogins()StringOMRServer.getMachine()StringServerInterface.getMachine()Get the DNS name of the machine the server instance is running on.StringContentSubscriberInterface.getMail()Gets the mail address to send to for this subscriber.StringOMRContentSubscriber.getMail()intOMRSoftwareComponent.getMajor()intSoftwareComponentInterface.getMajor()Get the major release number as an integer.intAssociationPropertyInterface.getMaximum()Get the maximum cardinality of the association.intOMRAssociationProperty.getMaximum()intOMRPropertyGroup.getMaximum()intPropertyGroupInterface.getMaximum()Get the maximum number of properties in this group that may have values.ListGroupInterface.getMembers()Get the members of the group.ListIdentityGroupInterface.getMembers()Get a List of the IdentityInterface objects that are members of this group.ListOMRGroup.getMembers()ListOMRIdentityGroup.getMembers()ListGroupInterface.getMembersAllRepositories()Get all the members of the group, including those that may be in dependent repositories.ListOMRGroup.getMembersAllRepositories()OMRSubscriber.getMessageQueue()Gets the queue to deliver to for this subscriber.OMRSubscriber.getMessageQueue(boolean goToServer) SubscriberInterface.getMessageQueue()Gets the queue to deliver to for this subscriber.SubscriberInterface.getMessageQueue(boolean goToServer) Gets the queue to deliver to for this subscriber.StringAssociationPropertyInterface.getMetadataType()Get the metadata type that can be associated via this association.StringOMRAssociationProperty.getMetadataType()StringOMRPrototype.getMetadataType()StringPrototypeInterface.getMetadataType()Get the metadata type described by this prototype.intAssociationPropertyInterface.getMinimum()Get the minimum cardinality for this assocation.intOMRAssociationProperty.getMinimum()intOMRPropertyGroup.getMinimum()intPropertyGroupInterface.getMinimum()Get the minimum number of properties in this group that must have values.intOMRSoftwareComponent.getMinor()intSoftwareComponentInterface.getMinor()Get the minor release number as an integer.StringMetadata.getModifiedBy()StringMetadataInterface.getModifiedBy()Gets the name of the user that modified the object.StringVirtualMetadata.getModifiedBy()List<MetadataInterface> AllUsersIdentity.getModifiedObjects()List<MetadataInterface> AuthenticatedIdentity.getModifiedObjects()List<MetadataInterface> DavPerson.getModifiedObjects()List<MetadataInterface> OMRPerson.getModifiedObjects()List<MetadataInterface> PersonInterface.getModifiedObjects()Returns the list of objects this person has modified.List<MetadataInterface> PropertyIdentity.getModifiedObjects()List<MetadataInterface> ReferenceIdentity.getModifiedObjects()List<MetadataInterface> SelfIdentity.getModifiedObjects()List<MetadataInterface> UnauthenticatedIdentity.getModifiedObjects()DateMetadata.getModifyDate()Get a Date object representing the time the metadata was last updated.DateMetadataInterface.getModifyDate()Get a Date object representing the time the metadata was last updated.DateVirtualMetadata.getModifyDate()Get a Date object representing the time the metadata was last updated.StringNoteInterface.getNoteText()Get the text for this Note.StringOMRNote.getNoteText()Metadata.getNoteTextStore(String name, String textRole) MetadataInterface.getNoteTextStore(String name, String textRole) Return a named TextStore note associated with this object or null if the TextStore does not exist.VirtualMetadata.getNoteTextStore(String name, String textRole) List<TextStoreInterface> Metadata.getNoteTextStores()List<TextStoreInterface> MetadataInterface.getNoteTextStores()Get the List of TextStore notes associated with this object.List<TextStoreInterface> VirtualMetadata.getNoteTextStores()List<TextStoreInterface> Metadata.getNoteTextStoresByRole(String textRoleFilter) List<TextStoreInterface> MetadataInterface.getNoteTextStoresByRole(String textRoleFilter) Return a list of TextStore notes associated with this object filtered by TextRole.List<TextStoreInterface> VirtualMetadata.getNoteTextStoresByRole(String textRoleFilter) StringOMRPhone.getNumber()StringPhoneNumberInterface.getNumber()Get the number.MapConfigurationXMLTextStoreInterface.getNumericRange()Returns a map containg limits for numeric data or null if the ParsedConfigurationXMLObject does not contain a NumericRange data type.MapOMRConfigurationTextStore.getNumericRange()NumberConfigurationXMLTextStoreInterface.getNumericRangeIncrement()Returns the increment of the NumericRange.NumberOMRConfigurationTextStore.getNumericRangeIncrement()NumberConfigurationXMLTextStoreInterface.getNumericRangeMaximum()Returns the maximum value of the NumericRange.NumberOMRConfigurationTextStore.getNumericRangeMaximum()NumberConfigurationXMLTextStoreInterface.getNumericRangeMinimum()Returns the minimum value of the NumericRange.NumberOMRConfigurationTextStore.getNumericRangeMinimum()doubleDataTableInterface.getNumRows()Get the number of rows in this table.doubleOMRDataTable.getNumRows()ListMetadata.getObjectProperties()ListMetadataInterface.getObjectProperties()Get the Property objects associated with this metadata object.ListVirtualMetadata.getObjectProperties()StringDataTableRoleInterface.getObjectRole()Get the object role.StringOMRDataTableRole.getObjectRole()ListAccessControlTemplateInterface.getObjects()Get the list of objects that this template protects.ListDocumentInterface.getObjects()Get the List of Objects associated to this Document.ListOMRAccessControlTemplate.getObjects()ListOMRDocument.getObjects()URIMetadata.getObjectURI()URIVirtualMetadata.getObjectURI()static OMRGridServerOMRGridServer.getOMRGridServer(ServerInterface server, com.sas.metadata.remote.ServerComponent sc) Returns a smart object OMRGridServer based on serverComponent, specifically for EM client usageListGroupInterface.getOwners()Get the list of owners for this list.ListOMRGroup.getOwners()ExternalTableInterface.getOwningFile()Get the owning file for this external table.OMRExternalFile.getOwningFile()KeyAssociationInterface.getOwningForeignKey()Get the owing foreign Key of this associationOMRForeignKeyAssociation.getOwningForeignKey()Gets the owning foreign key of the Association.List<IndexInterface> ColumnInterface.getOwningIndexes()Gets the Owning Indexes of a column.List<IndexInterface> OMRColumn.getOwningIndexes()Gets the Owning Indexes of a column.List<RelationalKeyInterface> ColumnInterface.getOwningKeys()Gets the Owning Keys of a column.List<RelationalKeyInterface> OMRColumn.getOwningKeys()Gets the Owning Keys of a column.ExternalIdentityInterface.getOwningObject()Get the object that owns this external identityOMRExternalIdentity.getOwningObject()Get the object that owns the external identity.OMRPropertySet.getOwningObject()Get the object that owns this property set.PropertySetInterface.getOwningObject()Get the object that owns this property set.OMRPrototypeProperty.getOwningPrototype()PrototypePropertyInterface.getOwningPrototype()ColumnContainerInterface.getOwningTable()Get the owning table of the underneath key or index containerForeignKeyInterface.getOwningTable()Get a owning table of the foreign keyOMRForeignKey.getOwningTable()Gets the owning table of a Foreign Key.OMRIndex.getOwningTable()Gets the owning table of an Index.OMRRelationalKey.getOwningTable()VirtualFolderManager.getOwningVirtualFolder(Metadata metadata) Returns the virtual folder containing the object.Folder.getParent()Get parent folder.FolderInterface.getParent()Get parent folder.Metadata.getParent()MetadataInterface.getParent()Return the FolderInterface that contains this object.OMRServerRootFolder.getParent()VirtualFolder.getParent()VirtualMetadata.getParent()Application.getParentApplication()ApplicationInterface.getParentApplication()Returns the parent application of this application or null if no parent is defined.DirectoryInterface.getParentDirectory()Get the parent DirectoryInterface object for this directory.OMRDirectory.getParentDirectory()StringMetadata.getParentPath(String rootFolderName) Get the parent path for this object.StringMetadataInterface.getParentPath(String rootFolderName) Get the parent path for this object.StringOMRServerRootFolder.getParentPath(String rootFolderName) StringVirtualMetadata.getParentPath(String rootFolderName) ListMetadata.getParents()Return a List of Folder objects that represent the parent(s) of this object in the hierarchy.ListMetadataInterface.getParents()Return a List of Folder objects that represent the parent(s) of this object in the hierarchy.ListOMRServerRootFolder.getParents()ListVirtualMetadata.getParents()StringAssociationPropertyInterface.getPartnerName()Get the parner's name for this association.StringOMRAssociationProperty.getPartnerName()ForeignKeyInterface.getPartnerUniqueKey()Get a partner unique key of the foreign key.OMRForeignKey.getPartnerUniqueKey()Gets the partner Unique Key of a Foreign Key.StringLoginInterface.getPassword()Get the password for the login.StringOMRLogin.getPassword()StringMetadata.getPath(String rootFolderName) Get the path of this object from the root folder, including the object name.StringMetadataInterface.getPath(String rootFolderName) Get the preferred path for this object.StringOMRProxy.getPath()StringOMRServerRootFolder.getPath(String rootFolderName) StringProxyInterface.getPath()Returns the path for this ProxyStringVirtualMetadata.getPath(String rootFolderName) ListMetadata.getPaths(String rootFolderName) Deprecated.This method goes back to when there was not a single, canonical root in the metadata.ListMetadataInterface.getPaths(String rootFolderName) Get all valid paths for this object.ListOMRServerRootFolder.getPaths(String rootFolderName) ListVirtualMetadata.getPaths(String rootFolderName) Metadata.getPathUrl()Get the SBIP URL.Metadata.getPathUrl(String rootTreeName) Get the SBIP URL.OMRServerRootFolder.getPathUrl()OMRServerRootFolder.getPathUrl(String rootTreeName) VirtualFolder.getPathUrl()VirtualMetadata.getPathUrl()VirtualMetadata.getPathUrl(String rootTreeName) Metadata.getPermission(IdentityInterface identity, PermissionInterface permission) Get a permission that matches the requested permission for the requested identity on this metadata object.MetadataInterface.getPermission(IdentityInterface identity, PermissionInterface permission) Get a permission that matches the requested permission for the requested identity on this metadata object.StringPermissionInfoInterface.getPermission()Returns permissionVirtualMetadata.getPermission(IdentityInterface identity, PermissionInterface permission) Get a permission that matches the requested permission for the requested identity on this metadata object.StringPermissionInfoInterface.getPermissionCondition()Returns permission condition valueAuthorizationExplainedInfoInterface.getPermissionExplainedInfoList()Returns the List of PermissionExplainedInfoInterface instances for this AuthorizationExplainedInfoList<PermissionInfoInterface> AuthorizationInfoInterface.getPermissionInfoList()Returns the List of MdPermissioinInfo instances for this MdAuthorizationInfoListAccessControlEntryInterface.getPermissions()Get a List of permissions that are associated with this ACE.ListDAVAccessControlEntry.getPermissions()ListMetadata.getPermissions(IdentityInterface identity) Get all the permissions that apply to this object.ListMetadata.getPermissions(IdentityInterface identity, String[] inheritedPermissions) Get all the permissions that apply to this object.ListMetadataInterface.getPermissions(IdentityInterface identity) Get all the permissions that apply to this object.ListMetadataInterface.getPermissions(IdentityInterface identity, String[] inheritedPermissions) Get all the permissions that apply to this object.ListOMRAccessControlEntry.getPermissions()ListVirtualMetadata.getPermissions(IdentityInterface identity) Get all the permissions that apply to this object.ListVirtualMetadata.getPermissions(IdentityInterface identity, String[] inheritedPermissions) PermissionInfoInterface.PermissionSourcePermissionInfoInterface.getPermissionSource()Returns the permission sourcePermissionInfoInterface.PermissionTypePermissionInfoInterface.getPermissionType()Returns the permission typeOMRSubscriber.getPerson()SubscriberInterface.getPerson()Returns the user this subscriber identity belongs to.List<PersonInterface> EmailInterface.getPersons()Gets the List ofPersonInterfaceinstancesList<PersonInterface> OMREmail.getPersons()ListAllUsersIdentity.getPhoneNumbers()ListAuthenticatedIdentity.getPhoneNumbers()ListDavPerson.getPhoneNumbers()ListOMRPerson.getPhoneNumbers()ListPersonInterface.getPhoneNumbers()Get the list of phone numbers for the user.ListPropertyIdentity.getPhoneNumbers()ListReferenceIdentity.getPhoneNumbers()ListSelfIdentity.getPhoneNumbers()ListUnauthenticatedIdentity.getPhoneNumbers()StringOMRPhone.getPhoneType()StringPhoneNumberInterface.getPhoneType()Get the phone number type.OMRPhysicalTable.getPhysicalTableAttributes()PhysicalTableInterface.getPhysicalTableAttributes()ListOMRSASLibrary.getPhysicalTables()ListSASLibraryInterface.getPhysicalTables()Return just thePhysicalTableInterfaceobjects that are associated to this library.StringOMRSoftwareComponent.getPlatform()StringServerInterface.getPlatform()Get the server's platform string.StringSoftwareComponentInterface.getPlatform()Get the platform or language of the SoftwareComponent.intOMRSASClientConnection.getPort()intOMRTCPIPConnection.getPort()intSASClientConnectionInterface.getPort()Get the port number for the connection.intTCPIPConnectionInterface.getPort()Get the TCP port number for this connection.PortalPropertiesOMRPropertyGroup.getPortalProperties()PortalPropertiesPropertyGroupInterface.getPortalProperties()The portal uses this special method after a search using a special partial filter.StringLocationInterface.getPostalCode()Get the postal code for this location.StringOMRLocation.getPostalCode()SASLibraryInterface.PreAssignmentTypeOMRSASLibrary.getPreAssignmentType()Gets the PreAssignment type of the librarySASLibraryInterface.PreAssignmentTypeSASLibraryInterface.getPreAssignmentType()Gets the PreAssignment type of the libraryStringChannelInterface.getPresentationLanguage()Returns the channel's presentation language.StringOMRChannel.getPresentationLanguage()Returns the channel's presentation language.ListMetadata.getPreviousVersionNames()Gets a list of previous version namesListMetadataInterface.getPreviousVersionNames()Gets a list of previous version namesListVirtualMetadata.getPreviousVersionNames()Gets a list of previous version namesOMRRelationalTable.getPrimaryKey()RelationalTableInterface.getPrimaryKey()Get the primary keys associated with the relational table.Metadata.getPrimaryPropertyGroup()MetadataInterface.getPrimaryPropertyGroup()Get this object's primary PropertyGroup object.OMRPrototype.getPrimaryPropertyGroup()PrototypeInterface.getPrimaryPropertyGroup()Get the primary property group for this prototype.VirtualMetadata.getPrimaryPropertyGroup()Map<String, String> OMRSoftwareComponent.getPrivateConfigurableProperties()Map<String, String> SoftwareComponentInterface.getPrivateConfigurableProperties()ProcessorInterfaceMetadata.getProcessorInterface(String interfaceClassName) Get the specified action interface.ProcessorInterfaceOMRIdentityGroup.getProcessorInterface(String interfaceClassName) ProcessorInterfaceOMRPerson.getProcessorInterface(String interfaceClassName) ProcessorInterfaceVirtualFolder.getProcessorInterface(String interfaceClassName) ProcessorInterfaceVirtualMetadata.getProcessorInterface(String interfaceClassName) StringOMRSoftwareComponent.getProductIdentifier()StringSoftwareComponentInterface.getProductIdentifier()An ID representing the product.StringOMRSoftwareComponent.getProductName()StringSoftwareComponentInterface.getProductName()Get the name of the product this software comprises or is bundled with.Metadata.getPrompt()Get the first prompt on this object.MetadataInterface.getPrompt()Get the first prompt on this object.VirtualMetadata.getPrompt()ListMetadata.getPrompts()Get the List of prompts associated with this object.ListMetadataInterface.getPrompts()Get the List of prompts associated with this object.ListVirtualMetadata.getPrompts()List<MetadataInterface> ConnectionInterface.getProperties()Get the properties for connection.List<MetadataInterface> OMRConnection.getProperties()ListOMRServer.getProperties()Get a List of the properties associated with this server.ListOMRServer.getProperties(String name) Get all properties matching a name.ListServerInterface.getProperties()Get a List of the properties associated with this server.ListServerInterface.getProperties(String name) Get all properties matching a name.OMRServer.getProperty(String name) Get a named property for this server.ServerInterface.getProperty(String name) Get a named property for this server.PropertyBagInterfaceMetadata.getPropertyBag()PropertyBagInterfaceMetadataInterface.getPropertyBag()Get a "bag" of properties from the metadata object.PropertyBagInterfaceOMRChannel.getPropertyBag()PropertyBagInterfaceVirtualMetadata.getPropertyBag()ListOMRSoftwareComponent.getPropertyGroups()ListSoftwareComponentInterface.getPropertyGroups()Get the List ofPropertyGroupInterfaceobjects associated with this SoftwareComponent.StringAttributePropertyInterface.getPropertyName()Get the PropertyName attribute.StringOMRAttributeProperty.getPropertyName()StringAttributePropertyInterface.getPropertyRole()Get the property role.StringOMRAttributeProperty.getPropertyRole()com.sas.metadata.remote.PropertySetGridServerInterface.getPropertySet(String applicationName) com.sas.metadata.remote.PropertySetOMRGridServer.getPropertySet(String applicationName) Get the property set based on given application nameList<com.sas.metadata.remote.PropertySet> GridServerInterface.getPropertySetNames()List<com.sas.metadata.remote.PropertySet> OMRGridServer.getPropertySetNames()Get the the property set namesListMetadata.getPropertySets()ListMetadataInterface.getPropertySets()Get a List of the property sets that are associated with this object.ListVirtualMetadata.getPropertySets()ListOMRPrototype.getPrototypeProperties()ListPrototypeInterface.getPrototypeProperties()Get the set of attribute properties for this prototype.StringGridServerInterface.getProvider()StringOMRGridServer.getProvider()Get the provider info.ListConnectionInterface.getProviders()Get the list of servers that can connect to the listener over this connection.ListOMRConnection.getProviders()List<String> OMRProxyList.getProxiedMachines()List<String> ProxyListInterface.getProxiedMachines()Returns the list of machines configured to use this proxy.List<ProxyInterface> OMRProxyList.getProxies()List<ProxyInterface> ProxyListInterface.getProxies()Returns a list of ProxyInterfaces representing the proxiesList<String> OMRProxyList.getProxyURIs()List<String> ProxyListInterface.getProxyURIs()Returns the list of proxies as URI stringsStringHttpServerInterface.getProxyUrl()Get the proxy url.StringOMRHttpServer.getProxyUrl()Map<String, String> OMRSoftwareComponent.getPublicConfigurableProperties()Map<String, String> SoftwareComponentInterface.getPublicConfigurableProperties()MultiHostDeployment.getPublicObject()Returns the underneath public objectOMRMultiHostDeployedObject.getPublicObject()Folder.getPublicTypeItem(String name, String type) Find an item in this Folder with the given name and type.FolderInterface.getPublicTypeItem(String name, String type) Find an item in this Folder with the given name and type.OMRServerRootFolder.getPublicTypeItem(String name, String type) VirtualFolder.getPublicTypeItem(String name, String type) ListColumnInterface.getQueryClauses()Get the list ofQueryClauseInterfaceobjects associated with this column.ListOMRColumn.getQueryClauses()JMSDestinationInterface.getQueueManager()Gets the queue manager server associated with this JMS destination.MessageQueueInterface.getQueueManager()Gets the queue manager server associated with this queue.OMRJMSDestination.getQueueManager()OMRMessageQueue.getQueueManager()StringOMRSubscriber.getQueueName()StringSubscriberInterface.getQueueName()Gets the queue name to deliver to for this subscriber.ListOMRAbstractQueueManager.getQueues()ListQueueManagerInterface.getQueues()StringMessageQueueInterface.getQueueURI()Gets the queue name to deliver to for this subscriber.StringOMRMessageQueue.getQueueURI()Gets the queue's URI.ListMetadata.getRemarksList()Return a List of Remarks objects that represent the dicussion threads related to this object.ListMetadataInterface.getRemarksList()Return a List of Remarks objects that represent the dicussion threads related to this object.ListVirtualMetadata.getRemarksList()Return a List of Remarks objects that represent the dicussion threads related to this object.StringOMRSASClientConnection.getRemoteAddress()StringSASClientConnectionInterface.getRemoteAddress()Get the remote address of the connection.StringMetadata.getReposKey()Get a String that can be passed directly to a RepositoryInterface.fetch method.StringMetadataInterface.getReposKey()Get a String that can be passed directly to a RepositoryInterface.fetch method.StringVirtualMetadata.getReposKey()StringGridServerInterface.getRequiredResource()StringOMRGridServer.getRequiredResource()Get the Grid server's requiredResource checkbox for pre94 clientList<String> GridApplicationInterface.getRequiredResources()List<String> GridServerInterface.getRequiredResources()List<String> OMRGridApplication.getRequiredResources()List<String> OMRGridServer.getRequiredResources()ListMetadata.getResponsibleParties()ListMetadataInterface.getResponsibleParties()Get the responsible parties for this object.ListVirtualMetadata.getResponsibleParties()DataTableRoleInterface.getRoleObject()Get the DataTable that this role describes.OMRDataTableRole.getRoleObject()ListDataTableInterface.getRoles()Get the Roles associated with this DataTable.ListOMRDataTable.getRoles()ListOMRServerRootFolder.getSASFolders()ListOMRServerRootFolder.getSASFolders(RepositoryInterface ri) ListRootFolderInterface.getSASFolders()Get a list of subfolders, filtering out any that do not have a PublicType of "Folder".ListRootFolderInterface.getSASFolders(RepositoryInterface ri) List<String> GridApplicationInterface.getSASOptions()List<String> GridServerInterface.getSASOptions()List<String> OMRGridApplication.getSASOptions()List<String> OMRGridServer.getSASOptions()Get the SAS optionsDataTableInterface.getSchema()Get the schema object that this table belongs to.OMRDataTable.getSchema()StringDatabaseSchemaInterface.getSchemaName()StringOMRDatabaseSchema.getSchemaName()ListDatabaseCatalogInterface.getSchemas()ListOMRDatabaseCatalog.getSchemas()ListFileInterface.getScriptedConnections()If this is a connection script, get the list of connections it runs for.ListOMRFile.getScriptedConnections()ListOMRSASClientConnection.getScriptFiles()ListSASClientConnectionInterface.getScriptFiles()Get the List of script files that execute for this connection.VirtualFolder.getSearchManager()VirtualFolderInterface.getSearchManager()Returns the search manager that is used to populate the contents of a virtual folder.MapConfigurationXMLTextStoreInterface.getSelectionRange()Get the selection range.MapOMRConfigurationTextStore.getSelectionRange()ListOMRServer.getServed()Get a list of components that are served by this server.ListServerInterface.getServed()Get a list of components that are served by this server.MessageQueueInterface.getServerConnection()Gets the server connection.OMRMessageQueue.getServerConnection()com.sas.metadata.remote.AssociationListGridServerInterface.getServerProperties()com.sas.metadata.remote.AssociationListOMRGridServer.getServerProperties()ListDeployedDataPackageInterface.getServers()Get a list of associatedServerInterfaceobjects.ListDirectoryInterface.getServers()Get a list of servers that are associated with this directory.ListOMRDeployedDataPackage.getServers()ListOMRDirectory.getServers()ListOMRServer.getServers()Get a list of servers that this server uses.ListServerInterface.getServers()Get a list of servers that this server uses.StringOMRSASClientConnection.getServerShortName()StringSASClientConnectionInterface.getServerShortName()Get the short name of the server.StringOMRSASClientConnection.getService()StringOMRTCPIPConnection.getService()StringSASClientConnectionInterface.getService()Get the service string for the connection.StringTCPIPConnectionInterface.getService()Get the service name for this connection.ListOMRServer.getServiceTypeObjects()ListServerInterface.getServiceTypeObjects()Get a List containing the ServiceType objects associated to this server.ListOMRServer.getServiceTypes()ListServerInterface.getServiceTypes()Get a list of the service types for this server.ListOMRPropertySet.getSetProperties()ListPropertySetInterface.getSetProperties()Get a List of the properties that belong to this set.StringOMRPropertySet.getSetRole()Get the setRole attribute on the PropertySet.StringPropertySetInterface.getSetRole()Get the setRole attribute on the PropertySet.static FolderInterfaceFolderUtil.getSharedDataFolder(MetadataInterface object) Returns the Shared Data folder in the repository for a specified object.OMRSoftwareComponent.getSoftwareComponentAttributes()SoftwareComponentInterface.getSoftwareComponentAttributes()Get the attributes of this component in aSoftwareComponentAttributesobject.ListOMRSoftwareComponent.getSoftwareGroups()ListSoftwareComponentInterface.getSoftwareGroups()Get the SoftwareGroups for this SoftwareComponent.ListOMRSoftwareComponent.getSoftwareTrees()ListSoftwareComponentInterface.getSoftwareTrees()Get the List of SoftwareTrees for this SoftwareComponent.StringOMRSoftwareComponent.getSoftwareVersion()StringSoftwareComponentInterface.getSoftwareVersion()Get the software version of the SoftwareComponent.ConnectionInterface.getSource()Get the server to which a client connects using this connection information.OMRConnection.getSource()ListClassifierInterface.getSourceClassifierMaps()ListOMRClassifier.getSourceClassifierMaps()OMRQueryClause.getSourceCode()QueryClauseInterface.getSourceCode()ListOMRProxyList.getSourceConnections()ListOMRServer.getSourceConnections()ListServerInterface.getSourceConnections()Get a List of the connection definitions that provide access to this server.StringOMRSoftwareComponent.getSpecVendor()StringSoftwareComponentInterface.getSpecVendor()Get the name of the vendor that provided the specification.StringOMRSoftwareComponent.getSpecVersion()StringSoftwareComponentInterface.getSpecVersion()Get the specification number implemented by the SoftwareComponent.intAttributePropertyInterface.getSQLType()Get the SQLType from the PropertyType.intOMRAttributeProperty.getSQLType()intOMRProperty.getSQLType()intPropertyInterface.getSQLType()Get the SQL type for this property.AbstractPropertyInterface.getStoredConfiguration()Get this property's stored configuration.OMRAbstractProperty.getStoredConfiguration()intConfigurationXMLTextStoreInterface.getStringLengthMaximum()Get the maximum string length for this configuration.intOMRConfigurationTextStore.getStringLengthMaximum()intConfigurationXMLTextStoreInterface.getStringLengthMinimum()Get the minimum allowed string length for this configuration.intOMRConfigurationTextStore.getStringLengthMinimum()MapConfigurationXMLTextStoreInterface.getStringLengthRange()Get the string length range as a Map with a "min" and "max" value.MapOMRConfigurationTextStore.getStringLengthRange()ListDirectoryInterface.getSubdirectories()Get the subdirectories for this directory.ListOMRDirectory.getSubdirectories()FilteredFolder.getSubfolder(String name) Get a named subfolder.Folder.getSubfolder(String name) Get a named subfolder.FolderInterface.getSubfolder(String name) Get a named subfolder.OMRServerRootFolder.getSubfolder(String name) VirtualFolder.getSubfolder(String name) ListFilteredFolder.getSubfolders()Get all the folders immediately below this one in the hiearchy.ListFolder.getSubfolders()Get all the folders immediately below this one in the hiearchy.ListFolderInterface.getSubfolders()Get all the folders immediately below this one in the hiearchy.ListOMRServerRootFolder.getSubfolders()ListVirtualFolder.getSubfolders()StringChannelInterface.getSubject()Returns this channel's subject.StringOMRChannel.getSubject()Returns this channel's subject.ListOMRPropertyGroup.getSubpropertyGroups()ListPropertyGroupInterface.getSubpropertyGroups()Get the subproperty groups.ListOMRSubscriber.getSubscribedChannels()Get a list of the channels subscribed to by this Subscriber identity.ListSubscriberInterface.getSubscribedChannels()Get a list of the channels subscribed to by this Subscriber identity.ListAllUsersIdentity.getSubscribers()ListAuthenticatedIdentity.getSubscribers()ListDavPerson.getSubscribers()ListOMRPerson.getSubscribers()Get a List of the subscriber identities owned by this Person.ListPersonInterface.getSubscribers()Get a List of the subscriber identities owned by this Person.ListPropertyIdentity.getSubscribers()ListReferenceIdentity.getSubscribers()ListSelfIdentity.getSubscribers()ListUnauthenticatedIdentity.getSubscribers()static FolderInterfaceFolderUtil.getSystemFolder(MetadataInterface object) Returns the System folder in the repository for a specified object.List<VirtualFolderInterface> VirtualFolderManager.getSystemVirtualFolders(FolderInterface systemFolder) Gets the list of virtual folders that are directly associated to the System folder.ColumnInterface.getTable()Get theDataTableInterfacethis column belongs to.OMRColumn.getTable()ListDeployedDataPackageInterface.getTableCollections()Get the associated table collection objects.ListOMRDeployedDataPackage.getTableCollections()StringDataTableInterface.getTableName()Get the table name for this data table.StringOMRDataTable.getTableName()ListOMRRelationalSchema.getTables()ListRelationalSchemaInterface.getTables()Get a List of theDataTableInterfaceobjects associated with this schema.ListClassifierInterface.getTargetClassifierMaps()Get the list of target classifier maps for this object.ListOMRClassifier.getTargetClassifierMaps()intOMRProxyList.getTcpPort()intOMRServer.getTcpPort()intServerInterface.getTcpPort()Get the port number the server is listening on.StringOMRTextStore.getText()StringTextStoreInterface.getText()Get the text from the text store.StringDocumentInterface.getTextRole()StringFileInterface.getTextRole()Set the text role for the file.StringOMRDocument.getTextRole()StringOMRFile.getTextRole()StringOMRTextStore.getTextRole()StringTextStoreInterface.getTextRole()Get the text role.StringDocumentInterface.getTextType()StringFileInterface.getTextType()Get the file's text type.StringOMRDocument.getTextType()StringOMRFile.getTextType()StringOMRTextStore.getTextType()StringTextStoreInterface.getTextType()Get the text type.StringAllUsersIdentity.getTitle()StringAuthenticatedIdentity.getTitle()StringDavPerson.getTitle()StringOMRPerson.getTitle()StringPersonInterface.getTitle()Get the Title attribute.StringPropertyIdentity.getTitle()StringReferenceIdentity.getTitle()StringSelfIdentity.getTitle()StringUnauthenticatedIdentity.getTitle()static FolderInterfaceFolderUtil.getTopLevelFolder(String name, MetadataInterface object) Returns the Shared Data folder in the repository for a specified object.intFolder.getTotalNumberOfItems()intFolderInterface.getTotalNumberOfItems()Get the total number of items in this folderintOMRServerRootFolder.getTotalNumberOfItems()intVirtualFolder.getTotalNumberOfItems()AnalyticTableInterface.getTrainingTable()Get the analytic training table.OMRAnalyticTable.getTrainingTable()List<MetadataInterface> OMRTransformation.getTransformationSources()List<MetadataInterface> TransformationInterface.getTransformationSources()StringOMRTransformation.getTransformRole()StringTransformationInterface.getTransformRole()Metadata.getTypeDescriptor()VirtualFolder.getTypeDescriptor()VirtualMetadata.getTypeDescriptor()KeyAssociationInterface.getUniqueKeyColumn()Get the Unique Key table Column participating in this associationOMRForeignKeyAssociation.getUniqueKeyColumn()Gets the unique key column from the Association.List<RelationalKeyInterface> OMRRelationalTable.getUniqueKeys()List<RelationalKeyInterface> RelationalTableInterface.getUniqueKeys()Get the unique keys associated with the relational table.StringDocumentInterface.getURI()StringOMRDocument.getURI()StringOMRProxy.getURI()StringProxyInterface.getURI()Returns the URI for this proxyStringFtpServerInterface.getUrl()StringHttpServerInterface.getUrl()Get the url for this HTTP server.StringOMRFtpServer.getUrl()StringOMRHttpServer.getUrl()StringAccessControlTemplateInterface.getUse()Get the use string.StringOMRAccessControlTemplate.getUse()ListDeployedDataPackageInterface.getUsedByPackages()Get the packages that use this one.ListOMRDeployedDataPackage.getUsedByPackages()ListMetadata.getUsedByPrototypes()Get the List of objects which use this object as a prototype.ListMetadataInterface.getUsedByPrototypes()Get the List of objects which use this object as a prototype.ListVirtualMetadata.getUsedByPrototypes()List<GaoIdentity> GridServerInterface.getUserGaos(String appName) List<GaoIdentity> OMRGridServer.getUserGaos(String applicationName) getUserGaos will return an HashMap of grid application object and identity NameStringLoginInterface.getUserId()Get the user ID for this login.StringOMRLogin.getUserId()ListAllUsersIdentity.getUserIds()ListAuthenticatedIdentity.getUserIds()ListDavPerson.getUserIds()ListIdentityInterface.getUserIds()Get a list of the user id's from the logins associated with this Identity.ListOMRIdentity.getUserIds()ListPropertyIdentity.getUserIds()ListReferenceIdentity.getUserIds()ListSelfIdentity.getUserIds()ListUnauthenticatedIdentity.getUserIds()List<String> GridApplicationInterface.getUserMappings()List<String> GridServerInterface.getUserMappings(String propertySetName) List<String> GridServerInterface.getUserMappings(String propertySetName, String gaoName) List<String> OMRGridApplication.getUserMappings()List<String> OMRGridServer.getUserMappings(String propertySetName) Get the list of user mapping info. based on mapping table nameList<String> OMRGridServer.getUserMappings(String propertySetName, String gaoName) Get the list of user mapping info. based on mapping table nameListIdentityGroupInterface.getUsers()Returns a list of user names associated with this Role.ListLoginInterface.getUsers()Get a list of the users that are authorized to use this login.ListOMRIdentityGroup.getUsers()Returns a list of user names associated with this Role.ListOMRLogin.getUsers()ListDeployedDataPackageInterface.getUsingPackages()Get the packages that this one uses.ListOMRDeployedDataPackage.getUsingPackages()Metadata.getUsingPrototype()Get the prototype which this object uses for description/validation.MetadataInterface.getUsingPrototype()Get the prototype which this object uses for description/validation.VirtualMetadata.getUsingPrototype()ListAbstractPropertyInterface.getValidators()Get the list of validators for this property.ListOMRAbstractProperty.getValidators()StringExtensionInterface.getValue()Get the extension value.StringOMRExtension.getValue()StringOMRProperty.getValue()StringPropertyInterface.getValue()Gets the value for this property.StringExtensionInterface.getValueType()Get the type of the extension value.StringOMRExtension.getValueType()StringOMRSoftwareComponent.getVendor()StringSoftwareComponentInterface.getVendor()Get the String with the vendor name.StringOMRSoftwareComponent.getVendorIdentifier()StringSoftwareComponentInterface.getVendorIdentifier()Get the ID representing the software vendor.Metadata.getVersion(String versionName) Return a smart object that represents a particular versionMetadataInterface.getVersion(String versionName) Return a smart object that represents a particular versionVirtualMetadata.getVersion(String versionName) Return a smart object that represents a particular versionVirtualFolderManager.getVirtualFolder(String id) Returns an existing virtual folder by its idListOMRSASLibrary.getWorkspaceServers()ListSASLibraryInterface.getWorkspaceServers()Returns a List of Logical workspace servers that can access this SASLibrary.booleanFolder.hasContentBackedItems()booleanFolder.hasContentBacking()booleanFolder.hasDuplicate(String name, String type) booleanFolderInterface.hasDuplicate(String name, String type) Check if there's a duplicate object in this folder with the same name and of the same type.booleanOMRServerRootFolder.hasDuplicate(String name, String type) booleanVirtualFolder.hasDuplicate(String name, String type) booleanFolder.hasDuplicateSubfolder(String name) Determines if this folder already has a subfolder with the given name.booleanFolder.hasDuplicateSubfolder(String name, FolderInterface subFolderToExclude) Determines if this folder already has a subfolder with the given name excluding the specified subfolder.booleanFolderInterface.hasDuplicateSubfolder(String name) Check if this folder already has a subfolder with the given name.booleanOMRServerRootFolder.hasDuplicateSubfolder(String name) booleanVirtualFolder.hasDuplicateSubfolder(String name) booleanVirtualFolderManager.hasDuplicateSubfolder(String name, FolderInterface systemFolder) Returns true if the System folder contains a virtual folder with the given name.booleanConfigurationXMLTextStoreInterface.hasUniqueTextLabels(Locale locale) Returns a boolean indicating whether the values are identical to their corresponding text labels Returns false only if each value in the enumeration is identical to its corresponding text labelbooleanOMRConfigurationTextStore.hasUniqueTextLabels(Locale locale) voidFolder.insertChild(PublicObjectInterface child, int index) voidOMRServerRootFolder.insertChild(PublicObjectInterface child, int index) voidVirtualFolder.insertChild(PublicObjectInterface child, int index) static booleanVirtualFolderManager.instanceCreated(ServerInterface server) Returns true if a factory instance has already been created for the given server.booleanFileInterface.isARelativeName()Get the boolean flag indicating if the file name is relative.booleanOMRFile.isARelativeName()booleanIndexInterface.isAssociatedWithKey()Checks whether index is associated with a Unique/Primary key.booleanOMRIndex.isAssociatedWithKey()booleanMetadata.isAuthorized(String permission) Check for a specific permission on this object by the user that owns the connection to the repository.booleanMetadataInterface.isAuthorized(String permission) Check for a specific permission on this object by the user that owns the connection to the repository.booleanVirtualMetadata.isAuthorized(String permission) Check for a specific permission on this object by the user that owns the connection to the repository.booleanDirectoryInterface.isBasePath()Get flag indicating if this Directory is an HTTP server base pathbooleanOMRDirectory.isBasePath()static booleanVirtualFolderManager.isContainedByVirtualFolder(String publicType) static booleanVirtualFolderManager.isContainedByVirtualFolder(String publicType, OMIRepositoryInterface repos) Returns true if objects with the specified public type value are contained within a virtual folder in the given repository.booleanChannelInterface.isContentSubscription(ContentSubscriberInterface subscriber) Determines if a user is subscribed to this channel as a channel subscriber.booleanOMRChannel.isContentSubscription(ContentSubscriberInterface subscriber) booleanDirectoryInterface.isDavEnabled()Get flag indicating if this Directory is DAV enabled.booleanOMRDirectory.isDavEnabled()booleanOMRSASLibrary.isDBMSLibname()booleanSASLibraryInterface.isDBMSLibname()Does this SASLibrary represent a DBMS libname.booleanMultiHostDeployment.isDeployedOnHost(HostInterface host) Checks if the host is on the deployment listbooleanOMRMultiHostDeployedObject.isDeployedOnHost(HostInterface host) static booleanFolderUtil.isDIStudioUngroupedFolder(FolderInterface folder) Returns true if specified folder is the DI Studio Ungrouped folder.booleanFolder.isEmpty()booleanFolderInterface.isEmpty()Returns true if this folder has no subfolders and no member objects.booleanOMRServerRootFolder.isEmpty()booleanVirtualFolder.isEmpty()booleanConfigurationXMLTextStoreInterface.isEnumerationOthersAllowed()Returns the value of the isOthersAllowed attribute of an Enumeration.booleanOMRConfigurationTextStore.isEnumerationOthersAllowed()booleanConfigurationXMLTextStoreInterface.isEnumerationOthersAllowedSet()Returns a boolean indicating whether the ParsedConfigurationXMLObject contains an entry for the isOthersAllowed attribute of Enumeration.booleanOMRConfigurationTextStore.isEnumerationOthersAllowedSet()booleanChannelInterface.isEventSubscription(EventSubscriberInterface subscriber) Determines if a user is subscribed to this channel as an event subscriber.booleanOMRChannel.isEventSubscription(EventSubscriberInterface subscriber) static booleanFolderUtil.isFolder(PublicObjectInterface object) Returns true if the public object is a folder, including whether or not it is a folder subtype.static booleanFolderUtil.isFolderNameUnique(FolderInterface parentFolder, String folderName) Validate that the name of the folder is unique within the parent folder.booleanApplication.isGridCapable()booleanApplicationInterface.isGridCapable()Returns true if application is marked as a grid capable application.booleanChannelInterface.isGroupContentSubscription(ContentSubscriberInterface subscriber) Determines if a user is subscribed to this channel through a group as a content subscriber.booleanOMRChannel.isGroupContentSubscription(ContentSubscriberInterface subscriber) booleanChannelInterface.isGroupEventSubscription(EventSubscriberInterface subscriber) Determines if a user is subscribed to this channel through a group as an event subscriber.booleanOMRChannel.isGroupEventSubscription(EventSubscriberInterface subscriber) Determines if a user is subscribed to this channel through a group as an event subscriber.static booleanFolderUtil.isInProjectRepository(MetadataInterface mi, FolderInterface folder) Is the given object or its folder in a project repository.booleanConfigurationXMLTextStoreInterface.isIntegerRangeIncrementSet()Returns a boolean indicating whether the ParsedConfigurationXMLObject contains an entry for an increment of the IntegerRange.booleanOMRConfigurationTextStore.isIntegerRangeIncrementSet()booleanConfigurationXMLTextStoreInterface.isIntegerRangeMaximumSet()Returns a boolean indicating whether the ParsedConfigurationXMLObject contains an entry for an increment of the IntegerRange.booleanOMRConfigurationTextStore.isIntegerRangeMaximumSet()booleanConfigurationXMLTextStoreInterface.isIntegerRangeMinimumSet()Returns a boolean indicating whether the ParsedConfigurationXMLObject contains an entry for a minimum value of the IntegerRange.booleanOMRConfigurationTextStore.isIntegerRangeMinimumSet()booleanFolder.isItemNameUnique(MetadataInterface member) Validate that the name of the metadata object is unique within the Folder.booleanFolderInterface.isItemNameUnique(MetadataInterface member) Validate that the name of the metadata object is unique within the Folder.booleanOMRServerRootFolder.isItemNameUnique(MetadataInterface member) Since the root folder has to implmement the FolderInterface, it has to have this method.booleanVirtualFolder.isItemNameUnique(MetadataInterface member) booleanIdentityGroupInterface.isMember(UserContextInterface uc) Determines whether or not a user is in this role.booleanIdentityGroupInterface.isMember(String name) Determines whether or not a user is in this role.booleanOMRIdentityGroup.isMember(UserContextInterface user) Determines whether or not a user is in this role.booleanOMRIdentityGroup.isMember(String name) Determines whether or not a user is in this role.booleanMetadataNameConstraint.isNameValid(MetadataInterface object, String name) Returns true if name is valid for objectbooleanConfigurationXMLTextStoreInterface.isNumericRangeIncrementSet()Returns a boolean indicating whether the ParsedConfigurationXMLObject contains an entry for an increment of the NumericRange.booleanOMRConfigurationTextStore.isNumericRangeIncrementSet()booleanConfigurationXMLTextStoreInterface.isNumericRangeMaximumExclusive()Returns a boolean indicating whether the maximum value of the NumericRange is exclusive (the value should not be contained within the range of acceptable values).booleanOMRConfigurationTextStore.isNumericRangeMaximumExclusive()booleanConfigurationXMLTextStoreInterface.isNumericRangeMaximumSet()Returns a boolean indicating whether the ParsedConfigurationXMLObject contains an entry for a maximum value of the NumericRange.booleanOMRConfigurationTextStore.isNumericRangeMaximumSet()booleanConfigurationXMLTextStoreInterface.isNumericRangeMinimumExclusive()Returns a boolean indicating whether the minimum value of the NumericRange is exclusive (the value should not be contained within the range of acceptable values).booleanOMRConfigurationTextStore.isNumericRangeMinimumExclusive()booleanConfigurationXMLTextStoreInterface.isNumericRangeMinimumSet()Returns a boolean indicating whether the ParsedConfigurationXMLObject contains an entry for a minimum value of the NumericRange.booleanOMRConfigurationTextStore.isNumericRangeMinimumSet()booleanMetadata.isObjectAlive()booleanMetadataInterface.isObjectAlive()Check to be sure the object still exists in the metadata server.booleanVirtualMetadata.isObjectAlive()protected booleanUniqueNameValidator.isObjectNameUnique(RepositoryInterface repo, String objName, String objType) protected booleanUniqueNameValidator.isObjectNameUnique(ServerInterface server, String objName, String objType) booleanAuthenticationDomainInterface.isOutboundOnly()Returns whether or not this authentication domain is to be used by outbound logins only.booleanOMRAuthenticationDomain.isOutboundOnly()booleanColumnInterface.isPartOfAnyIndex()checks if column is part of any indexbooleanOMRColumn.isPartOfAnyIndex()checks if column is part of any indexbooleanColumnInterface.isPartOfAnyKey()checks if column is part of any keybooleanOMRColumn.isPartOfAnyKey()checks if column is part of any keybooleanOMRSASLibrary.isPreassigned()booleanSASLibraryInterface.isPreassigned()Is this SASLibrary preassigned.booleanChannelInterface.isPublishAuthorized()Determines if the user has permission to publish to the channel.booleanOMRChannel.isPublishAuthorized()Determines if the user has permission to publish to the channel.booleanDirectoryInterface.isRelative()Return a flag indicating if this Directory object represents a relative path.booleanOMRDirectory.isRelative()booleanIndexInterface.isSimpleIndex()Checks for the Simple IndexbooleanOMRIndex.isSimpleIndex()static booleanFolderUtil.isSystemFolder(FolderInterface folder) Returns true if the specified folder is the System folder within a repository.booleanAuthenticationDomainInterface.isTrustedOnly()Returns whether or not this authentication domain is to be used by trusted only connections.booleanOMRAuthenticationDomain.isTrustedOnly()booleanOMRProperty.isUpdateable()booleanPropertyInterface.isUpdateable()Get the indicator of whether this property should be updateable by a user.static booleanVirtualFolderManager.isVirtualFolderId(String id) Returns true if the specified object id is an id that corresponds to a virtual folder.static booleanVirtualFolderManager.isVirtualFolderPath(PathUrl url, ServerInterface server) booleanOMRPropertyGroup.isVisible()booleanPropertyGroupInterface.isVisible()Should this group be displayed in a UI?static FolderInterfaceFolderUtil.makeDocumentsFolder(MetadataInterface object) Returns the Documents folder in the repository for a specified object.static FolderInterfaceFolderUtil.makeNotesFolder(MetadataInterface object) Returns the Notes folder in the repository for a specified object.static FolderInterfaceFolderUtil.makeOrphanedCubesFolder(MetadataInterface object) Returns the Orphaned Cubes folder in the repository for a specified object.static FolderInterfaceFolderUtil.makeOrphanedTablesFolder(MetadataInterface object) Returns the Orphaned Tables folder in the repository for a specified object.static FolderInterfaceFolderUtil.makeSharedDataFolder(MetadataInterface object) Returns the Shared Data folder in the repository for a specified object.Folder.makeSubfolder(String name) Makes a subfolder under the current folder.Folder.makeSubfolder(String name, String type) Create a new Folder with the given name of the given type and make it a new subfolder of this folder.FolderInterface.makeSubfolder(String name) Makes a subfolder under the current folder.FolderInterface.makeSubfolder(String name, String type) Make a subfolder of a specific type.OMRServerRootFolder.makeSubfolder(String name) OMRServerRootFolder.makeSubfolder(String name, String type) VirtualFolder.makeSubfolder(String name) VirtualFolder.makeSubfolder(String name, String type) static FolderInterfaceFolderUtil.makeSystemFolder(MetadataInterface object) Returns the System folder in the repository for a specified object.static FolderInterfaceFolderUtil.makeTopLevelFolder(String name, MetadataInterface object, boolean systemFolder) Returns a top level folder of the specified name for a specified object.static StringFolderUtil.makeValidFolderName(FolderInterface folder, MetadataNameConstraint constraint) Makes a valid folder name.static StringFolderUtil.makeValidFolderName(String folderName, FolderInterface parentFolder, MetadataNameConstraint constraint) Makes a valid folder name.static StringFolderUtil.makeValidObjectName(FolderInterface folder, MetadataInterface object) Makes a valid object name for an object given a target folder.static StringFolderUtil.makeValidObjectName(FolderInterface folder, MetadataInterface object, MetadataNameConstraint constraint) Makes a valid object name for an object given a target folder.StringFolder.mapUrlToFilesystem(int hostOS, String prefix, String suffix) Map the metadata object's SBIP Url to a file system path.StringMetadata.mapUrlToFilesystem(int hostOS, String prefix, String suffix) Map the metadata object's SBIP Url to a file system path.StringMetadataInterface.mapUrlToFilesystem(int hostOS, String prefix, String suffix) Map the metadata object's SBIP Url to a file system path.StringVirtualMetadata.mapUrlToFilesystem(int hostOS, String prefix, String suffix) Map the metadata object's SBIP Url to a file system path.ListGroupInterface.members()Get the members of the group.ListOMRGroup.members()booleanFolder.moveMembersOnOverflow()booleanFolderInterface.moveMembersOnOverflow()Check for too many objects in a folder.booleanOMRServerRootFolder.moveMembersOnOverflow()booleanVirtualFolder.moveMembersOnOverflow()voidFolder.moveTo(FolderInterface folder) voidMetadata.moveTo(FolderInterface folder) Move this object to a new folder.voidMetadataInterface.moveTo(FolderInterface folder) Move this object to a new folder.voidVirtualMetadata.moveTo(FolderInterface folder) Move this object to a new folder.ListContentSubscriberInterface.nameValueExclusionFilters()Gets the name/value exclusion filters defined for filtering data received by this subscriber identity.ListOMRContentSubscriber.nameValueExclusionFilters()ListContentSubscriberInterface.nameValueInclusionFilters()Gets the name/value inclusion filters defined for filtering data received by this subscriber identity.ListOMRContentSubscriber.nameValueInclusionFilters()Folder.newChild(String type, String name) OMRLogicalServer.newChild(String type, String name) OMRServerContext.newChild(String type, String name) OMRServerRootFolder.newChild(String type, String name) VirtualFolder.newChild(String type, String name) static PathUrlPathUrl.newPathUrlFromAbsolutePath(ServerInterface server, String absolutePath) Create a new PathUrl from an existing absolute path and a ServerInterface to use as context.static PathUrlPathUrl.newPathUrlFromExistingUrl(ServerInterface server, PathUrl oldPath) Create a new PathUrl from an existing PathUrl.ObjectFolder.newServiceObject()ObjectMetadata.newServiceObject()For objects that support it, get an "active" interface for the metadata object.ObjectMetadataInterface.newServiceObject()For objects that support it, get an "active" interface for the metadata object.ObjectVirtualMetadata.newServiceObject()ListChannelInterface.packageList()Returns an iteration of all the packages contained in this channel.ListChannelInterface.packageList(Comparator compare) Returns a sorted List of all the packages contained in this channel.ListOMRChannel.packageList()ListOMRChannel.packageList(Comparator compare) voidFolder.refresh()voidMetadata.refresh()Refresh the data for this object from the repository.voidMetadataInterface.refresh()Refresh the data for this object from the repository.voidOMRAccessControlEntry.refresh()voidOMRChannel.refresh()Refresh the data for this object from the repository.voidOMRContentSubscriber.refresh()Refresh the data for this object from the repository.voidOMREventSubscriber.refresh()Refresh the data for this object from the repository.voidOMRGroup.refresh()Refresh the data for this object from the repository.voidOMRIdentityGroup.refresh()voidOMRJMSDestination.refresh()voidOMRMessageQueue.refresh()Refresh the data for this object from the repository.voidOMRPerson.refresh()Refresh the data for this object from the repository.voidOMRSubscriber.refresh()Refresh the data for this object from the repository.voidVirtualFolder.refresh()voidVirtualMetadata.refresh()voidMetadata.removeAccessControl(AccessControlEntryInterface ace) Remove an Access Control item from this object.voidMetadataInterface.removeAccessControl(AccessControlEntryInterface ace) Remove an Access Control item from this object.voidVirtualMetadata.removeAccessControl(AccessControlEntryInterface accessControl) Remove an Access Control item from this object.voidAuthorizationUtil.removeACT(AccessControlTemplateInterface act) Remove an ACT from protecting an objectvoidAuthorizationUtilInterface.removeACT(AccessControlTemplateInterface act) Remove an ACT from protecting an object.voidMultiHostDeployment.removeAll()voidOMRMultiHostDeployedObject.removeAll()voidForeignKeyInterface.removeAssociation(KeyAssociationInterface association) Remove a key association from the foreign keyvoidOMRForeignKey.removeAssociation(KeyAssociationInterface association) Removes key association from a Foreign Key.voidOMRPrototype.removeAssociation(AssociationPropertyInterface property) voidPrototypeInterface.removeAssociation(AssociationPropertyInterface property) Remove an association from this prototype.voidFolder.removeChild(PublicObjectInterface child) voidOMRServerRootFolder.removeChild(PublicObjectInterface child) voidVirtualFolder.removeChild(PublicObjectInterface child) voidColumnContainerInterface.removeColumn(int pos) Remove a column from the underneath Key or Index container at specified position in Column List.voidColumnContainerInterface.removeColumn(ColumnInterface column) Remove a column from the underneath Key or Index containervoidColumnHierarchyInterface.removeColumn(int pos) Removes single column from this hierarchy.voidColumnHierarchyInterface.removeColumn(ColumnInterface column) Remove a column from this hierarchy.voidDataTableInterface.removeColumn(int pos) Removes single column from a DataTable.voidDataTableInterface.removeColumn(ColumnInterface column) Remove a column from this table.voidOMRColumnHierarchy.removeColumn(int pos) voidOMRColumnHierarchy.removeColumn(ColumnInterface column) voidOMRDataTable.removeColumn(int pos) Removes single column from a DataTable.voidOMRDataTable.removeColumn(ColumnInterface column) voidOMRIndex.removeColumn(int pos) Removes single column from an Index.voidOMRIndex.removeColumn(ColumnInterface column) Removes single column from an Index.voidOMRQueryClause.removeColumn(ColumnInterface column) voidOMRRelationalKey.removeColumn(int pos) voidOMRRelationalKey.removeColumn(ColumnInterface column) voidQueryClauseInterface.removeColumn(ColumnInterface column) voidDataTableInterface.removeColumnHierarchy(ColumnHierarchyInterface columnHierarchy) Remove a column hierarchy from the list of column hierarchies for this data table.voidOMRDataTable.removeColumnHierarchy(ColumnHierarchyInterface columnHierarchy) voidColumnContainerInterface.removeColumns(List<ColumnInterface> column) Remove a column list from the underneath Key or Index containervoidOMRIndex.removeColumns(List<ColumnInterface> columns) Removes multiple columns from an Index.voidOMRRelationalKey.removeColumns(List<ColumnInterface> columns) voidOMRServer.removeComputeTask(MetadataInterface task) voidServerInterface.removeComputeTask(MetadataInterface task) Remove a compute task from this server.voidChannelInterface.removeContentSubscriber(ContentSubscriberInterface subscriber) Removes a content subscriber from this channel.voidOMRChannel.removeContentSubscriber(ContentSubscriberInterface subscriber) voidAbstractPropertyInterface.removeCustomizer(SoftwareComponentInterface customizer) Remove a customizer from this property.voidOMRAbstractProperty.removeCustomizer(SoftwareComponentInterface customizer) voidOMRPropertyGroup.removeCustomizer(SoftwareComponentInterface softcom) voidPropertyGroupInterface.removeCustomizer(SoftwareComponentInterface softcom) Remove aSoftwareComponentInterfacefrom the list of customizers of this PropertyGroup.voidOMRServer.removeDataPackage(DeployedDataPackageInterface dataPackage) voidServerInterface.removeDataPackage(DeployedDataPackageInterface dataPackage) Remove a data package from the server.voidOMRSoftwareComponent.removeDeployedComponent(ServerInterface server) voidSoftwareComponentInterface.removeDeployedComponent(ServerInterface server) Remove a DeployedComponent from this SoftwareComponent.voidFileInterface.removeDirectory(DirectoryInterface directory) Remove this file from a Directory.voidOMRFile.removeDirectory(DirectoryInterface directory) voidMetadata.removeDocument(DocumentInterface doc) voidMetadataInterface.removeDocument(DocumentInterface doc) Remove a document from this object's Documents association.voidVirtualMetadata.removeDocument(DocumentInterface doc) voidAbstractPropertyInterface.removeEditor(SoftwareComponentInterface editor) Remove an editor from this property.voidOMRAbstractProperty.removeEditor(SoftwareComponentInterface editor) voidOMRPerson.removeEmail(EmailInterface email) voidPersonInterface.removeEmail(EmailInterface email) Remove an email from a user's list of email instances.voidOMRPerson.removeEmailAddress(String address) voidPersonInterface.removeEmailAddress(String address) Deprecated.Use removeEmail( EmailInterface email ) insteadvoidContentSubscriberInterface.removeEntryExclusionFilter(String filter) Remove an entry exclusion filter from this subscriber.voidOMRContentSubscriber.removeEntryExclusionFilter(String filter) voidContentSubscriberInterface.removeEntryInclusionFilter(String filter) Remove an entry inclusion filter from the subscriber.voidOMRContentSubscriber.removeEntryInclusionFilter(String filter) voidConfigurationXMLTextStoreInterface.removeEnumerationItem(EnumerationItem item) Remove an item from the enumeration data.voidOMRConfigurationTextStore.removeEnumerationItem(EnumerationItem item) voidChannelInterface.removeEventSubscriber(EventSubscriberInterface subscriber) Removes an event subscriber from this channel.voidOMRChannel.removeEventSubscriber(EventSubscriberInterface subscriber) voidMetadata.removeExtension(String name) Remove an Extension from the current extension set.voidMetadataInterface.removeExtension(String name) Remove an Extension from the current extension set.voidVirtualMetadata.removeExtension(String name) Remove an Extension from the current extension set.voidAllUsersIdentity.removeExternalIdentity(ExternalIdentityInterface externalIdentity) voidAuthenticatedIdentity.removeExternalIdentity(ExternalIdentityInterface externalIdentity) voidDavPerson.removeExternalIdentity(ExternalIdentityInterface externalIdentity) voidIdentityInterface.removeExternalIdentity(ExternalIdentityInterface externalIdentity) Remove an external identity from the Identity.voidOMRIdentity.removeExternalIdentity(ExternalIdentityInterface externalIdentity) Remove an external identity from the Identity.voidPropertyIdentity.removeExternalIdentity(ExternalIdentityInterface externalIdentity) voidReferenceIdentity.removeExternalIdentity(ExternalIdentityInterface externalIdentity) voidSelfIdentity.removeExternalIdentity(ExternalIdentityInterface externalIdentity) voidUnauthenticatedIdentity.removeExternalIdentity(ExternalIdentityInterface externalIdentity) voidDirectoryInterface.removeFile(MetadataInterface file) Remove a file from this directory.voidOMRDirectory.removeFile(MetadataInterface file) voidContentSubscriberInterface.removeFileMimeTypeExclusionFilter(String filter) Remove a file type exclusion filter.voidOMRContentSubscriber.removeFileMimeTypeExclusionFilter(String filter) voidContentSubscriberInterface.removeFileMimeTypeInclusionFilter(String filter) Remove a file type inclusion filter.voidOMRContentSubscriber.removeFileMimeTypeInclusionFilter(String filter) voidContentSubscriberInterface.removeFilters()Remove all filters for this subscriber.final voidOMRContentSubscriber.removeFilters()Removes all filters for this subscriber.voidOMRRelationalTable.removeForeignKey(ForeignKeyInterface relationalKey) voidRelationalTableInterface.removeForeignKey(ForeignKeyInterface relationalKey) Remove a Foreign key from the relational table.voidMetadata.removeGroup(GroupInterface group) voidMetadataInterface.removeGroup(GroupInterface group) Remove this object from a group.voidVirtualMetadata.removeGroup(GroupInterface group) voidOMRPropertyGroup.removeGroupedProperty(AbstractPropertyInterface property) voidPropertyGroupInterface.removeGroupedProperty(AbstractPropertyInterface property) Remove aAbstractPropertyInterfaceobject from the group.voidMultiHostDeployment.removeHost(HostInterface host) Remove host from the deployment listvoidOMRMultiHostDeployedObject.removeHost(HostInterface host) voidAccessControlEntryInterface.removeIdentity(IdentityInterface identity) Remove an identity from this ACE.voidDAVAccessControlEntry.removeIdentity(IdentityInterface identity) voidIdentityGroupInterface.removeIdentity(IdentityInterface identity) Remove a member identity from this group.voidOMRAccessControlEntry.removeIdentity(IdentityInterface identity) Remove an identity from this ACE.voidOMRIdentityGroup.removeIdentity(IdentityInterface identity) voidMetadata.removeImplementor(SoftwareComponentInterface softwareComponent) Remove a SoftwareComponent from the list of implementors on this object.voidMetadataInterface.removeImplementor(SoftwareComponentInterface softwareComponent) Remove a SoftwareComponent from the list of implementors on this object.voidVirtualMetadata.removeImplementor(SoftwareComponentInterface softwareComponent) voidOMRPhysicalTable.removeIndex(IndexInterface index) Removes the index from a physical table.voidPhysicalTableInterface.removeIndex(IndexInterface index) Remove the index from the physical table.voidConfigurationXMLTextStoreInterface.removeIntegerRange()Remove the Integer range setting from the configuration.voidOMRConfigurationTextStore.removeIntegerRange()voidFolder.removeItem(MetadataInterface item) Remove an item from the folder.voidFolderInterface.removeItem(MetadataInterface item) Remove an item from the folder.voidOMRServerRootFolder.removeItem(MetadataInterface item) voidVirtualFolder.removeItem(MetadataInterface item) voidOMRSASClientConnection.removeLibrary(SASLibraryInterface library) voidSASClientConnectionInterface.removeLibrary(SASLibraryInterface library) Remove a library from the list that are accessible through this connection.voidAllUsersIdentity.removeLocation(LocationInterface location) voidAuthenticatedIdentity.removeLocation(LocationInterface location) voidDavPerson.removeLocation(LocationInterface location) voidOMRPerson.removeLocation(LocationInterface location) voidPersonInterface.removeLocation(LocationInterface location) Remove a location from the user's list of lcoations.voidPropertyIdentity.removeLocation(LocationInterface location) voidReferenceIdentity.removeLocation(LocationInterface location) voidSelfIdentity.removeLocation(LocationInterface location) voidUnauthenticatedIdentity.removeLocation(LocationInterface location) voidAllUsersIdentity.removeLogin(LoginInterface login) voidAuthenticatedIdentity.removeLogin(LoginInterface login) voidDavPerson.removeLogin(LoginInterface login) voidIdentityInterface.removeLogin(LoginInterface login) Remove a Login from the Identity.voidOMRIdentity.removeLogin(LoginInterface login) Remove a Login from the Identity.voidPropertyIdentity.removeLogin(LoginInterface login) voidReferenceIdentity.removeLogin(LoginInterface login) voidSelfIdentity.removeLogin(LoginInterface login) voidUnauthenticatedIdentity.removeLogin(LoginInterface login) booleanGroupInterface.removeMember(MetadataInterface member) Remove a member from the group.booleanOMRGroup.removeMember(MetadataInterface member) voidContentSubscriberInterface.removeNameValueExclusionFilter(String filter) Remove a name/value exclusion filter from the subscriber.voidOMRContentSubscriber.removeNameValueExclusionFilter(String filter) voidContentSubscriberInterface.removeNameValueInclusionFilter(String filter) Remove a name/value inclusion filter from the subscriber.voidOMRContentSubscriber.removeNameValueInclusionFilter(String filter) voidMetadata.removeNoteTextStore(TextStoreInterface note) voidMetadataInterface.removeNoteTextStore(TextStoreInterface note) Remove a TextStore note from this object's Notes association.voidVirtualMetadata.removeNoteTextStore(TextStoreInterface note) voidConfigurationXMLTextStoreInterface.removeNumericRange()Remove the numeric range from this configuration.voidOMRConfigurationTextStore.removeNumericRange()voidConfigurationXMLTextStoreInterface.removeNumericRangeMaximum()Remove the numeric range maximum for the configuration.voidOMRConfigurationTextStore.removeNumericRangeMaximum()voidConfigurationXMLTextStoreInterface.removeNumericRangeMinimum()Remove the numeric range minimum for the configuration.voidOMRConfigurationTextStore.removeNumericRangeMinimum()voidDocumentInterface.removeObject(MetadataInterface object) Remove an object from the document's Objects association.voidOMRDocument.removeObject(MetadataInterface object) voidMetadata.removeObjectProperty(PropertyInterface property) voidMetadataInterface.removeObjectProperty(PropertyInterface property) Remove a Property from this object.voidVirtualMetadata.removeObjectProperty(PropertyInterface property) voidGroupInterface.removeOwner(PersonInterface owner) Remove a person from the owner list.voidOMRGroup.removeOwner(PersonInterface owner) voidAccessControlEntryInterface.removePermission(PermissionInterface permission) Remove a permission from this ACE.voidDAVAccessControlEntry.removePermission(PermissionInterface permission) voidOMRAccessControlEntry.removePermission(PermissionInterface permission) Remove a permission from this ACE.voidMetadata.removePermissions(List identities, List permissions) Remove permissions matching the identities and permission list.voidMetadataInterface.removePermissions(List identities, List permissions) Remove permissions matching the identities and permission list.voidVirtualMetadata.removePermissions(List identities, List permissions) Remove permissions matching the identities and permission list.voidAllUsersIdentity.removePhoneNumber(PhoneNumberInterface phone) voidAuthenticatedIdentity.removePhoneNumber(PhoneNumberInterface phone) voidDavPerson.removePhoneNumber(PhoneNumberInterface phone) voidOMRPerson.removePhoneNumber(PhoneNumberInterface phone) voidPersonInterface.removePhoneNumber(PhoneNumberInterface phone) Remove a phone number from the user's list.voidPropertyIdentity.removePhoneNumber(PhoneNumberInterface phone) voidReferenceIdentity.removePhoneNumber(PhoneNumberInterface phone) voidSelfIdentity.removePhoneNumber(PhoneNumberInterface phone) voidUnauthenticatedIdentity.removePhoneNumber(PhoneNumberInterface phone) voidOMRRelationalTable.removePrimaryKey(RelationalKeyInterface relationalKey) voidRelationalTableInterface.removePrimaryKey(RelationalKeyInterface relationalKey) Remove a Primary key from the relational table.voidMetadata.removePrompt(BaseOMRPromptInterface prompt) Remove a prompt from this object.voidMetadataInterface.removePrompt(BaseOMRPromptInterface prompt) Remove a prompt from this object.voidVirtualMetadata.removePrompt(BaseOMRPromptInterface prompt) voidOMRServer.removeProperty(PropertyInterface property) Remove a property from the server.voidServerInterface.removeProperty(PropertyInterface property) Remove a property from the server.voidOMRSoftwareComponent.removePropertyGroup(PropertyGroupInterface group) voidSoftwareComponentInterface.removePropertyGroup(PropertyGroupInterface group) Remove aPropertyGroupInterfaceobject from the associated list.voidMetadata.removePropertySet(PropertySetInterface propertySet) voidMetadataInterface.removePropertySet(PropertySetInterface propertySet) Remove a property set from this object.voidVirtualMetadata.removePropertySet(PropertySetInterface propertySet) voidOMRPrototype.removePrototypeProperty(PrototypePropertyInterface property) voidPrototypeInterface.removePrototypeProperty(PrototypePropertyInterface property) Remove an attribute property from this prototype.voidConnectionInterface.removeProvider(ServerInterface provider) Remove a provider server from the providers list.voidOMRConnection.removeProvider(ServerInterface provider) voidColumnInterface.removeQueryClause(QueryClauseInterface clause) Remove a Query from this column.voidOMRColumn.removeQueryClause(QueryClauseInterface clause) voidMetadata.removeResponsibleParty(Responsibility responsibility) voidMetadataInterface.removeResponsibleParty(Responsibility responsibility) Deprecated.Use removeResponsibleParty2, as it fixes a bug that can remove the wrong responsible party.voidVirtualMetadata.removeResponsibleParty(Responsibility responsibility) voidMetadata.removeResponsiblePartyByIdentity(Responsibility responsibility) voidMetadataInterface.removeResponsiblePartyByIdentity(Responsibility responsibility) Remove a responsible party from this metadata object.voidVirtualMetadata.removeResponsiblePartyByIdentity(Responsibility responsibility) voidDataTableInterface.removeRole(DataTableRoleInterface role) Remove a role from the list of roles describing this DataTable.voidOMRDataTable.removeRole(DataTableRoleInterface role) voidDatabaseCatalogInterface.removeSchema(RelationalSchemaInterface schema) voidOMRDatabaseCatalog.removeSchema(RelationalSchemaInterface schema) voidFileInterface.removeScriptedConnection(SASClientConnectionInterface connection) Remove a SASClientConnection from the list of connections that this script executes for.voidOMRFile.removeScriptedConnection(SASClientConnectionInterface connection) voidOMRSASClientConnection.removeScriptFile(FileInterface file) voidSASClientConnectionInterface.removeScriptFile(FileInterface file) Remove a script file from this connection.voidOMRServer.removeServed(ServerInterface server) Remove a server from the list that's served by this server.voidServerInterface.removeServed(ServerInterface server) Remove a server from the list that's served by this server.voidDeployedDataPackageInterface.removeServer(ServerInterface server) Remove a server from the list of associated servers to this object.voidDirectoryInterface.removeServer(MetadataInterface server) Remove a server from the list that has access to this Directory.voidOMRDeployedDataPackage.removeServer(ServerInterface server) voidOMRDirectory.removeServer(MetadataInterface server) voidOMRServer.removeServer(ServerInterface server) Remove a server from the list used by this server.voidServerInterface.removeServer(ServerInterface server) Remove a server from the list used by this server.voidOMRServer.removeServiceType(ServiceTypeInterface serviceType) voidServerInterface.removeServiceType(ServiceTypeInterface serviceType) Remove a service type from this server.voidOMRPropertySet.removeSetProperty(PropertyInterface property) voidPropertySetInterface.removeSetProperty(PropertyInterface property) Remove a property from the set.voidOMRSoftwareComponent.removeSoftwareGroup(GroupInterface group) voidSoftwareComponentInterface.removeSoftwareGroup(GroupInterface group) Remove a SoftwareGroup from this SoftwareComponent.voidOMRSoftwareComponent.removeSoftwareTree(FolderInterface folder) voidSoftwareComponentInterface.removeSoftwareTree(FolderInterface folder) Remove a Software tree from this SoftwareComponent.voidOMRProxyList.removeSourceConnection(ConnectionInterface connection) voidOMRServer.removeSourceConnection(ConnectionInterface connection) voidServerInterface.removeSourceConnection(ConnectionInterface connection) Remove a connection definition from the list that can access this server.voidFolder.removeSubfolder(String name) Remove a subfolder from the current folder.voidFolderInterface.removeSubfolder(String name) Remove a subfolder from the current folder.voidOMRServerRootFolder.removeSubfolder(String name) voidVirtualFolder.removeSubfolder(String name) voidOMRPropertyGroup.removeSubpropertyGroup(PropertyGroupInterface group) voidPropertyGroupInterface.removeSubpropertyGroup(PropertyGroupInterface group) Remove a subproperty group.voidChannelInterface.removeSubscriberGroup(GroupInterface group) Remove a subscriber group from this channel.voidOMRChannel.removeSubscriberGroup(GroupInterface group) voidOMRRelationalSchema.removeTable(DataTableInterface table) voidRelationalSchemaInterface.removeTable(DataTableInterface table) Remove aDataTableInterfacefrom the list of tables associated to this schema.voidOMRRelationalTable.removeUniqueKey(RelationalKeyInterface relationalKey) voidRelationalTableInterface.removeUniqueKey(RelationalKeyInterface relationalKey) Remove a Unique key from the relational table.voidDeployedDataPackageInterface.removeUsedByPackage(DeployedDataPackageInterface dataPackage) Remove a package from the list of packages that use this one.voidOMRDeployedDataPackage.removeUsedByPackage(DeployedDataPackageInterface dataPackage) voidMetadata.removeUsedByPrototype(MetadataInterface prototyped) Remove an object from the list prototyped by this object.voidMetadataInterface.removeUsedByPrototype(MetadataInterface prototyped) Remove an object from the list prototyped by this object.voidVirtualMetadata.removeUsedByPrototype(MetadataInterface prototyped) voidLoginInterface.removeUser(PersonInterface user) Remove a user from the list of allowed clients.voidOMRLogin.removeUser(PersonInterface user) voidDeployedDataPackageInterface.removeUsingPackage(DeployedDataPackageInterface dataPackage) Remove a package from the list of packages that this one uses.voidOMRDeployedDataPackage.removeUsingPackage(DeployedDataPackageInterface dataPackage) voidAbstractPropertyInterface.removeValidator(SoftwareComponentInterface validator) Remove a validator from the property.voidOMRAbstractProperty.removeValidator(SoftwareComponentInterface validator) protected voidMetadata.reset()voidVirtualFolderManager.reset()voidMetadata.rollback()Roll back changes to this object, and all objects that have been updated or created in the child repository.voidMetadataInterface.rollback()Roll back changes to this object, and all objects that have been updated or created in the child repository.voidVirtualMetadata.rollback()voidEmailInterface.setAddress(String address) Sets theStringvalue ofAddressvoidLocationInterface.setAddress(String address) Set the address string.voidOMREmail.setAddress(String address) voidOMRLocation.setAddress(String address) voidDeployedDataPackageInterface.setAliasFor(DeployedDataPackageInterface aliasPackage) Set the package that this one is an alias for.voidOMRDeployedDataPackage.setAliasFor(DeployedDataPackageInterface aliasPackage) voidAnalyticTableInterface.setAnalyticTableAttributes(AnalyticTableAttributes attributes) Set the attribute for this object.voidOMRAnalyticTable.setAnalyticTableAttributes(AnalyticTableAttributes attributes) voidConnectionInterface.setApplicationProtocol(String appProtocol) Set the application protocol string.voidOMRConnection.setApplicationProtocol(String appProtocol) voidOMRServer.setApplicationProtocol(String protocol) voidServerInterface.setApplicationProtocol(String protocol) Set the application protocol string for the server.voidChannelInterface.setArchivePath(DirectoryInterface basePathDir, String relativePath) Set the location of the archive path to use for this channel.This method should be used when the archive path is defined to be an HTTP server.voidChannelInterface.setArchivePath(ServerInterface server, String relativePath) Set the location of the archive path to use for this channel.voidChannelInterface.setArchivePath(String path) Set the location of the archive path to use for this channel.voidOMRChannel.setArchivePath(DirectoryInterface basePathDir, String relativePath) Set the location of the archive path to use for this channel.voidOMRChannel.setArchivePath(ServerInterface server, String relativePath) Set the location of the archive path to use for this channel.voidOMRChannel.setArchivePath(String path) Set the location of the archive path to use for this channel.voidContentSubscriberInterface.setArchiveReceiveBy(String receiveBy) Sets the preferred mechanism for receiving published archives (value or reference).voidOMRContentSubscriber.setArchiveReceiveBy(String receiveBy) voidLocationInterface.setArea(String area) Set the area string for this location.voidOMRLocation.setArea(String area) voidOMRRelationalKey.setAssociatedIndex(IndexInterface index) voidRelationalKeyInterface.setAssociatedIndex(IndexInterface index) Set the associated index with a Unique/Primary Key.voidMultiHostDeployment.setAssociatedMachine(HostInterface host) Few clients still use associated machine association to check the public object deployment host This method is used for those clients which are using this association to add the single associated hostvoidOMRMultiHostDeployedObject.setAssociatedMachine(HostInterface host) voidAbstractPropertyInterface.setAssociatedPropertyGroup(PropertyGroupInterface group) Make this property a member of a PropertyGroup.voidOMRAbstractProperty.setAssociatedPropertyGroup(PropertyGroupInterface group) voidAssociationPropertyInterface.setAssociationName(String name) Set the association name.voidOMRAssociationProperty.setAssociationName(String name) voidMetadata.setAttribute(String key, String value) Set the value of an attribute to the given valuevoidMetadataInterface.setAttribute(String key, String value) Set the value of an attribute to the given valuevoidVirtualMetadata.setAttribute(String key, String value) Set the value of an attribute to the given valuevoidMetadata.setAttributes(Map attributeMap) Set a number of attributes - names and values are given in the mapvoidMetadataInterface.setAttributes(Map attributeMap) Set a number of attributes - names and values are given in the mapvoidVirtualMetadata.setAttributes(Map attributeMap) Set a number of attributes - names and values are given in the mapvoidConnectionInterface.setAuthenticationType(String authType) Set the authentication type string.voidHttpServerInterface.setAuthenticationType(String authType) Set the authentication type string.voidOMRConnection.setAuthenticationType(String authType) voidOMRHttpServer.setAuthenticationType(String authType) voidAuthorizationBaseInterface.setAuthorizations(IdentityInterface identity, List<PermissionInfoInterface> permissionInfoList) Set permission(s) for a single identityvoidAuthorizationBaseInterface.setAuthorizations(List<AuthorizationInfoInterface> authorizations) Set permissions for multiple identitiesvoidAuthorizationUtil.setAuthorizations(IdentityInterface identity, List<PermissionInfoInterface> permissionInfoList) Set AuthorizationsvoidAuthorizationUtil.setAuthorizations(List<AuthorizationInfoInterface> authorizations) Set AuthorizationsvoidOMRTextStore.setBytes(byte[] bytes) voidTextStoreInterface.setBytes(byte[] bytes) Set the text contained in this TextStore object.voidLocationInterface.setCity(String city) Set the city name for this location.voidOMRLocation.setCity(String city) voidOMRServiceType.setClassIdentifier(String classIdentifier) voidOMRSoftwareComponent.setClassIdentifier(String classIdentifier) voidServerInterface.setClassIdentifier(String protocol) Set the class identifier string for the server.voidServiceTypeInterface.setClassIdentifier(String classIdentifier) Set the class identifier string.voidSoftwareComponentInterface.setClassIdentifier(String classIdentifier) Set the class identifier for this SoftwareComponent.voidColumnInterface.setColumnAttributes(ColumnAttributes attributes) Set the attributes of this column using aColumnAttributesobject.voidOMRColumn.setColumnAttributes(ColumnAttributes attributes) voidOMRQueryClause.setColumns(List columns) voidQueryClauseInterface.setColumns(List columns) voidAuthorizationBaseInterface.setCommitOnUpdate(boolean commitWithStore) Set Commit with Object Store boolean indicatorvoidAuthorizationUtil.setCommitOnUpdate(boolean commitOnUpdate) Set boolean indicating to Commit Authorization changes when the object is updatedvoidConnectionInterface.setCommunicationProtocol(String commProtocol) Set the communication protocol.voidOMRConnection.setCommunicationProtocol(String commProtocol) voidOMRProperty.setConfigurationText(TextStoreInterface textStore) voidPropertyInterface.setConfigurationText(TextStoreInterface textStore) Set the text store object that contains the configuration text for this property.voidFolder.setContentCreateDate(Date date) voidFolderInterface.setContentCreateDate(Date date) Set the Date that the content folder was created.voidOMRServerRootFolder.setContentCreateDate(Date date) voidVirtualFolder.setContentCreateDate(Date date) voidChannelInterface.setContentDestination(DirectoryInterface basePathDirectory, String relativePath) Set the content destination for this channel.voidOMRChannel.setContentDestination(DirectoryInterface basePathDirectory, String relativePath) voidOMRSubscriber.setContentDestination(DirectoryInterface basePathDirectory, String relativePath) voidSubscriberInterface.setContentDestination(DirectoryInterface basePathDirectory, String relativePath) Set the content destination for this subscriber.voidFolder.setContentModifyDate(Date date) voidFolderInterface.setContentModifyDate(Date date) Set the date when an object was last added to or removed from this folder.voidOMRServerRootFolder.setContentModifyDate(Date date) voidVirtualFolder.setContentModifyDate(Date date) voidDataTableRoleInterface.setContext(String context) Set the application context for this role.voidExternalIdentityInterface.setContext(String context) Sets the context for the external identityvoidOMRDataTableRole.setContext(String context) voidOMRExternalIdentity.setContext(String context) voidLocationInterface.setCountry(String country) Set the country name or abbreviation for this location.voidOMRLocation.setCountry(String country) voidOMRPropertyGroup.setCustomizers(List softcoms) voidPropertyGroupInterface.setCustomizers(List softcoms) Set the list ofSoftwareComponentInterfaceobjects to act as customizers on this PropertyGroup.voidOMRRelationalSchema.setDatabaseCatalog(DatabaseCatalogInterface catalog) voidRelationalSchemaInterface.setDatabaseCatalog(DatabaseCatalogInterface catalog) Set theDatabaseCatalogInterfaceobject that this schema belongs to.voidOMRSASLibrary.setDataProviderLibrary(SASLibraryInterface dataProviderLibrary) voidSASLibraryInterface.setDataProviderLibrary(SASLibraryInterface dataProviderLibrary) Set the data provider library.voidChannelInterface.setDavUrlType(String type) Sets the type of url.voidContentSubscriberInterface.setDavUrlType(String type) Sets the type of url.voidOMRChannel.setDavUrlType(String type) voidOMRContentSubscriber.setDavUrlType(String type) voidAttributePropertyInterface.setDefaultValue(String value) Set the property default value.voidOMRAttributeProperty.setDefaultValue(String value) voidOMRProperty.setDelimiter(String delimiter) voidPropertyInterface.setDelimiter(String delimiter) Set the delimiter string on the property.voidChannelInterface.setDeliveryTransport(int deliveryTransport) Set the default transport defined for this channel.voidOMRChannel.setDeliveryTransport(int transport) voidOMRChannel.setDeliveryTransport(String transport) voidOMRSubscriber.setDeliveryTransport(String deliveryTransport) voidSubscriberInterface.setDeliveryTransport(String deliveryTransport) Sets the delivery transport for this subscriber.voidOMRSoftwareComponent.setDeployedComponents(List servers) voidSoftwareComponentInterface.setDeployedComponents(List servers) Set the List DeployedComponents on this SoftwareComponent.voidFileInterface.setDirectories(List directories) Set the list of directories that this file is in.voidOMRFile.setDirectories(List directories) voidDirectoryInterface.setDirectoryRole(String role) Set the DirectoryRole attribute.voidOMRDirectory.setDirectoryRole(String role) voidAllUsersIdentity.setDisplayName(String displayName) voidAuthenticatedIdentity.setDisplayName(String displayName) voidDavPerson.setDisplayName(String displayName) voidIdentityInterface.setDisplayName(String displayName) Set the identity's display name.voidOMRIdentity.setDisplayName(String displayName) voidPropertyIdentity.setDisplayName(String displayName) voidReferenceIdentity.setDisplayName(String displayName) voidSelfIdentity.setDisplayName(String displayName) voidUnauthenticatedIdentity.setDisplayName(String displayName) voidMetadata.setDocuments(List docs) voidMetadataInterface.setDocuments(List docs) Set the list of Documents associated with this object.voidVirtualMetadata.setDocuments(List docs) voidConnectionInterface.setDomain(String domain) Set the authentication domain name for this connection.voidLoginInterface.setDomain(String domain) Set the authentication domain for the Login.voidOMRConnection.setDomain(String domain) voidOMRLogin.setDomain(String domain) voidContentSubscriberInterface.setEmailFormat(String emailFormat) Sets the preferred email format for this subscriber.voidOMRContentSubscriber.setEmailFormat(String emailFormat) voidEmailInterface.setEmailSubscribers(List<MetadataInterface> subscribers) Sets the List ofSubscriberInterfaceinstancesvoidOMREmail.setEmailSubscribers(List<MetadataInterface> subscribers) voidEmailInterface.setEmailType(String inEmailType) Sets theStringvalue ofEmailTypevoidOMREmail.setEmailType(String inEmailType) voidOMRSASLibrary.setEngine(String engine) voidSASLibraryInterface.setEngine(String engine) Set the engine string for the SASLibrary.voidConfigurationXMLTextStoreInterface.setEnumerationData(List list) Creates a list of enumeration values and adds an entry to the internal map for the Enumeration data type.voidOMRConfigurationTextStore.setEnumerationData(List list) voidConfigurationXMLTextStoreInterface.setEnumerationOptions(Map map) voidOMRConfigurationTextStore.setEnumerationOptions(Map map) voidConfigurationXMLTextStoreInterface.setEnumerationOthersAllowed(boolean allowed) Sets the option to allow other choices besides those specifically enumerated.voidOMRConfigurationTextStore.setEnumerationOthersAllowed(boolean allowed) voidMetadata.setExtensions(List extensionList) Set the list of extensions on this metadata object.voidMetadataInterface.setExtensions(List extensionList) Set the list of extensions on this metadata object.voidVirtualMetadata.setExtensions(List extensionList) voidFileInterface.setFileExtension(String extension) Set the file extension.voidOMRFile.setFileExtension(String extension) voidFileInterface.setFileName(String name) Set the file name string.voidOMRFile.setFileName(String name) voidFolder.setFolderType(String type) Set the folder type.voidFolderInterface.setFolderType(String type) Set the folder type.voidOMRServerRootFolder.setFolderType(String type) voidVirtualFolder.setFolderType(String type) voidKeyAssociationInterface.setForeignKeyColumn(ColumnInterface column) Set the owing table Column participating in this associationvoidOMRForeignKeyAssociation.setForeignKeyColumn(ColumnInterface column) Sets the foreign key column to the Association.voidChannelInterface.setFrequency(String frequency) Sets the frequency string for this channel.voidOMRChannel.setFrequency(String frequency) voidApplication.setGridCapable(boolean gridCapable) voidApplicationInterface.setGridCapable(boolean gridCapable) Sets the gridCapable property for this application.voidGridServerInterface.setGridCommand(String gridCommand) voidOMRGridServer.setGridCommand(String gridCommand) Set the grid command info.voidGridServerInterface.setGridModuleName(String moduleName) voidOMRGridServer.setGridModuleName(String moduleName) Set the Grid server's module namevoidGridApplicationInterface.setGridOptions(List<String> gridOptions) voidGridServerInterface.setGridOptions(List<String> gridOptions) voidOMRGridApplication.setGridOptions(List<String> gridOptions) voidOMRGridServer.setGridOptions(List<String> requiredResource) Set the Grid optionsvoidGridServerInterface.setGridRequiredProperty(String applicationName, String gridRequired) voidOMRGridServer.setGridRequiredProperty(String applicationName, String gridRequired) Set the property of "Grid Required" based on given application namevoidGridServerInterface.setGridWorkLoad(List<String> workload) voidOMRGridServer.setGridWorkLoad(List<String> workload) Set the Grid workloadvoidOMRPropertyGroup.setGroupedProperties(List properties) voidPropertyGroupInterface.setGroupedProperties(List properties) Set the collection ofAbstractPropertyInterfaceobjects grouped by this PropertyGroup.voidMetadata.setGroups(List groups) voidMetadataInterface.setGroups(List groups) Set the list of groups this object belongs to.voidVirtualMetadata.setGroups(List groups) voidOMRProxyList.setHost(String host) voidOMRServer.setHost(String host) voidOMRTCPIPConnection.setHost(String host) voidServerInterface.setHost(String host) Set the DNS name of the host where the server is running.voidTCPIPConnectionInterface.setHost(String host) Set the host name for this connection.voidHostInterface.setHostName(String hostName) voidOMRHost.setHostName(String hostName) voidExternalIdentityInterface.setIdentifier(String identifier) Sets the identifier for the external identityvoidOMRExternalIdentity.setIdentifier(String identifier) voidAccessControlEntryInterface.setIdentities(List identities) Set the set of identities on this ACE.voidDAVAccessControlEntry.setIdentities(List identities) voidOMRAccessControlEntry.setIdentities(List identities) Set the set of identities on this ACE.voidAuthorizationInfoInterface.setIdentityInfo(AuthorizationIdentityInfoInterface authIdentityInfo) Sets the identity object referencevoidOMRSoftwareComponent.setImplementedObjects(List<MetadataInterface> objects) voidSoftwareComponentInterface.setImplementedObjects(List<MetadataInterface> objects) Set the list of objects that are implemented by the software component described by this object.voidExternalIdentityInterface.setImportType(String importType) Sets the import type of the external identityvoidOMRExternalIdentity.setImportType(String importType) voidIndexInterface.setIndexAttributes(Set<IndexAttribute> setIndexAttribute) Sets the attributes of an IndexvoidOMRIndex.setIndexAttributes(Set<IndexAttribute> setIndexAttribute) Sets the attributes of IndexvoidOMRServer.setInstallationLocation(String location) voidServerInterface.setInstallationLocation(String location) voidConfigurationXMLTextStoreInterface.setIntegerRange(int minimum, int maximum) Set the integer range setting for the configuration.voidConfigurationXMLTextStoreInterface.setIntegerRange(Map map) Creates a map of integer values and adds an entry to the internal map for the IntegerRange data type.voidOMRConfigurationTextStore.setIntegerRange(int minimum, int maximum) voidOMRConfigurationTextStore.setIntegerRange(Map map) voidConfigurationXMLTextStoreInterface.setIntegerRangeIncrement(int increment) Set the integer range increment.voidOMRConfigurationTextStore.setIntegerRangeIncrement(int increment) voidConfigurationXMLTextStoreInterface.setIntegerRangeMaximum(int maximum) Set the integer range maximum for this configuration.voidOMRConfigurationTextStore.setIntegerRangeMaximum(int maximum) voidConfigurationXMLTextStoreInterface.setIntegerRangeMinimum(int minimum) Set the integer range minimum for this configuration.voidOMRConfigurationTextStore.setIntegerRangeMinimum(int minimum) voidOMRServiceType.setInterfaceName(String interfaceName) voidServiceTypeInterface.setInterfaceName(String interfaceName) Set the interface name for this service type.voidAllUsersIdentity.setInternalAccountOptions(InternalLoginUserInfo intrlLgnUsrInfo) voidAuthenticatedIdentity.setInternalAccountOptions(InternalLoginUserInfo intrlLgnUsrInfo) voidDavPerson.setInternalAccountOptions(InternalLoginUserInfo intrlLgnUsrInfo) voidOMRPerson.setInternalAccountOptions(InternalLoginUserInfo intrlLgnUsrInfo) voidPersonInterface.setInternalAccountOptions(InternalLoginUserInfo intrlLgnUsrInfo) Set Internal Account (InternalLoginUserInfo) Options for this PersonvoidPropertyIdentity.setInternalAccountOptions(InternalLoginUserInfo intrlLgnUsrInfo) voidReferenceIdentity.setInternalAccountOptions(InternalLoginUserInfo intrlLgnUsrInfo) voidSelfIdentity.setInternalAccountOptions(InternalLoginUserInfo intrlLgnUsrInfo) voidUnauthenticatedIdentity.setInternalAccountOptions(InternalLoginUserInfo intrlLgnUsrInfo) voidAllUsersIdentity.setInternalAccountPassword(String password) voidAuthenticatedIdentity.setInternalAccountPassword(String password) voidDavPerson.setInternalAccountPassword(String password) voidOMRPerson.setInternalAccountPassword(String password) voidPersonInterface.setInternalAccountPassword(String password) Set Internal Account PasswordvoidPropertyIdentity.setInternalAccountPassword(String password) voidReferenceIdentity.setInternalAccountPassword(String password) voidSelfIdentity.setInternalAccountPassword(String password) voidUnauthenticatedIdentity.setInternalAccountPassword(String password) voidFileInterface.setIsARelativeName(boolean isRelative) Set the flag indicating the file name is relative to the directory path.voidOMRFile.setIsARelativeName(boolean isRelative) voidDirectoryInterface.setIsBasePath(boolean value) Set the flag indicating if this Directory is a valid base for an HTTP server.voidOMRDirectory.setIsBasePath(boolean value) voidDirectoryInterface.setIsDavEnabled(boolean value) Set the flag indicating if this directory is DAV enabled.voidOMRDirectory.setIsDavEnabled(boolean value) voidOMRSASLibrary.setIsDBMSLibname(boolean value) Set the value of the isDMBSLibname attribute.voidSASLibraryInterface.setIsDBMSLibname(boolean value) Set the value of the isDMBSLibname attribute.voidAbstractPropertyInterface.setIsExpert(boolean flag) Set the isExpert attribute on the property.voidOMRAbstractProperty.setIsExpert(boolean flag) voidOMRServer.setIsLicensed(boolean value) voidServerInterface.setIsLicensed(boolean value) Set isLicensed value for this server.voidAbstractPropertyInterface.setIsLinked(boolean flag) Set the isLinked attribute of the property.voidOMRAbstractProperty.setIsLinked(boolean flag) voidOMRSASLibrary.setIsPreassigned(boolean flag) voidSASLibraryInterface.setIsPreassigned(boolean flag) Set the flag indicating if the SASLibrary is preassigned or not.voidDirectoryInterface.setIsRelative(boolean flag) Set the flag indicating this directory is relative to another directory object.voidOMRDirectory.setIsRelative(boolean flag) voidAbstractPropertyInterface.setIsRequired(boolean flag) Set the isRequired attribute of the property.voidOMRAbstractProperty.setIsRequired(boolean flag) voidAbstractPropertyInterface.setIsUpdateable(boolean flag) Set the isUpdateable attribute of the property.voidOMRAbstractProperty.setIsUpdateable(boolean flag) voidAbstractPropertyInterface.setIsVisible(boolean flag) Set the isVisible attribute for the property.voidOMRAbstractProperty.setIsVisible(boolean flag) voidOMRPropertyGroup.setIsVisible(boolean isVisible) voidPropertyGroupInterface.setIsVisible(boolean isVisible) Set flag indicating whether this group should be displayed in a UI.voidJMSDestinationInterface.setJMSDestinationIsTopic(boolean isTopic) Sets the JMSDestination isTopic value.voidOMRJMSDestination.setJMSDestinationIsTopic(boolean isTopic) voidJMSQueueManagerInterface.setJMSDestinations(List destList) Sets the JMSDestinations on this JMS Queue ManagervoidOMRJMSQueueManager.setJMSDestinations(List destList) voidJMSQueueManagerInterface.setJNDIConnectionFactory(String factory) Sets the JNDI name of the JMS connection factoryvoidOMRJMSQueueManager.setJNDIConnectionFactory(String factory) voidJMSQueueManagerInterface.setJNDIConnectionOptions(String options) Sets the JNDI Connection Options for this JMS Queue ManagervoidOMRJMSQueueManager.setJNDIConnectionOptions(String options) voidJMSQueueManagerInterface.setJNDIInitialContextFactory(String factory) Sets the JNDI Initial Context Factory for this JMS Queue ManagervoidOMRJMSQueueManager.setJNDIInitialContextFactory(String factory) voidJMSDestinationInterface.setJNDIJMSDestinationName(String name) Sets the JNDI JMS Destination namevoidOMRJMSDestination.setJNDIJMSDestinationName(String name) voidJMSQueueManagerInterface.setJNDIProviderURL(String url) Sets the JNDI Provider URL for this JMS Queue ManagervoidOMRJMSQueueManager.setJNDIProviderURL(String url) voidOMRProperty.setKey(String key) voidPropertyInterface.setKey(String key) Set the key for this property.voidOMRRelationalKey.setKeyType(RelationalKeyInterface.KeyType keyType) voidRelationalKeyInterface.setKeyType(RelationalKeyInterface.KeyType keyType) Set a key type of the relational key which could be either Primary or Unique.voidMetadata.setKeywords(List keywords) Set the keyword collection on this object.voidMetadataInterface.setKeywords(List keywords) Set the keyword collection on this object.voidVirtualMetadata.setKeywords(List keywords) voidOMRSASClientConnection.setLibraries(List libraries) voidSASClientConnectionInterface.setLibraries(List libraries) Set the list of libraries that are accessible via this connection.voidOMRSASLibrary.setLibref(String libref) voidSASLibraryInterface.setLibref(String libref) Set the libref string for the library.voidLocationInterface.setLocationType(String type) Set the location type.voidOMRLocation.setLocationType(String type) voidServerInterface.setMachine(String machineName) Set the machine name this server instance is running on.voidContentSubscriberInterface.setMail(String mail) Sets the mail address to send to for this user.voidOMRContentSubscriber.setMail(String mail) voidOMRSoftwareComponent.setMajor(int major) voidSoftwareComponentInterface.setMajor(int major) Set the major release number.voidAssociationPropertyInterface.setMaximum(int max) Set the maximum cardinality of the association.voidOMRAssociationProperty.setMaximum(int max) voidOMRPropertyGroup.setMaximum(int maximum) voidPropertyGroupInterface.setMaximum(int maximum) Set the maximum allowed number of properties in this group.voidIdentityGroupInterface.setMembers(List members) Set the member list for this group.voidOMRIdentityGroup.setMembers(List members) voidOMRSubscriber.setMessageQueue(MessageQueueInterface queue) Sets the queue this subscriber receives data on.voidSubscriberInterface.setMessageQueue(MessageQueueInterface messageQueue) Adds the queue to deliver to for this subscriber.voidAssociationPropertyInterface.setMetadataType(String type) Set the metadata type that can be associated via this association.voidOMRAssociationProperty.setMetadataType(String type) voidOMRPrototype.setMetadataType(String type) voidPrototypeInterface.setMetadataType(String type) Set the metadata type described by this prototype.voidAssociationPropertyInterface.setMinimum(int min) Set the minimum cardinality of the association.voidOMRAssociationProperty.setMinimum(int min) voidOMRPropertyGroup.setMinimum(int minimum) voidPropertyGroupInterface.setMinimum(int minimum) Set the minimum number of properties in this group that must have values.voidOMRSoftwareComponent.setMinor(int minor) voidSoftwareComponentInterface.setMinor(int minor) Set the minor release number.voidNoteInterface.setNoteText(String text) Set the text for this Note.voidOMRNote.setNoteText(String text) voidMetadata.setNoteTextStores(List<TextStoreInterface> notes) voidMetadataInterface.setNoteTextStores(List<TextStoreInterface> notes) Set the list of TextStores associated as Notes for this object.voidVirtualMetadata.setNoteTextStores(List<TextStoreInterface> notes) voidOMRPhone.setNumber(String number) voidPhoneNumberInterface.setNumber(String number) Set the phone number.voidConfigurationXMLTextStoreInterface.setNumericRange(Number minimum, Number maximum) Set the numeric range for this configuration.voidConfigurationXMLTextStoreInterface.setNumericRange(Map map) Creates a map of numeric values and adds an entry to the internal map for the NumericRange data type.voidOMRConfigurationTextStore.setNumericRange(Number minimum, Number maximum) voidOMRConfigurationTextStore.setNumericRange(Map map) voidConfigurationXMLTextStoreInterface.setNumericRangeExclusive(Number minimum, Number maximum) Set then numeric range for this configuration.voidOMRConfigurationTextStore.setNumericRangeExclusive(Number minimum, Number maximum) voidConfigurationXMLTextStoreInterface.setNumericRangeIncrement(Number increment) Set the new increment for the numeric range.voidOMRConfigurationTextStore.setNumericRangeIncrement(Number increment) voidConfigurationXMLTextStoreInterface.setNumericRangeMaximum(Number maximum) Set the new numeric range maximum inclusive.voidOMRConfigurationTextStore.setNumericRangeMaximum(Number maximum) voidConfigurationXMLTextStoreInterface.setNumericRangeMaximumExclusive(Number maximum) Set the new exclusive maximum for the configuration.voidOMRConfigurationTextStore.setNumericRangeMaximumExclusive(Number maximum) voidConfigurationXMLTextStoreInterface.setNumericRangeMinimum(Number minimum) Set the new inclusive minimum for the numeric range for this configuration.voidOMRConfigurationTextStore.setNumericRangeMinimum(Number minimum) voidConfigurationXMLTextStoreInterface.setNumericRangeMinimumExclusive(Number minimum) Set the new exclusive minimum for the numeric range.voidOMRConfigurationTextStore.setNumericRangeMinimumExclusive(Number minimum) voidDataTableInterface.setNumRows(double rows) Set the number of rows in the table.voidOMRDataTable.setNumRows(double rows) voidMetadata.setObjectProperties(List propertyList) Set the collection of Properties associated with this object.voidMetadataInterface.setObjectProperties(List propertyList) Set the collection of Properties associated with this object.voidVirtualMetadata.setObjectProperties(List propertyList) voidDataTableRoleInterface.setObjectRole(String role) Set the object role string for this role.voidOMRDataTableRole.setObjectRole(String role) voidDocumentInterface.setObjects(List objectList) Set the list of objects in the document's Objects association.voidOMRDocument.setObjects(List objectList) voidAuthenticationDomainInterface.setOutboundOnly(boolean outbound) Sets whether or not this authentication domain is to be used by outbound logins only.voidOMRAuthenticationDomain.setOutboundOnly(boolean outbound) voidExternalTableInterface.setOwningFile(FileInterface file) Set the owning file for this external table.voidOMRExternalFile.setOwningFile(FileInterface file) voidExternalIdentityInterface.setOwningObject(MetadataInterface owner) Set the object that this external identity modifies.voidOMRExternalIdentity.setOwningObject(MetadataInterface owner) Set the object that this external identity modifies.voidOMRPropertySet.setOwningObject(MetadataInterface owner) Set the object that this propertyset modifies.voidPropertySetInterface.setOwningObject(MetadataInterface owner) Set the object that this propertyset modifies.voidOMRPrototypeProperty.setOwningPrototype(PrototypeInterface prototype) voidPrototypePropertyInterface.setOwningPrototype(PrototypeInterface prototype) voidDirectoryInterface.setParentDirectory(DirectoryInterface parent) Set the parent directory of this directory.voidOMRDirectory.setParentDirectory(DirectoryInterface parent) voidAssociationPropertyInterface.setPartnerName(String partner) Set the partner association name for this association.voidOMRAssociationProperty.setPartnerName(String partner) voidLoginInterface.setPassword(String password) Set the password for this login.voidOMRLogin.setPassword(String password) voidDirectoryInterface.setPath(String path) Set the path string for the directory.voidOMRDirectory.setPath(String path) voidOMRProxy.setPath(String path) voidProxyInterface.setPath(String path) Sets the path for this ProxyvoidMetadata.setPermission(IdentityInterface identity, PermissionInterface permission) Set a new permission on this metadata object.voidMetadataInterface.setPermission(IdentityInterface identity, PermissionInterface permission) Set a new permission on this metadata object.voidPermissionInfoInterface.setPermission(String permission) Sets the permissionvoidVirtualMetadata.setPermission(IdentityInterface identity, PermissionInterface permission) Set a new permission on this metadata object.voidPermissionInfoInterface.setPermissionCondition(String permissionCondition) Sets the permission condition valuevoidAuthorizationInfoInterface.setPermissionInfoList(List<PermissionInfoInterface> permissionInfoList) Sets a List of MdPermissioinInfo instances for this MdAuthorizationInfovoidAccessControlEntryInterface.setPermissions(List permissions) Set the list of permissions on the ACE.voidDAVAccessControlEntry.setPermissions(List permissions) voidOMRAccessControlEntry.setPermissions(List permissions) Set the list of permissions on the ACE.voidPermissionInfoInterface.setPermissionType(PermissionInfoInterface.PermissionType permissionType) Sets the permissionType valuevoidOMRSubscriber.setPerson(PersonInterface person) voidSubscriberInterface.setPerson(PersonInterface person) Sets the user this subscriber identity belongs to.voidEmailInterface.setPersons(List<PersonInterface> persons) Sets the List ofPersonInterfaceinstancesvoidOMREmail.setPersons(List<PersonInterface> persons) voidOMRPhone.setPhoneType(String type) voidPhoneNumberInterface.setPhoneType(String type) Set the phone number type.voidOMRPhysicalTable.setPhysicalTableAttributes(PhysicalTableAttributes attributes) voidPhysicalTableInterface.setPhysicalTableAttributes(PhysicalTableAttributes attributes) voidOMRSoftwareComponent.setPlatform(String platform) voidServerInterface.setPlatform(String platform) Set the server's platform string.voidSoftwareComponentInterface.setPlatform(String platform) Set the component platform.voidOMRSASClientConnection.setPort(int port) voidOMRTCPIPConnection.setPort(int port) voidSASClientConnectionInterface.setPort(int port) Set the port number for the connection.voidTCPIPConnectionInterface.setPort(int port) Set the TCP port number for this connection.voidLocationInterface.setPostalCode(String postalCode) Set the postal code for this location.voidOMRLocation.setPostalCode(String postalCode) voidOMRSASLibrary.setPreAssignmentType(SASLibraryInterface.PreAssignmentType type) Sets the PreAssignment type of the Library.voidSASLibraryInterface.setPreAssignmentType(SASLibraryInterface.PreAssignmentType type) Sets the PreAssignment type of the LibraryvoidChannelInterface.setPresentationLanguage(String language) Sets the channel presentation language.voidOMRChannel.setPresentationLanguage(String language) voidMetadata.setPrimaryPropertyGroup(PropertyGroupInterface pgroup) voidMetadataInterface.setPrimaryPropertyGroup(PropertyGroupInterface pgroup) Set this object's primary property group object.voidOMRPrototype.setPrimaryPropertyGroup(PropertyGroupInterface propertyGroup) voidPrototypeInterface.setPrimaryPropertyGroup(PropertyGroupInterface propertyGroup) Set the primary property group for this prototype.voidVirtualMetadata.setPrimaryPropertyGroup(PropertyGroupInterface pgroup) voidOMRSoftwareComponent.setProductIdentifier(String productIdentifier) voidSoftwareComponentInterface.setProductIdentifier(String productIdentifier) Set the product ID for this component.voidOMRSoftwareComponent.setProductName(String productName) voidSoftwareComponentInterface.setProductName(String productName) Set the name of the product this software is part of.voidMetadata.setPrompt(BaseOMRPromptInterface prompt) Set the prompt on this object.voidMetadataInterface.setPrompt(BaseOMRPromptInterface prompt) Set the prompt on this object.voidVirtualMetadata.setPrompt(BaseOMRPromptInterface prompt) voidMetadata.setPrompts(List prompts) Set the List of Prompts on this object.voidMetadataInterface.setPrompts(List prompts) Set the List of Prompts on this object.voidVirtualMetadata.setPrompts(List prompts) voidOMRSoftwareComponent.setPropertyGroups(List groups) voidSoftwareComponentInterface.setPropertyGroups(List groups) Set the list of associatedPropertyGroupInterfaceobjects.voidAttributePropertyInterface.setPropertyName(String name) Set the PropertyName attribute.voidOMRAttributeProperty.setPropertyName(String name) voidAttributePropertyInterface.setPropertyRole(String role) Set the property role.voidOMRAttributeProperty.setPropertyRole(String role) voidGridServerInterface.setPropertySetName(String applicationName) voidOMRGridServer.setPropertySetName(String applicationName) Set the property set based on given application namevoidGridServerInterface.setProvider(String provider) voidOMRGridServer.setProvider(String provider) Set the provider info.voidConnectionInterface.setProviders(List providers) Set the list of provider servers that can connect to the source server over this connection.voidOMRConnection.setProviders(List providers) voidOMRProxyList.setProxiedMachines(List<String> machines) voidProxyListInterface.setProxiedMachines(List<String> machines) Sets the list of machines configured to use this proxy.voidOMRProxyList.setProxies(List<ProxyInterface> proxies) voidProxyListInterface.setProxies(List<ProxyInterface> proxies) Sets the list of proxies based on the given ProxyInterface list.voidOMRProxyList.setProxyURIs(List<String> uris) voidProxyListInterface.setProxyURIs(List<String> uris) Sets the list of proxies based on the given URI stringsvoidHttpServerInterface.setProxyUrl(String proxyUrl) Set the proxy url for this HTTP server.voidOMRHttpServer.setProxyUrl(String proxyUrl) voidJMSDestinationInterface.setQueueManager(ServerComponentInterface server) Set the queue manager ServerComponent for this JMS Destination.voidMessageQueueInterface.setQueueManager(ServerComponentInterface server) Set the queue manager ServerComponent for this message queue.voidOMRJMSDestination.setQueueManager(ServerComponentInterface server) voidOMRMessageQueue.setQueueManager(ServerComponentInterface server) voidOMRSubscriber.setQueueName(String queueName) voidSubscriberInterface.setQueueName(String queueName) Sets the queue name this subscriber receives data on.voidOMRAbstractQueueManager.setQueues(List queueList) voidQueueManagerInterface.setQueues(List queueList) voidMetadata.setRemarksList(List remarks) Sets the list of Remarks objects that represent the dicussion threads related to this object.voidMetadataInterface.setRemarksList(List threads) Sets the list of Remarks objects that represent the dicussion threads related to this object.voidVirtualMetadata.setRemarksList(List threads) Sets the list of Remarks objects that represent the dicussion threads related to this object.voidOMRSASClientConnection.setRemoteAddress(String remoteAddress) voidSASClientConnectionInterface.setRemoteAddress(String remoteAddress) Set the remote address of the connection.voidGridServerInterface.setRequiredResource(String value) voidOMRGridServer.setRequiredResource(String value) Set the Grid server's requiredResource checkbox for pre94 clientvoidGridApplicationInterface.setRequiredResources(List<String> resources) voidGridServerInterface.setRequiredResources(List<String> requiredResources) voidOMRGridApplication.setRequiredResources(List<String> resources) voidOMRGridServer.setRequiredResources(List<String> requiredResource) voidGridApplicationInterface.setSASOptions(List<String> SASOptions) voidGridServerInterface.setSASOptions(List<String> sasOptions) voidOMRGridApplication.setSASOptions(List<String> SASOptions) voidOMRGridServer.setSASOptions(List<String> requiredResource) Set the SAS optionsvoidDataTableInterface.setSchema(RelationalSchemaInterface schema) Set the schema object this table belongs to.voidOMRDataTable.setSchema(RelationalSchemaInterface schema) voidFileInterface.setScriptedConnections(List connections) Set the list of scripted connection this script executes for.voidOMRFile.setScriptedConnections(List connections) voidOMRSASClientConnection.setScriptFiles(List files) voidSASClientConnectionInterface.setScriptFiles(List files) Set the list of script files on this connection.voidVirtualFolder.setSearchManager(Search search) voidConfigurationXMLTextStoreInterface.setSelectionRange(Map map) voidOMRConfigurationTextStore.setSelectionRange(Map map) voidMessageQueueInterface.setServerConnection(TCPIPConnectionInterface connection) Sets the connection used by the controlling server.voidOMRMessageQueue.setServerConnection(TCPIPConnectionInterface connection) voidOMRSASClientConnection.setServerShortName(String serverName) voidSASClientConnectionInterface.setServerShortName(String serverName) Set the server's short name.voidOMRSASClientConnection.setService(String service) voidOMRTCPIPConnection.setService(String service) voidSASClientConnectionInterface.setService(String service) Set the service string for the connection.voidTCPIPConnectionInterface.setService(String service) Set the service name for this connection.voidOMRPropertySet.setSetProperties(List properties) voidPropertySetInterface.setSetProperties(List properties) Set the current set of properties to the given set.voidOMRPropertySet.setSetRole(String role) Set the setRole attribute on the PropertySet.voidPropertySetInterface.setSetRole(String role) Set the setRole attribute on the PropertySet.voidOMRSoftwareComponent.setSoftwareComponentAttributes(SoftwareComponentAttributes attributes) voidSoftwareComponentInterface.setSoftwareComponentAttributes(SoftwareComponentAttributes attributes) Set the attributes of this component using aSoftwareComponentAttributesobject.voidOMRSoftwareComponent.setSoftwareGroups(List groups) voidSoftwareComponentInterface.setSoftwareGroups(List groups) Set the List of SoftwareGroups on this SoftwareComponent.voidOMRSoftwareComponent.setSoftwareTrees(List folders) voidSoftwareComponentInterface.setSoftwareTrees(List folders) Set the List of SoftwareTrees on this SoftwareComponent.voidOMRSoftwareComponent.setSoftwareVersion(String version) voidSoftwareComponentInterface.setSoftwareVersion(String version) Set the software version of the SoftwareComponent.voidConnectionInterface.setSource(ServerInterface server) Set the server which is listening on this connection.voidOMRConnection.setSource(ServerInterface server) voidOMRQueryClause.setSourceCode(TextStoreInterface text) voidQueryClauseInterface.setSourceCode(TextStoreInterface text) voidOMRSoftwareComponent.setSpecVendor(String specVendor) voidSoftwareComponentInterface.setSpecVendor(String specVendor) Set the name of the vendor that provided the specification.voidOMRSoftwareComponent.setSpecVersion(String specVersion) voidSoftwareComponentInterface.setSpecVersion(String specVersion) Set the specification number implemented by the Software Component.voidAttributePropertyInterface.setSQLType(int type) Set the SQLType on the PropertyType.voidOMRAttributeProperty.setSQLType(int type) voidOMRProperty.setSQLType(int type) voidPropertyInterface.setSQLType(int type) Set the SQL type for this property.voidAbstractPropertyInterface.setStoredConfiguration(TextStoreInterface textStore) Set the TextStoreInterface that contains this property's stored configuration.voidOMRAbstractProperty.setStoredConfiguration(TextStoreInterface textStore) voidConfigurationXMLTextStoreInterface.setStringLengthMaximum(int maximum) Set the maximum allowed string length for this configuration.voidOMRConfigurationTextStore.setStringLengthMaximum(int maximum) voidConfigurationXMLTextStoreInterface.setStringLengthMimimum(int minimum) Set the minimum allowed string length for this configuration.voidOMRConfigurationTextStore.setStringLengthMimimum(int minimum) voidConfigurationXMLTextStoreInterface.setStringLengthRange(int minimum, int maximum) Set the string length range for this configuration.voidConfigurationXMLTextStoreInterface.setStringLengthRange(Map map) Set the string length map containing the values for the string length range "min" and "max".voidOMRConfigurationTextStore.setStringLengthRange(int minimum, int maximum) voidOMRConfigurationTextStore.setStringLengthRange(Map map) voidChannelInterface.setSubject(String subject) Sets this channel's subject.voidOMRChannel.setSubject(String subject) Sets this channel's subject.voidOMRPropertyGroup.setSubpropertyGroups(List groups) voidPropertyGroupInterface.setSubpropertyGroups(List groups) Set the list of subproperty groups.voidColumnInterface.setTable(DataTableInterface table) Set theDataTableInterfacethis column belongs to.voidOMRColumn.setTable(DataTableInterface table) voidDataTableInterface.setTableName(String name) Set the Table name of this table.voidOMRDataTable.setTableName(String name) voidOMRProxyList.setTcpPort(int port) voidOMRServer.setTcpPort(int port) voidServerInterface.setTcpPort(int port) Set the port number the server is listening on.voidOMRTextStore.setText(String text) voidTextStoreInterface.setText(String text) Set the text contained in this TextStore object.voidDocumentInterface.setTextRole(String role) voidFileInterface.setTextRole(String textRole) Set the text role for the file.voidOMRDocument.setTextRole(String role) voidOMRFile.setTextRole(String textRole) voidOMRTextStore.setTextRole(String role) voidTextStoreInterface.setTextRole(String role) Set the text role string for this object.voidDocumentInterface.setTextType(String type) voidFileInterface.setTextType(String textType) Set the file's text type.voidOMRDocument.setTextType(String type) voidOMRFile.setTextType(String textType) voidOMRTextStore.setTextType(String type) voidTextStoreInterface.setTextType(String type) Set the text type for this object.voidAllUsersIdentity.setTitle(String title) voidAuthenticatedIdentity.setTitle(String title) voidDavPerson.setTitle(String title) voidOMRPerson.setTitle(String title) voidPersonInterface.setTitle(String title) Set the Person's Title.voidPropertyIdentity.setTitle(String title) voidReferenceIdentity.setTitle(String title) voidSelfIdentity.setTitle(String title) voidUnauthenticatedIdentity.setTitle(String title) voidAnalyticTableInterface.setTrainingTable(RelationalTableInterface table) Set the analytic training table.voidOMRAnalyticTable.setTrainingTable(RelationalTableInterface table) voidAuthenticationDomainInterface.setTrustedOnly(boolean trusted) Sets whether or not this authentication domain is to be used by trusted only connections.voidOMRAuthenticationDomain.setTrustedOnly(boolean trusted) voidKeyAssociationInterface.setUniqueKeyColumn(ColumnInterface column) Set the Unique Key table Column participating in this associationvoidOMRForeignKeyAssociation.setUniqueKeyColumn(ColumnInterface column) Sets the unique key column to the Association.voidOMRProperty.setUpdateable(boolean isUpdateable) voidPropertyInterface.setUpdateable(boolean isUpdateable) Set the flag indicating if this property should be updateable by a user.voidDocumentInterface.setURI(String uri) voidOMRDocument.setURI(String uri) voidOMRProxy.setURI(String uri) voidProxyInterface.setURI(String uri) Sets the URI for this ProxyvoidAccessControlTemplateInterface.setUse(String use) Set the use String.voidOMRAccessControlTemplate.setUse(String use) voidLoginInterface.setUserId(String uid) Set the user ID for this login.voidOMRLogin.setUserId(String uid) voidGridApplicationInterface.setUserMappings(List<String> users) voidGridServerInterface.setUserMappings(String propertySetName, List<String> identityList, GridApplicationInterface gao) voidOMRGridApplication.setUserMappings(List<String> users) voidOMRGridServer.setUserMappings(String propertySetName, List<String> identityList, GridApplicationInterface gao) setUserGaos will return an HashMap of grid application object and identity NamevoidMetadata.setUsingPrototype(MetadataInterface prototype) Set the prototype which is used by this object for description/validation.voidMetadataInterface.setUsingPrototype(MetadataInterface prototype) Set the prototype which is used by this object for description/validation.voidVirtualMetadata.setUsingPrototype(MetadataInterface prototype) voidExtensionInterface.setValue(String value) Set the value for the extension.voidOMRExtension.setValue(String value) voidOMRProperty.setValue(String value) voidPropertyInterface.setValue(String value) Set the value for this property.voidExtensionInterface.setValueType(String type) Set the type of the extension value.voidOMRExtension.setValueType(String type) voidOMRSoftwareComponent.setVendor(String vendor) voidSoftwareComponentInterface.setVendor(String vendor) Set the vendor name string for the Software Component.voidOMRSoftwareComponent.setVendorIdentifier(String vendorIdentifier) voidSoftwareComponentInterface.setVendorIdentifier(String vendorIdentifier) Set the ID representing the software vendor.Metadata.startTransaction()Start a Transaction for this Metadata object.MetadataInterface.startTransaction()Start a Transaction for this Metadata object.VirtualMetadata.startTransaction()ListChannelInterface.subscriberGroupsList(int subscriberType) Returns a List of Group objects that are subscribed to this channel.ListOMRChannel.subscriberGroupsList(int subscriberType) ListChannelInterface.subscriberList(int subscriberType) Returns a List of all this channel's subscribers.ListChannelInterface.subscriberList(int subscriberType, Comparator compare) Returns a sorted iteration of all this channel's subscribers.ListOMRChannel.subscriberList(int subscriberType) ListOMRChannel.subscriberList(int subscriberType, Comparator compare) ListChannelInterface.subscriberNameList(int subscriberType) Return a List of subscriber names.ListOMRChannel.subscriberNameList(int subscriberType) voidMetadata.uncheckout()Check out the itemvoidMetadataInterface.uncheckout()Uncheckout this itemvoidVirtualMetadata.uncheckout()Uncheckout this itemvoidMetadata.update()Persist any changes to the object back to the repository.voidMetadataInterface.update()Persist any changes to the object back to the repository.voidOMRConfigurationTextStore.update()voidOMRPerson.update()voidRemarks.update()voidVirtualMetadata.update()voidOMRDatabaseCatalog.updateDatabaseProperties(Map<String, String> properties) voidMetadata.updateFromBag(PropertyBagInterface propertyBag) voidMetadataInterface.updateFromBag(PropertyBagInterface propertyBag) voidOMRChannel.updateFromBag(PropertyBagInterface propertyBag) voidVirtualMetadata.updateFromBag(PropertyBagInterface propertyBag) voidApplication.upgradeFromPreviousVersion()voidFolder.upgradeFromPreviousVersion()voidOMRAbstractQueueManager.upgradeFromPreviousVersion()voidOMRDocument.upgradeFromPreviousVersion()voidOMRJMSDestination.upgradeFromPreviousVersion()voidOMRJMSQueueManager.upgradeFromPreviousVersion()voidOMRMessageQueue.upgradeFromPreviousVersion()voidOMRNote.upgradeFromPreviousVersion()voidOMRPhysicalTable.upgradeFromPreviousVersion()voidOMRSASLibrary.upgradeFromPreviousVersion()voidMetadataBuilder.validate(UserContextInterface user) Validates the builder state without building the object.booleanUniqueNameValidator.validateName(ServerInterface server, String name) protected voidMetadata.validateNameAndFolder(FolderInterface targetFolder) protected voidMetadata.validateNameAndFolder(FolderInterface targetFolder, MetadataNameConstraint constraint) voidMetadata.version()Version control the itemvoidMetadataInterface.version()Version this itemvoidVirtualMetadata.version()Version this itemConstructors in com.sas.services.information.metadata that throw ServiceExceptionModifierConstructorDescriptionOMRGridServer(RepositoryInterface repos, String name, FolderInterface parent) OMRJMSDestination(RepositoryInterface repository, String jmsDestName, String jmsDestDescription, ServerComponentInterface jmsQueueManager) Creates a message queue.OMRMessageQueue(RepositoryInterface repository, String queueName, String queueDescription, ServerComponentInterface queueManager) Creates a message queue. -
Uses of ServiceException in com.sas.services.information.metadata.businessruleflow
Methods in com.sas.services.information.metadata.businessruleflow that throw ServiceExceptionModifier and TypeMethodDescriptionStringBusinessRuleFlowInterface.addVersion(byte[] xml) Adds/updates a deployment document version and return version numberStringBusinessRuleFlowSmartObject.addVersion(byte[] xml) booleanBusinessRuleFlowInterface.contentExists()booleanBusinessRuleFlowSmartObject.contentExists()StringBusinessRuleFlowInterface.defaultVersion()StringBusinessRuleFlowSmartObject.defaultVersion()voidBusinessRuleFlowSmartObject.delete()voidBusinessRuleFlowInterface.deleteContents()voidBusinessRuleFlowSmartObject.deleteContents()voidBusinessRuleFlowInterface.deleteVersion(String version) Removes a versionvoidBusinessRuleFlowSmartObject.deleteVersion(String version) StringBusinessRuleFlowInterface.getCode(String version) StringBusinessRuleFlowSmartObject.getCode(String version) protected MetadataInterfaceBusinessRuleFlowSmartObject.getDAVContent()protected MetadataInterfaceBusinessRuleFlowSmartObject.getDAVContentForVersion(String version) StringBusinessRuleFlowInterface.getDavPath()StringBusinessRuleFlowSmartObject.getDavPath()List<DataSetInterface> BusinessRuleFlowInterface.getInputsForVersion(String version) This will be used by DI studio to get the input for a version of the deployment which the user can map (right now we are only allowing for a single input).List<DataSetInterface> BusinessRuleFlowSmartObject.getInputsForVersion(String version) List<DataSetInterface> BusinessRuleFlowInterface.getOutputsForVersion(String version) This will be used by DI studio to get the outputs for a version of the deployment which the user can map (we should support multiple outputs).List<DataSetInterface> BusinessRuleFlowSmartObject.getOutputsForVersion(String version) List<TermInterface> BusinessRuleFlowInterface.getParameters(String version) List<TermInterface> BusinessRuleFlowSmartObject.getParameters(String version) protected RepositoryDataBusinessRuleFlowSmartObject.getRepoData()Map<String, Integer> BusinessRuleFlowInterface.getRulesFiredColumnLengths()Retrieves the Lengths for the rules fired datasets returned in 'getRulesFiredOutput'.Map<String, Integer> BusinessRuleFlowSmartObject.getRulesFiredColumnLengths()List<DataSetInterface> BusinessRuleFlowInterface.getRulesFiredOutput(String version) List<DataSetInterface> BusinessRuleFlowSmartObject.getRulesFiredOutput(String version) List<String> BusinessRuleFlowInterface.getVersions()List<String> BusinessRuleFlowSmartObject.getVersions()byte[]BusinessRuleFlowInterface.getXml(String version) byte[]BusinessRuleFlowSmartObject.getXml(String version) protected DocumentBusinessRuleFlowSmartObject.parse(InputStream in) voidBusinessRuleFlowInterface.setDavPath(String path) You must call update after this method is called to persist the updated path.voidBusinessRuleFlowSmartObject.setDavPath(String path) You must call update after this method is called to persist the updated path.protected voidBusinessRuleFlowSmartObject.setDAVReposID(String id) voidBusinessRuleFlowInterface.setDAVRepository(DAVRepositoryInterface davRepos) voidBusinessRuleFlowSmartObject.setDAVRepository(DAVRepositoryInterface davRepos) -
Uses of ServiceException in com.sas.services.information.metadata.dataexplorer
Methods in com.sas.services.information.metadata.dataexplorer that throw ServiceExceptionModifier and TypeMethodDescriptionbooleanDataExplorationEntryInterface.addBookmark(BookmarkEntryInterface bookmark) Adds a new bookmark to the Data Exploration but does not cause the model to save it.booleanOMRDataExplorationEntry.addBookmark(BookmarkEntryInterface bookmark) static booleanOMRUtils.changePropertyValueFromIDtoURL(MetadataInterface source, com.sas.metadata.remote.Transformation trans, RepositoryInterface repository, String propertyNameWithID, String propertyNameWithURL) static voidOMRUtils.checkPermissions(MetadataInterface source, String permission, MetadataInterface parent) voidOMRBookmarkEntry.delete()voidOMRDataExplorationEntry.delete()OMRBookmarkEntry.getAssociatedDataExploration()ListDataExplorationEntryInterface.getBookmarkIDList()ListOMRDataExplorationEntry.getBookmarkIDList()ListDataExplorationEntryInterface.getBookmarks()Returns a sorted list of the bookmarks belonging to this DataExploration (sorted by name).ListOMRDataExplorationEntry.getBookmarks()StringBookmarkEntryInterface.getDataExplorationId()Returns the id of the Data Exploration that is the parent of this Bookmark.StringOMRBookmarkEntry.getDataExplorationId()BookmarkEntryInterface.getDataExplorationURL()Returns the URL of the Data Exploration that is the parent of this Bookmark.OMRBookmarkEntry.getDataExplorationURL()StringBookmarkEntryInterface.getDataModelState()Returns the state of the data model and Bookmark (a String in XML form).StringOMRBookmarkEntry.getDataModelState()static FolderInterfaceOMRUtils.getFolderForPath(RepositoryInterface repository, PathUrl path, boolean create) static FolderInterfaceOMRUtils.getFolderForPath(ServerInterface server, PathUrl path, boolean create) static FolderInterfaceOMRUtils.getFolderForPath(SessionContextInterface session, PathUrl path, boolean create) StringDataExplorationEntryInterface.getInformationMapId()Returns the metadata id of the Information Map associated with this Data Exploration.StringOMRDataExplorationEntry.getInformationMapId()StringDataExplorationEntryInterface.getInformationMapName()Returns the name of the Information Map associated with this Data Exploration.StringOMRDataExplorationEntry.getInformationMapName()StringDataExplorationEntryInterface.getInformationMapPath()StringOMRDataExplorationEntry.getInformationMapPath()OMRDataExplorationEntry.getInformationMapURL()StringDataExplorationEntryInterface.getLocation()Returns the metadata folder structure that is the storage location for the DataExploration (something like "BIP Tree/Users/userid/Data Explorations").StringOMRDataExplorationEntry.getLocation()static StringOMRUtils.getLocationString(com.sas.metadata.remote.AssociationList list, ServerInterface server) Returns an SBIP URL representing a tree location, if the supplied AssociationList has Tree elements.static MetadataInterfaceOMRUtils.getMetaDataObjectFromId(String id, ServerInterface server) OMRBookmarkEntry.getParent()OMRDataExplorationEntry.getParent()static com.sas.metadata.remote.PropertyOMRUtils.getPropertyByName(com.sas.metadata.remote.Transformation trans, String propertyName) static com.sas.metadata.remote.PropertyOMRUtils.getPropertyByName(com.sas.metadata.remote.Transformation trans, String propertyName, boolean create, RepositoryInterface repos) com.sas.metadata.remote.TextStoreBookmarkEntryInterface.getTextStore()com.sas.metadata.remote.TextStoreOMRBookmarkEntry.getTextStore()booleanBookmarkEntryInterface.isDefault()Returns true if the bookmark is the default bookmark of the Data Exploration.booleanOMRBookmarkEntry.isDefault()voidDataExplorationEntryInterface.removeBookmark(BookmarkEntryInterface bookmark) Removes a Bookmark from the DataExploration but does not cause the model to delete it from the repository.voidDataExplorationEntryInterface.removeBookmark(String id) voidOMRDataExplorationEntry.removeBookmark(BookmarkEntryInterface bookmark) voidOMRDataExplorationEntry.removeBookmark(String id) static voidOMRUtils.removeProperty(com.sas.metadata.remote.Transformation trans, com.sas.metadata.remote.Property property) static voidOMRUtils.removePropertyByName(com.sas.metadata.remote.Transformation trans, String propertyName) voidBookmarkEntryInterface.setDataExplorationId(String deId) Sets the URL of the Data Exploration that is the parent of this bookmark as a property on the bookmark.voidOMRBookmarkEntry.setDataExplorationId(String deId) voidBookmarkEntryInterface.setDataExplorationURL(PathUrl url) Sets the URL of the Data Exploration that is the parent of this bookmark as a property on the bookmarkvoidOMRBookmarkEntry.setDataExplorationURL(PathUrl url) voidBookmarkEntryInterface.setDataModelState(String state) Sets the customized state of the data model (as an XML string).voidOMRBookmarkEntry.setDataModelState(String model) voidBookmarkEntryInterface.setDefault(boolean isDefault) Sets if the bookmark should be the default bookmark for the DataExploration.voidOMRBookmarkEntry.setDefault(boolean isDefault) voidDataExplorationEntryInterface.setDefaultBookmark(BookmarkEntryInterface bookmark) Sets the bookmark as the default.voidOMRDataExplorationEntry.setDefaultBookmark(BookmarkEntryInterface bookmark) setDefaultBookmarkvoidDataExplorationEntryInterface.setInformationMapId(String id) Sets the metadata id of the Information Map associated with this Data Exploration.voidOMRDataExplorationEntry.setInformationMapId(String id) voidDataExplorationEntryInterface.setInformationMapName(String name) Deprecated.fetch the map and set the name on it directlyvoidOMRDataExplorationEntry.setInformationMapName(String name) voidDataExplorationEntryInterface.setInformationMapPath(String imapPath) voidOMRDataExplorationEntry.setInformationMapPath(String imapPath) voidDataExplorationEntryInterface.setLocation(String location) Sets the storage location of the Data Exploration to a repository tree location.voidOMRDataExplorationEntry.setLocation(String location) voidOMRBookmarkEntry.update()voidOMRDataExplorationEntry.update()voidOMRBookmarkEntry.upgradeFromPreviousVersion()voidOMRDataExplorationEntry.upgradeFromPreviousVersion() -
Uses of ServiceException in com.sas.services.information.metadata.datalocalization
Methods in com.sas.services.information.metadata.datalocalization that throw ServiceExceptionModifier and TypeMethodDescriptionDataLocalizationModel.getDetailTable(ColumnInterface column) Returns the localization detail table associated with the specified column.DataLocalizationModel.getKeyColumn(DataTableInterface detailTable) Returns the key column for a localization detail table.DataLocalizationModel.getLocaleColumn(DataTableInterface table) Returns the locale column for a table.List<ColumnInterface> DataLocalizationModel.getLocalizedColumns(DataTableInterface detailTable) DataLocalizationModel.getLocalizedTable(DataTableInterface baseTable, Locale locale) For a table using TABLE_PER_LOCALE localization, return the table appropriate for the specified locale.DataLocalizationModel.TypeDataLocalizationModel.getModelType(DataTableInterface table) Returns the localization model type associated with the specified table.List<ColumnInterface> DataLocalizationModel.getValueColumns(DataTableInterface detailTable) Returns the value columns for a localization detail table.booleanDataLocalizationModel.isLocalizationDetailTable(DataTableInterface table) Returns true if the specified table is localization detail table.voidDataLocalizationModel.markLocaleColumn(ColumnInterface column) Mark a column as a locale column.voidDataLocalizationModel.markLocalizationDetailTable(DataTableInterface table, ColumnInterface keyColumn, ColumnInterface localeColumn) Mark the specified table as a localization detail table in metadata.static voidDataLocalizationModel.Type.sample()voidDataLocalizationModel.setDetailTable(ColumnInterface column, DataTableInterface detailTable) Associate a localization detail table with a specified column.voidDataLocalizationModel.setModelType(DataTableInterface table, DataLocalizationModel.Type type) Set localization model type for the specified table.voidDataLocalizationModel.unmarkLocaleColumn(ColumnInterface column) Mark a column as a locale column.voidDataLocalizationModel.unmarkLocalizationDetailTable(DataTableInterface table) Remove all localization detail table metadata from the specified table. -
Uses of ServiceException in com.sas.services.information.metadata.dav
Methods in com.sas.services.information.metadata.dav that throw ServiceExceptionModifier and TypeMethodDescriptionvoidDAVFolder.addEntity(DAVEntityInterface anItem) Add an entity to a foldervoidDAVFolderInterface.addEntity(DAVEntityInterface anEntity) Add an entity to a foldervoidDAVEntity.commitUpdates()Commit the pending updates to the repository (setting or removing properties)DAVFolder.createFolder(String name) Create a folder (always relative to some folderDAVFolder.createFolder(String name, String contentClass) Create a folder (always relative to some folderDAVFolderInterface.createFolder(String Name) Create a folder (always relative to some folder)DAVFolderInterface.createFolder(String Name, String typeName) Create a folder (always relative to some folder)DAVFolder.createItem(String name) Create an item (always relative to some folderDAVFolder.createItem(String name, String contentClass) Create an item (always relative to some folder)DAVFolderInterface.createItem(String Name) Create an item (always relative to some folder)DAVFolderInterface.createItem(String Name, String typeName) Create an item (always relative to some folder)voidDAVEntity.delete()Delete this entityvoidDAVEntityInterface.delete()Delete the entityvoidDAVEntity.update()Persist any changes to the metadata back to the backing store.voidDAVEntityInterface.update()Persist any changes to the metadata back to the backing store. -
Uses of ServiceException in com.sas.services.information.metadata.etl
Methods in com.sas.services.information.metadata.etl that throw ServiceExceptionModifier and TypeMethodDescriptionURIDirectiveInterface.getApplicationOpenURI()Get the hosting application Web access URI for this object type.URIProfileReportInterface.getApplicationOpenURI()Get the hosting application Web access URI for this object type.URIDirectiveInterface.getApplicationRestURI()Get the hosting application REST API URI for this object type.URIDirectiveInterface.getExecutionURIById()Get the URI used to execute a directive by internal identity.URIDirectiveInterface.getExecutionURIByPath()Get the URI used to execute a directive by path.StringDirectiveInterface.getInternalIdentity()Get the identity of this directive in the using application.StringProfileReportInterface.getInternalIdentity()Get the identity of this report in the using application.booleanDirectiveInterface.isTemplate()Get whether this object is a directive template or not.voidDirectiveInterface.setInternalIdentity(String internalId) Set the identity of this directive in the using application.voidProfileReportInterface.setInternalIdentity(String internalId) Set the identity of this report in the using application.voidDirectiveInterface.setTemplate(boolean bIsTemplate) Set this object to be a template or not. -
Uses of ServiceException in com.sas.services.information.metadata.favorites
Methods in com.sas.services.information.metadata.favorites that throw ServiceExceptionModifier and TypeMethodDescriptionvoidFavoritesContainer.addFavorite(MetadataInterface favorite) Adds a new item to the list of favorites.voidFavoritesContainer.addFavoritesGroup(FavoritesGroup subGroup) Adds a new child group to this container.booleanFavoritesContainer.containsFavorite(MetadataInterface favorite) Returns true if the specified object is a direct member of this container.FavoritesFactory.createFavoritesFolder(String name, FolderInterface folder) Creates a new favorites folder.FavoritesFactory.createFavoritesGroup(String name, FavoritesContainer container) Creates a new favorites group within an owning container.FavoritesFactory.getApplicationFavorites(String contextName) Returns the Favorites folder for a given context.FavoritesFactory.getApplicationHistory(String applicationName) Returns the History favorites folder for a given application.intFavoritesContainer.getFavoriteCount()Returns the number of favorites in this container.intFavoritesContainer.getFavoriteIndex(MetadataInterface favorite) Returns the index of the specified favorite, or -1 if the favorite does not exist within this container.List<MetadataInterface> FavoritesContainer.getFavorites()Returns the list of all favorites contained within this container.List<MetadataInterface> FavoritesContainer.getFavorites(SortOrder[] order) Deprecated.should not be usedFavoritesGroup.getFavoritesContainer()Returns the parent container that owns this group.intFavoritesContainer.getFavoritesGroupIndex(FavoritesGroup subGroup) Returns the index of the specified favorites group, or -1 if the group does not exist within this container.List<FavoritesGroup> FavoritesContainer.getFavoritesGroups()Returns the list of all favorites groups contained within this container.static FavoritesFactoryFavoritesFactory.getInstance(SessionContextInterface session) Returns the factory instance for a given session context.intFavoritesContainer.getMaxCapacity()Returns the maximum number of favorites allowed under this container.intFavoritesContainer.getTotalFavoriteCount()Returns the number of favorites in this container, as well as any nested favorites groups, recursively.FavoritesFactory.getUserFavorites()Returns the Favorites folder for the user currently logged in.booleanFavoritesContainer.hasDuplicateFavoritesGroup(String name) Check if there's a duplicate favorites group in this container with the same name.voidFavoritesContainer.insertFavorite(MetadataInterface favorite, int index) Inserts a new item to the list of favorites at the specified index.voidFavoritesContainer.insertFavoritesGroup(FavoritesGroup subGroup, int index) Inserts a new child group to this container at the specified index.booleanFavoritesContainer.isEmpty()Returns true if this container has no elements, either favorites or child favorite groups.voidFavoritesContainer.moveFavorite(MetadataInterface favorite, int newPosition) voidFavoritesContainer.removeAll()Clears the container by removing all favorites and favorites groups, recursively.voidFavoritesContainer.removeAllFavorites()Removes all existing favorites from this particular container.voidFavoritesContainer.removeAllFavoritesGroups()Removes all existing child favorite groups from this particular container.voidFavoritesContainer.removeFavorite(MetadataInterface favorite) Removes the specified object from the list of favorites.voidFavoritesContainer.removeFavoritesGroup(FavoritesGroup subGroup) Removes the specified object from the list favorites groups.voidFavoritesGroup.setFavoritesContainer(FavoritesContainer parent) Sets the container that owns this group.voidFavoritesContainer.setMaxCapacity(int capacity) Sets the maximum number of favorites allowed to be contained within this folder at a given time. -
Uses of ServiceException in com.sas.services.information.metadata.favorites.impl
Methods in com.sas.services.information.metadata.favorites.impl that throw ServiceExceptionModifier and TypeMethodDescriptionvoidAbstractFavoritesContainer.addFavorite(MetadataInterface favorite) voidAbstractFavoritesContainer.addFavoritesGroup(FavoritesGroup subGroup) booleanAbstractFavoritesContainer.containsFavorite(MetadataInterface favorite) voidFavoritesGroupImpl.delete()AbstractFavoritesContainer.getChildAt(int index) intAbstractFavoritesContainer.getChildCount()ListAbstractFavoritesContainer.getChildren()ListAbstractFavoritesContainer.getChildren(String type) FavoritesGroupImpl.getContainer()FavoritesFolderImpl.getEmbeddedObject(String subpath) intAbstractFavoritesContainer.getFavoriteCount()intAbstractFavoritesContainer.getFavoriteIndex(MetadataInterface favorite) List<MetadataInterface> AbstractFavoritesContainer.getFavorites()List<MetadataInterface> AbstractFavoritesContainer.getFavorites(SortOrder[] order) FavoritesGroupImpl.getFavoritesContainer()intAbstractFavoritesContainer.getFavoritesGroupIndex(FavoritesGroup subGroup) List<FavoritesGroup> AbstractFavoritesContainer.getFavoritesGroups()intAbstractFavoritesContainer.getMaxCapacity()FavoritesGroupImpl.getPathUrl()intAbstractFavoritesContainer.getTotalFavoriteCount()booleanAbstractFavoritesContainer.hasDuplicateFavoritesGroup(String name) voidAbstractFavoritesContainer.insertFavorite(MetadataInterface favorite, int index) voidAbstractFavoritesContainer.insertFavoritesGroup(FavoritesGroup subGroup, int index) booleanAbstractFavoritesContainer.isEmpty()voidAbstractFavoritesContainer.moveFavorite(MetadataInterface favorite, int newPosition) Deprecated.AbstractFavoritesContainer.newChild(String type, String name) voidAbstractFavoritesContainer.removeAll()voidAbstractFavoritesContainer.removeAllFavorites()voidAbstractFavoritesContainer.removeAllFavoritesGroups()voidAbstractFavoritesContainer.removeFavorite(MetadataInterface favorite) voidAbstractFavoritesContainer.removeFavoritesGroup(FavoritesGroup subGroup) voidFavoritesGroupImpl.setFavoritesContainer(FavoritesContainer parent) voidAbstractFavoritesContainer.setMaxCapacity(int capacity) -
Uses of ServiceException in com.sas.services.information.metadata.libraries
Methods in com.sas.services.information.metadata.libraries that throw ServiceExceptionModifier and TypeMethodDescriptionLibraryBuilder.build(UserContextInterface user) Build the library object.SASHDATLibraryBuilder.build(UserContextInterface user) protected voidLASRLibraryBuilder.createObject()protected voidLibraryBuilder.createObject()static Collection<SASLibraryInterface> GreenplumLibraryUtil.getAllLibraries(UserContextInterface userContext) Returns a collection of all Greenplum libraries.static Collection<SASLibraryInterface> HadoopLibraryUtil.getAllLibraries(UserContextInterface userContext) Returns a collection of all Hadoop libraries.static Collection<SASLibraryInterface> LASRLibraryUtil.getAllLibraries(UserContextInterface userContext) Returns a collection of all LASR libraries.static Collection<SASLibraryInterface> OracleLibraryUtil.getAllLibraries(UserContextInterface userContext) Returns a collection of all Oracle libraries.static Collection<SASLibraryInterface> PostgresLibraryUtil.getAllLibraries(UserContextInterface userContext) Returns a collection of all Postgres libraries.static Collection<SASLibraryInterface> SASHDATLibraryUtil.getAllLibraries(UserContextInterface userContext) Returns a collection of all HDFS libraries.static Collection<SASLibraryInterface> SASLibraryUtil.getAllLibraries(UserContextInterface userContext) Returns a collection of all libraries.static Collection<SASLibraryInterface> SASLibraryUtil.getAllLibraries(UserContextInterface userContext, String engine) Returns a collection of all libraries of a specified type.static Collection<SASLibraryInterface> TeradataLibraryUtil.getAllLibraries(UserContextInterface userContext) Returns a collection of all Teradata libraries.static SASLibraryInterfaceLASRLibraryUtil.getDataProviderLibrary(SASLibraryInterface library) Returns data provider library associated with this LASR library.static SASLibraryInterfaceLASRLibraryUtil.getLibrary(UserContextInterface userContext, String path) Returns a library specified by path or null if the library does not exist.static SASLibraryInterfaceSASLibraryUtil.getLibrary(UserContextInterface userContext, String path) Returns a library specified by path or null if the library does not exist.static voidLASRLibraryUtil.setDataProviderLibrary(SASLibraryInterface lasrLibrary, SASLibraryInterface dataProviderLibrary) Associates a data provider library with a LASR library.voidLASRLibraryBuilder.validate(UserContextInterface user) voidLibraryBuilder.validate(UserContextInterface user) -
Uses of ServiceException in com.sas.services.information.metadata.lookup
Methods in com.sas.services.information.metadata.lookup that throw ServiceExceptionModifier and TypeMethodDescriptionLookupService.lookupForAbsolutePath(String oldAbsolutePath) Deprecated.LookupServiceInterface.lookupForAbsolutePath(String oldAbsolutePath) Deprecated. -
Uses of ServiceException in com.sas.services.information.metadata.olap
Methods in com.sas.services.information.metadata.olap that throw ServiceExceptionModifier and TypeMethodDescriptionListOLAPSchemaInterface.getCubes()Return theCubeInterfaceobjects that are associated to this OLAP Schema.CubeInterface.getOLAPSchema()Returns OLAP schema containing this cube.SharedDimensionInterface.getOLAPSchema()Returns OLAP schema containing this shared dimension. -
Uses of ServiceException in com.sas.services.information.metadata.prompt
Methods in com.sas.services.information.metadata.prompt that throw ServiceExceptionModifier and TypeMethodDescriptionvoidBaseOMRPromptInterface.addPromptReference(BaseOMRPromptInterface prompt) Add the supplied prompt as a reference to this prompt, where this prompt is a shared prompt definition or group in a tree folder (therefore a public prompt).voidBaseOMRPromptInterface.addReferencedPrompt(BaseOMRPromptInterface prompt) Adds a referenced prompt (a shared prompt definition or prompt group that is in a tree folder) to the list of referenced prompts kept by this prompt object.voidBaseOMRPromptInterface.addValueSource(MetadataInterface metaObject) Adds the metaObject as a value source.static booleanPromptsPersistUtil.deletePromptFromFolder(PathUrl sbipUrl, UserContextInterface userContext) Deletes aBaseOMRPromptInterfaceinstance described by the supplied PathUrl.static com.sas.prompts.definitions.PromptDefinitionInterfacePromptsPersistUtil.getDefinitionFromFolder(PathUrl sbipUrl, UserContextInterface userContext) Returns a prompt definition instance from the OMR definition described by the sbipUrl.static com.sas.prompts.groups.PromptGroupInterfacePromptsPersistUtil.getGroupFromFolder(PathUrl sbipUrl, UserContextInterface userContext) Returns a prompt group instance from the OMR group described by the sbipUrl.StringOMRPromptGroup.getGroupInfo()StringOMRPromptGroupInterface.getGroupInfo()Returns the XML string of group info.intOMRPromptGroup.getGroupType()intOMRPromptGroupInterface.getGroupType()Deprecated.from v920m3 on.com.sas.prompts.definitions.PromptDefinitionInterfaceOMRPromptDefinition.getPromptDefinition()com.sas.prompts.definitions.PromptDefinitionInterfaceOMRPromptDefinition.getPromptDefinition(com.sas.util.xmlpersist.PromptsReadingContext readingContext) com.sas.prompts.definitions.PromptDefinitionInterfaceOMRPromptDefinitionInterface.getPromptDefinition()Returns thecom.sas.prompts.definitions.PromptDefinitionInterfaceobject created by the XML returned fromgetDefinitionInfo().com.sas.prompts.definitions.PromptDefinitionInterfaceOMRPromptDefinitionInterface.getPromptDefinition(com.sas.util.xmlpersist.PromptsReadingContext readingContext) Returns thecom.sas.prompts.definitions.PromptDefinitionInterfaceobject created by the XML returned fromgetDefinitionInfo().static com.sas.prompts.definitions.PromptDefinitionInterfacePromptsPersistUtil.getPromptDefinitionFromSmartObject(OMRPromptDefinitionInterface prompt, com.sas.util.xmlpersist.PromptsReadingContext readingContext, SessionContextInterface sessionContext) Gets Java prompt definition object thatpromptrepresents.BaseOMRPromptInterface.getPromptEnabledObject()Gets the metadata object associated with this prompt.com.sas.prompts.groups.PromptGroupInterfaceOMRPromptGroup.getPromptGroup()com.sas.prompts.groups.PromptGroupInterfaceOMRPromptGroup.getPromptGroup(com.sas.util.xmlpersist.PromptsReadingContext readingContext) com.sas.prompts.groups.PromptGroupInterfaceOMRPromptGroupInterface.getPromptGroup()Returns thecom.sas.prompts.groups.PromptGroupInterfaceobject created by the XML returned fromgetGroupInfo().com.sas.prompts.groups.PromptGroupInterfaceOMRPromptGroupInterface.getPromptGroup(com.sas.util.xmlpersist.PromptsReadingContext readingContext) Returns thecom.sas.prompts.groups.PromptGroupInterfaceobject created by the XML returned fromgetGroupInfo().StringOMRPromptDefinition.getPromptInfo()StringOMRPromptDefinitionInterface.getPromptInfo()Returns the XML string of prompt info.ListBaseOMRPromptInterface.getPromptReferences()Returns a list of prompt references held by this prompt.intOMRPromptDefinition.getPromptType()intOMRPromptDefinitionInterface.getPromptType()Deprecated.from v920m3 on.ListBaseOMRPromptInterface.getReferencedPrompts()Returns a list of all referenced prompts (shared prompts in a tree folder) held by this prompt.ListBaseOMRPromptInterface.getValueSources()Returns a list of MetadataInterface items that are value sources for the prompt.static booleanPromptsPersistUtil.isMetadataResourceAvailable(UserContextInterface userContext, PathUrl pathUrl) booleanBaseOMRPromptInterface.isPublic()static OMRPromptDefinitionInterfacePromptsPersistUtil.newDefinitionSmartObject(com.sas.prompts.definitions.PromptDefinitionInterface definition, UserContextInterface userContext, RepositoryInterface repository, String name, com.sas.util.xmlpersist.PromptsWritingContext writingContext) Returns a new prompt group smart object that represents the supplied PromptDefinitionInterface in metadata.static OMRPromptGroupInterfacePromptsPersistUtil.newGroupSmartObject(com.sas.prompts.groups.PromptGroupInterface group, UserContextInterface userContext, RepositoryInterface repository, String name, com.sas.util.xmlpersist.PromptsWritingContext writingContext) Returns a new prompt group smart object that represents the supplied PromptGroupInterface in metadata.static PathUrlPersistenceFactoryWithServices.newPathUrlFromString(UserContextInterface user, String url) voidBaseOMRPromptInterface.removeAllPromptReferences()Removes all prompt references such that this shared prompt is no longer linked to any other prompts.voidBaseOMRPromptInterface.removeAllReferencedPrompts()Removes all referenced prompts such that this prompt is no longer linked to any shared prompts.voidBaseOMRPromptInterface.removeAllValueSources()Removes all value sources associated with the prompt.voidBaseOMRPromptInterface.removePromptEnabledObject()Removes the prompt-enabled object associated with this prompt.voidBaseOMRPromptInterface.removePromptReference(BaseOMRPromptInterface prompt) Removes the supplied prompt from the list of prompt references held by this prompt.voidBaseOMRPromptInterface.removeReferencedPrompt(BaseOMRPromptInterface prompt) Remove the supplied prompt (a shared prompt in a tree folder) from the list of referenced prompts held by this prompt.static MetadataInterfaceMetadataDescriptorResolver.resolve(com.sas.util.xmlpersist.MetadataDescriptor descriptor, UserContextInterface userContext) Resolves a MetadataDescriptor into a MetadataInterface object matching that description.static OMRPromptDefinitionInterfacePromptsPersistUtil.saveDefinitionToFolder(com.sas.prompts.definitions.PromptDefinitionInterface definition, UserContextInterface userContext, FolderInterface folder, String name) Saves a prompt definition as a public prompt (represented by a OMRPromptDefinitionInterface smart object) to the supplied folder with the supplied name.static OMRPromptDefinitionInterfacePromptsPersistUtil.saveDefinitionToFolder(com.sas.prompts.definitions.PromptDefinitionInterface definition, UserContextInterface userContext, PathUrl sbipUrl) Saves a prompt definition as a public prompt (represented by a OMRPromptDefinitionInterface smart object) to the supplied SBIP URL.static OMRPromptDefinitionInterfacePromptsPersistUtil.saveDefinitionToFolder(com.sas.prompts.definitions.PromptDefinitionInterface definition, UserContextInterface userContext, String sbipUrl) Saves a prompt definition as a public prompt (represented by a OMRPromptDefinitionInterface smart object) to the supplied SBIP URL.static OMRPromptGroupInterfacePromptsPersistUtil.saveGroupToFolder(com.sas.prompts.groups.PromptGroupInterface group, UserContextInterface userContext, FolderInterface folder, String name) Saves a prompt group as a public prompt (represented by a OMRPromptGroupInterface smart object) to the supplied folder with the supplied name.static OMRPromptGroupInterfacePromptsPersistUtil.saveGroupToFolder(com.sas.prompts.groups.PromptGroupInterface group, UserContextInterface userContext, PathUrl sbipUrl) Saves a prompt group as a public prompt (represented by a OMRPromptGroupInterface smart object) to the supplied SBIP URL.static OMRPromptGroupInterfacePromptsPersistUtil.saveGroupToFolder(com.sas.prompts.groups.PromptGroupInterface group, UserContextInterface userContext, String sbipUrl) Saves a prompt group as a public prompt (represented by a OMRPromptGroupInterface smart object) to the supplied SBIP URL.voidOMRPromptGroup.setGroupInfo(String groupInfo) voidOMRPromptGroupInterface.setGroupInfo(String groupInfo) Set a string of XML that represents an instance of a PromptGroupInterface.voidOMRPromptGroup.setGroupType(int type) voidOMRPromptGroupInterface.setGroupType(int type) Deprecated.from v920m3 on.voidBaseOMRPromptInterface.setPromptEnabledObject(MetadataInterface metaObject) Sets an association between the prompt and metaObject unless the prompt is public.voidOMRPromptDefinition.setPromptInfo(String promptInfo) voidOMRPromptDefinitionInterface.setPromptInfo(String promptInfo) Set a string of XML that represents an instance of a PromptDefinitionInterface.voidOMRPromptDefinition.setPromptType(int type) voidOMRPromptDefinitionInterface.setPromptType(int type) Deprecated.from v920m3 on.static OMRPromptDefinitionInterfacePromptsPersistUtil.updateDefinitionSmartObject(com.sas.prompts.definitions.PromptDefinitionInterface definition, UserContextInterface userContext, OMRPromptDefinitionInterface smartObject, com.sas.util.xmlpersist.PromptsWritingContext writingContext) Updates an existing prompt definition smart object from the supplied PromptDefinitionInterface in metadata.static OMRPromptGroupInterfacePromptsPersistUtil.updateGroupSmartObject(com.sas.prompts.groups.PromptGroupInterface group, UserContextInterface userContext, OMRPromptGroupInterface smartObject, com.sas.util.xmlpersist.PromptsWritingContext writingContext) Updates an existing prompt group smart object from the supplied PromptGroupInterface in metadata. -
Uses of ServiceException in com.sas.services.information.metadata.secureddata
Methods in com.sas.services.information.metadata.secureddata that throw ServiceExceptionModifier and TypeMethodDescriptionSecuredLibrarySecuredTable.getLibrary()Returns the secured library that owns the given table.List<SecuredTable> SecuredLibrary.getTables()Returns the secured tables contained within this library.static FolderInterfaceSecuredDataFolderUtil.makeSecuredLibrariesFolder(InformationServiceInterface infoSvc, OMIRepositoryInterface repos) -
Uses of ServiceException in com.sas.services.information.metadata.secureddata.impl
Methods in com.sas.services.information.metadata.secureddata.impl that throw ServiceExceptionModifier and TypeMethodDescriptionSecuredLibraryImpl.getChildAt(int index) intSecuredLibraryImpl.getChildCount()ListSecuredLibraryImpl.getChildren()ListSecuredLibraryImpl.getChildren(String type) SecuredTableImpl.getContainer()SecuredLibraryImpl.getEmbeddedObject(String subpath) SecuredLibrarySecuredTableImpl.getLibrary()SecuredTableImpl.getPathUrl()List<SecuredTable> SecuredLibraryImpl.getTables()SecuredLibraryImpl.newChild(String type, String name) -
Uses of ServiceException in com.sas.services.information.metadata.servers
Methods in com.sas.services.information.metadata.servers that throw ServiceExceptionModifier and TypeMethodDescriptionTServerBuilder.build(UserContextInterface user) Build the server object.protected voidAbstractConnectionBuilder.buildAndConnect(UserContextInterface user, com.sas.metadata.remote.DeployedComponent server) DataServerInterface.createConnection(String connectionName, Map<String, String> properties) Creates a new connection on this server.SASInfrastructureDataServerImpl.createConnection(String connectionName, Map<String, String> properties) DatabaseInterfaceDataServerInterface.createDatabase(String databaseName, Map<String, String> properties) Creates a new database on this server.DatabaseInterfaceSASInfrastructureDataServerImpl.createDatabase(String databaseName, Map<String, String> properties) protected voidAbstractConnectionBuilder.createObject()protected voidGreenplumServerBuilder.Connection.createObject()protected voidGreenplumServerBuilder.createObject()protected voidHadoopServerBuilder.Connection.createObject()protected voidHadoopServerBuilder.createObject()protected voidLASRServerBuilder.Connection.createObject()protected voidLASRServerBuilder.createObject()protected voidOracleServerBuilder.Connection.createObject()protected voidOracleServerBuilder.createObject()protected voidPostgresServerBuilder.Connection.createObject()protected voidPostgresServerBuilder.createObject()protected voidServerBuilder.createObject()protected voidTeradataServerBuilder.createObject()abstract DataServerInterfaceDataServerUtil.createServer(OMIRepositoryInterface repository, String name, Map<String, String> properties) abstract DataServerInterfaceDataServerUtil.createServer(String name, Map<String, String> properties) LASRServerInterfaceLASRUtilities.createServer(RepositoryInterface repository, String name) Create a new LASR Server in a specified repository.LASRServerInterfaceLASRUtilities.createServer(String name) Create a new LASR server.DataServerInterfaceSASInfrastructureDataServerUtil.createServer(OMIRepositoryInterface repository, String name, Map<String, String> properties) Create a SAS Infrastructure Data Server instance.DataServerInterfaceSASInfrastructureDataServerUtil.createServer(String name, Map<String, String> properties) Create a SAS Infrastructure Data Server instance.voidLASRServerImpl.delete()List<DataServerInterface> DataServerUtil.getAllServers()Returns all servers of the type supported by this utility instance.static Collection<ServerComponentInterface> GreenplumServerUtil.getAllServers(UserContextInterface userContext) Returns all Greenplum server definitions.static Collection<ServerComponentInterface> HadoopServerUtil.getAllServers(UserContextInterface userContext) Returns all Hadoop server definitions.static Collection<LASRServerInterface> LASRServerUtil.getAllServers(UserContextInterface userContext) Returns all LASR server definitions.List<LASRServerInterface> LASRUtilities.getAllServers()Returns a LASR Server specified by name.static List<LASRServerInterface> LASRUtilities.getAllServers(MetadataServerInterface metadataServer) static Collection<ServerComponentInterface> OracleServerUtil.getAllServers(UserContextInterface userContext) Returns all Oracle server definitions.static Collection<ServerComponentInterface> PostgresServerUtil.getAllServers(UserContextInterface userContext) Returns all Postgres server definitions.static Collection<ServerInterface> ServersUtil.getAllServers(UserContextInterface userContext) Returns all server definitions including logical servers and server contexts.static <T extends ServerInterface>
Collection<T> ServersUtil.getAllServers(UserContextInterface userContext, String publicType) Returns all server definitions of a given type.static Collection<ServerComponentInterface> TeradataServerUtil.getAllServers(UserContextInterface userContext) Returns all Teradata server definitions.static StringLASRServerUtil.getAuthorizationServiceUrl(UserContextInterface userContext) Returns the LASR Authorization Service URL.Map<String, String> DataServerInterface.getConnectionProperties(String connectionName) Returns a map of properties for the named connection on this server.Map<String, String> SASInfrastructureDataServerImpl.getConnectionProperties(String connectionName) DatabaseInterfaceDataServerInterface.getDatabase(String databaseName) Returns the named database, NULL if it does not exist on this server.DatabaseInterfaceSASInfrastructureDataServerImpl.getDatabase(String databaseName) Map<String, String> DatabaseInterface.getDatabaseProperties()Returns a map of properties for this server.List<DatabaseInterface> DataServerInterface.getDatabases()Returns a list of databases for this server, an empty list if none exist.List<DatabaseInterface> SASInfrastructureDataServerImpl.getDatabases()StringLASRServerImpl.getHost()StringLASRServerInterface.getHost()protected InformationServiceInterfaceDataServerUtil.getInformationService()StringLASRServerImpl.getInstallPath()StringLASRServerInterface.getInstallPath()Returns the installation path for this server.StringLASRServerImpl.getLASRServicesUrl()LASRServerImpl.getLibraryByLibref(String name) LASRServerInterface.getLibraryByLibref(String name) LASRServerImpl.getLibraryByTag(String tag) LASRServerInterface.getLibraryByTag(String tag) LASRServerInterfaceLASRUtilities.getLibraryServer(SASLibraryInterface library) static LASRServerInterfaceLASRUtilities.getLibraryServer(MetadataServerInterface metadataServer, SASLibraryInterface library) static StringLASRUtilities.getLibraryTag(SASLibraryInterface library) StringLASRServerImpl.getLifetime()StringLASRServerInterface.getLifetime()Returns the server lifetime.StringLASRServerImpl.getLogOptions()StringLASRServerInterface.getLogOptions()Returns server log options.intLASRServerImpl.getPort()intLASRServerInterface.getPort()StringLASRServerImpl.getSecurityKey()StringLASRServerInterface.getSecurityKey()Returns security key associated with current user and this server.static ServerComponentInterfaceGreenplumServerUtil.getServer(UserContextInterface userContext, String name) Find a Greenplum server definition by its name.static ServerComponentInterfaceHadoopServerUtil.getServer(UserContextInterface userContext, String name) Find a Hadoop server definition by its name.static LASRServerInterfaceLASRServerUtil.getServer(UserContextInterface userContext, String name) Find a LASR server definition by its name.static ServerComponentInterfaceOracleServerUtil.getServer(UserContextInterface userContext, String name) Find an Oracle server definition by its name.static ServerComponentInterfacePostgresServerUtil.getServer(UserContextInterface userContext, String name) Find a Postgres server definition by its name.static ServerInterfaceServersUtil.getServer(UserContextInterface userContext, String name) Find a server definition by its name.static <T extends ServerInterface>
TServersUtil.getServer(UserContextInterface userContext, String name, String publicType) Find a server definition of a given type by its name.static ServerComponentInterfaceTeradataServerUtil.getServer(UserContextInterface userContext, String name) Find a Teradata server definition by its name.LASRServerInterfaceLASRUtilities.getServerByAddress(String hostname, int port) Returns a LASR server identified by host name and server port.DataServerInterfaceDataServerUtil.getServerById(String id) Retrieve a server instance by metadata idDataServerInterfaceDataServerUtil.getServerByName(String name) Retrieve a server instance by namestatic LASRServerInterfaceLASRUtilities.getServerByName(MetadataServerInterface metadataServer, String name) LASRServerInterfaceLASRUtilities.getServerByName(String name) Returns a LASR Server specified by name.Map<String, String> DataServerInterface.getServerProperties()Returns a map of properties for this server.Map<String, String> SASInfrastructureDataServerImpl.getServerProperties()StringLASRServerImpl.getShortHost()StringLASRServerInterface.getShortHost()Gets the short hostname for the server.StringLASRServerImpl.getSignatureFilePath()StringLASRServerInterface.getSignatureFilePath()Returns the path of the server signature file.LASRServerImpl.getTableByName(String name) LASRServerInterface.getTableByName(String name) static StringLASRUtilities.getTableNameAndTag(PhysicalTableInterface table) static StringLASRUtilities.getTableNameAndTag(SASLibraryInterface library, PhysicalTableInterface table) booleanLASRServerImpl.isLogEnabled()booleanLASRServerInterface.isLogEnabled()Returns whether or not server logging is enabled.booleanLASRServerImpl.isLogVerbose()booleanLASRServerInterface.isLogVerbose()Returns log verbose options.voidLASRUtilities.removeUnusedSecurityKeys()Remove any LASR server security keys associated to the current identity that are no longer associated to a LASR server.static booleanServersUtil.serverExists(UserContextInterface userContext, String name) Returns true if server of any type with the specified name exists.static booleanServersUtil.serverExists(UserContextInterface userContext, String name, String publicType) Returns true if server with the specified name and type exists.voidLASRServerImpl.setConnectionProperty(String name, String value) voidLASRServerImpl.setConnectionProperty(String name, String propertyName, String value) voidLASRServerImpl.setHost(String host) voidLASRServerInterface.setHost(String host) voidLASRServerImpl.setInstallPath(String installPath) voidLASRServerInterface.setInstallPath(String installPath) Sets the installation path for this server.voidLASRServerImpl.setLifetime(String lifetime) voidLASRServerInterface.setLifetime(String lifetime) Sets the server lifetimevoidLASRServerImpl.setLogEnabled(boolean logEnabled) voidLASRServerInterface.setLogEnabled(boolean logEnabled) Enables server logging.voidLASRServerImpl.setLogOptions(String logOptions) voidLASRServerInterface.setLogOptions(String logOptions) Sets server log options.voidLASRServerImpl.setLogVerbose(boolean logVerbose) voidLASRServerInterface.setLogVerbose(boolean logVerbose) Sets verbose log options.voidLASRServerImpl.setPort(int port) voidLASRServerImpl.setSecurityKey(String securityKey) voidLASRServerInterface.setSecurityKey(String securityKey) Sets the security key for this server and the current user.voidLASRServerImpl.setSignatureFilePath(String signatureFilePath) voidLASRServerInterface.setSignatureFilePath(String signatureFilePath) Sets the path of the server signature file.voidLASRServerImpl.setTcpPort(int port) voidDataServerInterface.updateConnectionProperties(String connectionName, Map<String, String> properties) Sets properties on the named connection.voidSASInfrastructureDataServerImpl.updateConnectionProperties(String connectionName, Map<String, String> properties) voidDatabaseInterface.updateDatabaseProperties(Map<String, String> properties) Sets properties on the server.voidDataServerInterface.updateServerProperties(Map<String, String> properties) Sets properties on the server.voidSASInfrastructureDataServerImpl.updateServerProperties(Map<String, String> properties) voidGreenplumServerBuilder.Connection.validate(UserContextInterface user) voidGreenplumServerBuilder.validate(UserContextInterface user) voidHadoopServerBuilder.Connection.validate(UserContextInterface user) voidHadoopServerBuilder.validate(UserContextInterface user) voidLASRServerBuilder.Connection.validate(UserContextInterface user) voidLASRServerBuilder.validate(UserContextInterface user) voidOracleServerBuilder.Connection.validate(UserContextInterface user) voidOracleServerBuilder.validate(UserContextInterface user) voidPostgresServerBuilder.Connection.validate(UserContextInterface user) voidPostgresServerBuilder.validate(UserContextInterface user) voidServerBuilder.validate(UserContextInterface user) voidTeradataServerBuilder.Connection.validate(UserContextInterface user) voidTeradataServerBuilder.validate(UserContextInterface user) Constructors in com.sas.services.information.metadata.servers that throw ServiceExceptionModifierConstructorDescriptionDataServerUtil(SessionContextInterface session, String publicType) Create a utility instance.SASInfrastructureDataServerUtil(SessionContextInterface session) Create a utility instance. -
Uses of ServiceException in com.sas.services.information.publicobject
Methods in com.sas.services.information.publicobject that throw ServiceExceptionModifier and TypeMethodDescriptionvoidMutableContainerInterface.addChild(PublicObjectInterface newChild) Add a child to this container.voidSecurityAdapter.addPermissions(List identities, List permissions) voidSecurityProcessorInterface.addPermissions(List identities, List permissions) Add a set of permissions for a set of identities for this metadata object.voidBasePublicObject.addProcessorInterface(String interfaceClassName, ProcessorInterface actionInterface) voidPublicObjectInterface.addProcessorInterface(String interfaceClassName, ProcessorInterface actionInterface) Add an action interface to this class.final booleanTypeDescriptorImpl.allowsChildren()booleanTypeDescriptorInterface.allowsChildren()Returns a boolean flag indicating if this object type allows children.voidChangeManagementAdapter.checkin()voidChangeManagementProcessorInterface.checkin()Check out the itemvoidChangeManagementAdapter.checkout()voidChangeManagementProcessorInterface.checkout()Check out the itemvoidTransportAdapter.copy()voidTransportProcessorInterface.copy()Copy this object to a new instance.static PublicObjectInterfacePublicObjectFactory.createPublicObject(ServerInterface server, BrowseMetadataInterface browseObject) Creates a lightweight public object given an existing browse metadata object.static PublicObjectInterfacePublicObjectFactory.createPublicObject(ServerInterface server, String id, String name, TypeDescriptorInterface type) Creates a lightweight public object given the object's id, name, and type.static PublicObjectInterfacePublicObjectFactory.createPublicObject(ServerInterface server, String id, String name, String type) Creates a lightweight public object given the object's id, name, and type.voidTransportAdapter.delete()voidTransportProcessorInterface.delete()Delete an object from the system.voidAbstractProcessor.destroy()voidAbstractProcessorAdapter.destroy()voidProcessorInterface.destroy()Destroy the processor, freeing any resources it's using.voidTransportAdapter.exportObject()voidTransportProcessorInterface.exportObject()Export this object from the system.final ListTypeDescriptorImpl.getApplicablePermissions()ListTypeDescriptorInterface.getApplicablePermissions()Get a List of the permissions that are applicable to this type of object.AuthorizerSecurityAdapter.getAuthorizerType(IdentityInterface identity, PermissionInterface permission) AuthorizerSecurityProcessorInterface.getAuthorizerType(IdentityInterface identity, PermissionInterface permission) Determine why a permission is granted or denied.BasePublicObject.getBrowseObject()PublicObjectContainerInterface.getChildAt(int index) Returns a child item at the specified locationintPublicObjectContainerInterface.getChildCount()Returns the number of children within this container.ListPublicObjectContainerInterface.getChildren()Get a List of the children of this container.ListPublicObjectContainerInterface.getChildren(String type) Deprecated.As of 9.3, this method is no longer usedfinal StringTypeDescriptorImpl.getClassName()StringTypeDescriptorInterface.getClassName()Get the class name used to load an instance of this class.BasePublicObject.getContainer()PublicObjectInterface.getContainer()Get the object which contains this object.final StringTypeDescriptorImpl.getContainerAssociation()StringTypeDescriptorInterface.getContainerAssociation()Get the name of the association to follow to get this object's container.final StringTypeDescriptorImpl.getContainerType()StringTypeDescriptorInterface.getContainerType()Get the container type for this type.DateBaseDetailsProcessor.getCreateDate()DateDetailsProcessor.getCreateDate()DateDetailsProcessorInterface.getCreateDate()Get the date this object was created.DateDisplayAdapter.getCreateDate()DateDisplayProcessorInterface.getCreateDate()Deprecated.Get the date this object was created.StringBaseDetailsProcessor.getCreatedBy()StringDetailsProcessor.getCreatedBy()StringDetailsProcessorInterface.getCreatedBy()Gets the name of the user that created the object.BaseDetailsProcessor.getCreatedByDetails()DetailsProcessor.getCreatedByDetails()DetailsProcessorInterface.getCreatedByDetails()Gets the identity information for the user that created the object.final StringTypeDescriptorImpl.getDefaultLocation()StringTypeDescriptorInterface.getDefaultLocation()Get the default location for objects of this type.StringBaseDetailsProcessor.getDescription()StringDetailsProcessor.getDescription()StringDetailsProcessorInterface.getDescription()The description of this object.StringDisplayAdapter.getDescription()StringDisplayProcessorInterface.getDescription()Deprecated.The description of this object.final StringTypeDescriptorImpl.getDescription()final StringTypeDescriptorImpl.getDescription(Locale locale) StringTypeDescriptorInterface.getDescription()Get the description of this type.StringTypeDescriptorInterface.getDescription(Locale locale) Get the type description for the specified locale.StringBaseDetailsProcessor.getDisplayName()StringDetailsProcessor.getDisplayName()StringDetailsProcessorInterface.getDisplayName()The display name of this object.ObjectDisplayAdapter.getIcon()ObjectDisplayProcessorInterface.getIcon()Deprecated.Get the information necessary to obtain an icon for this object.final IconTypeDescriptorImpl.getIcon()final IconTypeDescriptorImpl.getIcon(int size) IconTypeDescriptorInterface.getIcon()Return the Icon for this type.IconTypeDescriptorInterface.getIcon(int size) Return the Icon for this type.final byte[]TypeDescriptorImpl.getIconData(int size) byte[]TypeDescriptorInterface.getIconData(int size) Get the icon image byte data for this object type.final StringTypeDescriptorImpl.getIconName()StringTypeDescriptorInterface.getIconName()Get the String with the icon name for this type.StringBasePublicObject.getIdentifier()StringPublicObjectInterface.getIdentifier()Get the unique ID of this object.ListSecurityAdapter.getIdentities()ListSecurityProcessorInterface.getIdentities()Get all the identities that are associated to this metadata object through permissions.List<String> BaseDetailsProcessor.getKeywords()List<String> DetailsProcessor.getKeywords()List<String> DetailsProcessorInterface.getKeywords()Get the keywords associated to the object.ListDisplayAdapter.getKeywords()ListDisplayProcessorInterface.getKeywords()Deprecated.Get the keywords this object supports.final StringTypeDescriptorImpl.getLabel()StringTypeDescriptorInterface.getLabel()Get the label for this type.final StringTypeDescriptorImpl.getLabelPlural()StringTypeDescriptorInterface.getLabelPlural()Get the plural version of the label for this type.final StringTypeDescriptorImpl.getLogicalTypeClassName()StringTypeDescriptorInterface.getLogicalTypeClassName()Get the name of the Java class that implements the Logical Type for this definition.final StringTypeDescriptorImpl.getMetadataType()StringTypeDescriptorInterface.getMetadataType()Get the metadata type used to represent this object in the server.StringBaseDetailsProcessor.getModifiedBy()StringDetailsProcessor.getModifiedBy()StringDetailsProcessorInterface.getModifiedBy()Gets the name of the user that modified the object.BaseDetailsProcessor.getModifiedByDetails()DetailsProcessor.getModifiedByDetails()DetailsProcessorInterface.getModifiedByDetails()Gets the identity information for the user that modified the object.DateBaseDetailsProcessor.getModifyDate()DateDetailsProcessor.getModifyDate()DateDetailsProcessorInterface.getModifyDate()Get the date this object was modified.DateDisplayAdapter.getModifyDate()DateDisplayProcessorInterface.getModifyDate()Deprecated.Get the date this object was modified.StringBaseDetailsProcessor.getName()StringDetailsProcessor.getName()StringDetailsProcessorInterface.getName()The name of this object.StringDisplayAdapter.getName()StringDisplayProcessorInterface.getName()Deprecated.The name of this object.URIBasePublicObject.getObjectURI()URIPublicObjectInterface.getObjectURI()This method is currently not being implemented and is reserved for future use.StringDisplayAdapter.getPath()StringDisplayProcessorInterface.getPath()Deprecated.The path to this object in the SAS Folder view.BasePublicObject.getPathUrl()PublicObjectInterface.getPathUrl()Get the SBIP URL.SecurityAdapter.getPermission(IdentityInterface identity, PermissionInterface permission) SecurityProcessorInterface.getPermission(IdentityInterface identity, PermissionInterface permission) Get a permission that matches the requested permission for the requested identity on this metadata object.ListSecurityAdapter.getPermissions(IdentityInterface identity) ListSecurityProcessorInterface.getPermissions(IdentityInterface identity) Get all the permissions that apply to this object.ListChangeManagementAdapter.getPreviousVersionNames()ListChangeManagementProcessorInterface.getPreviousVersionNames()Gets a list of previous version namesProcessorInterfaceBasePublicObject.getProcessorInterface(String interfaceClassName) ProcessorInterfacePublicObjectInterface.getProcessorInterface(String interfaceClassName) Get the specified action interface.final StringTypeDescriptorImpl.getPropertyValue(String key) StringTypeDescriptorInterface.getPropertyValue(String key) Returns the value for an associated property.AbstractProcessor.getPublicObject()AbstractProcessorAdapter.getPublicObject()ProcessorInterface.getPublicObject()ListImpactAnalysisAdapter.getRelatedObjects(int relationshipType) ListImpactAnalysisProcessorInterface.getRelatedObjects(int relationshipType) Returns a list of related objects for this object.List<ResponsibilityDetails> BaseDetailsProcessor.getResponsibilities()List<ResponsibilityDetails> DetailsProcessor.getResponsibilities()List<ResponsibilityDetails> DetailsProcessorInterface.getResponsibilities()Gets the responsibilities associated to the public object.ListDisplayAdapter.getResponsibleParties()ListDisplayProcessorInterface.getResponsibleParties()Deprecated.Get the responsibilities assigned to this object.BasePublicObject.getServer()final StringTypeDescriptorImpl.getTemplate()final StringTypeDescriptorImpl.getTemplate(ServerInterface server) StringTypeDescriptorInterface.getTemplate()Deprecated.Consumers should use the getTemplate(ServerInterface) since the template is no longer loaded automatically.StringTypeDescriptorInterface.getTemplate(ServerInterface server) Get the template for this object.final ObjectTypeDescriptorImpl.getTransportHandler()ObjectTypeDescriptorInterface.getTransportHandler()Returns the TransportHandler for this object type.StringAbstractProcessorAdapter.getType()Get the type of this object.BaseDetailsProcessor.getType()DetailsProcessor.getType()DetailsProcessorInterface.getType()Get the type descriptor associated to the public object.StringDisplayAdapter.getType()Method getType.StringDisplayProcessorInterface.getType()Deprecated.Get the type name as a string of this object.final StringTypeDescriptorImpl.getType()final StringTypeDescriptorImpl.getType(Locale locale) StringTypeDescriptorInterface.getType()Get the type of this object.StringTypeDescriptorInterface.getType(Locale locale) Get the localized type string for the specified locale.BasePublicObject.getTypeDescriptor()PublicObjectInterface.getTypeDescriptor()Get the type descriptor which should have the information from the Type Dictionary in metadata available for the clients.StringAbstractProcessorAdapter.getTypeLabel()Get the type label.StringAbstractProcessorAdapter.getTypeLabelPlural()Get the plural version of this type object.final StringTypeDescriptorImpl.getTypeName()StringTypeDescriptorInterface.getTypeName()Get the non-localized type name.com.sas.util.UsageVersionBaseDetailsProcessor.getUsageVersion()com.sas.util.UsageVersionDetailsProcessor.getUsageVersion()com.sas.util.UsageVersionDetailsProcessorInterface.getUsageVersion()The usage version of this object.final StringTypeDescriptorImpl.getUsageVersion()StringTypeDescriptorInterface.getUsageVersion()Get the usage version of this object type.static List<String> ResponsibilitiesModel.getUserNames(ServerInterface server) Returns a sorted list of the names of all users on the the specified server.ChangeManagementAdapter.getVersion(String versionName) ChangeManagementProcessorInterface.getVersion(String versionName) Return a smart object that represents a particular versionbooleanTypeDescriptorImpl.hasContentBacking()booleanTypeDescriptorInterface.hasContentBacking()voidTransportAdapter.importObject()voidTransportProcessorInterface.importObject()Import this objet into the system.voidMutableContainerInterface.insertChild(PublicObjectInterface child, int index) Inserts a child into the parent container at the specified index.booleanSecurityAdapter.isAuthorized(IdentityInterface identity, String permission) booleanSecurityAdapter.isAuthorized(String permission) booleanSecurityProcessorInterface.isAuthorized(IdentityInterface identity, String permission) Check for a specific permission on this object by the user that owns the connection to the repository.booleanSecurityProcessorInterface.isAuthorized(String permission) Check for a specific permission on this object by the user that owns the connection to the repository.booleanContentImportStatusInterface.isContentAvailable()Returns true if content associated to a public object is currently available.voidTransportAdapter.move(PublicObjectContainerInterface target) voidTransportProcessorInterface.move(PublicObjectContainerInterface target) Move this object to a new location.PublicObjectContainerInterface.newChild(String type, String name) Deprecated.As of 9.3, this method is no longer usedvoidTransportAdapter.paste()voidTransportProcessorInterface.paste()Insert a new instance of an object.voidMutableContainerInterface.removeChild(PublicObjectInterface child) Remove a child from this container.voidSecurityAdapter.removePermission(IdentityInterface identity, PermissionInterface permission) voidSecurityProcessorInterface.removePermission(IdentityInterface identity, PermissionInterface permission) Remove permission matching the identity and permission.voidSecurityAdapter.removePermissions(List identities, List permissions) voidSecurityProcessorInterface.removePermissions(List identities, List permissions) Remove permissions matching the identities and permission list.voidTransportAdapter.rename(String newName) voidTransportProcessorInterface.rename(String newName) Give this object a new unique name.final voidTypeDescriptorImpl.setApplicablePermissions(List permissionList) voidTypeDescriptorInterface.setApplicablePermissions(List permissionList) Set the List of permissions applicable to this type of object.voidBasePublicObject.setBrowseObject(BrowseMetadataInterface browse) final voidTypeDescriptorImpl.setClassName(String className) voidContentImportStatusInterface.setContentAvailable(boolean available) Sets whether or not content associated to a public object is currently available.voidBaseDetailsProcessor.setCreateDate(Date date) voidBaseDetailsProcessor.setDescription(String desc) voidBaseDetailsProcessor.setDisplayName(String displayName) final voidTypeDescriptorImpl.setLabel(String label) final voidTypeDescriptorImpl.setLogicalTypeClassName(String logicalTypeClass) voidTypeDescriptorInterface.setLogicalTypeClassName(String logicalTypeClass) Set the name of the Java Class that implements the logical type for this definition.voidBaseDetailsProcessor.setModifyDate(Date date) voidBasePublicObject.setName(String name) protected voidBasePublicObject.setPathUrl(PathUrl path) voidSecurityAdapter.setPermission(IdentityInterface identity, PermissionInterface permission) voidSecurityProcessorInterface.setPermission(IdentityInterface identity, PermissionInterface permission) Set a new permission on this metadata object.static voidPublicObjectFactory.setPublicObjectPath(PublicObjectInterface publicObject, PathUrl path) static voidPublicObjectFactory.setPublicObjectPath(PublicObjectInterface publicObject, String absolutePath) voidBasePublicObject.setServer(ServerInterface server) voidChangeManagementAdapter.uncheckout()voidChangeManagementProcessorInterface.uncheckout()Check out the itemfinal voidTypeDescriptorImpl.update(com.sas.metadata.remote.TypeDefinition def) voidChangeManagementAdapter.version()voidChangeManagementProcessorInterface.version()Version control the itemConstructors in com.sas.services.information.publicobject that throw ServiceExceptionModifierConstructorDescriptionTypeDescriptorImpl(com.sas.metadata.remote.TypeDefinition typeDefinition) -
Uses of ServiceException in com.sas.services.information.rules
Methods in com.sas.services.information.rules that throw ServiceExceptionModifier and TypeMethodDescriptionbooleanExpressionTreeWalker.evalObject(String attribute, String value) Evaluate an object for a given attribute value.final booleanExpressionTreeWalker.evalpath(com.sas.antlr.collections.AST _t) booleanExpressionTreeWalker.evalset(com.sas.antlr.collections.AST lparenNode) final booleanExpressionTreeWalker.evalsingle(com.sas.antlr.collections.AST _t) booleanEvaluatorInterface.evaluate(String path, String value) Evaluate a factory path as either true or false.final booleanExpressionTreeWalker.evaluate(com.sas.antlr.collections.AST _t) booleanEvaluatorInterface.evaluateObject(Object o, String attribute, String value) Evaluate a single object given the attribute name and a value.final booleanExpressionTreeWalker.expr(com.sas.antlr.collections.AST _t) ListEvaluatorInterface.setPath(String path) Given an association path, get a list of objects that match that path for the base object (which should have been provided in the constructor).booleanExpressionTreeWalker.traverse(com.sas.antlr.collections.AST nodePath) -
Uses of ServiceException in com.sas.services.information.sasfolders
Methods in com.sas.services.information.sasfolders that throw ServiceExceptionModifier and TypeMethodDescriptionbooleanNodeFilterInterface.accept(PublicObjectNodeInterface node, ContainerNodeInterface parentNode) Returns true if the object is valid and can be included in the model, false otherwise.voidContainerNode.addChild(PublicObjectInterface newChild) protected voidSASFoldersModel.addChildNode(ContainerNodeInterface parentNode, PublicObjectNodeInterface childNode) Adds a child node to its parent.protected PublicObjectNodeInterfaceSASFoldersModel.createNode(BrowseMetadataInterface meta) protected PublicObjectNodeInterfaceSASFoldersModel.createNode(PublicObjectInterface publicObject) static SASFoldersModelInterfaceFolderModelFactory.createSASFoldersModel(ServerInterface server) Creates a new SAS Folders model instance.static SASFoldersModelInterfaceFolderModelFactory.createSASFoldersModel2(ServerInterface server) Creates a new SAS Folders model instance.protected PublicObjectNodeInterfaceSASFoldersModel.createVirtualFolderNode(VirtualFolderInterface virtualFolder) static PublicObjectNodeInterfaceSASFoldersUtil.findChildNode(ContainerNodeInterface parent, String name, String type) Given a parent object, this method finds a child object with the specified name and type.static PublicObjectNodeInterfaceSASFoldersUtil.findChildNode(ContainerNodeInterface parent, String name, String type, boolean populateContainers) Given a parent object, this method finds a child object with the specified name and type.static PublicObjectInterfaceSASFoldersUtil.findChildObject(PublicObjectContainerInterface parent, String name, String type) Given a parent object, this method finds a child object with the specified name and type.static PublicObjectInterfaceSASFoldersUtil.findNodeByPath(PathUrl path, FolderModelInterface model) Finds a particular node within the tree with the specified path.StringAbstractPublicObjectNode.getAbsolutePath()StringPublicObjectNodeInterface.getAbsolutePath()Returns the absolute path of the node.PublicObjectNodeInterfaceContainerNode.getChildAt(int index) PublicObjectNodeInterfaceContainerNodeInterface.getChildAt(int index) intAbstractFolderModel2.getChildCount(PublicObjectContainerInterface parent) Returns the number of children of parent.intContainerNode.getChildCount()intFolderModelInterface.getChildCount(PublicObjectContainerInterface parent) Returns the number of children of parent.protected intContainerNode.getChildIndex(PublicObjectInterface child) protected intSASFoldersModel.getChildPosition(ContainerNodeInterface parent, PublicObjectNodeInterface newNode) List<PublicObjectNodeInterface> ContainerNode.getChildren()ListContainerNode.getChildren(String type) List<PublicObjectNodeInterface> ContainerNodeInterface.getChildren()AbstractPublicObjectNode.getContainer()static PublicObjectContainerInterface[]SASFoldersUtil.getContainerPath(PublicObjectInterface publicObject) Given a public object, this method retrieves its parent containers.static StringSASFoldersUtil.getContainerType(String publicType, ServerInterface server) Returns the container type for a given public type.StringAbstractPublicObjectNode.getDisplayPath()StringPublicObjectNodeInterface.getDisplayPath()Returns the display path of the node.List<BrowseMetadataInterface> SASFoldersModel.FolderSearchManager.getFolderContents(FolderNodeInterface folder, List<SearchFilter> criteriaList) List<BrowseMetadataInterface> SASFoldersModel.FolderSearchManager.getFolderContents(FolderNodeInterface folder, List<SearchFilter> criteriaList, boolean recursive) FolderModelInterfacePublicObjectNodeInterface.getFolderModel()Returns the folder model for this nodeStringFolderNode.getFolderType()StringFolderNodeInterface.getFolderType()Returns the type of folderstatic StringSASFoldersUtil.getISEntityKey(PublicObjectInterface obj) static StringSASFoldersUtil.getISEntityKey(String id, TypeDescriptorInterface type) static StringSASFoldersUtil.getISEntityKey(String id, String metadataType) intAbstractPublicObjectNode.getLevel()intPublicObjectNodeInterface.getLevel()Gets the level (or depth) of the node in the treePublicObjectNodeInterfaceSASFoldersModel.getObject(PublicObjectInterface publicObject) PublicObjectNodeInterfaceSASFoldersModel.getObject(String id, String publicType) PublicObjectNodeInterfaceSASFoldersModelInterface.getObject(PublicObjectInterface publicObject) Gets an object contained within the SAS Folders model.PublicObjectNodeInterfaceSASFoldersModelInterface.getObject(String id, String publicType) Gets an object contained within the SAS Folders tree based on its id and public type.PublicObjectNodeInterfaceSASFoldersModel.getObjectByPath(PathUrl path) PublicObjectNodeInterfaceSASFoldersModel.getObjectByPath(String path) PublicObjectNodeInterfaceSASFoldersModel2.getObjectByPath(PathUrl path) PublicObjectNodeInterfaceSASFoldersModelInterface.getObjectByPath(PathUrl path) Gets an object contained within the SAS Folders tree based on the specified path.PublicObjectNodeInterfaceSASFoldersModelInterface.getObjectByPath(String path) Gets an object contained within the SAS Folders tree based on the specified path.protected PublicObjectNodeInterfaceSASFoldersModel.getObjectNode(MetadataInterface smartObject) protected PublicObjectNodeInterfaceSASFoldersModel.getObjectNode(String id, TypeDescriptorInterface type) static String[]SASFoldersUtil.getObjectPath(PublicObjectInterface publicObject) Given a public object node, this method retrieves the path of the node in the model.static String[]SASFoldersUtil.getObjectPath(PublicObjectInterface publicObject, boolean includeObjectName) Given a public object node, this method retrieves the path of the node in the model.protected List<PublicObjectContainerInterface> AbstractPublicObjectNode.getParentContainerPath()AbstractPublicObjectNode.getPathUrl()RootFolderNode.getPathUrl()UsersFolderNode.getPathUrl()ProcessorInterfaceVirtualFolderNode.getProcessorInterface(String interfaceClassName) static OMIRepositoryInterfaceSASFoldersUtil.getRepositoryForObject(String objectID, ServerInterface server) Returns the repository an object is contained within.FolderNodeInterfaceAbstractFolderModel2.getRootFolder()FolderNodeInterfaceFolderModelInterface.getRootFolder()Returns the root folder for the SAS Folders treeFolderModelInterface.getServer()Returns the server interface used to populate this modelstatic MetadataInterfaceSASFoldersUtil.getSmartObject(ServerInterface server, PublicObjectInterface publicObject) Returns a smart object (MetadataInterface) given an existing public object.static MetadataInterfaceSASFoldersUtil.getSmartObject(ServerInterface server, String objectID, String metadataType) Returns a smart object (MetadataInterface) given an object's id and metadata typeAbstractFolderModel2.getSortOrder()SASFoldersModelInterface.getSortOrder()Returns the specified SortOrder, or the default order if one has not been set.static FolderNodeInterfaceSASFoldersUtil.getSystemFolderNode(FolderModelInterface model, OMIRepositoryInterface repos) Returns the System folder node for a given repository.VirtualFolderNode.getTypeDescriptor()protected StringSASFoldersModel.getUserFoldersPath()ObjectAbstractPublicObjectNode.getUserObject()ObjectPublicObjectNodeInterface.getUserObject()Returns the user-defined object to this nodestatic FolderNodeInterfaceSASFoldersUtil.getUsersFolderNode(SASFoldersModelInterface model) Returns the user's folder node in the model.VirtualFolderNode.getVirtualFolder()VirtualFolderNodeInterface.getVirtualFolder()Returns the backing virtual folder object.voidContainerNode.insertChild(PublicObjectInterface child, int index) static booleanSASFoldersUtil.isContainedByFolder(PublicObjectInterface object) Returns true if the object is contained by a folder within the SAS Folders hierarhcy.static booleanSASFoldersUtil.isContainedByFolder(String publicType, ServerInterface server) Returns true if the specified public type is contained by a folder within the SAS Folders hierarchy.static booleanSASFoldersUtil.isContainedByVirtualFolder(PublicObjectInterface object) Returns true if objects with the specified public type value are contained within a virtual folder.static booleanSASFoldersUtil.isContainedByVirtualFolder(String publicType, ServerInterface server) Returns true if objects with the specified public type value are contained within a virtual folder.protected booleanSASFoldersModel.isContainerType(TypeDescriptorInterface type, String objectID) Returns whether or not objects of a specified type are a container.static booleanSASFoldersUtil.isFolder(PublicObjectInterface object) Returns true if the object is a folder, false otherwise.protected booleanContainerNode.isNodeAncestor(PublicObjectInterface child) Returns true if the child node is an ancestor in its parent container chain.static booleanSASFoldersUtil.isRootFolder(PublicObjectInterface object) Returns true if the object is the root folder, false otherwise.static booleanSASFoldersUtil.isSystemFolder(FolderNodeInterface folder) Returns true if the specified folder is the System folder within a repository.static booleanSASFoldersUtil.isUnique(PublicObjectContainerInterface parent, String childName, String childType) Determines if a node is unique under its parent node.static booleanSASFoldersUtil.isUnique(PublicObjectInterface node) Determines if a node is unique under its parent node.static booleanSASFoldersUtil.isUsersFolderNode(FolderNodeInterface folder) Returns true if the object is a folder, false otherwise.static booleanSASFoldersUtil.isValidContainerForChild(PublicObjectInterface child, PublicObjectContainerInterface container) Returns true if the child object is allowed to be contained within the specified container.static booleanSASFoldersUtil.isValidContainerForChild(TypeDescriptorInterface childType, TypeDescriptorInterface containerType) Returns true if an object of typechildType> is allowed to be contained within the specified container.protected booleanSASFoldersModel.isValidNode(PublicObjectNodeInterface node, ContainerNodeInterface parentNode) ContainerNode.newChild(String type, String name) protected voidContainerNode.populateChildren()protected voidFolderNode.populateChildren()voidFolderModelInterface.populateContainer(ContainerNodeInterface container) Populates the contents of a specific container.voidSASFoldersModel.populateContainer(ContainerNodeInterface container) voidFolderModelInterface.populateFolder(FolderNodeInterface folder) Populates the contents for the specified folder.voidSASFoldersModel.populateFolder(FolderNodeInterface folder) voidSASFoldersModel.populateFolder(FolderNodeInterface folder, boolean recursive) voidSASFoldersModelInterface.populateFolder(FolderNodeInterface folder, boolean recursive) Populates the contents for the specified folder.voidSASFoldersModel.populateFolders()voidSASFoldersModelInterface.populateFolders()Populates the contents of the entire SAS Folders tree.protected voidSASFoldersModel.pruneChildNodes()Removes any empty folders from the tree.protected voidSASFoldersModel.pruneChildNodes(FolderNodeInterface node) Removes any empty folders from the tree.voidAbstractPublicObjectNode.refresh()voidContainerNode.refresh()voidPublicObjectNodeInterface.refresh()Refreshes the object from the server.voidVirtualFolderNode.refresh()voidContainerNode.removeChild(PublicObjectInterface child) voidSASFoldersModel.removeNodeFromParent(PublicObjectNodeInterface node) Remove a node from its parent.voidAbstractPublicObjectNode.setContainer(PublicObjectContainerInterface container) voidPublicObjectNodeInterface.setContainer(PublicObjectContainerInterface container) Sets the parent container for this public object.voidAbstractPublicObjectNode.setFolderModel(FolderModelInterface model) voidPublicObjectNodeInterface.setFolderModel(FolderModelInterface model) Sets the folder model to which this node belongsvoidAbstractFolderModel2.setSortOrder(SortOrder[] order) voidSASFoldersModelInterface.setSortOrder(SortOrder[] order) Sets the SortOrder to apply for the model.voidAbstractPublicObjectNode.setUserObject(Object obj) voidPublicObjectNodeInterface.setUserObject(Object obj) Adds a user-defined object to this nodeConstructors in com.sas.services.information.sasfolders that throw ServiceExceptionModifierConstructorDescriptionAbstractFolderModel2(ServerInterface server) FolderSearchManager(SASFoldersModelInterface model) SASFoldersModel(ServerInterface server) SASFoldersModel2(ServerInterface server) UsersFolderNode(UserFolderType folderType, ServerInterface server) VirtualFolderNode(VirtualFolderInterface virtualFolder) -
Uses of ServiceException in com.sas.services.information.search
Subclasses of ServiceException in com.sas.services.information.searchMethods in com.sas.services.information.search that throw ServiceExceptionModifier and TypeMethodDescriptionstatic SearchSearchFactory.createSearch(ServerInterface server) static SearchCriteriaModelSearchUtility.createSearchCriteriaModel(Search searchObj) Method to build this model using the information already stored in a Search objectstatic SearchCriteriaModelSearchUtility.createSearchCriteriaModel(ServerInterface server, String xmlCriteria) Method to build this model using the information from a saved search folder.static SearchFolderSearchFactory.createSearchFolder(String name, FolderInterface folder) static SearchFolderSearchFactory.createSearchFolder(String name, FolderInterface folder, Search search) static StringSearchUtility.getModelXML(SearchCriteriaModel scm) Method to build an xml string from this model class in the form used when saving off a search folder in metadata.SearchFolder.getSearch()Retrieve the Search object which drives the search for this SearchFolder.List<PublicObjectInterface> SearchFolder.getSearchResults()Retrieve the search results from metadata.List<PublicObjectInterface> Search.search()Search the server using the provided search criteria that was set.List<PublicObjectInterface> SearchFolder.search()Run an existing search from this SearchFolder.SearchUtility.validateSearchCriteria(SearchCriteriaModel scm, ServerInterface server) SearchUtility.validateSearchCriteria(Search searchObj, ServerInterface server) -
Uses of ServiceException in com.sas.services.information.search.impl
Methods in com.sas.services.information.search.impl that throw ServiceExceptionModifier and TypeMethodDescriptionSearchFolderImpl.copyTo(FolderInterface folder, String name) Create a new SearchFolder object that is copy from this one.protected FilterInterfaceSearchImpl.createFolderSearchFilter(String folderID, List<SearchFilter> filtersList, boolean recursiveSearch) Constructs the appropriate folder filter to run the search with.protected FilterInterfaceSearchImpl.createRootFolderSearchFilter(List<SearchFilter> filtersList) Constructs a filter that is designed to be used for the root folder only.protected FilterInterfaceSearchImpl.createSearchFilter(List<SearchFilter> filtersList) Build the filter used for this server based "primary types" search using the filtersList.protected FilterInterfaceSearchImpl.createSubFoldersSearchFilter(String folderID, List<SearchFilter> filtersList, boolean recursiveSearch) Constructs the appropriate filter to run the search with when searching only folders and not members.SearchFolderImpl.getChildAt(int index) Return the specified PublicObject at the given index from the result set list for this search folderintSearchFolderImpl.getChildCount()Return the size of the result set list for this search folderListSearchFolderImpl.getChildren()Return the result set list for this search folder which will be the childrenListSearchFolderImpl.getChildren(String type) Unsupported methodSearchFolderImpl.getSearch()List<PublicObjectInterface> SearchFolderImpl.getSearchResults()SearchFolderImpl.newChild(String type, String name) Unsupported methodList<PublicObjectInterface> SearchFolderImpl.search()List<PublicObjectInterface> SearchImpl.search()voidSearchFolderImpl.setSearch(Search search) Set the search instance used for this search folder.voidSearchFolderImpl.update()Update the SearchFolder object in metadata.Constructors in com.sas.services.information.search.impl that throw ServiceExceptionModifierConstructorDescriptionSearchImpl(ServerInterface server) Constructs the search object used for a search. -
Uses of ServiceException in com.sas.services.information.util
Methods in com.sas.services.information.util that throw ServiceExceptionModifier and TypeMethodDescriptionMapFolderBasedPublicObjects.getAllNames(Locale locale) Returns a map whose keys are the PublicType attribute and whose values are the localized display name for that key.StringFolderBasedPublicObjects.getLocalizedNameForType(String type, Locale locale) Returns a localized display name that matches the supplied PublicType type.static PathUrlISUtility.getPathFromEntityKey(UserContextInterface user, String iSEntityKey) Get a PathUrl from an Information Service entity key.StringServiceUrlResolver.getUrl(String serviceName) static FolderBasedPublicObjectsFolderBasedPublicObjects.newInstance(UserContextInterface user) Returns the unique instance of this class.Constructors in com.sas.services.information.util that throw ServiceExceptionModifierConstructorDescriptionJdbcRepositoryKey(String keyString) Construct a new repository key from a String. -
Uses of ServiceException in com.sas.services.logging
Methods in com.sas.services.logging that throw ServiceExceptionModifier and TypeMethodDescriptionvoidLoggingService2.configure(ServiceConfigurationInterface serviceConfiguration) Configures service.LoggingServiceInitializer2.createConfigFromDocument(Document document) Converts an XML document to a service configuration.protected AbstractServiceComponentConfigLoggingServiceInitObject2.createConfiguration(Document document) Creates a Logging Service configuration.static LoggingService2LoggingServiceFactory2.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a Logging service initialized with the specified configuration and registered with the specified discovery service.voidLoggingService2.destroy()Destroys the service.static LoggingService2LoggingService2.getInstance(ServiceConfigurationInterface serviceConfiguration) Returns the singleton instance of the logging service.static LoggingService2LoggingService2.getInstance(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Returns the singleton instance of the logging service.LoggingService2LoggingServiceFactory2.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a Logging service initialized with the specified configuration and registered with the specified discovery service.booleanLoggingServiceInitObject2.removeContexts(int[] selIndices) Removes Logging Service logging contexts.booleanLoggingServiceInitObject2.removeOutputs(int[] selIndices) Removes Logging Service logging outputs.LoggingServiceInitObject2.removeResource(String resourceID, Set<ConsumedResourceInterface> removedConsumedResources) Removes the resource for the specified ID from both the data and usage models.protected voidLoggingServiceInitObject2.validateServiceConfigurationCustom(Document serviceConfiguration) Determines whether or not the service configuration is valid for this service component. -
Uses of ServiceException in com.sas.services.mgmt
Methods in com.sas.services.mgmt that throw ServiceExceptionModifier and TypeMethodDescriptionvoidServiceObserverInterface.handleServiceEvent(ServiceEvent serviceEvent) Provides an event notification to the service observer describing a change in the service.abstract voidServiceRemoteObserver.handleServiceEvent(ServiceEvent serviceEvent) Provides an event notification to the service observer describing a change in the service.voidServiceRemoteObserverInterface.handleServiceEvent(ServiceEvent serviceEvent) Provides an event notification to the service observer describing a change in the service. -
Uses of ServiceException in com.sas.services.publish.alerts
Methods in com.sas.services.publish.alerts that throw ServiceExceptionModifier and TypeMethodDescriptionstatic TemplateInterfaceTemplateFactory.getDAVTemplate(String path, String user, String password) Creates an instance of a template that can be accessed on a WebDAV server.StringTemplate.getResult()Returns the template with merge variable substitutions applied.StringTemplateInterface.getResult()Returns the template with merge variable substitutions applied.StringURLTemplate.getResult()Returns the template with merge variable substitutions applied.static TemplateInterfaceTemplateFactory.getURLTemplate(String path) Creates an instance of a template that can be accessed by a URL.static voidAlertUtil.notify(Document doc, org.apache.logging.log4j.Logger logger) Deprecated.The Logging Service has been deprecated.static voidAlertUtil.notify(Document doc, org.apache.logging.log4j.Logger logger, SessionContextInterface sessionContext) Deprecated.The Logging Service has been deprecated.static voidAlertUtil.notify(Document doc, org.apache.logging.log4j.Logger logger, SessionContextInterface sessionContext, com.sas.svcs.mail.client.MailServiceInterface mailService) Deprecated.The Logging Service has been deprecated.static voidAlertUtil.sendNotification(Document doc, SessionContextInterface sessionContext, com.sas.svcs.mail.client.MailServiceInterface mailService) Parses the notification XML and sends the alert notifications to the specified destinations via the WIP's Mail Service.Constructors in com.sas.services.publish.alerts that throw ServiceExceptionModifierConstructorDescriptionURLTemplate(String url) Creates a template that can be accessed by a URL. -
Uses of ServiceException in com.sas.services.publish.metadata
Methods in com.sas.services.publish.metadata that throw ServiceExceptionModifier and TypeMethodDescriptionOMRPublishDirectory.createArchive(String uniqueName) PublishDirectoryInterface.createArchive(String uniqueName) Create an Archive that's a member of this directoryvoidOMRPackage.delete()Delete this object from its repository.StringOMRPackage.getAbstract()Get the package abstract.StringPackageInterface.getAbstract()Get the package abstract.DavBinaryPackage.getChannel()DavPackage.getChannel()OMRPackage.getChannel()PackageInterface.getChannel()Get the Channel that this archive belongs to, if any.OMRPackage.getContentDestination()Get the ContentDestination that represents the archive path information.PackageInterface.getContentDestination()Get the ContentDestination that represents the content data.longOMRPackage.getCreationDate()Get the date and time the archive was created.longPackageInterface.getCreationDate()Get the date the package was created.StringOMRPackage.getCreationDateString()Return the creation date of the package as a formatted string.StringPackageInterface.getCreationDateString()Get a formatted string representing the date and time the package was created.static ListPackageUtil.getDAVChannels(FolderInterface folder) Return a list of all WebDAV channels found in the specified folder or any of its sub-folders.static intPackageUtil.getDAVPackageCount(FolderInterface folder) Determines the number of the packages that have been published to any WebDAV persisted folder that exists in the specified folder or its sub-folders.static MapPackageUtil.getDirectoryURL(PackageInterface pkgSmartObject) Determines the type of URL needed to access the package defined by this package smart object.StringDavBinaryPackage.getDisplayDescription()Get the display description for this object.StringDavPackage.getDisplayDescription()Get the display description for this object.StringOMRPackage.getDisplayDescription()Get the display description for this object.StringPackageInterface.getDisplayDescription()Get the display description for this object.StringDavBinaryPackage.getDisplayName()Get the display name for this object.StringDavPackage.getDisplayName()Get the display name for this object.StringOMRPackage.getDisplayName()Get the display name for this object.StringPackageInterface.getDisplayName()Get the display name for this object.longOMRPackage.getExpirationDate()Get the expiration date and time of the archive.longPackageInterface.getExpirationDate()Get the expiration date of the package.StringOMRPackage.getExpirationDateString()Return the expiration date of the package as a formatted string.StringPackageInterface.getExpirationDateString()Get the expiration date of the package.OMRPackage.getPathUrl()OMRPackage.getProperties()Get the name/value pairs for this package.PackageInterface.getProperties()Get the name/value pairs for this package.OMRPackage.getPublisher()Returns this archive's publisher.PackageInterface.getPublisher()Get a com.sas.services.information.metadata.Person object which represents the publisher of the package.StringOMRPackage.getPublisherAlias()Get the alias for the publisher.StringPackageInterface.getPublisherAlias()Get the alias information for the publisher.static URLPackageUtil.getServerURL(ContentDestination content) Builds the HTTP or FTP URL based on the content destination information.booleanDavBinaryPackage.isExpired()Determines if the package has expired.booleanDavPackage.isExpired()Determines if the package has expired.booleanOMRPackage.isExpired()Determines if the package has expired.booleanPackageInterface.isExpired()Determines if the package has expired.static PublishDirectoryInterfacePublishDirectoryFactory.newPublishDirectory(DirectoryInterface dir) ObjectDavBinaryPackage.newServiceObject()ObjectDavPackage.newServiceObject()ObjectOMRPackage.newServiceObject()DavBinaryPackage.publish(ResultPackageInterface rPkg, InputStream inputStream) Publishes the result package to the DAV binarypackage entity.DavBinaryPackageInterface.publish(ResultPackageInterface rPkg, InputStream inputStream) Publish the contents of the binary packagevoidArchiveInterface.setAbstract(String text) Set the archive abstract.voidOMRArchive.setAbstract(String text) voidArchiveInterface.setChannel(ChannelInterface channel) Set the Channel that this Archive belongs to.voidOMRArchive.setChannel(ChannelInterface channel) voidArchiveInterface.setCreationDate(long date) Set the creation date for an archive.voidOMRArchive.setCreationDate(long date) voidArchiveInterface.setDirectory(DirectoryInterface directory) Set the directory this archive exists in.voidOMRArchive.setDirectory(DirectoryInterface directory) voidArchiveInterface.setExpirationDate(long date) Set the expiration date for an archive.voidOMRArchive.setExpirationDate(long date) voidArchiveInterface.setProperties(AttributeMapInterface map) Set the name/value pairs on the Archive.voidOMRArchive.setProperties(AttributeMapInterface map) voidArchiveInterface.setPublisher(PersonInterface publisher) Set the identity of the person who performed the publish.voidOMRArchive.setPublisher(PersonInterface publisher) -
Uses of ServiceException in com.sas.services.security
Subclasses of ServiceException in com.sas.services.securityModifier and TypeClassDescriptionclassThis exception gets thrown if the authentication process detects that an "unknown host" error occurred while attempting authentication.classThis exception gets thrown if the authentication process detects that a "connection refused" network error occurred while attempting authentication.classThis exception gets thrown when a user attempts to authenticate, but the authentication fails due to a bad user ID or password.classclassThis is an exception that gets thrown when a user attempts to get authenticated, but it fails for some reason.classThis exception gets thrown when a user attempts to authenticate, and the authentication fails because of network problems.Methods in com.sas.services.security that throw ServiceExceptionModifier and TypeMethodDescriptionbooleanAuthenticator.authenticate(UserContextInterface user) voidAuthenticationService.configure(ServiceConfigurationInterface serviceConfiguration) Configures service.AuthenticationServiceInitializer.createConfigFromDocument(Document document) Converts an XML document to a service configuration.protected AbstractServiceComponentConfigAuthenticationServiceInitObject.createConfiguration(Document document) Creates an Authentication Service configuration from the XML document.AuthenticationServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets an Authentication service initialized with the specified configuration registering it with the specified discovery service.static final AuthenticationServiceInterfaceAuthenticationService.defaultInstance(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets the authentication service.voidAuthenticationService.destroy()Destroys the service.DocumentAuthenticationServiceInitObject.getDocument()Creates an XML document representation of the Authentication Service configuration.StringAuthenticationService.getIDPropagation(String domain) Determines whether ID propagation is supported for the specified domain.StringAuthenticationServiceInterface.getIDPropagation(String domain) Get the ID propagation authentication mechanism supported by the named domain.StringAuthenticationServiceProxy.getIDPropagation(String domain) final RemoteServiceInterfaceAuthenticationServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets an Authentication service initialized with the specified configuration registering it with the specified discovery service.static SubjectGetSubject.getSubject(UserContextInterface user) Get a security Subject from a UserContext.voidAuthenticationService.initialize(AuthenticationServiceInitObject authServiceConfig) Initializes the Authentication Service using the specified configuration.booleanAuthenticationService.isTrusted(String domain) Determines whether the specified domain is trusted.booleanAuthenticationServiceInterface.isTrusted(String domain) Indicate whether the named domain is a trust domain.booleanAuthenticationServiceProxy.isTrusted(String domain) AuthenticationServiceInitObject.removeConsumer(Consumer consumer, boolean isRemoveResourceIfUnused) Removes the consumer from the usage model. -
Uses of ServiceException in com.sas.services.session
Subclasses of ServiceException in com.sas.services.sessionModifier and TypeClassDescriptionclassLocking exception thrown when an attempt is made to destroy a locked session context.Methods in com.sas.services.session that throw ServiceExceptionModifier and TypeMethodDescriptionvoidSessionService.configure(ServiceConfigurationInterface serviceConfiguration) Configures service.SessionServiceInitializer.createConfigFromDocument(Document document) Converts an XML document to a service configuration.protected AbstractServiceComponentConfigSessionServiceInitObject.createConfiguration(Document document) Creates a service configuration initialized with the specified XML document.static final SessionServiceInterfaceSessionServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a Session service initialized with the specified configuration.voidSessionContextInterface.destroy(long delay) Destroy the session context after the specified delay.voidSessionService.destroy()Destroys the service.SessionService.fromByteArray(byte[] data) SessionServiceInterface.fromByteArray(byte[] data) Instantiate a SessionContext from a passivated byte array.SessionServiceProxy.fromByteArray(byte[] data) static SessionServiceInterfaceSessionService.getInstance(ServiceConfigurationInterface serviceConfiguration) Returns the singleton instance of the session service.static SessionServiceInterfaceSessionService.getInstance(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Returns the singleton instance of the session service.final RemoteServiceInterfaceSessionServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a Session service initialized with the specified configuration.voidSessionService.quiesce(UserContextInterface userContext) Quiesce the Session Service.voidSessionServiceInterface.quiesce(UserContextInterface userContext) Quiesce the Session Service.final voidSessionServiceProxy.quiesce(UserContextInterface userContext) Resumes the session service.SessionServiceInitObject.removeConsumer(Consumer consumer, boolean isRemoveResourceIfUnused) Removes the consumer from the usage model.voidSessionService.resume(UserContextInterface userContext) Resume the Session Service.voidSessionServiceInterface.resume(UserContextInterface userContext) Resume the Session Service.final voidSessionServiceProxy.resume(UserContextInterface userContext) Resume the session service.byte[]SessionContextInterface.toByteArray()This is a platform private method that should only be used internally by the Platform Services. -
Uses of ServiceException in com.sas.services.storedprocess
Methods in com.sas.services.storedprocess that throw ServiceExceptionModifier and TypeMethodDescriptionstatic final StoredProcessServiceInterfaceStoredProcessServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a Stored Process service initialized with the specified configuration.voidStoredProcessService.destroy()Destroys the service.StoredProcess2Interface.getConnection()Get a connection for stored process execution.static String[]ProcSTP.getConsolidatedInputParameters(String fqid, String host, int port, String userid, String password, boolean useDefaultDataProvider, String[] names, String[] values) Static method to consolidate input parameters and return the resulting set of macro name value pairs expected by the stored process.static intMetadataConstants.getCountNoSecurity(SessionContextInterface sessionContextInterface, com.sas.metadata.remote.Root root, String association) StoredProcessService.getInstance(ServiceConfigurationInterface serviceConfiguration) Returns the singleton instance of the Stored Process service.StoredProcessService.getInstance(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Returns the singleton instance of the Stored Process service.static com.sas.storage.editableproperties.PropertyListMetadataConstants.getLocalizableProperties(StoredProcess spi, com.sas.storage.editableproperties.PropertyList list) intStoredProcess2Interface.getResultType()Gets the type of result delivered by the service.final RemoteServiceInterfaceStoredProcessServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a Stored Process service initialized with the specified configuration.static ResultTypeDeterminer.ResultTypeResultTypeDeterminer.getType(StoredProcessInterface smartObject, com.sas.prompts.PromptValuesInterface promptValues) voidStoredProcess2Interface.setInputDataTable(String tableName, InputStream inputStream, String memberName, String xmlLibraryOptions) Specifies client side input to be used for the table via the XML libname engine.voidStoredProcess2Interface.setInputDataTable(String tableName, String libref, String memberName) Specifies the two level name for a server side input table.voidStoredProcess2Interface.setInputFileref(String fileref, InputStream inputStream) Associates a client supplied binary file with the fileref.voidStoredProcess2Interface.setInputFileref(String fileref, Reader reader) Associates a client supplied text file with the fileref.voidStoredProcess2Interface.setInputFileref(String fileref, String engine, String path, String options) Associates a path on the server with the fileref used for input.static voidMetadataConstants.setLocalizableProperties(StoredProcess spi, com.sas.storage.editableproperties.PropertyMap map) voidStoredProcess2Interface.setLogicalServerType(StoredProcessInterface.LogicalServerType logicalServerType) Sets the type of logical server to be used for execution.voidStoredProcess2Interface.setOutputDataTable(String tableName, OutputStream outputStream, String memberName, String xmlLibraryOptions) Specifies client side output to be used for the table via the XML libname engine.voidStoredProcess2Interface.setOutputDataTable(String tableName, String libref, String memberName) Specifies the two level name for a server side output table.voidStoredProcess2Interface.setOutputFileref(String fileref, OutputStream outputStream) Specifies the OutputStream to be used to write the output of the fileref to.voidStoredProcess2Interface.setOutputFileref(String fileref, Writer writer) Specifies the Writer to be used to write the output of the fileref to.voidStoredProcess2Interface.setOutputFileref(String fileref, String engine, String path, String options) Associates a path on the server with the fileref used for output.com.sas.prompts.definitions.PromptDefinitionInterfaceStoredProcess2Interface.setParameterValue(String name, Object value) Sets the value of the specified parameter on the PromptValues object associated with this stored process.List<com.sas.prompts.definitions.PromptDefinitionInterface> StoredProcess2Interface.setParameterValues(com.sas.prompts.PromptValuesInterface promptValues) Sets values for the parameters of this Stored Process from the PromptValuesInterface supplied.MapStoredProcess2Interface.setParameterValues(Map map) Sets the values of the specified parameters.voidStoredProcessInterface.setResultHints(ResultHints resultHints) Deprecated.Set hints for the result of the stored process.voidStoredProcess2Interface.setServerContext(ServerContextInterface serverContext) Sets the server context to be used to execute the stored process. -
Uses of ServiceException in com.sas.services.storedprocess.metadata
Methods in com.sas.services.storedprocess.metadata that throw ServiceExceptionModifier and TypeMethodDescriptionvoidMetadataManipulatorForUpgrade.convertTo92()voidStoredProcess.convertToVersion(com.sas.util.UsageVersion version) voidStoredProcessInterface.convertToVersion(com.sas.util.UsageVersion version) Converts the stored process to the version specified.StoredProcess.copyTo(FolderInterface folder, String name) SourceCodeRepositoryUtil.createSourceCodeRepository(String path, String description) Create a new source code repository.List<DataSourceOrTarget> StoredProcess.getDataSourcesAndTargets()List<DataSourceOrTarget> StoredProcessInterface.getDataSourcesAndTargets()Returns the list of data sources and data targets.StoredProcessInterface.LogicalServerTypeStoredProcess.getLogicalServerType()StoredProcessInterface.LogicalServerTypeStoredProcessInterface.getLogicalServerType()Gets the type of logical server the stored process runs on.List<OutputParameter> StoredProcess.getOutputParameters()List<OutputParameter> StoredProcessInterface.getOutputParameters()Returns the list of output parameters.com.sas.prompts.PromptValuesInterfaceStoredProcess.getPromptValues()com.sas.prompts.PromptValuesInterfaceStoredProcessInterface.getPromptValues()Convenience method to obtain a PromptValues object containing stored process prompts.StoredProcess.getServer()StoredProcessInterface.getServer()Gets the the logical server smart object the stored process is designed to run on.StoredProcess.getServerContext()StoredProcessInterface.getServerContext()Gets the server context smart object associated with the stored process.StringStoredProcess.getSourceCode()StringStoredProcessInterface.getSourceCode()Returns the source code of the stored process.StoredProcessInterface.SourceCodeLocationStoredProcess.getSourceCodeLocation()StoredProcessInterface.SourceCodeLocationStoredProcessInterface.getSourceCodeLocation()Gets the location type of the source code.List<DirectoryInterface> SourceCodeRepositoryUtil.getSourceCodeRepositories()Obtain a list of source code repositories.StoredProcess.getSourceCodeRepository()StoredProcessInterface.getSourceCodeRepository()Gets the the source code repository smart object associated with the stored process.StringStoredProcess.getSourceFileName()StringStoredProcessInterface.getSourceFileName()Gets the the source code file name of the stored process.StoredProcess.getStoredProcessService()List<GenericStream> StoredProcess.getStreams()List<GenericStream> StoredProcessInterface.getStreams()Returns the list of data sources and data targets.DataTable.getTemplateTable()Returns the template table.booleanStoredProcess.isOtherServerContextAllowed()booleanStoredProcessInterface.isOtherServerContextAllowed()Determines whether the stored process can run on a different server context.booleanStoredProcess.isPackageCapable()booleanStoredProcessInterface.isPackageCapable()Describes whether the stored process has the result capability of package enabled.booleanStoredProcess.isStreamCapable()booleanStoredProcessInterface.isStreamCapable()Describes whether the stored process has the result capability of stream enabled.SourceCodeRepositoryUtil.locateSourceCodeRepository(String name) Locate an existing source code repository.StringStoredProcess.mapUrlToFilesystem(int hostOS, String prefix, String suffix) Map the metadata object's SBIP Url to a file system path.ObjectStoredProcess.newServiceObject()StoredProcess.newServiceObject(SessionContextInterface sessionContext) ObjectStoredProcess.newServiceObject(StoredProcessOptions options) ObjectStoredProcessInterface.newServiceObject()Obtains a service object used to execute the Stored Process.StoredProcessInterface.newServiceObject(SessionContextInterface sessionContext) Deprecated.TheStoredProcessInterfaceservice object returned by this method cannot be used to avail of features introduced in 9.2 or later.ObjectStoredProcessInterface.newServiceObject(StoredProcessOptions options) Obtains a service object used to execute the Stored Process.voidStoredProcess.refresh()voidStoredProcess.setDataSourcesAndTargets(List<? extends DataSourceOrTarget> dataSourcesAndTargets) voidStoredProcessInterface.setDataSourcesAndTargets(List<? extends DataSourceOrTarget> dataSourcesAndTargets) Sets the list of data sources and data targets.voidStoredProcess.setLogicalServerType(StoredProcessInterface.LogicalServerType logicalServerType) voidStoredProcessInterface.setLogicalServerType(StoredProcessInterface.LogicalServerType logicalServerType) Sets the type of logical server the stored process runs on.voidStoredProcess.setOtherServerContextAllowed(boolean isOtherServerContextAllowed) voidStoredProcessInterface.setOtherServerContextAllowed(boolean isOtherServerContextAllowed) Sets whether the stored process can run on a different server context.voidStoredProcess.setOutputParameters(List<OutputParameter> outputParameters) voidStoredProcessInterface.setOutputParameters(List<OutputParameter> outputParameters) Sets the list of output parameters.voidStoredProcess.setResultCapabilities(boolean isPackageCapable, boolean isStreamCapable) voidStoredProcessInterface.setResultCapabilities(boolean isPackageCapable, boolean isStreamCapable) Sets the result capabilities of the stored process.voidStoredProcess.setServer(LogicalServerInterface logicalServer) voidStoredProcessInterface.setServer(LogicalServerInterface logicalServer) Sets the logical server smart object the stored process runs on.voidStoredProcess.setServerContext(ServerContextInterface serverContext) voidStoredProcessInterface.setServerContext(ServerContextInterface serverContext) Sets the server context smart object the stored process runs on.voidStoredProcess.setSourceCode(String sourceCode) voidStoredProcessInterface.setSourceCode(String sourceCode) Sets the source code of the stored process.voidStoredProcess.setSourceCodeLocation(StoredProcessInterface.SourceCodeLocation sourceCodeLocation) voidStoredProcessInterface.setSourceCodeLocation(StoredProcessInterface.SourceCodeLocation sourceCodeLocation) Sets the location type of the source code.voidStoredProcess.setSourceCodeRepository(DirectoryInterface sourceCodeRepository) voidStoredProcessInterface.setSourceCodeRepository(DirectoryInterface sourceCodeRepository) Sets the source code repository associated with the stored process.voidStoredProcess.setSourceFileName(String sourceFileName) voidStoredProcessInterface.setSourceFileName(String sourceFileName) Sets the the source code file name of the stored process.voidStoredProcess.setStreams(List<? extends GenericStream> streams) voidStoredProcessInterface.setStreams(List<? extends GenericStream> streams) Sets the list of data sources and data targets.voidDataTable.setTemplateTable(PhysicalTableInterface templateTable) Sets the template table.voidStoredProcess.update()voidStoredProcessInterface.update()Persists the stored process after performing validation by invokingStoredProcessInterface.validate().voidStoredProcess.upgradeFromPreviousVersion()abstract voidDataSourceOrTarget.validate()voidDataTable.validate()voidGenericStream.validate()Validates the GenericStream.voidOutputParameter.validate()Validates the OutputParameter.voidStoredProcess.validate()voidStoredProcessInterface.validate()Validates the stored process.voidXMLStream.validate()Validates the XMLStream.Constructors in com.sas.services.storedprocess.metadata that throw ServiceExceptionModifierConstructorDescriptionMetadataManipulatorForUpgrade(com.sas.metadata.remote.ClassifierMap classifierMap, SessionContextInterface sessionContext) SourceCodeRepositoryUtil(LogicalServerInterface logicalServer) Constructs a SourceCodeRepositoryUtil by obtaining the ServerContextInterface from the supplied LogicalServerInterface. -
Uses of ServiceException in com.sas.services.user
Subclasses of ServiceException in com.sas.services.userModifier and TypeClassDescriptionclassclassclassThis class encapsulates an exception that occurs during UserContext initialization, but may still leave the UserContext in a usable state.classMethods in com.sas.services.user that throw ServiceExceptionModifier and TypeMethodDescriptionvoidProfile.addAttribute(String application, String key, String value) Add a value to an attribute.voidProfileInterface.addAttribute(String application, String key, String value) Add a value to an attribute.voidGlobalProfile.addMail(String address) voidGlobalProfileInterface.addMail(String address) Add a mail address to the list of addresses for the user.voidProfile.addProfile(String application, ProfileInterface profile, boolean force) Add a new application profile.voidProfileInterface.addProfile(String application, ProfileInterface profile, boolean force) Add a new application profile as a subprofile to this one.voidUserContext.addRepositoryGroup(RepositoryGroup group) voidUserContextInterface.addRepositoryGroup(RepositoryGroup group) Add a repository group to this UserContext.voidUserContext.addServer(ServerInterface server) voidUserContextInterface.addServer(ServerInterface server) Add a server to the list that this user is connected to.voidUserServiceInitObject.changeApplicationForProfileDomain(ProfileDomain profileDomain, String oldApplicationName, String newApplicationName) Removes the ProfileDomain registered with the old application name and adds the ProfileDomain using the new application name.voidUserService.configure(ServiceConfigurationInterface serviceConfiguration) Configures service.voidProfile.create(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Create a new profile object in the metadata store.voidProfileInterface.create(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Create a new profile object in the metadata store.voidProfileStoreInterface.create()Create a new user profile object in a repository.UserServiceInitializer.createConfigFromDocument(Document document) Converts an XML document to a service configuration.protected AbstractServiceComponentConfigUserServiceInitObject.createConfiguration(Document document) Creates a service configuration initialized with the specified XML document.UserService.createProfile(UserContextInterface privUser, UserContextInterface user, String application) Create a new profile.UserService.createProfile(UserContextInterface user, String application) Create a new profile.UserServiceInterface.createProfile(UserContextInterface privUser, UserContextInterface user, String application) Create a new profile.UserServiceInterface.createProfile(UserContextInterface user, String application) Create a new profile.UserServiceProxy.createProfile(UserContextInterface privUser, UserContextInterface user, String application) Create a new profile.UserServiceProxy.createProfile(UserContextInterface user, String application) Create a new profile.static UserServiceInterfaceUserServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a User Service initialized with the specified configuration.voidProfile.createSubprofile(ProfileInterface profile) Create a new subprofile under this profile in the same repository.voidProfileInterface.createSubprofile(ProfileInterface profile) Create a new subprofile under this profile in the same repository.voidProfileStoreInterface.delete()Delete a Profile, its attributes and all of its subprofiles.voidProfile.deleteProfile(String application) voidProfileInterface.deleteProfile(String application) Delete a Profile from the metadata and the profile hierarchy.voidUserService.destroy()Destroys the service.voidUserContext.enableLocalAdminMode(String authDomain) voidUserContextInterface.enableLocalAdminMode(String authDomain) This sets up a special case where an administrative user with an internal account is used to authenticate a user.UserService.fromByteArray(byte[] data) UserServiceInterface.fromByteArray(byte[] data) Create a UserContext from a byte array returned from theUserContext.toByteArray()method.UserServiceProxy.fromByteArray(byte[] data) ListUserContext.getActions(String appName) ListUserContext.getActions(String appName, boolean onlyGrantedActions) ListUserContextInterface.getActions(String appName) Get a List of actions associated with an application that this user can perform.ListUserContextInterface.getActions(String appName, boolean onlyGrantedActions) Get a List of actions associated with an application.MapProfile.getAllAttributes(String application) MapProfileInterface.getAllAttributes(String application) Get all of the attributes in this Profile.StringGlobalProfile.getAttribute(String application, String key) StringProfile.getAttribute(String application, String key) Get an attribute from a profile.StringProfileInterface.getAttribute(String application, String key) Get an attribute from a profile.ListProfile.getAttributes(String application, String key) Get all the attributes for a key.ListProfileInterface.getAttributes(String application, String key) Get all the attributes for a key.UserContext.getAuthRepository()UserContextInterface.getAuthRepository()Deprecated.Use getAuthServer instead.StringUserContext.getAuthRepositoryName()StringUserContextInterface.getAuthRepositoryName()Deprecated.Use getAuthServerName instead.UserContext.getAuthServer()UserContextInterface.getAuthServer()Get a handle to the metadata server the user authenticated against.StringUserContext.getAuthServerName()StringUserContextInterface.getAuthServerName()Get the definition name of the server the user authenticated against.Map<String, ApplicationAuthorization> UserContext.getGrantedApplicationActions(String... applicationName) Map<String, ApplicationAuthorization> UserContextInterface.getGrantedApplicationActions(String... applicationName) Returns a map of actions granted to the user for the specified application(s).booleanUserService.getGroupLoginEnabled()booleanUserServiceInterface.getGroupLoginEnabled()Get the flag indicating if group logins are allowed to be used to create User Contexts.booleanUserServiceProxy.getGroupLoginEnabled()ListUserContext.getGroups()ListUserContextInterface.getGroups()Get a List of the groups this user is a member of.List<IdentityGroupInterface> UserService.getGroups(UserContextInterface user) Get all the identity groups that a user belongs to.ListUserServiceInterface.getGroups(UserContextInterface user) Get all the groups that a user belongs to.ListUserServiceProxy.getGroups(UserContextInterface user) Get all the groups that a user belongs to.ListUserContext.getIdentitiesByDomain(String domain, boolean issueChallenge, String challengePrompt) This method returns a list of all the credential sets that are available for the requested domain.ListUserContextInterface.getIdentitiesByDomain(String domain, boolean issueChallenge, String challengePrompt) This method returns a list of all the credential sets that are available for the requested domain.UserContext.getIdentityByDomain(String domain, boolean issueChallenge) Get an identity by domain.UserContext.getIdentityByDomain(String domain, boolean issueChallenge, String prompt) Gets a user identify by domain.UserContextInterface.getIdentityByDomain(String domain, boolean issueChallenge) Get an identity by domain.UserContextInterface.getIdentityByDomain(String domain, boolean issueChallenge, String challengePrompt) Get an identity by domain.StringUserContext.getIDPropagation()StringUserContextInterface.getIDPropagation()If the UserContext was authenticated using an ID propagation mechanism such as SSPI, the name of the ID propagation mechanism is returned.static InformationServiceInterfaceUserContext.getInformationService()Gets a foundation Information Service.static InformationServiceInterfaceUserService.getInformationService()Gets a foundation Information Service.static UserServiceInterfaceUserService.getInstance(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a singleton instance of the user service for the specified service configuration.LocaleGlobalProfile.getLocale()LocaleGlobalProfile.getLocale(String application) LocaleGlobalProfileInterface.getLocale()Get the default locale for this profile.LocaleProfile.getLocale(String application) Get the profile locale.LocaleProfileInterface.getLocale(String application) Get the profile locale.LocaleUserContext.getLocale()LocaleUserContextInterface.getLocale()Get the locale for this user.protected StringUserContext.getLoginConfigAppName()ListGlobalProfile.getMail()ListGlobalProfileInterface.getMail()Get a list of valid email addresses for the user.Profile.getParentProfile()ProfileInterface.getParentProfile()Get the profile that's the parent of this one.StringProfile.getPathFromRoot()StringProfileInterface.getPathFromRoot()Get the application path string from the root to this profile object.GlobalProfile.getPersonalRepository()Obtain the personal repository from the global profile.GlobalProfileInterface.getPersonalRepository()Get a handle to the Personal Repository for the user.GlobalProfile.getProfile(String application) Profile.getProfile(String application) Get a Profile object associated with a given application string.Profile.getProfile(String application, boolean create) Get a Profile object associated with a given application string.ProfileInterface.getProfile(String application) Get a Profile object associated with a given application string.ProfileInterface.getProfile(String application, boolean create) Get a Profile object associated with a given application string.UserService.getProfile(PersonInterface person, String application) Get the profile for a Person object.UserServiceInterface.getProfile(PersonInterface person, String application) Get the profile for a Person object.UserServiceProxy.getProfile(PersonInterface person, String application) Get the profile for a Person object.UserService.getProfileDefinition(String application) Get the profile definition for an application.UserServiceInterface.getProfileDefinition(String application) Get the profile definition for an application.UserServiceProxy.getProfileDefinition(String application) Get the profile definition for an application.UserContext.getRepository(String name) Gets the repository for the specified name.UserContextInterface.getRepository(String name) Get a repository based on the name.UserContext.getRepositoryGroup(String name) UserContextInterface.getRepositoryGroup(String name) Get a repository group from this UserContext.final StringUserContext.getResolvedUserId()Return the metadata server resolved user id.StringUserContextInterface.getResolvedUserId()Return the metadata server resolved user id.ListUserContext.getRoles()ListUserContextInterface.getRoles()Get a List of the roles this user is a member of.Profile.getRootProfile()ProfileInterface.getRootProfile()Follow the parent chain up to the root of the preference tree.UserContext.getServer(String name) UserContextInterface.getServer(String name) Get a specific named Information Service server from this user.UserServiceFactory.getService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a service initialized with the specified service configuration.UserService.getSummaryData(boolean includeDetails) UserServiceInterface.getSummaryData(boolean includeDetails) Get the summary data regarding the active users.UserServiceProxy.getSummaryData(boolean includeDetails) intUserService.getUserCount()intUserServiceInterface.getUserCount()Get the count of users that are currently logged in.intUserServiceProxy.getUserCount()static UserServiceInterfaceUserContext.getUserService()Gets a foundation User Service.static UserServiceInterfaceUserContext.getUserService(String serviceId) booleanUserContext.hasCapability(String appName, String action) booleanUserContextInterface.hasCapability(String appName, String action) Check whether this user has the capability to perform a specific action for a particular application.booleanUserContext.isInAnyGroup(List groupList) booleanUserContextInterface.isInAnyGroup(List groupList) Check whether the user is a member of any of the groups in the list.booleanUserContext.isInAnyRole(List roleList) booleanUserContextInterface.isInAnyRole(List roleList) Check whether the user is a member of any of the roles in the list.booleanUserContext.isInGroup(String group) booleanUserContextInterface.isInGroup(String group) Check whether the user is a member of a given group.booleanUserContext.isInRole(String role) booleanUserContextInterface.isInRole(String role) Check whether the user is a member of a given role.final booleanUserContext.isInternalUser()Return a boolean indicating if this user was created using an internal userid.booleanUserContextInterface.isInternalUser()Return a boolean indicating if this user was created using an internal userid.voidGlobalProfile.load(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Load user profile information from a repository.voidProfile.load(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Load user profile information from a repository.voidProfileInterface.load(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Load user profile information from a repository.voidProfileStoreInterface.load()Load user profile information from a repository.UserService.loadProfile(UserContextInterface searchContext, UserContextInterface user, String application) Get the profile object for the user from the searchContext's connected repositories.UserService.loadProfile(UserContextInterface user, String application) Get the profile object for the user from the user's connected repositories.UserServiceInterface.loadProfile(UserContextInterface searchContext, UserContextInterface user, String application) Get the profile object for the user from the searchContext's connected repositories.UserServiceInterface.loadProfile(UserContextInterface user, String application) Get the profile object for the user from the user's connected repositories.UserServiceProxy.loadProfile(UserContextInterface searchContext, UserContextInterface user, String application) Get the profile object for the user from the searchContext's connected repositories.UserServiceProxy.loadProfile(UserContextInterface user, String application) Get the profile object for the user from the user's connected repositories.ProfileStoreInterface.loadSubprofile(String application) Load a specific subprofile.voidUserService.loadUserCredentials(UserContextInterface user) Get credential sets for a user.voidUserService.loadUserCredentials(UserContextInterface searchContext, UserContextInterface user) Get the profile for a Person object.voidUserServiceInterface.loadUserCredentials(UserContextInterface user) Get credential sets for a user.voidUserServiceInterface.loadUserCredentials(UserContextInterface searchContext, UserContextInterface user) Get credential sets for a user.voidUserServiceProxy.loadUserCredentials(UserContextInterface user) Get credential sets for a user.voidUserServiceProxy.loadUserCredentials(UserContextInterface searchContext, UserContextInterface user) Get credential sets for a user.static voidUserPWChanger.main(String[] args) protected booleanProfile.needReload()static UserContextInterfaceSubjectAuthenticator.newAuthenticatedUser(UserServiceInterface userService, Subject subject) Create a UserContext from an already authenticated Subject.static UserContextInterfaceSubjectAuthenticator.newAuthenticatedUser(UserServiceInterface userService, Subject subject, Map advancedOptions) Create a UserContext from an already authenticated Subject.UserService.newAuthenticatedUser(Subject subject) Create a new UserContext based on the Subject provided.UserServiceInterface.newAuthenticatedUser(Subject subject) Create a new UserContext based on the Subject provided.UserServiceProxy.newAuthenticatedUser(Subject subject) Create a new UserContext based on the Subject provided.UserService.newRemoteUser(SubjectMatter subject) UserService.newRemoteUser(SubjectMatter subject, Map advancedOptions) UserServiceInterface.newRemoteUser(SubjectMatter subject) Create a new UserContext using a SubjectMatter object that is populated with the PFS principals and credentials of an authenticated user.UserServiceInterface.newRemoteUser(SubjectMatter subject, Map advancedOptions) Create a new UserContext using a SubjectMatter object that is populated with the PFS principals and credentials of an authenticated user.UserServiceProxy.newRemoteUser(SubjectMatter subject) Creates a new remote user for the specified subject.UserServiceProxy.newRemoteUser(SubjectMatter subject, Map advancedOptions) Creates a new remote user for the specified subject.UserService.newUser()UserService.newUser(UserContextInterface privUser, String uid, String password, String domain) UserService.newUser(UserContextInterface privUser, String uid, String password, String domain, String clientSource, String appSource) UserService.newUser(UserContextInterface privUser, String uid, String password, String domain, String clientSource, String appSource, Map advancedOptions) UserService.newUser(UserContext privUser, String uid, String password, String domain) UserService.newUser(UserContext privUser, String uid, String password, String domain, String clientSource, String appSource) UserService.newUser(UserContext privUser, String uid, String password, String domain, String clientSource, String appSource, Map advancedOptions) UserService.newUser(String clientSource, String appSource) UserService.newUser(String uid, String password, String domain) Create a new user context given a user id, password, and authentication domain.UserService.newUser(String uid, String password, String domain, String clientSource, String appSource) UserService.newUser(String clientSource, String appSource, Map advancedOptions) UserServiceInterface.newUser(UserContextInterface privUser, String uid, String password, String domain) Create a new user context given a privileged context, user id, password, and authentication domain.UserServiceInterface.newUser(UserContextInterface privUser, String uid, String password, String domain, String clientSource, String appSource) Create a new user context given a privileged context, user id, password, and authentication domain.UserServiceInterface.newUser(UserContextInterface privUser, String uid, String password, String domain, String clientSource, String appSource, Map advancedOptions) Create a new user context given a privileged context, user id, password, and authentication domain.UserServiceInterface.newUser(UserContext privUser, String uid, String password, String domain) Deprecated.Use the version that takes a UserContextInterfaceUserServiceInterface.newUser(UserContext privUser, String uid, String password, String domain, String clientSource, String appSource) Deprecated.Use the version that takes a UserContextInterface.UserServiceInterface.newUser(UserContext privUser, String uid, String password, String domain, String clientSource, String appSource, Map advancedOptions) Deprecated.Use the version that takes a UserContextInterface.UserServiceInterface.newUser(String clientSource, String appSource) Create a new UserContext based on the current OS identity of the user.UserServiceInterface.newUser(String uid, String password, String domain) Create a new user context given a user id, password, and authentication domain.UserServiceInterface.newUser(String uid, String password, String domain, String clientSource, String appSource) Create a new user context given a user id, password, and authentication domain.UserServiceInterface.newUser(String clientSource, String appSource, Map advancedOptions) Create a new UserContext based on the current OS identity of the user.UserServiceProxy.newUser(UserContextInterface privUser, String uid, String password, String domain) UserServiceProxy.newUser(UserContextInterface privUser, String uid, String password, String domain, String clientSource, String appSource) UserServiceProxy.newUser(UserContextInterface privUser, String uid, String password, String domain, String clientSource, String appSource, Map advancedOptions) UserServiceProxy.newUser(UserContext privUser, String uid, String password, String domain) UserServiceProxy.newUser(UserContext privUser, String uid, String password, String domain, String clientSource, String appSource) UserServiceProxy.newUser(UserContext privUser, String uid, String password, String domain, String clientSource, String appSource, Map advancedOptions) UserServiceProxy.newUser(String clientSource, String appSource) UserServiceProxy.newUser(String uid, String password, String domain) Create a new user context given a user id, password, and authentication domain.UserServiceProxy.newUser(String uid, String password, String domain, String clientSource, String appSource) UserServiceProxy.newUser(String clientSource, String appSource, Map advancedOptions) UserService.newUserIdentity(Object principal, Object credential, String domain, String mechanism) Return a new user identity object given the Pricipal, credential, domain, and authentication mechanism.UserServiceInterface.newUserIdentity(Object principal, Object credential, String domain, String mechanism) Return a new user identity object given the Pricipal, credential, domain, and authentication mechanism.UserServiceProxy.newUserIdentity(Object principal, Object credential, String domain, String mechanism) Return a new user identity object given the Pricipal, credential, domain, and authentication mechanism.UserService.newUserWithInfoService(UserContext privUser, String uid, String password, String domain, InformationServiceInterface infoService) Deprecated.This method should no longer be used.UserServiceInterface.newUserWithInfoService(UserContext privUser, String uid, String password, String domain, InformationServiceInterface infoService) Deprecated.This method should no longer be used.UserServiceProxy.newUserWithInfoService(UserContext privUser, String uid, String password, String domain, InformationServiceInterface infoService) Deprecated.This method should no longer be used.voidGlobalProfile.persist(String application, boolean recursive) Write any changes to the profile back to the persistent store.voidProfile.persist(String application, boolean recursive) Write any changes to the profile back to the persistent store.voidProfileInterface.persist(String application, boolean recursive) Write any changes to the profile back to the persistent store.voidProfileStoreInterface.persist()Persist profile information to the backing store.voidProfile.refresh()voidProfileInterface.refresh()Causes a re-fetch of data from the back-end store.voidProfileStoreInterface.refresh()Refresh the contents of the profile.voidUserContext.refreshRepositoryData()voidUserContextInterface.refreshRepositoryData()Refresh all of the data that's been retrieved using the Information Service during the life of this UserContext.protected voidProfile.reload()voidUserServiceInitObject.removeApplicationProfile(String applicationName) Removes profile from the model that correspond to the specified application name.voidUserServiceInitObject.removeApplicationProfiles(Collection<String> applicationNames) Removes profiles from the model that correspond to the specified application name(s).voidProfile.removeAttribute(String application, String key) Remove an attribute from the profile.voidProfileInterface.removeAttribute(String application, String key) Remove an attribute from the profile.UserServiceInitObject.removeConsumer(Consumer consumer, boolean isRemoveResourceIfUnused) Removes the consumer from the usage model.voidGlobalProfile.removeMail(String address) voidGlobalProfileInterface.removeMail(String address) Remove an address from the list of email addresses for the user.booleanProfile.removeProfile(String application) Remove an application profile from the profile tree.booleanProfileInterface.removeProfile(String application) Remove an application profile from the profile tree.voidUserContext.removeRepositoryGroup(RepositoryGroup group) voidUserContextInterface.removeRepositoryGroup(RepositoryGroup group) Remove a repository group from this UserContext.UserServiceInitObject.removeResource(String resourceID, Set<ConsumedResourceInterface> removedConsumedResources) Removes a resource which can be used by consumers.voidUserContext.removeServer(ServerInterface server) voidUserContextInterface.removeServer(ServerInterface server) Remove a server from the list that this user is currently connected to.voidUserService.resetInternalPassword(String host, String port, String username, String oldPassword, String newPassword) voidUserServiceInterface.resetInternalPassword(String host, String port, String username, String oldPassword, String newPassword) Reset a user's internal metadata password.voidUserServiceProxy.resetInternalPassword(String host, String port, String username, String oldPassword, String newPassword) voidProfile.setAttribute(String application, String key, String value) Set the value of an attribute in an application profile.voidProfileInterface.setAttribute(String application, String key, String value) Set the value of an attribute in an application profile.voidUserService.setGroupLoginEnabled(boolean groupLoginFlag) voidUserServiceInterface.setGroupLoginEnabled(boolean groupLoginFlag) Set the UserService to allow group logins to be used to create User Contexts.voidUserServiceProxy.setGroupLoginEnabled(boolean groupLoginFlag) voidGlobalProfile.setLoadParameters(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Set the parameters necessary to load the profile from a backing store.voidProfile.setLoadParameters(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Set the parameters necessary to load the profile from a backing store.voidProfileInterface.setLoadParameters(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Set the parameters necessary to load the profile from a backing store.voidGlobalProfile.setLocale(String application, Locale locale) voidGlobalProfile.setLocale(Locale locale) voidGlobalProfileInterface.setLocale(Locale locale) Set the default locale for this user.voidProfile.setLocale(String application, Locale locale) Set the profile locale.voidProfileInterface.setLocale(String application, Locale locale) Set the profile locale.voidUserContext.setLocale(Locale locale) voidUserContextInterface.setLocale(Locale locale) Set the locale to use for this user session.voidGlobalProfile.setMail(String address) voidGlobalProfileInterface.setMail(String address) Set a user's email address to a single string value.voidProfile.setParentProfile(ProfileInterface parent) Set the parent profile in the preference tree.voidProfileInterface.setParentProfile(ProfileInterface parent) Set the parent profile in the preference tree.voidUserService.userDestroyed(UserContextInterface user) voidUserServiceInterface.userDestroyed(UserContextInterface user) For internal use only.voidUserServiceProxy.userDestroyed(UserContextInterface user) protected voidUserServiceInitObject.validateServiceConfigurationCustom(Document document) Determines whether or not the service configuration is valid for this service component. -
Uses of ServiceException in com.sas.services.user.dav
Methods in com.sas.services.user.dav that throw ServiceExceptionModifier and TypeMethodDescriptionvoidDAVProfileStore.create()Create a new user profile object in a repositoryvoidDAVProfileStore.delete()voidDAVProfileStore.load()Load the profile information from DAV server.DAVProfileStore.loadSubprofile(String application) voidDAVProfileStore.persist()Save changes to the profile back to the persistent store.voidDAVProfileStore.refresh() -
Uses of ServiceException in com.sas.services.user.omi
Methods in com.sas.services.user.omi that throw ServiceExceptionModifier and TypeMethodDescriptionvoidOMIProfileStore.create()Create a new user profile object in a repository.voidOMIProfileStore.delete()voidOMIProfileStore.load()Load the profile information from OMR.OMIProfileStore.loadSubprofile(String application) voidOMIProfileStore.persist()Save changes to a profile back to the persistent store.voidOMIProfileStore.refresh() -
Uses of ServiceException in com.sas.services.util
Methods in com.sas.services.util that throw ServiceExceptionModifier and TypeMethodDescriptionstatic WaitPolicyWaitPolicy.getDefaultWaitPolicy(WaitPolicy.TYPE type, String prefix) Gets the default wait policy.static final StringIOUtil.getStringFromResourceUsingEncoding(Class sourceClass, String resourceName, String charsetEncoding) Gets a String by reading from a file in the jar.static final StringIOUtil.getStringUsingEncoding(InputStream inputStream, String charsetEncoding) Gets string from the specified input stream.NewUserWrapper.invoke(UserServiceInterface userService, long timeout) Invoke the wrappednewUser()call.voidUpgradeInterface.upgradeFromPreviousVersion()Upgrades an object from a previous version to the most current version supported.Constructors in com.sas.services.util that throw ServiceExceptionModifierConstructorDescriptionWaitPolicy(WaitPolicy.TYPE type) Construct a wait policy using default values.WaitPolicy(WaitPolicy.TYPE type, int initialWait, int waitIncrement, int minimumWait, int maximumWait, long totalWait) Construct a wait policy using the values specified. -
Uses of ServiceException in com.sas.services.webapp
Methods in com.sas.services.webapp that throw ServiceExceptionModifier and TypeMethodDescriptionServicesFacade.getAuthenticationService()static InformationServiceInterfaceServicesFacade.getInformationService()static EventBrokerServiceInterfaceServicesFacade.getRemoteEventBrokerService()NON CORE SERVICEstatic InformationServiceInterfaceServicesFacade.getRemoteInformationService()static SessionServiceInterfaceServicesFacade.getRemoteSessionService()static UserServiceInterfaceServicesFacade.getRemoteUserService()static SessionServiceInterfaceServicesFacade.getSessionService()ServicesFacade.getStoredProcessService()static UserServiceInterfaceServicesFacade.getUserService()static com.sas.iquery.metadata.IntelligentQueryMetadataServiceInterfaceServicesFacade.newIQService()SessionHelper.newSession(SessionContextInterface sourceSession, UserServiceInterface userService, SessionServiceInterface sessionService) SessionHelper.newSession(SessionContextInterface sourceSession, UserServiceInterface userService, SessionServiceInterface sessionService, InformationServiceInterface infoService) Deprecated.static SessionContextInterfaceServicesFacade.newSessionContext(SessionContextInterface sourceSession, UserServiceInterface userService, SessionServiceInterface sessionService) A new session is created using the supplied session as a source of credentials.static SessionContextInterfaceServicesFacade.newSessionContext(SessionContextInterface sourceSession, UserServiceInterface userService, SessionServiceInterface sessionService, InformationServiceInterface infoService) Deprecated.