|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ResourceImpl in org.wso2.registry |
---|
Subclasses of ResourceImpl in org.wso2.registry | |
---|---|
class |
CollectionImpl
|
class |
Comment
Represents comments and its metadata. |
Uses of ResourceImpl in org.wso2.registry.jdbc.dao |
---|
Methods in org.wso2.registry.jdbc.dao that return ResourceImpl | |
---|---|
ResourceImpl |
VersionedResourceDAO.get(java.lang.String path,
long versionNumber,
java.sql.Connection conn)
Returns the given version of the artifact. |
ResourceImpl |
VersionedResourceDAO.getLatestVersion(java.lang.String path,
java.sql.Connection conn)
Returns the latest (current) version of an artifact. |
ResourceImpl |
VersionedResourceDAO.getResourceByID(long artifactID,
long versionNumber,
java.sql.Connection conn)
|
Methods in org.wso2.registry.jdbc.dao with parameters of type ResourceImpl | |
---|---|
void |
VersionedResourceDAO.add(ResourceImpl resource,
java.sql.Connection conn)
Adds the given resource to the database. |
long |
VersionedResourceDAO.addResourceVersion(ResourceImpl resource,
java.sql.Connection connection)
|
void |
VersionedResourceDAO.deleteResource(ResourceImpl resource,
java.sql.Connection connection)
To delete a resource , what actually happen here is that update the version table with the new data and resource will not actually removed from the table |
void |
VersionedResourceDAO.update(java.lang.String path,
ResourceImpl resource,
java.sql.Connection conn)
|
Uses of ResourceImpl in org.wso2.registry.jdbc.mediatypes |
---|
Methods in org.wso2.registry.jdbc.mediatypes that return ResourceImpl | |
---|---|
ResourceImpl |
MediaTypeManager.get(java.lang.String path)
|
abstract ResourceImpl |
MediaTypeHandler.get(java.lang.String path,
ResourceImpl rawArtifact)
Processes the GET action of the media type. |
Methods in org.wso2.registry.jdbc.mediatypes with parameters of type ResourceImpl | |
---|---|
abstract ResourceImpl |
MediaTypeHandler.get(java.lang.String path,
ResourceImpl rawArtifact)
Processes the GET action of the media type. |
void |
MediaTypeManager.put(java.lang.String path,
ResourceImpl resource)
|
abstract boolean |
MediaTypeHandler.put(java.lang.String path,
ResourceImpl resource)
Processes the PUT action of the media type. |
Uses of ResourceImpl in org.wso2.registry.jdbc.mediatypes.builtin |
---|
Methods in org.wso2.registry.jdbc.mediatypes.builtin that return ResourceImpl | |
---|---|
ResourceImpl |
XSDMediaTypeHandler.get(java.lang.String path,
ResourceImpl rawArtifact)
|
ResourceImpl |
WSDLMediaTypeHandler.get(java.lang.String path,
ResourceImpl rawArtifact)
|
ResourceImpl |
Axis2RepositoryMediaTypeHandler.get(java.lang.String path,
ResourceImpl rawArtifact)
|
ResourceImpl |
SQLQueryMediaTypeHandler.get(java.lang.String path,
ResourceImpl resource)
|
ResourceImpl |
DefaultMediaTypeHandler.get(java.lang.String path,
ResourceImpl resource)
|
ResourceImpl |
SynapseRepositoryMediaTypeHandler.get(java.lang.String path,
ResourceImpl resource)
|
Methods in org.wso2.registry.jdbc.mediatypes.builtin with parameters of type ResourceImpl | |
---|---|
ResourceImpl |
XSDMediaTypeHandler.get(java.lang.String path,
ResourceImpl rawArtifact)
|
ResourceImpl |
WSDLMediaTypeHandler.get(java.lang.String path,
ResourceImpl rawArtifact)
|
ResourceImpl |
Axis2RepositoryMediaTypeHandler.get(java.lang.String path,
ResourceImpl rawArtifact)
|
ResourceImpl |
SQLQueryMediaTypeHandler.get(java.lang.String path,
ResourceImpl resource)
|
ResourceImpl |
DefaultMediaTypeHandler.get(java.lang.String path,
ResourceImpl resource)
|
ResourceImpl |
SynapseRepositoryMediaTypeHandler.get(java.lang.String path,
ResourceImpl resource)
|
boolean |
XSDMediaTypeHandler.put(java.lang.String path,
ResourceImpl resource)
|
boolean |
WSDLMediaTypeHandler.put(java.lang.String path,
ResourceImpl resource)
|
boolean |
Axis2RepositoryMediaTypeHandler.put(java.lang.String path,
ResourceImpl resource)
|
boolean |
SQLQueryMediaTypeHandler.put(java.lang.String path,
ResourceImpl resource)
|
boolean |
DefaultMediaTypeHandler.put(java.lang.String path,
ResourceImpl resource)
|
boolean |
SynapseRepositoryMediaTypeHandler.put(java.lang.String path,
ResourceImpl resource)
|
Uses of ResourceImpl in org.wso2.registry.jdbc.urlhandlers |
---|
Methods in org.wso2.registry.jdbc.urlhandlers that return ResourceImpl | |
---|---|
ResourceImpl |
RatingURLHandler.get(java.lang.String url)
|
ResourceImpl |
RatingsCollectionURLHandler.get(java.lang.String url)
|
ResourceImpl |
TagURLHandler.get(java.lang.String url)
Accepts the URLs in the form |
ResourceImpl |
URLHandlerManager.get(java.lang.String url)
|
ResourceImpl |
CommentURLHandler.get(java.lang.String url)
Accepts URL in the form |
ResourceImpl |
URLHandler.get(java.lang.String url)
Determine if get(...) on the given url can be handled. |
ResourceImpl |
CommentCollectionURLHandler.get(java.lang.String url)
|
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 |