A C D E F G H I J L M N O P R S T U V W

A

addAllArtifacts(List<Artifact>) - Method in class org.axway.grapes.commons.datamodel.Module
Adds a set of artifact to the module.
addArtifact(Artifact) - Method in class org.axway.grapes.commons.datamodel.Module
Adds an artifact to the module.
addDependency(Dependency) - Method in class org.axway.grapes.commons.datamodel.Module
Add a dependency to the module.
addLicense(String) - Method in class org.axway.grapes.commons.datamodel.Artifact
 
addSubmodule(Module) - Method in class org.axway.grapes.commons.datamodel.Module
Adds a submodule to the module.
APPROVED_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "approved", boolean query parameter used for licenses.
Artifact - Class in org.axway.grapes.commons.datamodel
Artifact Model Class
Artifact() - Constructor for class org.axway.grapes.commons.datamodel.Artifact
 
ARTIFACT_RESOURCE - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "artifact", Artifact is a Grapes server resource that handles the information about artifacts.
ARTIFACTID_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "artifactId", String query parameter used to filter artifacts.

C

CLASSIFIER_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "classifier", String query parameter used to filter artifacts.
createArtifact(String, String, String, String, String, String) - Static method in class org.axway.grapes.commons.datamodel.DataModelFactory
Generates an artifact regarding the parameters.
createDependency(Artifact, Scope) - Static method in class org.axway.grapes.commons.datamodel.DataModelFactory
Generates a dependency regarding the parameters.
createDependency(Artifact, String) - Static method in class org.axway.grapes.commons.datamodel.DataModelFactory
Generates a dependency regarding the parameters.
createLicense(String, String, String, String, String) - Static method in class org.axway.grapes.commons.datamodel.DataModelFactory
Generates a License regarding the parameters.
createModule(String, String) - Static method in class org.axway.grapes.commons.datamodel.DataModelFactory
Generates a module regarding the parameters.
createOrganization(String) - Static method in class org.axway.grapes.commons.datamodel.DataModelFactory
Generates an organization regarding the parameters.

D

DataModelFactory - Class in org.axway.grapes.commons.datamodel
Data Model Object Factory
Dependency - Class in org.axway.grapes.commons.datamodel
Dependency Model Class
Dependency() - Constructor for class org.axway.grapes.commons.datamodel.Dependency
 
DEPTH_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "depth", integer query parameter that is used to set a depth into the dependency result.
DO_NOT_USE - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "doNotUse", String query parameter used to filter/update the field "DO_NOT_USE" of an artifact.

E

equals(Object) - Method in class org.axway.grapes.commons.datamodel.Artifact
Checks if the artifact is the same than an other one.
equals(Object) - Method in class org.axway.grapes.commons.datamodel.Dependency
Checks if the dependency is the same than an other one.
equals(Object) - Method in class org.axway.grapes.commons.datamodel.License
Checks if the dependency is the same than an other one.
equals(Object) - Method in class org.axway.grapes.commons.datamodel.Module
Checks if the module is the same than an other one.
equals(Object) - Method in class org.axway.grapes.commons.datamodel.Organization
Checks if the organization is the same than an other one.
EXTENSION_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "extension", String query parameter used to filter artifacts.

F

FileUtils - Class in org.axway.grapes.commons.utils
FileUtils

G

GAVC - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "gavc", String query parameter used to filter artifacts.
GET_ALL - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "/all", GET methods that retrieve all the elements of a resource type.
GET_ANCESTORS - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "/ancestors", GET methods that returns the ancestor of the targeted resource.
GET_BUILD_INFO - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "/buildInfo", GET methods that returns TRUE if the targeted module is promoted.
GET_CORPORATE_GROUPIDS - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "/corporateGroupIds", GET methods that returns the list of corporate groupIds.
GET_DELIVERIES - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "/deliveries", GET methods that returns the deliveries of a product.
GET_DEPENDENCIES - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "/dependencies", GET methods that returns the dependencies of the targeted resource.
GET_DOWNLOAD_URL - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "/downloadurl", GET methods that returns the versions of the targeted resource.
GET_FEASIBLE - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "/doable", POST methods used to know if the promotion can be done.
GET_GAVCS - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "/gavcs", GET methods that returns the gavcs of the targeted artifacts.
GET_GROUPIDS - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "/groupIds", GET methods that returns the groupids of the targeted artifacts.
GET_LAST_VERSION - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "/lastversion", GET methods that returns the last version of the targeted resource.
GET_LICENSES - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "/licenses", GET methods that returns the licenses of the targeted resource.
GET_MODULE - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "/module", GET methods that returns the module of an artifact.
GET_MODULES - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "/modules", GET methods that returns the modules of a product.
GET_NAMES - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "/names", GET methods that returns the names of the targeted resources.
GET_ORGANIZATION - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "/organization", GET methods that returns the organization of an Artifact or a Module.
GET_PROVIDER - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "/provider", GET methods that returns the versions of the targeted resource.
GET_REPORT - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "/report", GET methods a report of regarding the promotion or the dependencies.
GET_VERSIONS - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "/versions", GET methods that returns the versions of the targeted resource.
getAllArtifacts(Module) - Static method in class org.axway.grapes.commons.utils.ModuleUtils
Returns all the Artifacts of the module
getAllDependencies(Module) - Static method in class org.axway.grapes.commons.utils.ModuleUtils
Returns all the dependencies of a module
getAllDependencies(Module, List<String>) - Static method in class org.axway.grapes.commons.utils.ModuleUtils
Returns all the dependencies taken into account the artifact of the module that will be removed from the dependencies
getArtifactId() - Method in class org.axway.grapes.commons.datamodel.Artifact
 
