|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceImpl | |
---|---|
org.wso2.registry | |
org.wso2.registry.app | |
org.wso2.registry.jdbc.dao | |
org.wso2.registry.servlet |
Uses of ResourceImpl in org.wso2.registry |
---|
Subclasses of ResourceImpl in org.wso2.registry | |
---|---|
class |
CollectionImpl
|
class |
CollectionVersionImpl
|
class |
Comment
Represents comments and its metadata. |
class |
ResourceVersionImpl
|
Uses of ResourceImpl in org.wso2.registry.app |
---|
Subclasses of ResourceImpl in org.wso2.registry.app | |
---|---|
class |
RemoteResourceImpl
|
Uses of ResourceImpl in org.wso2.registry.jdbc.dao |
---|
Methods in org.wso2.registry.jdbc.dao that return ResourceImpl | |
---|---|
ResourceImpl |
ResourceDAO.get(java.lang.String path)
Returns the resource in the given path filled with metadata and access to the content. |
ResourceImpl |
ResourceVersionDAO.get(java.lang.String resourceID,
long snapshotID,
long version)
|
ResourceImpl |
ResourceDAO.getResourceByID(java.lang.String resourceID)
|
Methods in org.wso2.registry.jdbc.dao with parameters of type ResourceImpl | |
---|---|
void |
ResourceDAO.add(java.lang.String path,
java.lang.String parentID,
ResourceImpl resourceImpl)
|
void |
ResourceVersionDAO.addProperties(ResourceImpl resource,
long version)
|
int |
ResourceVersionDAO.addResourceVersion(ResourceImpl resourceImpl,
java.lang.String contentVersionID)
|
void |
ResourceDAO.addRoot(java.lang.String path,
ResourceImpl resourceImpl)
|
void |
ResourceDAO.fillResourceProperties(ResourceImpl resourceImpl)
|
java.util.List<java.lang.String> |
ResourceVersionDAO.getChildPaths(ResourceImpl resourceImpl,
long snapshotID,
int start,
int pageLen,
java.sql.Connection conn)
|
void |
ResourceDAO.update(java.lang.String resourceID,
ResourceImpl resourceImpl)
|
Uses of ResourceImpl in org.wso2.registry.servlet |
---|
Methods in org.wso2.registry.servlet that return ResourceImpl | |
---|---|
static ResourceImpl |
FileUploadUtil.processUpload(javax.servlet.http.HttpServletRequest req)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |