Uses of Interface
com.sas.services.information.metadata.FolderInterface
Packages that use FolderInterface
Package
Description
Interact with data repositories on behalf of client applications.
Information Service metadata.
Manages favorites folders and their contents.
Library classes for SAS Foundation Services.
Information Service prompt model.
Server classes for SAS Foundation Services.
The com.sas.services.information.search package performs and manages metadata searches for public objects.
Publish services.
Publish Service metadata.
Create and modify stored process metadata and obtain stored process service objects from metadata.
-
Uses of FolderInterface in com.sas.services.information
Methods in com.sas.services.information that return FolderInterfaceModifier and TypeMethodDescriptionOMIServer.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.PartialFolderResultsException.getResults()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.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.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.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.Methods in com.sas.services.information with parameters of type FolderInterfaceModifier and TypeMethodDescriptionvoidDAVRepository.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.ListOMIServer.browseSearch(FolderInterface folder, FilterInterface filter) ListServerInterface.browseSearch(FolderInterface folder, FilterInterface filter) Search for objects in the server tree using the folder as a base.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.ListOMIServer.search(FolderInterface folder, FilterInterface filter) ListServerInterface.search(FolderInterface folder, FilterInterface filter) Search the server tree from a given folder base using the provided filter.DAVRepository.searchTree(FolderInterface baseFolder, FilterInterface filter) Deprecated.in favor of searchTreeFromBase.OMIRepository.searchTree(FolderInterface baseFolder, FilterInterface filter) Deprecated.in favor of searchTreeFromBase.OMIServerRepository.searchTree(FolderInterface baseFolder, FilterInterface filter) Deprecated.in favor of searchTreeFromBase.RepositoryInterface.searchTree(FolderInterface baseFolder, FilterInterface filter) Deprecated.in favor of searchTreeFromBase.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.Constructors in com.sas.services.information with parameters of type FolderInterfaceModifierConstructorDescriptionPartialFolderResultsException(FolderInterface results, String message) Construct a new exception with a text message. -
Uses of FolderInterface in com.sas.services.information.metadata
Subinterfaces of FolderInterface in com.sas.services.information.metadataModifier and TypeInterfaceDescriptioninterfaceThis is a generic interface for interacting with a Folder object.interfaceThis class represents basically the same thing as a FilteredFolder, except that it's the repository level.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceInterface used to model a virtual folder contained within the SAS Folders tree.Classes in com.sas.services.information.metadata that implement FolderInterfaceModifier and TypeClassDescriptionclassDAV Smart object implementation for PersonInterface.classThis is a generic interface for interacting with a Folder object.classThis class represents basically the same thing as a FilteredFolder, except that it's the repository level.classThis class implements the FolderInterface.classRepresents the Documents folder for a person.classRepresents the Inbox folder for a person.classRepresents the Inbox folder for a person.classImplements the personal repository.classRepresents the Server virtual folder.classAn implementation of a virtual folder.Fields in com.sas.services.information.metadata declared as FolderInterfaceModifier and TypeFieldDescriptionprotected FolderInterfaceVirtualFolder._parentFolderThe parent folder.Methods in com.sas.services.information.metadata that return FolderInterfaceModifier and TypeMethodDescriptionFolder.copyTo(FolderInterface folder, String name) 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) PersonalRepository.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.FilteredFolder.getFolder()Get the "real" folder with the unfiltered contents that this folder represents.FilteredFolderInterface.getFolder()Get repository folder corresponding to this object.IdentityGroupInterface.getHomeFolder()Get the group home folder, if it exists.OMRIdentityGroup.getHomeFolder()FilteredFolder.getParent()Get the parent FilteredFolder to this folder.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()static FolderInterfaceFolderUtil.getSharedDataFolder(MetadataInterface object) Returns the Shared Data folder in the repository for a specified object.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) static FolderInterfaceFolderUtil.getSystemFolder(MetadataInterface object) Returns the System folder in the repository for a specified object.static FolderInterfaceFolderUtil.getTopLevelFolder(String name, MetadataInterface object) Returns the Shared Data folder in the repository for a specified object.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.Methods in com.sas.services.information.metadata with parameters of type FolderInterfaceModifier and TypeMethodDescriptionvoidOMRSoftwareComponent.addSoftwareTree(FolderInterface folder) voidSoftwareComponentInterface.addSoftwareTree(FolderInterface folder) Add a SoftwareTree to this SoftwareComponent.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) 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.List<VirtualFolderInterface> VirtualFolderManager.getSystemVirtualFolders(FolderInterface systemFolder) Gets the list of virtual folders that are directly associated to the System folder.booleanFolder.hasDuplicateSubfolder(String name, FolderInterface subFolderToExclude) Determines if this folder already has a subfolder with the given name excluding the specified subfolder.booleanVirtualFolderManager.hasDuplicateSubfolder(String name, FolderInterface systemFolder) Returns true if the System folder contains a virtual folder with the given name.static booleanFolderUtil.isDIStudioUngroupedFolder(FolderInterface folder) Returns true if specified folder is the DI Studio Ungrouped folder.static booleanFolderUtil.isFolderNameUnique(FolderInterface parentFolder, String folderName) Validate that the name of the folder is unique within the parent folder.static booleanFolderUtil.isInProjectRepository(MetadataInterface mi, FolderInterface folder) Is the given object or its folder in a project repository.static booleanFolderUtil.isSystemFolder(FolderInterface folder) Returns true if the specified folder is the System folder within a repository.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.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.voidOMRSoftwareComponent.removeSoftwareTree(FolderInterface folder) voidSoftwareComponentInterface.removeSoftwareTree(FolderInterface folder) Remove a Software tree from this SoftwareComponent.OMRSubscriber.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.protected voidMetadata.validateNameAndFolder(FolderInterface targetFolder) protected voidMetadata.validateNameAndFolder(FolderInterface targetFolder, MetadataNameConstraint constraint) Constructors in com.sas.services.information.metadata with parameters of type FolderInterfaceModifierConstructorDescriptionApplication(RepositoryInterface repos, String name, FolderInterface parent) Construct a new FilteredFolder with a parent and a "real" folder.protectedFilteredFolder(FilteredFolderInterface p, FolderInterface f, Class theClass) Construct a new FilteredFolder with a parent and a "real" folder.Folder(RepositoryInterface repos, String name, FolderInterface parent) Construct a new Folder metadata object using the Repository name and parent folder.OMRAbstractProperty(RepositoryInterface repos, String name, FolderInterface parent) OMRAbstractQueueManager(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRAbstractQueueManager(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRAccessControlEntry(RepositoryInterface repos, String name, FolderInterface parent) create a new instace that doesn't exist in the repository yet, the repository handle and name are required.OMRAccessControlTemplate(RepositoryInterface repos, String name, FolderInterface parent) create a new instace that doesn't exist in the repository yet, the repository handle and name are required.OMRAnalyticTable(RepositoryInterface repos, String name, FolderInterface parent) OMRAssociationProperty(RepositoryInterface repos, String name, FolderInterface parent) OMRAttributeProperty(RepositoryInterface repos, String name, FolderInterface parent) OMRAuthenticationDomain(RepositoryInterface repos, String name, FolderInterface parent) OMRChannel(RepositoryInterface repos, String name, FolderInterface parent) This is the constructor for a new metadata object.OMRClassifier(RepositoryInterface repos, String name, FolderInterface parent) OMRColumn(RepositoryInterface repos, String name, FolderInterface parent) OMRColumnHierarchy(RepositoryInterface repos, String name, FolderInterface parent) OMRCOMConnection(RepositoryInterface repos, String name, FolderInterface parent) OMRConfigurationTextStore(RepositoryInterface repos, String name, FolderInterface parent) OMRConfiguredComponent(RepositoryInterface repos, String name, FolderInterface parent) OMRConnection(RepositoryInterface repos, String name, FolderInterface parent) OMRConnectServer(RepositoryInterface repos, String name, FolderInterface parent) OMRConnectSpawner(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRConnectSpawner(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRContentSubscriber(RepositoryInterface repos, String name, FolderInterface parent) Constructs an instance of a package subscriber for a SAS Metadata Repository using the specified name.OMRContentSubscriberGroup(RepositoryInterface repos, String name, FolderInterface parent) OMRDatabaseCatalog(RepositoryInterface repos, String name, FolderInterface parent) OMRDatabaseSchema(RepositoryInterface repos, String name, FolderInterface parent) OMRDatabaseServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRDatabaseServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRDataStepBatchServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRDataStepBatchServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRDataTable(RepositoryInterface repos, String name, FolderInterface parent) OMRDataTableRole(RepositoryInterface repos, String name, FolderInterface parent) OMRDeployedDataPackage(RepositoryInterface repos, String name, FolderInterface parent) OMRDirectory(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRDirectory(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRDocument(RepositoryInterface repos, String name, FolderInterface parent) OMREmail(RepositoryInterface repos, String name, FolderInterface parent) OMRESRIMapServer(RepositoryInterface repos, String name, FolderInterface parent) OMREventSubscriber(RepositoryInterface repos, String name, FolderInterface parent) Constructs an instance of a event subscriber for a SAS Metadata Repository using the specified name.OMREventSubscriberGroup(RepositoryInterface repos, String name, FolderInterface parent) OMRExtension(RepositoryInterface repos, String name, FolderInterface parent) OMRExternalFile(RepositoryInterface repos, String name, FolderInterface parent) OMRExternalIdentity(RepositoryInterface repos, String name, FolderInterface parent) OMRFile(RepositoryInterface repos, String name, FolderInterface parent) OMRForeignKey(RepositoryInterface repos, String name, FolderInterface parent) Creates the instance of Smart Foreign Key ObjectOMRForeignKeyAssociation(RepositoryInterface repos, String name, FolderInterface parent) Creates the instance of Smart keyAssociation ObjectOMRFtpServer(RepositoryInterface repos, String name, FolderInterface parent) OMRGridApplication(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRGridApplication(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRGridMonitoringServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRGridMonitoringServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRGridServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRGridServer(RepositoryInterface repos, String name, FolderInterface parent, Class<?> theClass) OMRGroup(RepositoryInterface repos, String name, FolderInterface parent) OMRHadoopServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRHadoopServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRHttpServer(RepositoryInterface repos, String name, FolderInterface parent) OMRIdentityGroup(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRIdentityGroup(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRIndex(RepositoryInterface repos, String name, FolderInterface parent) Creates the instance of Smart Index ObjectOMRJavaBatchServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRJavaBatchServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRJMSDestination(RepositoryInterface repos, String name, FolderInterface parent) OMRJMSQueueManager(RepositoryInterface repos, String name, FolderInterface parent) OMRJMSQueueManager(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRLocation(RepositoryInterface repos, String name, FolderInterface parent) OMRLogicalConnectServer(RepositoryInterface repos, String name, FolderInterface parent) OMRLogicalDataStepBatchServer(RepositoryInterface repos, String name, FolderInterface parent) OMRLogicalFederationServer(RepositoryInterface repos, String name, FolderInterface parent) OMRLogicalGridServer(RepositoryInterface repos, String name, FolderInterface parent) OMRLogicalJavaBatchServer(RepositoryInterface repos, String name, FolderInterface parent) OMRLogicalOSServer(RepositoryInterface repos, String name, FolderInterface parent) OMRLogicalServer(RepositoryInterface repos, String name, FolderInterface parent) OMRLogin(RepositoryInterface repos, String name, FolderInterface parent) OMRMessageQueue(RepositoryInterface repos, String name, FolderInterface parent) OMRMSMQQueueManager(RepositoryInterface repos, String name, FolderInterface parent) OMRMSMQQueueManager(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRNote(RepositoryInterface repos, String name, FolderInterface parent) OMROperatingSystemServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMROperatingSystemServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMROracleServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMROracleServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRPerson(RepositoryInterface repos, String name, FolderInterface parent) OMRPhone(RepositoryInterface repos, String name, FolderInterface parent) OMRPhysicalTable(RepositoryInterface repos, String name, FolderInterface parent) OMRPostgresServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRPostgresServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRProperty(RepositoryInterface repos, String name, FolderInterface parent) OMRProperty(RepositoryInterface repos, String name, FolderInterface parent, com.sas.metadata.remote.PropertyType owningType) OMRPropertyGroup(RepositoryInterface repos, String name, FolderInterface parent) OMRPropertySet(RepositoryInterface repos, String name, FolderInterface parent) OMRPrototype(RepositoryInterface repos, String name, FolderInterface parent) OMRPrototypeProperty(RepositoryInterface repos, String name, FolderInterface parent) OMRProxy(RepositoryInterface repos, String name, FolderInterface parent) Constructor for the OMRProxy objectOMRQueryClause(RepositoryInterface repos, String name, FolderInterface parent) OMRRelationalKey(RepositoryInterface repos, String name, FolderInterface parent) Creates the instance of Smart Unique Key ObjectOMRRelationalSchema(RepositoryInterface repos, String name, FolderInterface parent) OMRRelationalTable(RepositoryInterface repos, String name, FolderInterface parent) OMRRole(RepositoryInterface repos, String name, FolderInterface parent) OMRSAPServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRSAPServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRSASClientConnection(RepositoryInterface repos, String name, FolderInterface parent) OMRSasInProcessServer(RepositoryInterface repos, String name, FolderInterface parent) OMRSasInProcessServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRSASLibrary(RepositoryInterface repos, String name, FolderInterface parent) OMRSchedulingServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRSchedulingServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRServerComponent(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRServerComponent(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRServerContext(RepositoryInterface repos, String name, FolderInterface parent) OMRServiceType(RepositoryInterface repos, String name, FolderInterface parent) OMRShareServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRShareServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRSoftwareComponent(RepositoryInterface repos, String name, FolderInterface parent) OMRSPDSServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRSPDSServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRTableServer(RepositoryInterface repos, String name, FolderInterface parent) OMRTableServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRTCPIPConnection(RepositoryInterface repos, String name, FolderInterface parent) OMRTextStore(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRTextStore(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRTransformation(RepositoryInterface repos, String name, FolderInterface parent) OMRWebsphereQueueManager(RepositoryInterface repos, String name, FolderInterface parent) OMRWebsphereQueueManager(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) ServerVirtualFolder(String id, String name, FolderInterface parentFolder) -
Uses of FolderInterface in com.sas.services.information.metadata.businessruleflow
Constructors in com.sas.services.information.metadata.businessruleflow with parameters of type FolderInterfaceModifierConstructorDescriptionBusinessRuleFlowSmartObject(RepositoryInterface repos, String name, FolderInterface parent) -
Uses of FolderInterface in com.sas.services.information.metadata.dataexplorer
Methods in com.sas.services.information.metadata.dataexplorer that return FolderInterfaceModifier and TypeMethodDescriptionstatic 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) OMRBookmarkEntry.getParent()OMRDataExplorationEntry.getParent()Constructors in com.sas.services.information.metadata.dataexplorer with parameters of type FolderInterfaceModifierConstructorDescriptionOMRBookmarkEntry(RepositoryInterface repos, String name, FolderInterface parent) OMRDataExplorationEntry(RepositoryInterface repos, String name, FolderInterface parent) -
Uses of FolderInterface in com.sas.services.information.metadata.favorites
Methods in com.sas.services.information.metadata.favorites with parameters of type FolderInterfaceModifier and TypeMethodDescriptionFavoritesFactory.createFavoritesFolder(String name, FolderInterface folder) Creates a new favorites folder. -
Uses of FolderInterface in com.sas.services.information.metadata.favorites.impl
Constructors in com.sas.services.information.metadata.favorites.impl with parameters of type FolderInterfaceModifierConstructorDescriptionFavoritesFolderImpl(RepositoryInterface repos, String name, FolderInterface parent) Main constructor called from Information Services to create this smart object.FavoritesGroupImpl(RepositoryInterface repos, String name, FolderInterface parent) Main constructor called from Information Services to create this smart object. -
Uses of FolderInterface in com.sas.services.information.metadata.libraries
Fields in com.sas.services.information.metadata.libraries declared as FolderInterfaceMethods in com.sas.services.information.metadata.libraries with parameters of type FolderInterfaceModifier and TypeMethodDescriptionBLibraryBuilder.folder(FolderInterface folder) Specifies the folder containing the library. -
Uses of FolderInterface in com.sas.services.information.metadata.prompt
Methods in com.sas.services.information.metadata.prompt with parameters of type FolderInterfaceModifier and TypeMethodDescriptionstatic 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 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.Constructors in com.sas.services.information.metadata.prompt with parameters of type FolderInterfaceModifierConstructorDescriptionOMRPromptDefinition(RepositoryInterface repos, String name, FolderInterface parent) Constructor for OMRPromptDefinition.OMRPromptGroup(RepositoryInterface repos, String name, FolderInterface parent) Constructor for OMRPromptGroup. -
Uses of FolderInterface in com.sas.services.information.metadata.secureddata
Methods in com.sas.services.information.metadata.secureddata that return FolderInterfaceModifier and TypeMethodDescriptionstatic FolderInterfaceSecuredDataFolderUtil.makeSecuredLibrariesFolder(InformationServiceInterface infoSvc, OMIRepositoryInterface repos) -
Uses of FolderInterface in com.sas.services.information.metadata.secureddata.impl
Constructors in com.sas.services.information.metadata.secureddata.impl with parameters of type FolderInterfaceModifierConstructorDescriptionSecuredLibraryImpl(RepositoryInterface repos, String name, FolderInterface parent) Main constructor called from Information Services to create this smart object.SecuredTableImpl(RepositoryInterface repos, String name, FolderInterface parent) Main constructor called from Information Services to create this smart object. -
Uses of FolderInterface in com.sas.services.information.metadata.servers
Constructors in com.sas.services.information.metadata.servers with parameters of type FolderInterfaceModifierConstructorDescriptionSASInfrastructureDataServerImpl(RepositoryInterface repos, String name, FolderInterface parent) protectedSASInfrastructureDataServerImpl(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) -
Uses of FolderInterface in com.sas.services.information.search
Methods in com.sas.services.information.search with parameters of type FolderInterfaceModifier and TypeMethodDescriptionstatic SearchFolderSearchFactory.createSearchFolder(String name, FolderInterface folder) static SearchFolderSearchFactory.createSearchFolder(String name, FolderInterface folder, Search search) -
Uses of FolderInterface in com.sas.services.information.search.impl
Methods in com.sas.services.information.search.impl with parameters of type FolderInterfaceModifier and TypeMethodDescriptionSearchFolderImpl.copyTo(FolderInterface folder, String name) Create a new SearchFolder object that is copy from this one.Constructors in com.sas.services.information.search.impl with parameters of type FolderInterfaceModifierConstructorDescriptionSearchFolderImpl(RepositoryInterface repos, String name, FolderInterface parent) Main constructor called from Information Services to create this smart object. -
Uses of FolderInterface in com.sas.services.publish
Methods in com.sas.services.publish that return FolderInterfaceModifier and TypeMethodDescriptionfinal FolderInterfaceDirectoryHierarchy.getFolderChannels()Gets the folder representing the channels folder for the publish/subscribe framework.final FolderInterfaceDirectoryHierarchy.getFolderEventSubscribers()Deprecated.final FolderInterfaceDirectoryHierarchy.getFolderPackageSubscribers()Gets the folder representing the package subscribers folder for the publish-subscribe framework.final FolderInterfaceDirectoryHierarchy.getFolderPublishing()Gets the folder representing the publish-subscribe framework.final FolderInterfaceDirectoryHierarchy.getFolderSubscribers()Gets the folder representing the subscribers folder for the publish/subscribe framework.static final FolderInterfaceDirectoryHierarchy.getSystemFolder(RepositoryInterface repository) Queries the repository for the folder which is capable of parenting the publishing directory hierarchy. -
Uses of FolderInterface in com.sas.services.publish.metadata
Methods in com.sas.services.publish.metadata with parameters of type FolderInterfaceModifier and TypeMethodDescriptionstatic 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.Constructors in com.sas.services.publish.metadata with parameters of type FolderInterfaceModifierConstructorDescriptionOMRArchive(RepositoryInterface repos, String name, FolderInterface parent) -
Uses of FolderInterface in com.sas.services.storedprocess.metadata
Methods in com.sas.services.storedprocess.metadata with parameters of type FolderInterfaceConstructors in com.sas.services.storedprocess.metadata with parameters of type FolderInterfaceModifierConstructorDescriptionStoredProcess(RepositoryInterface repos, String name, FolderInterface parent)