Serialized Form


Package org.apache.archiva.rest.api.model

Class org.apache.archiva.rest.api.model.AdminRepositoryConsumer extends Object implements Serializable

Serialized Fields

enabled

boolean enabled

id

String id

description

String description

Class org.apache.archiva.rest.api.model.ArchivaRepositoryStatistics extends Object implements Serializable

Serialized Fields

scanEndTime

Date scanEndTime

scanStartTime

Date scanStartTime

totalArtifactCount

long totalArtifactCount

totalArtifactFileSize

long totalArtifactFileSize

totalFileCount

long totalFileCount

totalGroupCount

long totalGroupCount

totalProjectCount

long totalProjectCount

newFileCount

long newFileCount

duration

long duration

lastScanDate

String lastScanDate

Class org.apache.archiva.rest.api.model.ArtifactContent extends Object implements Serializable

Serialized Fields

content

String content

repositoryId

String repositoryId

Class org.apache.archiva.rest.api.model.ArtifactContentEntry extends Object implements Serializable

Serialized Fields

path

String path

file

boolean file

depth

int depth

repositoryId

String repositoryId

Class org.apache.archiva.rest.api.model.ArtifactTransferRequest extends org.apache.archiva.maven2.model.Artifact implements Serializable

Serialized Fields

targetRepositoryId

String targetRepositoryId

Class org.apache.archiva.rest.api.model.BrowseResult extends Object implements Serializable

Serialized Fields

browseResultEntries

List<E> browseResultEntries

rootLevel

boolean rootLevel

Class org.apache.archiva.rest.api.model.BrowseResultEntry extends Object implements Serializable

Serialized Fields

name

String name

project

boolean project

groupId

String groupId
Since:
2.0.0

artifactId

String artifactId
Since:
2.0.0

Class org.apache.archiva.rest.api.model.CacheEntry extends Object implements Serializable

Serialized Fields

key

String key

size

long size

cacheHits

long cacheHits

cacheMiss

long cacheMiss

cacheHitRate

String cacheHitRate

inMemorySize

long inMemorySize

Class org.apache.archiva.rest.api.model.ConsumerScanningStatistics extends Object implements Serializable

Serialized Fields

consumerKey

String consumerKey

count

long count

time

long time

average

String average

Class org.apache.archiva.rest.api.model.Dependency extends Object implements Serializable

Serialized Fields

groupId

String groupId

artifactId

String artifactId

version

String version

classifier

String classifier

type

String type

scope

String scope

Class org.apache.archiva.rest.api.model.GroupIdList extends Object implements Serializable

Serialized Fields

groupIds

List<E> groupIds

Class org.apache.archiva.rest.api.model.MetadataAddRequest extends Object implements Serializable

Serialized Fields

groupId

String groupId

artifactId

String artifactId

version

String version

metadatas

Map<K,V> metadatas

Class org.apache.archiva.rest.api.model.PolicyInformation extends Object implements Serializable

Serialized Fields

options

List<E> options

defaultOption

String defaultOption

id

String id

name

String name

Class org.apache.archiva.rest.api.model.QueueEntry extends Object implements Serializable

Serialized Fields

key

String key

entriesNumber

int entriesNumber

Class org.apache.archiva.rest.api.model.RepositoryScannerStatistics extends Object implements Serializable

Serialized Fields

managedRepository

org.apache.archiva.admin.model.beans.ManagedRepository managedRepository

consumerScanningStatistics

List<E> consumerScanningStatistics

totalFileCount

long totalFileCount

newFileCount

long newFileCount

Class org.apache.archiva.rest.api.model.SearchRequest extends Object implements Serializable

Serialized Fields

queryTerms

String queryTerms
Since:
1.4-M3 to be able to search with a query on selected repositories

groupId

String groupId
groupId


artifactId

String artifactId
artifactId


version

String version
version


packaging

String packaging
packaging (jar, war, pom, etc.)


className

String className
class name or package name


repositories

List<E> repositories
repositories


bundleVersion

String bundleVersion
contains osgi metadata Bundle-Version if available

Since:
1.4-M1

bundleSymbolicName

String bundleSymbolicName
contains osgi metadata Bundle-SymbolicName if available

Since:
1.4-M1

bundleExportPackage

String bundleExportPackage
contains osgi metadata Export-Package if available

Since:
1.4-M1

bundleExportService

String bundleExportService
contains osgi metadata Export-Service if available

Since:
1.4-M1

bundleImportPackage

String bundleImportPackage
contains osgi metadata Import-Package if available

Since:
1.4-M3

bundleRequireBundle

String bundleRequireBundle
contains osgi metadata Require-Bundle if available

Since:
1.4-M3

classifier

String classifier

includePomArtifacts

boolean includePomArtifacts
not return artifact with file extension pom

Since:
1.4-M2

pageSize

int pageSize
Since:
1.4-M4

selectedPage

int selectedPage
Since:
1.4-M4

Class org.apache.archiva.rest.api.model.StringList extends Object implements Serializable

Serialized Fields

strings

List<E> strings

Class org.apache.archiva.rest.api.model.UserManagerImplementationInformation extends AbstractImplementationInformation implements Serializable

Class org.apache.archiva.rest.api.model.VersionsList extends Object implements Serializable

Serialized Fields

versions

List<E> versions

Package org.apache.archiva.rest.api.services

Class org.apache.archiva.rest.api.services.ArchivaRestServiceException extends Exception implements Serializable

Serialized Fields

httpErrorCode

int httpErrorCode

errorKey

String errorKey

fieldName

String fieldName
can return the field name of bean with issue can be null

Since:
1.4-M3



Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.