Package | Description |
---|---|
org.wso2.carbon.registry.core.jdbc | |
org.wso2.carbon.registry.core.utils |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static VersionedPath |
RegistryUtils.getVersionedPath(ResourcePath resourcePath)
Paths referring to a version of a resource are in the form /c1/c2/r1?v=2.
|
Copyright © 2016 WSO2 Inc. All Rights Reserved.