Uses of Class
org.wso2.registry.Artifact

Packages that use Artifact
org.wso2.registry   
org.wso2.registry.inmemory   
org.wso2.registry.jdbc   
org.wso2.registry.jdbc.dao   
org.wso2.registry.jdbc.mediatypes   
org.wso2.registry.jdbc.mediatypes.builtin   
org.wso2.registry.jdbc.queries   
org.wso2.registry.jdbc.urlhandlers   
org.wso2.registry.secure   
org.wso2.registry.servlet   
org.wso2.registry.versions   
 

Uses of Artifact in org.wso2.registry
 

Methods in org.wso2.registry that return Artifact
 Artifact Registry.executeQuery(java.lang.String path, java.lang.Object[] parameters)
          Executes a custom query defined by users.
 Artifact Registry.get(java.lang.String path)
          Returns the resource in the given path.
 

Methods in org.wso2.registry with parameters of type Artifact
 void Registry.put(java.lang.String path, Artifact artifact)
          Adds or updates resources in the registry.
 

Uses of Artifact in org.wso2.registry.inmemory
 

Methods in org.wso2.registry.inmemory that return Artifact
 Artifact InMemoryRegistry.executeQuery(java.lang.String path, java.lang.Object[] parameters)
           
 Artifact InMemoryRegistry.get(java.lang.String path)
           
 

Methods in org.wso2.registry.inmemory with parameters of type Artifact
 void InMemoryRegistry.put(java.lang.String path, Artifact artifact)
          Creates and updates resources (directories, repositories, content resourcess)
 

Uses of Artifact in org.wso2.registry.jdbc
 

Methods in org.wso2.registry.jdbc that return Artifact
 Artifact JDBCRegistry.executeQuery(java.lang.String path, java.lang.Object[] parameters)
           
 Artifact JDBCRegistry.get(java.lang.String path)
          Returns the resource in the given path.
 

Methods in org.wso2.registry.jdbc with parameters of type Artifact
 void JDBCRegistry.put(java.lang.String path, Artifact artifact)
          Adds or updates resources in the registry.
 

Uses of Artifact in org.wso2.registry.jdbc.dao
 

Methods in org.wso2.registry.jdbc.dao that return Artifact
 Artifact ArtifactDAO.get(java.lang.String path, java.sql.Connection conn)
           
 Artifact ArtifactDAO.get(java.lang.String path, long versionNumber, java.sql.Connection conn)
           
 Artifact ArtifactDAO.getArtifactByID(long artifactID, long versionNumber, java.sql.Connection conn)
           
 Artifact ArtifactDAO.getLatestVersion(java.lang.String path, java.sql.Connection conn)
           
 

Methods in org.wso2.registry.jdbc.dao with parameters of type Artifact
 void ArtifactDAO.add(java.lang.String path, Artifact artifact, java.sql.Connection conn)
          Adds the given artifact to the database.
 void ArtifactDAO.update(java.lang.String path, Artifact artifact, java.sql.Connection conn)
           
 

Uses of Artifact in org.wso2.registry.jdbc.mediatypes
 

Methods in org.wso2.registry.jdbc.mediatypes that return Artifact
 Artifact MediaTypeManager.get(java.lang.String path)
           
abstract  Artifact MediaTypeHandler.get(java.lang.String path, Artifact rawArtifact)
          Processes the GET action of the media type.
 

Methods in org.wso2.registry.jdbc.mediatypes with parameters of type Artifact
abstract  Artifact MediaTypeHandler.get(java.lang.String path, Artifact rawArtifact)
          Processes the GET action of the media type.
 void MediaTypeManager.put(java.lang.String path, Artifact artifact)
           
abstract  boolean MediaTypeHandler.put(java.lang.String path, Artifact artifact)
          Processes the PUT action of the media type.
 

Uses of Artifact in org.wso2.registry.jdbc.mediatypes.builtin
 

