Uses of Interface
com.sas.services.information.browse.BrowseMetadataInterface
Packages that use BrowseMetadataInterface
Package
Description
Interact with data repositories on behalf of client applications.
Information service metadata browsing.
Public Objects are Information Service objects which represent SAS information which is rooted in metadata.
This SAS Folders Model provides a light-weight, non visual, mechanism for browsing
the SAS Folders tree structure.
-
Uses of BrowseMetadataInterface in com.sas.services.information
Methods in com.sas.services.information that return BrowseMetadataInterfaceModifier and TypeMethodDescriptionDAVRepository.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.OMIServer.browseFolder(String folderISEntityKey, FilterInterface filter) ServerInterface.browseFolder(String folderISEntityKey, FilterInterface filter) Get information about a specific folder.OMIServer.browseFolderRecursive(String folderISEntityKey, FilterInterface 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.Methods in com.sas.services.information with parameters of type BrowseMetadataInterfaceModifier and TypeMethodDescriptionListOMIServer.browseSearch(BrowseMetadataInterface browseFolder, FilterInterface filter) ListServerInterface.browseSearch(BrowseMetadataInterface browseFolder, FilterInterface filter) Search for objects in the server tree using the folder as a base. -
Uses of BrowseMetadataInterface in com.sas.services.information.browse
Classes in com.sas.services.information.browse that implement BrowseMetadataInterfaceMethods in com.sas.services.information.browse with parameters of type BrowseMetadataInterfaceModifier and TypeMethodDescriptionstatic StringBrowseMetadataUtil.getAbsolutePath(BrowseMetadataInterface browse) Returns the absolute path for the given browse metadata object.static StringBrowseMetadataUtil.getCreatedBy(BrowseMetadataInterface browse) Gets the name of the user that created the object.static ResponsibilityDetailsBrowseMetadataUtil.getCreatedByDetails(BrowseMetadataInterface browse) Gets the details of the user that created the object.static StringBrowseMetadataUtil.getDisplayName(BrowseMetadataInterface browse) Returns the display name for a given browse metadata object if it exists.static StringBrowseMetadataUtil.getDisplayPath(BrowseMetadataInterface browse) Returns the display path for the given browse metadata object.static Map<String, String> BrowseMetadataUtil.getExtendedAttributes(BrowseMetadataInterface browse) Extract the extended attributes property from the givenBrowseMetadataInterface.static List<String> BrowseMetadataUtil.getKeywords(BrowseMetadataInterface browse) Extract the keywords property from the givenBrowseMetadataInterfaceas a list of strings.static StringBrowseMetadataUtil.getModifiedBy(BrowseMetadataInterface browse) Gets the name of the user that modified the object.static ResponsibilityDetailsBrowseMetadataUtil.getModifiedByDetails(BrowseMetadataInterface browse) Gets the details of the user that modified the object.static StringBrowseMetadataUtil.getPublicType(BrowseMetadataInterface browse) Returns the public type value of the browse metadtata object, or null if not found.static List<ResponsibilityDetails> BrowseMetadataUtil.getResponsibilities(BrowseMetadataInterface browse) Extract the responsibilities property from the givenBrowseMetadataInterface.static com.sas.util.UsageVersionBrowseMetadataUtil.getUsageVersion(BrowseMetadataInterface browse) The usage version of this object. -
Uses of BrowseMetadataInterface in com.sas.services.information.publicobject
Fields in com.sas.services.information.publicobject declared as BrowseMetadataInterfaceModifier and TypeFieldDescriptionprotected BrowseMetadataInterfaceBasePublicObject._browseObjectMethods in com.sas.services.information.publicobject that return BrowseMetadataInterfaceMethods in com.sas.services.information.publicobject with parameters of type BrowseMetadataInterfaceModifier and TypeMethodDescriptionstatic PublicObjectInterfacePublicObjectFactory.createPublicObject(ServerInterface server, BrowseMetadataInterface browseObject) Creates a lightweight public object given an existing browse metadata object.voidBasePublicObject.setBrowseObject(BrowseMetadataInterface browse) Constructors in com.sas.services.information.publicobject with parameters of type BrowseMetadataInterface -
Uses of BrowseMetadataInterface in com.sas.services.information.sasfolders
Methods in com.sas.services.information.sasfolders that return types with arguments of type BrowseMetadataInterfaceModifier and TypeMethodDescriptionList<BrowseMetadataInterface> SASFoldersModel.FolderSearchManager.getFolderContents(FolderNodeInterface folder, List<SearchFilter> criteriaList) List<BrowseMetadataInterface> SASFoldersModel.FolderSearchManager.getFolderContents(FolderNodeInterface folder, List<SearchFilter> criteriaList, boolean recursive) Methods in com.sas.services.information.sasfolders with parameters of type BrowseMetadataInterfaceModifier and TypeMethodDescriptionprotected PublicObjectNodeInterfaceSASFoldersModel.createNode(BrowseMetadataInterface meta) Constructors in com.sas.services.information.sasfolders with parameters of type BrowseMetadataInterfaceModifierConstructorDescriptionAbstractPublicObjectNode(BrowseMetadataInterface browse) ContainerNode(BrowseMetadataInterface browseObject) FolderNode(BrowseMetadataInterface browseObject) MemberNode(BrowseMetadataInterface browseObject) RootFolderNode(BrowseMetadataInterface browseObject)