getArtifacts() - Method in class org.axway.grapes.commons.datamodel.Module
 
getClassifier() - Method in class org.axway.grapes.commons.datamodel.Artifact
 
getComments() - Method in class org.axway.grapes.commons.datamodel.License
 
getCorporateDependencies(Module, List<String>) - Static method in class org.axway.grapes.commons.utils.ModuleUtils
Returns the corporate dependencies of a module
getCorporateGroupIdPrefixes() - Method in class org.axway.grapes.commons.datamodel.Organization
 
getDependencies() - Method in class org.axway.grapes.commons.datamodel.Module
 
getDownloadUrl() - Method in class org.axway.grapes.commons.datamodel.Artifact
 
getExtension() - Method in class org.axway.grapes.commons.datamodel.Artifact
 
getGavc() - Method in class org.axway.grapes.commons.datamodel.Artifact
 
getGroupId() - Method in class org.axway.grapes.commons.datamodel.Artifact
 
getLicenses() - Method in class org.axway.grapes.commons.datamodel.Artifact
 
getLongName() - Method in class org.axway.grapes.commons.datamodel.License
 
getName() - Method in class org.axway.grapes.commons.datamodel.License
 
getName() - Method in class org.axway.grapes.commons.datamodel.Module
 
getName() - Method in class org.axway.grapes.commons.datamodel.Organization
 
getProvider() - Method in class org.axway.grapes.commons.datamodel.Artifact
 
getRegexp() - Method in class org.axway.grapes.commons.datamodel.License
 
getScope() - Method in class org.axway.grapes.commons.datamodel.Dependency
 
getSize() - Method in class org.axway.grapes.commons.datamodel.Artifact
 
getSize(File) - Static method in class org.axway.grapes.commons.utils.FileUtils
Get file size
getSourceName() - Method in class org.axway.grapes.commons.datamodel.Dependency
 
getSourceVersion() - Method in class org.axway.grapes.commons.datamodel.Dependency
 
getSubmodules() - Method in class org.axway.grapes.commons.datamodel.Module
 
getTarget() - Method in class org.axway.grapes.commons.datamodel.Dependency
 
getThirdPartyLibraries(Module, List<String>) - Static method in class org.axway.grapes.commons.utils.ModuleUtils
Returns the third party libraries of a module
getType() - Method in class org.axway.grapes.commons.datamodel.Artifact
 
getUrl() - Method in class org.axway.grapes.commons.datamodel.License
 
getVersion() - Method in class org.axway.grapes.commons.datamodel.Artifact
 
getVersion() - Method in class org.axway.grapes.commons.datamodel.Module
 
GROUPID_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "groupId", String query parameter used to filter artifacts.

H

HAS_LICENSE_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "hasLicense", boolean query parameter used to filter artifacts.
hashCode() - Method in class org.axway.grapes.commons.datamodel.Artifact
 
hashCode() - Method in class org.axway.grapes.commons.datamodel.Dependency
 
hashCode() - Method in class org.axway.grapes.commons.datamodel.License
 
hashCode() - Method in class org.axway.grapes.commons.datamodel.Module
 
hashCode() - Method in class org.axway.grapes.commons.datamodel.Organization
 

I

isApproved() - Method in class org.axway.grapes.commons.datamodel.License
 
isPromoted() - Method in class org.axway.grapes.commons.datamodel.Artifact
 
isPromoted() - Method in class org.axway.grapes.commons.datamodel.Module
 
isSubmodule() - Method in class org.axway.grapes.commons.datamodel.Module
 
isUnknown() - Method in class org.axway.grapes.commons.datamodel.License
 

J

