|
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 | |
---|---|
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. |
MetadataInterface |
ServerInterface.getObjectByPath(PathUrl url)
Get an object in the BIP tree using a PathUrl to find it. |
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)
|
MetadataInterface |
InformationServiceInterface.getObjectByPath(UserContextInterface user,
PathUrl path)
Retrieve an object using the PathUrl. |
MetadataInterface |
InformationService.getObjectByPath(UserContextInterface user,
PathUrl path)
|
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)
|
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 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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
void |
MappingsInterface.add(PathUrl oldValue,
PathUrl newValue)
|
LookupResultsInterface |
MappingsInterface.lookup(PathUrl oldValue)
|
LookupResultsInterface |
LookupServiceInterface.lookup(PathUrl oldValue)
|
LookupResultsInterface |
LookupService.lookup(PathUrl oldValue)
|
MappingsInterface |
LookupServiceInterface.newUsersDelegate(PathUrl oldUsersRoot)
|
MappingsInterface |
LookupService.newUsersDelegate(PathUrl oldUsersRoot)
|
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 | |
---|---|
void |
ActionInterface.add(PathUrl oldValue,
PathUrl newValue)
|
void |
AbstractAction.add(PathUrl oldValue,
PathUrl newValue)
|
LookupResultsInterface |
ActionInterface.lookup(PathUrl oldValue)
|
LookupResultsInterface |
AbstractAction.lookup(PathUrl oldValue)
|
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)
|
static PathUrl |
Files.ensure92formatted(UserContextInterface user,
java.lang.String path)
|
Methods in com.sas.services.information.metadata.lookup.utils with parameters of type PathUrl | |
---|---|
static PathUrl |
Files.ensure92formatted(UserContextInterface user,
PathUrl url)
|
Uses of PathUrl in com.sas.services.information.publicobject |
---|
Methods in com.sas.services.information.publicobject that return PathUrl | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 |