Uses of Interface
com.sas.services.information.metadata.DirectoryInterface
Packages that use DirectoryInterface
Package
Description
Information Service metadata.
Publish Service metadata.
Create and modify stored process metadata and obtain stored process service objects from metadata.
-
Uses of DirectoryInterface in com.sas.services.information.metadata
Methods in com.sas.services.information.metadata that return DirectoryInterfaceModifier and TypeMethodDescriptionContentDestination.getBasePathDirectory()If the content destination is defined as an HTTP server, this Directory object represents the base path directory of the HTTP server.ContentDestination.getDirectory()The Directory object that represents the content destination information.DirectoryInterface.getParentDirectory()Get the parent DirectoryInterface object for this directory.OMRDirectory.getParentDirectory()Methods in com.sas.services.information.metadata with parameters of type DirectoryInterfaceModifier and TypeMethodDescriptionvoidFileInterface.addDirectory(DirectoryInterface directory) Add a directory to this file's list of associated directories.voidOMRFile.addDirectory(DirectoryInterface directory) voidFileInterface.removeDirectory(DirectoryInterface directory) Remove this file from a Directory.voidOMRFile.removeDirectory(DirectoryInterface directory) 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.voidOMRChannel.setArchivePath(DirectoryInterface basePathDir, String relativePath) Set the location of the archive path to use for this channel.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.voidDirectoryInterface.setParentDirectory(DirectoryInterface parent) Set the parent directory of this directory.voidOMRDirectory.setParentDirectory(DirectoryInterface parent) Constructors in com.sas.services.information.metadata with parameters of type DirectoryInterfaceModifierConstructorDescriptionContentDestination(DirectoryInterface directory, String path, String basePath, ServerInterface server, DirectoryInterface basePathDirectory) Constructor for ContentDestination. -
Uses of DirectoryInterface in com.sas.services.publish.metadata
Subinterfaces of DirectoryInterface in com.sas.services.publish.metadataModifier and TypeInterfaceDescriptioninterfacePublishDirectoryInterfaceMethods in com.sas.services.publish.metadata with parameters of type DirectoryInterfaceModifier and TypeMethodDescriptionstatic PublishDirectoryInterfacePublishDirectoryFactory.newPublishDirectory(DirectoryInterface dir) voidArchiveInterface.setDirectory(DirectoryInterface directory) Set the directory this archive exists in.voidOMRArchive.setDirectory(DirectoryInterface directory) -
Uses of DirectoryInterface in com.sas.services.storedprocess.metadata
Methods in com.sas.services.storedprocess.metadata that return DirectoryInterfaceModifier and TypeMethodDescriptionSourceCodeRepositoryUtil.createSourceCodeRepository(String path, String description) Create a new source code repository.StoredProcess.getSourceCodeRepository()StoredProcessInterface.getSourceCodeRepository()Gets the the source code repository smart object associated with the stored process.SourceCodeRepositoryUtil.locateSourceCodeRepository(String name) Locate an existing source code repository.Methods in com.sas.services.storedprocess.metadata that return types with arguments of type DirectoryInterfaceModifier and TypeMethodDescriptionList<DirectoryInterface> SourceCodeRepositoryUtil.getSourceCodeRepositories()Obtain a list of source code repositories.Methods in com.sas.services.storedprocess.metadata with parameters of type DirectoryInterfaceModifier and TypeMethodDescriptionvoidStoredProcess.setSourceCodeRepository(DirectoryInterface sourceCodeRepository) voidStoredProcessInterface.setSourceCodeRepository(DirectoryInterface sourceCodeRepository) Sets the source code repository associated with the stored process.