Uses of Class
com.sas.services.information.UserFolderType
Packages that use UserFolderType
Package
Description
Interact with data repositories on behalf of client applications.
This SAS Folders Model provides a light-weight, non visual, mechanism for browsing
the SAS Folders tree structure.
-
Uses of UserFolderType in com.sas.services.information
Fields in com.sas.services.information declared as UserFolderTypeModifier and TypeFieldDescriptionstatic final UserFolderTypeUserFolderType.APPFOLDERA pre-defined UserFolderType for the user's application-invisible data.static final UserFolderTypeUserFolderType.HOMEFOLDERA pre-defined UserFolderType representing the user's top-level home folder.static final UserFolderTypeUserFolderType.MYFOLDERA pre-defined UserFolderType for the user's private, application-visible data.Methods in com.sas.services.information with parameters of type UserFolderTypeModifier 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. -
Uses of UserFolderType in com.sas.services.information.sasfolders
Constructors in com.sas.services.information.sasfolders with parameters of type UserFolderType