|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionImpl | |
---|---|
org.wso2.carbon.registry.core | |
org.wso2.carbon.registry.core.dao | |
org.wso2.carbon.registry.core.jdbc.dao |
Uses of CollectionImpl in org.wso2.carbon.registry.core |
---|
Subclasses of CollectionImpl in org.wso2.carbon.registry.core | |
---|---|
class |
CollectionVersionImpl
Implementation of CollectionImpl, Instance of this class is returned when requested for an early version of some collection. |
Methods in org.wso2.carbon.registry.core with parameters of type CollectionImpl | |
---|---|
void |
CollectionImpl.fillCollectionCopy(CollectionImpl collection)
Copy all the values of the current collection attribute to the passed collection. |
Constructors in org.wso2.carbon.registry.core with parameters of type CollectionImpl | |
---|---|
CollectionImpl(CollectionImpl collection)
A copy constructor used to create a shallow-copy of this collection. |
Uses of CollectionImpl in org.wso2.carbon.registry.core.dao |
---|
Methods in org.wso2.carbon.registry.core.dao that return CollectionImpl | |
---|---|
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. |
Methods in org.wso2.carbon.registry.core.dao with parameters of type CollectionImpl | |
---|---|
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. |
Uses of CollectionImpl in org.wso2.carbon.registry.core.jdbc.dao |
---|
Methods in org.wso2.carbon.registry.core.jdbc.dao that return CollectionImpl | |
---|---|
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)
|
Methods in org.wso2.carbon.registry.core.jdbc.dao with parameters of type CollectionImpl | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |