Package | Description |
---|---|
org.wso2.carbon.registry.core | |
org.wso2.carbon.registry.core.dao | |
org.wso2.carbon.registry.core.jdbc.dao |
Modifier and Type | Method and Description |
---|---|
void |
CollectionVersionImpl.setVersionList(VersionRetriever versionList)
Method to set the version retriever instance.
|
Modifier and Type | Method and Description |
---|---|
VersionRetriever |
ResourceVersionDAO.getVersionList(long snapshotID)
Creates version retriever that can be used to get the list of versions of a given snapshot,
which includes the versions of the children.
|
VersionRetriever |
ResourceVersionDAO.getVersionList(ResourceIDImpl resourceID,
long snapshotID)
Creates version retriever that can be used to get the list of versions of a given snapshot,
which includes the versions of the children if this was a collection.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceVersionDAO.fillChildren(CollectionImpl collectionImpl,
VersionRetriever versionRetriever,
int parentVersionIndex,
int start,
int pageLen,
long snapshotID)
Fill the children for a resource that already filled with meta data.
|
String[] |
ResourceVersionDAO.getChildPaths(ResourceIDImpl resourceID,
VersionRetriever versionRetriever,
int parentVersionIndex,
int start,
int pageLen,
long snapshotID,
DataAccessManager dataAccessManager)
Get the child paths of a resource, (should be a collection)
|
Modifier and Type | Method and Description |
---|---|
VersionRetriever |
JDBCResourceVersionDAO.getVersionList(long snapshotID) |
VersionRetriever |
JDBCResourceVersionDAO.getVersionList(ResourceIDImpl resourceID,
long snapshotID) |
Modifier and Type | Method and Description |
---|---|
void |
JDBCResourceVersionDAO.fillChildren(CollectionImpl collectionImpl,
VersionRetriever versionRetriever,
int parentVersionIndex,
int start,
int pageLen,
long snapshotID) |
String[] |
JDBCResourceVersionDAO.getChildPaths(ResourceIDImpl resourceID,
VersionRetriever versionRetriever,
int parentVersionIndex,
int start,
int pageLen,
long snapshotID,
Connection conn)
Get the child paths of a resource, (should be a collection)
|
String[] |
JDBCResourceVersionDAO.getChildPaths(ResourceIDImpl resourceID,
VersionRetriever versionRetriever,
int parentVersionIndex,
int start,
int pageLen,
long snapshotID,
DataAccessManager dataAccessManager) |
Copyright © 2015 WSO2 Inc. All Rights Reserved.