|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use BrowseMetadataInterface | |
|---|---|
| com.sas.services.information | Interact with data repositories on behalf of client applications. |
| com.sas.services.information.browse | Information service metadata browsing. |
| Uses of BrowseMetadataInterface in com.sas.services.information |
|---|
| Methods in com.sas.services.information that return BrowseMetadataInterface | |
|---|---|
abstract BrowseMetadataInterface |
ServerInterface.browseFetch(java.lang.String objectURI,
FilterInterface filter)
Fetch a lightweight object matching the object URI provided. |
abstract BrowseMetadataInterface |
RepositoryInterface.browseFetch(java.lang.String entityKey,
FilterInterface filter)
Fetch a single object from the repository using the key. |
BrowseMetadataInterface |
OMIServerRepository.browseFetch(java.lang.String entityKey,
FilterInterface filter)
Fetch a single object from the repository using the key. |
BrowseMetadataInterface |
OMIServer.browseFetch(java.lang.String objectURI,
FilterInterface filter)
|
BrowseMetadataInterface |
DAVRepository.browseFetch(java.lang.String entityKey,
FilterInterface filter)
Fetch a single object from the repository using the key. |
abstract BrowseMetadataInterface |
ServerInterface.browseFolder(java.lang.String folderISEntityKey,
FilterInterface filter)
Get information about a specific folder. |
BrowseMetadataInterface |
OMIServer.browseFolder(java.lang.String folderISEntityKey,
FilterInterface filter)
|
abstract BrowseMetadataInterface |
ServerInterface.browseFolderRecursive(java.lang.String folderISEntityKey,
FilterInterface filter)
Search a folder tree recursively using the filter. |
BrowseMetadataInterface |
OMIServer.browseFolderRecursive(java.lang.String folderISEntityKey,
FilterInterface filter)
|
abstract BrowseMetadataInterface |
RepositoryInterface.browseObjectByPath(PathUrl pathurl,
FilterInterface filter)
Retrieve an object based on its PathUrl. |
BrowseMetadataInterface |
OMIServerRepository.browseObjectByPath(PathUrl pathurl,
FilterInterface filter)
Retrieve an object based on its PathUrl. |
BrowseMetadataInterface |
DAVRepository.browseObjectByPath(PathUrl pathUrl,
FilterInterface filter)
Retrieve an object based on its PathUrl. |
| Methods in com.sas.services.information with parameters of type BrowseMetadataInterface | |
|---|---|
abstract java.util.List |
ServerInterface.browseSearch(BrowseMetadataInterface browseFolder,
FilterInterface filter)
Search for objects in the server tree using the folder as a base. |
java.util.List |
OMIServer.browseSearch(BrowseMetadataInterface browseFolder,
FilterInterface filter)
|
| Uses of BrowseMetadataInterface in com.sas.services.information.browse |
|---|
| Classes in com.sas.services.information.browse that implement BrowseMetadataInterface | |
|---|---|
class |
BrowseMetadata
|
| Methods in com.sas.services.information.browse with parameters of type BrowseMetadataInterface | |
|---|---|
static java.lang.String |
BrowseMetadataUtil.getAbsolutePath(BrowseMetadataInterface browse)
Returns the absolute path for the given browse metadata object. |
static java.lang.String |
BrowseMetadataUtil.getCreatedBy(BrowseMetadataInterface browse)
Gets the name of the user that created the object. |
static ResponsibilityDetails |
BrowseMetadataUtil.getCreatedByDetails(BrowseMetadataInterface browse)
Gets the details of the user that created the object. |
static java.lang.String |
BrowseMetadataUtil.getDisplayName(BrowseMetadataInterface browse)
Returns the display name for a given browse metadata object if it exists. |
static java.lang.String |
BrowseMetadataUtil.getDisplayPath(BrowseMetadataInterface browse)
Returns the display path for the given browse metadata object. |
static java.util.Map<java.lang.String,java.lang.String> |
BrowseMetadataUtil.getExtendedAttributes(BrowseMetadataInterface browse)
Extract the extended attributes property from the given BrowseMetadataInterface. |
static java.util.List<java.lang.String> |
BrowseMetadataUtil.getKeywords(BrowseMetadataInterface browse)
Extract the keywords property from the given BrowseMetadataInterface as a list of
strings. |
static java.lang.String |
BrowseMetadataUtil.getModifiedBy(BrowseMetadataInterface browse)
Gets the name of the user that modified the object. |
static ResponsibilityDetails |
BrowseMetadataUtil.getModifiedByDetails(BrowseMetadataInterface browse)
Gets the details of the user that modified the object. |
static java.lang.String |
BrowseMetadataUtil.getPublicType(BrowseMetadataInterface browse)
Returns the public type value of the browse metadtata object, or null if not found. |
static java.util.List<ResponsibilityDetails> |
BrowseMetadataUtil.getResponsibilities(BrowseMetadataInterface browse)
Extract the responsibilities property from the given BrowseMetadataInterface. |
static com.sas.util.UsageVersion |
BrowseMetadataUtil.getUsageVersion(BrowseMetadataInterface browse)
The usage version of this object. |
|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||