|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use DirectoryInterface | |
|---|---|
| com.sas.services.information.metadata | Information Service metadata. |
| com.sas.services.publish.metadata | Publish Service metadata. |
| com.sas.services.storedprocess.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 DirectoryInterface | |
|---|---|
DirectoryInterface |
ContentDestination.getBasePathDirectory()
If the content destination is defined as an HTTP server, this Directory object represents the base path directory of the HTTP server. |
DirectoryInterface |
ContentDestination.getDirectory()
The Directory object that represents the content destination information. |
abstract DirectoryInterface |
DirectoryInterface.getParentDirectory()
Get the parent DirectoryInterface object for this directory. |
| Methods in com.sas.services.information.metadata with parameters of type DirectoryInterface | |
|---|---|
abstract void |
FileInterface.addDirectory(DirectoryInterface directory)
Add a directory to this file's list of associated directories. |
abstract void |
FileInterface.removeDirectory(DirectoryInterface directory)
Remove this file from a Directory. |
abstract void |
ChannelInterface.setArchivePath(DirectoryInterface basePathDir,
java.lang.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. |
abstract void |
SubscriberInterface.setContentDestination(DirectoryInterface basePathDirectory,
java.lang.String relativePath)
Set the content destination for this subscriber. |
abstract void |
ChannelInterface.setContentDestination(DirectoryInterface basePathDirectory,
java.lang.String relativePath)
Set the content destination for this channel. |
abstract void |
DirectoryInterface.setParentDirectory(DirectoryInterface parent)
Set the parent directory of this directory. |
| Constructors in com.sas.services.information.metadata with parameters of type DirectoryInterface | |
|---|---|
ContentDestination(DirectoryInterface directory,
java.lang.String path,
java.lang.String basePath,
ServerInterface server,
DirectoryInterface basePathDirectory)
Constructor for ContentDestination. |
|
| Uses of DirectoryInterface in com.sas.services.publish.metadata |
|---|
| Methods in com.sas.services.publish.metadata with parameters of type DirectoryInterface | |
|---|---|
static PublishDirectoryInterface |
PublishDirectoryFactory.newPublishDirectory(DirectoryInterface dir)
|
abstract void |
ArchiveInterface.setDirectory(DirectoryInterface directory)
Set the directory this archive exists in. |
| Uses of DirectoryInterface in com.sas.services.storedprocess.metadata |
|---|
| Methods in com.sas.services.storedprocess.metadata that return DirectoryInterface | |
|---|---|
DirectoryInterface |
SourceCodeRepositoryUtil.createSourceCodeRepository(java.lang.String path,
java.lang.String description)
Create a new source code repository. |
abstract DirectoryInterface |
StoredProcessInterface.getSourceCodeRepository()
Gets the the source code repository smart object associated with the stored process. |
DirectoryInterface |
SourceCodeRepositoryUtil.locateSourceCodeRepository(java.lang.String name)
Locate an existing source code repository. |
| Methods in com.sas.services.storedprocess.metadata that return types with arguments of type DirectoryInterface | |
|---|---|
java.util.List<DirectoryInterface> |
SourceCodeRepositoryUtil.getSourceCodeRepositories()
Obtain a list of source code repositories. |
| Methods in com.sas.services.storedprocess.metadata with parameters of type DirectoryInterface | |
|---|---|
abstract void |
StoredProcessInterface.setSourceCodeRepository(DirectoryInterface sourceCodeRepository)
Sets the source code repository associated with the stored process. |
|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||