JSON_CONTENT_TYPE - Static variable in class org.axway.grapes.commons.utils.JsonUtils
Json content type id
JsonUtils - Class in org.axway.grapes.commons.utils
Json Utils

L

License - Class in org.axway.grapes.commons.datamodel
License Model Class
License() - Constructor for class org.axway.grapes.commons.datamodel.License
 
LICENSE_ID_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "licenseId", string query parameter used for licenses.
LICENSE_RESOURCE - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "license", License is a Grapes server resource that handles the information about license.

M

Module - Class in org.axway.grapes.commons.datamodel
Module Model Class
Module() - Constructor for class org.axway.grapes.commons.datamodel.Module
 
MODULE_RESOURCE - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "module", Module is a Grapes server resource that handles the information about modules.
ModuleUtils - Class in org.axway.grapes.commons.utils
Module Utils

N

NAME_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "name", String query parameter used to filter modules.

O

org.axway.grapes.commons.api - package org.axway.grapes.commons.api
 
org.axway.grapes.commons.datamodel - package org.axway.grapes.commons.datamodel
 
org.axway.grapes.commons.exceptions - package org.axway.grapes.commons.exceptions
 
org.axway.grapes.commons.utils - package org.axway.grapes.commons.utils
 
Organization - Class in org.axway.grapes.commons.datamodel
Organization Model Class
Organization() - Constructor for class org.axway.grapes.commons.datamodel.Organization
 
ORGANIZATION_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "organization", boolean query parameter used to filter modules.
ORGANIZATION_RESOURCE - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "organization", Organization is a Grapes server resource that handles the information about organization.

P

PASSWORD_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "password", String query parameter used to add credentials.
PRODUCT_RESOURCE - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "product", Product is a Grapes server resource that handles the information about products & deliveries.
PROMOTED_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "promoted", boolean query parameter used to filter modules or artifacts.
PROMOTION - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "/promotion", POST methods used as /module/{name}/{version}.
PROVIDER_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "provider", String query parameter used to filter artifacts.

R

read(File) - Static method in class org.axway.grapes.commons.utils.FileUtils
Reads a file and returns the result in a String
RECURSIVE_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "fullRecursive", boolean query parameter that is used to get the result of the request going till the end of the dependency depth.

S

Scope - Enum in org.axway.grapes.commons.datamodel
Scope Model Enum
SCOPE_COMPILE_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "scopeComp", boolean query parameter used to filter dependencies.
SCOPE_PROVIDED_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "scopePro", boolean query parameter used to filter dependencies.
SCOPE_RUNTIME_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "scopeRun", boolean query parameter used to filter dependencies.
SCOPE_TEST_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "scopeTest", boolean query parameter used to filter dependencies.
SEQUOIA_RESOURCE - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "sequoia", Sequoia is a Grapes server provides graphs.
serialize(File, String, String) - Static method in class org.axway.grapes.commons.utils.FileUtils
Serialize a content into a targeted file, checking that the parent directory exists.
serialize(Object) - Static method in class org.axway.grapes.commons.utils.JsonUtils
Serialize an object with Json
ServerAPI - Interface in org.axway.grapes.commons.api
Grapes Server Resources Interface
SET_DO_NOT_USE - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "/donotuse", POST/GET flag "DO_NOT_USE" for the targeted artifact.
setApproved(boolean) - Method in class org.axway.grapes.commons.datamodel.License
 
setArtifactId(String) - Method in class org.axway.grapes.commons.datamodel.Artifact
 
setClassifier(String) - Method in class org.axway.grapes.commons.datamodel.Artifact
 
setComments(String) - Method in class org.axway.grapes.commons.datamodel.License
 
setCorporateGroupIdPrefixes(List<String>) - Method in class org.axway.grapes.commons.datamodel.Organization
 
setDownloadUrl(String) - Method in class org.axway.grapes.commons.datamodel.Artifact
 
setExtension(String) - Method in class org.axway.grapes.commons.datamodel.Artifact
 
setGroupId(String) - Method in class org.axway.grapes.commons.datamodel.Artifact
 
setLicenses(List<String>) - Method in class org.axway.grapes.commons.datamodel.Artifact
 
setLongName(String) - Method in class org.axway.grapes.commons.datamodel.License
 
setName(String) - Method in class org.axway.grapes.commons.datamodel.License
 
setName(String) - Method in class org.axway.grapes.commons.datamodel.Module
 
setName(String) - Method in class org.axway.grapes.commons.datamodel.Organization
 
setPromoted(boolean) - Method in class org.axway.grapes.commons.datamodel.Artifact
 
setPromoted(boolean) - Method in class org.axway.grapes.commons.datamodel.Module
Sets the promotion state.
setProvider(String) - Method in class org.axway.grapes.commons.datamodel.Artifact
 
setRegexp(String) - Method in class org.axway.grapes.commons.datamodel.License
 
setScope(Scope) - Method in class org.axway.grapes.commons.datamodel.Dependency
 
setSize(String) - Method in class org.axway.grapes.commons.datamodel.Artifact
 
setSourceName(String) - Method in class org.axway.grapes.commons.datamodel.Dependency
 
setSourceVersion(String) - Method in class org.axway.grapes.commons.datamodel.Dependency
 
setSubmodule(boolean) - Method in class org.axway.grapes.commons.datamodel.Module
 
setTarget(Artifact) - Method in class org.axway.grapes.commons.datamodel.Dependency
 
setType(String) - Method in class org.axway.grapes.commons.datamodel.Artifact
 
setUnknown(boolean) - Method in class org.axway.grapes.commons.datamodel.License
 
setUrl(String) - Method in class org.axway.grapes.commons.datamodel.License
 
setVersion(String) - Method in class org.axway.grapes.commons.datamodel.Artifact
 
setVersion(String) - Method in class org.axway.grapes.commons.datamodel.Module
 
SHOW_ANCESTOR_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "showAncestors", boolean query parameter used to show the ancestors in reports.
SHOW_CORPORATE_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "showCorporate", boolean query parameter used to showCorporate Dependencies.
SHOW_LICENSE_COMMENT_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "showLicenseComments", boolean query parameter used to show the license comments in reports.
SHOW_LICENSE_FULL_NAME_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "showLicenseFullNames", boolean query parameter used to show the license long names in reports.
SHOW_LICENSE_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "showLicenses", boolean query parameter used to show the licenses in reports.
SHOW_LICENSE_URL_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "showLicenseUrls", boolean query parameter used to show the license urls in reports.
SHOW_PROVIDERS_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "showProviders", boolean query parameter used to show artifacts provider in reports.
SHOW_SCOPE_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "showScopes", boolean query parameter used to show the scopes in reports.
SHOW_SIZE - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "showSize", boolean query parameter used to show the sizes in reports.
SHOW_SOURCES_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "showSources", boolean query parameter used to show dependency sources in reports.
SHOW_SOURCES_VERSION_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "showSourceVersions", boolean query parameter used to show dependency sources version in reports.
SHOW_TARGET_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "showTargets", boolean query parameter used to show the target GAVC in reports.
SHOW_TARGET_URL_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "showTargetUrls", boolean query parameter used to show the download URLs in reports.
SHOW_THIRPARTY_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "showThirdparty", boolean query parameter used to show the ancestors in reports.

T

TO_BE_VALIDATED_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "toBeValidated", boolean query parameter used to filter licenses that has to be validated.
TO_UPDATE_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "toUpdate", boolean query parameter used to filter dependencies.
toString() - Method in class org.axway.grapes.commons.datamodel.Artifact
 
toString() - Method in class org.axway.grapes.commons.datamodel.Organization
 
touch(File, String) - Static method in class org.axway.grapes.commons.utils.FileUtils
Creates a file
TYPE_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "type", String query parameter used to filter artifacts.

U

unserializeArtifact(String) - Static method in class org.axway.grapes.commons.utils.JsonUtils
Un-serialize a report with Json
unserializeBuildInfo(String) - Static method in class org.axway.grapes.commons.utils.JsonUtils
Un-serialize a Json into BuildInfo
unserializeLicense(String) - Static method in class org.axway.grapes.commons.utils.JsonUtils
Un-serialize a report with Json
unserializeModule(String) - Static method in class org.axway.grapes.commons.utils.JsonUtils
Un-serialize a Json into Module
unserializeOrganization(String) - Static method in class org.axway.grapes.commons.utils.JsonUtils
Un-serialize a Json into Organization
UnsupportedScopeException - Exception in org.axway.grapes.commons.exceptions
 
UnsupportedScopeException() - Constructor for exception org.axway.grapes.commons.exceptions.UnsupportedScopeException
 
URL_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "url", String query parameter used to filter artifacts.
USER_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "user", String query parameter used to add credentials.
USER_ROLE_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "role", String query parameter used to add or remove user roles.

V

valueOf(String) - Static method in enum org.axway.grapes.commons.datamodel.Scope
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.axway.grapes.commons.datamodel.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_PARAM - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "version", String query parameter used to filter artifacts.

W

WEBAPP_RESOURCE - Static variable in interface org.axway.grapes.commons.api.ServerAPI
Value - "webapp", Webapp is an UI that is over Grapes server server REST API.

A C D E F G H I J L M N O P R S T U V W

Copyright © 2014. All Rights Reserved.