Package | Description |
---|---|
org.wso2.carbon.registry.core | |
org.wso2.carbon.registry.core.dao | |
org.wso2.carbon.registry.core.jdbc.dao |
Modifier and Type | Class and Description |
---|---|
class |
CollectionVersionImpl
Implementation of CollectionImpl, Instance of this class is returned when requested for an early
version of some collection.
|
Modifier and Type | Method and Description |
---|---|
void |
CollectionImpl.fillCollectionCopy(CollectionImpl collection)
Copy all the values of the current collection attribute to the passed collection.
|
Constructor and Description |
---|
CollectionImpl(CollectionImpl collection)
A copy constructor used to create a shallow-copy of this collection.
|
Modifier and Type | Method and Description |
---|---|
CollectionImpl |
ResourceDAO.get(ResourceIDImpl resourceID,
int start,
int pageLen)
Return a collection with children only at the range of the intersect of the given range and
resource existence range provided the resource id.
|
CollectionImpl |
ResourceVersionDAO.get(ResourceIDImpl resourceID,
long snapshotID,
int start,
int pageLen)
Return a collection with children only at the range of the intersect of the given range and
resource existence range provided the resource path.
|
CollectionImpl |
ResourceDAO.get(String path,
int start,
int pageLen)
Return a collection with children only at the range of the intersect of the given range and
resource existence range provided the resource path.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceDAO.fillChildren(CollectionImpl collection,
DataAccessManager dataAccessManager)
Fill the children for a resource that already filled with meta data.
|
void |
ResourceDAO.fillChildren(CollectionImpl collection,
int start,
int pageLen)
Fill the children for a resource that already filled with meta data.
|
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.
|
void |
ResourceDAO.fillResource(CollectionImpl collection,
int start,
int pageLen)
Fill the children and the properties for a resource that already filled with meta data.
|
int |
ResourceDAO.getChildCount(CollectionImpl collection,
DataAccessManager dataAccessManager)
Method to return a child count of a collection (database connection should also be provided)
|
String[] |
ResourceDAO.getChildren(CollectionImpl collection,
int start,
int pageLen)
Get the children of the collection.
|
String[] |
ResourceDAO.getChildren(CollectionImpl collection,
int start,
int pageLen,
DataAccessManager dataAccessManager)
Get the children of the collection.
|
Modifier and Type | Method and Description |
---|---|
CollectionImpl |
JDBCResourceDAO.get(ResourceIDImpl resourceID,
int start,
int pageLen) |
CollectionImpl |
JDBCResourceVersionDAO.get(ResourceIDImpl resourceID,
long snapshotID,
int start,
int pageLen) |
CollectionImpl |
JDBCResourceDAO.get(String path,
int start,
int pageLen) |
Modifier and Type | Method and Description |
---|---|
void |
JDBCResourceDAO.fillChildren(CollectionImpl collection,
DataAccessManager dataAccessManager) |
void |
JDBCResourceDAO.fillChildren(CollectionImpl collection,
int start,
int pageLen) |
void |
JDBCResourceDAO.fillChildren(CollectionImpl collection,
int start,
int pageLen,
Connection conn)
Fill the children for a resource that already filled with meta data.
|
void |
JDBCResourceVersionDAO.fillChildren(CollectionImpl collectionImpl,
VersionRetriever versionRetriever,
int parentVersionIndex,
int start,
int pageLen,
long snapshotID) |
void |
JDBCResourceDAO.fillResource(CollectionImpl collection,
int start,
int pageLen) |
int |
JDBCResourceDAO.getChildCount(CollectionImpl collection,
Connection conn)
Method to return a child count of a collection (database connection should also be provided)
|
int |
JDBCResourceDAO.getChildCount(CollectionImpl collection,
DataAccessManager dataAccessManager) |
String[] |
JDBCResourceDAO.getChildren(CollectionImpl collection,
int start,
int pageLen) |
String[] |
JDBCResourceDAO.getChildren(CollectionImpl collection,
int start,
int pageLen,
Connection conn)
Get the children of the collection.
|
String[] |
JDBCResourceDAO.getChildren(CollectionImpl collection,
int start,
int pageLen,
DataAccessManager dataAccessManager) |
Copyright © 2015 WSO2 Inc. All Rights Reserved.