Methods in org.wso2.registry.jdbc.mediatypes.builtin that return Artifact
 Artifact SQLQueryMediaTypeHandler.get(java.lang.String path, Artifact artifact)
           
 Artifact DefaultMediaTypeHandler.get(java.lang.String path, Artifact artifact)
           
 Artifact SynapseRepositoryMediaTypeHandler.get(java.lang.String path, Artifact artifact)
           
 

Methods in org.wso2.registry.jdbc.mediatypes.builtin with parameters of type Artifact
 Artifact SQLQueryMediaTypeHandler.get(java.lang.String path, Artifact artifact)
           
 Artifact DefaultMediaTypeHandler.get(java.lang.String path, Artifact artifact)
           
 Artifact SynapseRepositoryMediaTypeHandler.get(java.lang.String path, Artifact artifact)
           
 boolean SQLQueryMediaTypeHandler.put(java.lang.String path, Artifact artifact)
           
 boolean DefaultMediaTypeHandler.put(java.lang.String path, Artifact artifact)
           
 boolean SynapseRepositoryMediaTypeHandler.put(java.lang.String path, Artifact artifact)
           
 

Uses of Artifact in org.wso2.registry.jdbc.queries
 

Methods in org.wso2.registry.jdbc.queries that return Artifact
 Artifact SQLQueryProcessor.executeQuery(Artifact query, java.lang.Object[] parameters, java.sql.Connection conn)
           
 Artifact QueryProcessor.executeQuery(Artifact query, java.lang.Object[] parameters, java.sql.Connection conn)
           
 

Methods in org.wso2.registry.jdbc.queries with parameters of type Artifact
 Artifact SQLQueryProcessor.executeQuery(Artifact query, java.lang.Object[] parameters, java.sql.Connection conn)
           
 Artifact QueryProcessor.executeQuery(Artifact query, java.lang.Object[] parameters, java.sql.Connection conn)
           
 

Uses of Artifact in org.wso2.registry.jdbc.urlhandlers
 

Methods in org.wso2.registry.jdbc.urlhandlers that return Artifact
 Artifact URLHandlerManager.handleURL(java.lang.String url)
           
 

Methods in org.wso2.registry.jdbc.urlhandlers with parameters of type Artifact
 boolean TagURLHandler.handleURL(java.lang.String url, Artifact artifact)
          Accepts the URLs in the form ?tag=&user=
 boolean CommentURLHandler.handleURL(java.lang.String url, Artifact artifact)
          Accepts URL in the form ?comment
abstract  boolean URLHandler.handleURL(java.lang.String url, Artifact artifact)
           
 boolean CommentCollectionURLHandler.handleURL(java.lang.String url, Artifact artifact)
           
 

Uses of Artifact in org.wso2.registry.secure
 

Methods in org.wso2.registry.secure that return Artifact
 Artifact SecureRegistry.executeQuery(java.lang.String path, java.lang.Object[] parameters)
           
 Artifact SecureRegistry.get(java.lang.String path)
           
 

Methods in org.wso2.registry.secure with parameters of type Artifact
 void SecureRegistry.put(java.lang.String path, Artifact artifact)
          Checks if the user has "PUT" permissions to the existing ascendent path of the given path.
 

Uses of Artifact in org.wso2.registry.servlet
 

Methods in org.wso2.registry.servlet that return Artifact
static Artifact FileUploadUtil.processUpload(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 

Uses of Artifact in org.wso2.registry.versions
 

Methods in org.wso2.registry.versions with parameters of type Artifact
static void VersionHandler.addResourceToVersionTable(java.sql.Connection connection, Artifact artifact)
          To add a new resource or to update a new resource we can use this.
static void VersionHandler.deleteResource(Artifact artifact, java.sql.Connection connection)
          To delete a artifact , what actualy happen here is that update the version table with the new data and artifact will not actualy removed from the table
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.