|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VersionedPath | |
---|---|
org.wso2.carbon.registry.core.jdbc | |
org.wso2.carbon.registry.core.utils |
Uses of VersionedPath in org.wso2.carbon.registry.core.jdbc |
---|
Methods in org.wso2.carbon.registry.core.jdbc with parameters of type VersionedPath | |
---|---|
Resource |
VersionRepository.get(VersionedPath versionedPath)
Gets the pure resource referred by the given path. |
Collection |
VersionRepository.get(VersionedPath versionedPath,
int start,
int pageLen)
Method to get a paged collection. |
Resource |
VersionRepository.getMetaData(VersionedPath versionedPath)
Gets the meta data of resource referred by the given path. |
boolean |
VersionRepository.resourceExists(VersionedPath versionedPath)
Checks if a pure resource exists in the given path. |
Uses of VersionedPath in org.wso2.carbon.registry.core.utils |
---|
Methods in org.wso2.carbon.registry.core.utils that return VersionedPath | |
---|---|
static VersionedPath |
RegistryUtils.getVersionedPath(ResourcePath resourcePath)
Paths referring to a version of a resource are in the form /c1/c2/r1?v=2. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |