Uses of Class
org.apache.archiva.maven2.model.Artifact

Packages that use Artifact
org.apache.archiva.maven2.model   
org.apache.archiva.rest.api.model   
org.apache.archiva.rest.api.services   
org.apache.archiva.rest.services   
org.apache.archiva.rest.services.utils   
 

Uses of Artifact in org.apache.archiva.maven2.model
 

Fields in org.apache.archiva.maven2.model declared as Artifact
private  Artifact TreeEntry.artifact
           
 

Methods in org.apache.archiva.maven2.model that return Artifact
 Artifact TreeEntry.getArtifact()
           
 

Methods in org.apache.archiva.maven2.model with parameters of type Artifact
 void TreeEntry.setArtifact(Artifact artifact)
           
 

Constructors in org.apache.archiva.maven2.model with parameters of type Artifact
TreeEntry(Artifact artifact)
           
 

Uses of Artifact in org.apache.archiva.rest.api.model
 

Subclasses of Artifact in org.apache.archiva.rest.api.model
 class ArtifactTransferRequest
           
 

Uses of Artifact in org.apache.archiva.rest.api.services
 

Methods in org.apache.archiva.rest.api.services that return types with arguments of type Artifact
 List<Artifact> BrowseService.getArtifactDownloadInfos(String groupId, String artifactId, String version, String repositoryId)
           
 List<Artifact> BrowseService.getArtifacts(String repositoryId)
          return List of all artifacts from this repository
 List<Artifact> SearchService.getArtifactVersions(String groupId, String artifactId, String packaging)
          search will be apply on all repositories the current user has karma
 List<Artifact> BrowseService.getDependees(String groupId, String artifactId, String version, String repositoryId)
          List of artifacts using the artifact passed in parameter.
 List<Artifact> MergeRepositoriesService.getMergeConflictedArtifacts(String sourceRepositoryId, String targetRepositoryId)
          permissions are checked in impl
 List<Artifact> SearchService.quickSearch(String queryString)
           
 List<Artifact> SearchService.quickSearchWithRepositories(SearchRequest searchRequest)
          if not repositories in SearchRequest: search will be apply on all repositories the current user has karma
 List<Artifact> SearchService.searchArtifacts(SearchRequest searchRequest)
          If searchRequest contains repositories, the search will be done only on those repositories.
 

Methods in org.apache.archiva.rest.api.services with parameters of type Artifact
 Boolean RepositoriesService.deleteArtifact(Artifact artifact)
          permissions are checked in impl
 

Uses of Artifact in org.apache.archiva.rest.services
 

Methods in org.apache.archiva.rest.services that return types with arguments of type Artifact
protected  List<Artifact> AbstractRestService.buildArtifacts(List<ArtifactMetadata> artifactMetadatas, String repositoryId)
           
 List<Artifact> DefaultSearchService.getArtifactByChecksum(String checksum)
           
 List<Artifact> DefaultBrowseService.getArtifactDownloadInfos(String groupId, String artifactId, String version, String repositoryId)
           
protected  List<Artifact> DefaultSearchService.getArtifacts(SearchResults searchResults)
           
 List<Artifact> DefaultBrowseService.getArtifacts(String repositoryId)
           
 List<Artifact> DefaultSearchService.getArtifactVersions(String groupId, String artifactId, String packaging)
           
 List<Artifact> DefaultBrowseService.getDependees(String groupId, String artifactId, String version, String repositoryId)
           
 List<Artifact> DefaultMergeRepositoriesService.getMergeConflictedArtifacts(String sourceRepositoryId, String targetRepositoryId)
           
 List<Artifact> DefaultSearchService.quickSearch(String queryString)
           
 List<Artifact> DefaultSearchService.quickSearchWithRepositories(SearchRequest searchRequest)
           
 List<Artifact> DefaultSearchService.searchArtifacts(SearchRequest searchRequest)
           
 

Methods in org.apache.archiva.rest.services with parameters of type Artifact
 Boolean DefaultRepositoriesService.deleteArtifact(Artifact artifact)
           
protected  String AbstractRestService.getArtifactUrl(Artifact artifact)
           
private  void DefaultRepositoriesService.updateMetadata(ArchivaRepositoryMetadata metadata, File metadataFile, Date lastUpdatedTimestamp, Artifact artifact)
          Update artifact level metadata.
 

Uses of Artifact in org.apache.archiva.rest.services.utils
 

Methods in org.apache.archiva.rest.services.utils that return Artifact
 Artifact ArtifactBuilder.build()
           
 



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.