|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use PathUrl | |
|---|---|
| com.sas.services.information | Interact with data repositories on behalf of client applications. |
| com.sas.services.information.metadata | Information Service metadata. |
| com.sas.services.information.metadata.dataexplorer | |
| com.sas.services.information.metadata.lookup | |
| com.sas.services.information.metadata.lookup.actions | |
| com.sas.services.information.metadata.lookup.utils | |
| com.sas.services.information.publicobject | Public Objects are Information Service objects which represent SAS information which is rooted in metadata. |
| com.sas.services.information.search | The com.sas.services.information.search package performs and manages metadata searches for public objects. |
| com.sas.services.information.util | Information service utilities. |
| Uses of PathUrl in com.sas.services.information |
|---|
| Methods in com.sas.services.information with parameters of type PathUrl | |
|---|---|
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. |
abstract MetadataInterface |
ServerInterface.getObjectByPath(PathUrl url)
Get an object in the BIP tree using a PathUrl to find it. |
abstract MetadataInterface |
RepositoryInterface.getObjectByPath(PathUrl url)
Get an object in the BIP tree using a PathUrl to find it. |
MetadataInterface |
OMIServerRepository.getObjectByPath(PathUrl url)
Get an object in the BIP tree using a PathUrl to find it. |
MetadataInterface |
OMIServer.getObjectByPath(PathUrl url)
|
MetadataInterface |
DAVRepository.getObjectByPath(PathUrl url)
|
abstract MetadataInterface |
InformationServiceInterface.getObjectByPath(UserContextInterface user,
PathUrl path)
Retrieve an object using the PathUrl. |
MetadataInterface |
InformationService.getObjectByPath(UserContextInterface user,
PathUrl path)
|
abstract MetadataInterface |
ServerInterface.getObjectByPathFilter(PathUrl url)
Get an object in the BIP tree using a PathUrl to create a filter to search for it, rather than walking the folder hierarchy. |
MetadataInterface |
OMIServer.getObjectByPathFilter(PathUrl url)
|
MetadataInterface |
OMIServer.getObjectByPathNew(PathUrl url)
|
abstract ServerInterface |
InformationServiceInterface.getServerForPath(UserContextInterface user,
PathUrl path)
Return the ServerInterface for the
path given. |
ServerInterface |
InformationService.getServerForPath(UserContextInterface user,
PathUrl path)
|
| Uses of PathUrl in com.sas.services.information.metadata |
|---|
| Methods in com.sas.services.information.metadata that return PathUrl | |
|---|---|
PathUrl |
VirtualMetadata.getPathUrl()
|
PathUrl |
VirtualFolder.getPathUrl()
|
PathUrl |
Metadata.getPathUrl()
Get the SBIP URL. |
PathUrl |
VirtualMetadata.getPathUrl(java.lang.String rootTreeName)
|
PathUrl |
Metadata.getPathUrl(java.lang.String rootTreeName)
Get the SBIP URL. |
static PathUrl |
PathUrl.newPathUrlFromAbsolutePath(ServerInterface server,
java.lang.String absolutePath)
Create a new PathUrl from an existing absolute path and a ServerInterface to use as context. |
static PathUrl |
PathUrl.newPathUrlFromExistingUrl(ServerInterface server,
PathUrl oldPath)
Create a new PathUrl from an existing PathUrl. |
| Methods in com.sas.services.information.metadata with parameters of type PathUrl | |
|---|---|
static boolean |
VirtualFolderManager.isVirtualFolderPath(PathUrl url,
ServerInterface server)
|
static PathUrl |
PathUrl.newPathUrlFromExistingUrl(ServerInterface server,
PathUrl oldPath)
Create a new PathUrl from an existing PathUrl. |
| Constructors in com.sas.services.information.metadata with parameters of type PathUrl | |
|---|---|
ChannelPathFilter(PathUrl pathurl)
|
|
PathFilter(PathUrl pathurl)
|
|
PathFilter(PathUrl pathurl,
MetadataServerInterface server)
|
|
PathFilter(PathUrl pathurl,
java.lang.String metadataType)
|
|
PathUrl(PathUrl context,
java.lang.String url)
Construct a PathUrl from a known context, plus a partial path. |
|
| Uses of PathUrl in com.sas.services.information.metadata.dataexplorer |
|---|
| Methods in com.sas.services.information.metadata.dataexplorer that return PathUrl | |
|---|---|
abstract PathUrl |
BookmarkEntryInterface.getDataExplorationURL()
Returns the URL of the Data Exploration that is the parent of this Bookmark. |
| Methods in com.sas.services.information.metadata.dataexplorer with parameters of type PathUrl | |
|---|---|
abstract void |
BookmarkEntryInterface.setDataExplorationURL(PathUrl url)
Sets the URL of the Data Exploration that is the parent of this bookmark as a property on the bookmark |
| Uses of PathUrl in com.sas.services.information.metadata.lookup |
|---|
| Methods in com.sas.services.information.metadata.lookup with parameters of type PathUrl | |
|---|---|
abstract void |
MappingsInterface.add(PathUrl oldValue,
PathUrl newValue)
Deprecated. |
abstract LookupResultsInterface |
MappingsInterface.lookup(PathUrl oldValue)
Deprecated. |
abstract LookupResultsInterface |
LookupServiceInterface.lookup(PathUrl oldValue)
Deprecated. |
LookupResultsInterface |
LookupService.lookup(PathUrl oldValue)
Deprecated. |
abstract MappingsInterface |
LookupServiceInterface.newUsersDelegate(PathUrl oldUsersRoot)
Deprecated. |
MappingsInterface |
LookupService.newUsersDelegate(PathUrl oldUsersRoot)
Deprecated. |
| Uses of PathUrl in com.sas.services.information.metadata.lookup.actions |
|---|
| Methods in com.sas.services.information.metadata.lookup.actions with parameters of type PathUrl | |
|---|---|
abstract void |
ActionInterface.add(PathUrl oldValue,
PathUrl newValue)
Deprecated. |
void |
AbstractAction.add(PathUrl oldValue,
PathUrl newValue)
Deprecated. |
abstract LookupResultsInterface |
ActionInterface.lookup(PathUrl oldValue)
Deprecated. |
LookupResultsInterface |
AbstractAction.lookup(PathUrl oldValue)
Deprecated. |
| Uses of PathUrl in com.sas.services.information.metadata.lookup.utils |
|---|
| Methods in com.sas.services.information.metadata.lookup.utils that return PathUrl | |
|---|---|
static PathUrl |
Files.ensure92formatted(UserContextInterface user,
PathUrl url)
Deprecated. |
static PathUrl |
Files.ensure92formatted(UserContextInterface user,
java.lang.String path)
Deprecated. |
| Methods in com.sas.services.information.metadata.lookup.utils with parameters of type PathUrl | |
|---|---|
static PathUrl |
Files.ensure92formatted(UserContextInterface user,
PathUrl url)
Deprecated. |
| Uses of PathUrl in com.sas.services.information.publicobject |
|---|
| Methods in com.sas.services.information.publicobject that return PathUrl | |
|---|---|
abstract PathUrl |
PublicObjectInterface.getPathUrl()
Get the SBIP URL. |
| Uses of PathUrl in com.sas.services.information.search |
|---|
| Methods in com.sas.services.information.search that return PathUrl | |
|---|---|
abstract PathUrl |
SearchCriteriaModel.getFolderScope()
Method to retrieve the folder value used in a search from the search criteria. |
abstract PathUrl |
Search.getFolderScope()
If a folder was specified for scoping this search, the getter returns the folders path Url. |
| Methods in com.sas.services.information.search with parameters of type PathUrl | |
|---|---|
abstract void |
Search.setFolderScope(PathUrl pathUrl,
boolean recurse)
If we are searching within the scope of a folder, set the folder path Url to search from. |
| Uses of PathUrl in com.sas.services.information.util |
|---|
| Methods in com.sas.services.information.util that return PathUrl | |
|---|---|
static PathUrl |
ISUtility.getPathFromEntityKey(UserContextInterface user,
java.lang.String iSEntityKey)
Get a PathUrl from an Information Service entity key. |
|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||