git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/vre-management/whn-manager@131153 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
332438017a
commit
6e9e2c173d
38
.classpath
38
.classpath
|
@ -1,10 +1,36 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<classpath>
|
<classpath>
|
||||||
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
|
<classpathentry kind="src" output="target/classes" path="src/main/java">
|
||||||
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
|
<attributes>
|
||||||
<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
|
<attribute name="optional" value="true"/>
|
||||||
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
</attributes>
|
||||||
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
|
</classpathentry>
|
||||||
|
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
|
||||||
|
<attributes>
|
||||||
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
|
</attributes>
|
||||||
|
</classpathentry>
|
||||||
|
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
|
||||||
|
<attributes>
|
||||||
|
<attribute name="optional" value="true"/>
|
||||||
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
|
</attributes>
|
||||||
|
</classpathentry>
|
||||||
|
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
|
||||||
|
<attributes>
|
||||||
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
|
</attributes>
|
||||||
|
</classpathentry>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
|
||||||
|
<attributes>
|
||||||
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
|
</attributes>
|
||||||
|
</classpathentry>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
||||||
|
<attributes>
|
||||||
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
|
</attributes>
|
||||||
|
</classpathentry>
|
||||||
<classpathentry kind="output" path="target/classes"/>
|
<classpathentry kind="output" path="target/classes"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
6
.project
6
.project
|
@ -5,6 +5,11 @@
|
||||||
<projects>
|
<projects>
|
||||||
</projects>
|
</projects>
|
||||||
<buildSpec>
|
<buildSpec>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.wst.common.project.facet.core.builder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
<buildCommand>
|
<buildCommand>
|
||||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||||
<arguments>
|
<arguments>
|
||||||
|
@ -19,5 +24,6 @@
|
||||||
<natures>
|
<natures>
|
||||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
||||||
|
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
|
||||||
</natures>
|
</natures>
|
||||||
</projectDescription>
|
</projectDescription>
|
||||||
|
|
|
@ -3,3 +3,4 @@ encoding//src/main/java=UTF-8
|
||||||
encoding//src/main/resources=UTF-8
|
encoding//src/main/resources=UTF-8
|
||||||
encoding//src/test/java=UTF-8
|
encoding//src/test/java=UTF-8
|
||||||
encoding//src/test/resources=UTF-8
|
encoding//src/test/resources=UTF-8
|
||||||
|
encoding/<project>=UTF-8
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
eclipse.preferences.version=1
|
eclipse.preferences.version=1
|
||||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
|
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
|
||||||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
||||||
org.eclipse.jdt.core.compiler.compliance=1.7
|
org.eclipse.jdt.core.compiler.compliance=1.7
|
||||||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
|
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
|
||||||
|
@ -9,4 +9,4 @@ org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
||||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||||
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
|
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
|
||||||
org.eclipse.jdt.core.compiler.source=1.5
|
org.eclipse.jdt.core.compiler.source=1.7
|
||||||
|
|
92
pom.xml
92
pom.xml
|
@ -1,25 +1,25 @@
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.gcube.tools</groupId>
|
<groupId>org.gcube.tools</groupId>
|
||||||
<artifactId>maven-parent</artifactId>
|
<artifactId>maven-parent</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.gcube.resourcemanagement</groupId>
|
<groupId>org.gcube.resourcemanagement</groupId>
|
||||||
<artifactId>whn-manager</artifactId>
|
<artifactId>whn-manager</artifactId>
|
||||||
<version>1.1.0-SNAPSHOT</version>
|
<version>2.0.0-SNAPSHOT</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<properties>
|
<properties>
|
||||||
<webappDirectory>${project.basedir}/src/main/webapp/WEB-INF</webappDirectory>
|
<webappDirectory>${project.basedir}/src/main/webapp/WEB-INF</webappDirectory>
|
||||||
<distroDirectory>${project.basedir}/distro</distroDirectory>
|
<distroDirectory>${project.basedir}/distro</distroDirectory>
|
||||||
</properties>
|
</properties>
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>maven-smartgears-bom</artifactId>
|
<artifactId>maven-smartgears-bom</artifactId>
|
||||||
<version>LATEST</version>
|
<version>2.0.0-SNAPSHOT</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -45,16 +45,17 @@
|
||||||
<groupId>org.gcube.core</groupId>
|
<groupId>org.gcube.core</groupId>
|
||||||
<artifactId>common-smartgears-app</artifactId>
|
<artifactId>common-smartgears-app</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.sun.xml.ws</groupId>
|
<groupId>com.sun.xml.ws</groupId>
|
||||||
<artifactId>jaxws-rt</artifactId>
|
<artifactId>jaxws-rt</artifactId>
|
||||||
<version>2.1.7</version>
|
<version>2.1.7</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- <dependency> -->
|
<!-- <dependency> -->
|
||||||
<!-- <groupId>org.jboss.weld.servlet</groupId> -->
|
<!-- <groupId>org.jboss.weld.servlet</groupId> -->
|
||||||
<!-- <artifactId>weld-servlet</artifactId> -->
|
<!-- <artifactId>weld-servlet</artifactId> -->
|
||||||
<!-- <version>1.1.9.Final</version> -->
|
<!-- <version>1.1.9.Final</version> -->
|
||||||
<!-- </dependency> -->
|
<!-- </dependency> -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jboss.weld.servlet</groupId>
|
<groupId>org.jboss.weld.servlet</groupId>
|
||||||
<artifactId>weld-servlet-core</artifactId>
|
<artifactId>weld-servlet-core</artifactId>
|
||||||
|
@ -88,51 +89,46 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.resourcemanagement</groupId>
|
<groupId>org.gcube.resourcemanagement</groupId>
|
||||||
<artifactId>whnmanager-api</artifactId>
|
<artifactId>whnmanager-api</artifactId>
|
||||||
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.gcube.core</groupId>
|
|
||||||
<artifactId>common-jaxws-calls</artifactId>
|
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
|
||||||
<scope>test</scope>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<!-- interpolates profiles and copies from distribution location to configuration
|
<!-- interpolates profiles and copies from distribution location to configuration
|
||||||
location, where it is need for embedding into stub artifact, gar generation,
|
location, where it is need for embedding into stub artifact, gar generation,
|
||||||
and service archive. -->
|
and service archive. -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-resources-plugin</artifactId>
|
<artifactId>maven-resources-plugin</artifactId>
|
||||||
<version>2.6</version>
|
<version>2.6</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>copy-profile</id>
|
<id>copy-profile</id>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>copy-resources</goal>
|
<goal>copy-resources</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<phase>process-resources</phase>
|
<phase>process-resources</phase>
|
||||||
<configuration>
|
<configuration>
|
||||||
<outputDirectory>${webappDirectory}</outputDirectory>
|
<outputDirectory>${webappDirectory}</outputDirectory>
|
||||||
<resources>
|
<resources>
|
||||||
<resource>
|
<resource>
|
||||||
<directory>${distroDirectory}</directory>
|
<directory>${distroDirectory}</directory>
|
||||||
<includes>
|
<includes>
|
||||||
<include>gcube-app.xml</include>
|
<include>gcube-app.xml</include>
|
||||||
</includes>
|
</includes>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
</resource>
|
</resource>
|
||||||
</resources>
|
</resources>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-war-plugin</artifactId>
|
<artifactId>maven-war-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<!-- <packagingExcludes>WEB-INF/lib/jaxws-rt-2.1.7.jar,WEB-INF/lib/jaxws-api-2.1.jar,WEB-INF/lib/jaxb-impl-2.1.11.jar,WEB-INF/lib/jaxb-api-2.1.jar</packagingExcludes> -->
|
<!-- <packagingExcludes>WEB-INF/lib/jaxws-rt-2.1.7.jar,WEB-INF/lib/jaxws-api-2.1.jar,WEB-INF/lib/jaxb-impl-2.1.11.jar,WEB-INF/lib/jaxb-api-2.1.jar</packagingExcludes> -->
|
||||||
<warName>whn-manager</warName>
|
<warName>whn-manager</warName>
|
||||||
<webXml>src\main\webapp\WEB-INF\web.xml</webXml>
|
<webXml>src\main\webapp\WEB-INF\web.xml</webXml>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
@ -1,34 +1,24 @@
|
||||||
package org.gcube.vremanagement.whnmanager.jaxws.ws;
|
package org.gcube.vremanagement.whnmanager.jaxws.ws;
|
||||||
|
|
||||||
import java.io.OutputStream;
|
import static org.gcube.smartgears.provider.ProviderFactory.provider;
|
||||||
import java.net.HttpURLConnection;
|
|
||||||
import java.net.URL;
|
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.Iterator;
|
|
||||||
|
|
||||||
import javax.jws.WebService;
|
import javax.jws.WebService;
|
||||||
|
|
||||||
|
import org.gcube.common.authorization.client.proxy.AuthorizationProxy;
|
||||||
import org.gcube.smartgears.ContextProvider;
|
import org.gcube.common.authorization.library.provider.AuthorizationProvider;
|
||||||
import org.gcube.smartgears.configuration.application.ApplicationConfiguration;
|
import org.gcube.common.authorization.library.provider.ContainerInfo;
|
||||||
import org.gcube.smartgears.context.application.ApplicationContext;
|
|
||||||
import org.gcube.smartgears.context.container.ContainerContext;
|
|
||||||
import org.gcube.smartgears.extensions.resource.ScopesResource.Scope;
|
|
||||||
import org.gcube.smartgears.handlers.container.lifecycle.ProfilePublisher;
|
|
||||||
import org.gcube.vremanagement.whnmanager.utils.ValidationUtils;
|
|
||||||
//import org.gcube.common.calls.jaxws.Constants;
|
|
||||||
import org.gcube.common.resources.gcore.HostingNode;
|
|
||||||
import org.gcube.common.resources.gcore.Resources;
|
|
||||||
import org.gcube.common.resources.gcore.ScopeGroup;
|
|
||||||
import org.gcube.common.scope.api.ScopeProvider;
|
import org.gcube.common.scope.api.ScopeProvider;
|
||||||
import org.gcube.common.scope.impl.ScopeBean;
|
import org.gcube.common.scope.impl.ScopeBean;
|
||||||
import org.gcube.common.scope.impl.ScopeBean.Type;
|
|
||||||
import org.gcube.resourcemanagement.whnmanager.api.exception.GCUBEUnrecoverableException;
|
|
||||||
import org.gcube.resourcemanagement.whnmanager.api.WhnManager;
|
import org.gcube.resourcemanagement.whnmanager.api.WhnManager;
|
||||||
import org.gcube.resourcemanagement.whnmanager.api.types.AddScopeInputParams;
|
import org.gcube.resourcemanagement.whnmanager.api.exception.GCUBEUnrecoverableException;
|
||||||
import org.gcube.resourcemanagement.whnmanager.api.types.ScopeRIParams;
|
import org.gcube.resourcemanagement.whnmanager.api.exception.GCUBEUnrecoverableExceptionInfo;
|
||||||
|
import org.gcube.smartgears.ContextProvider;
|
||||||
|
import org.gcube.smartgears.context.application.ApplicationContext;
|
||||||
|
import org.gcube.smartgears.managers.ContextEvents;
|
||||||
|
import org.gcube.vremanagement.whnmanager.utils.ValidationUtils;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
//import org.gcube.common.calls.jaxws.Constants;
|
||||||
|
|
||||||
@WebService(portName = "WhnManagerIOPort",
|
@WebService(portName = "WhnManagerIOPort",
|
||||||
serviceName = WhnManager.SERVICE_NAME,
|
serviceName = WhnManager.SERVICE_NAME,
|
||||||
|
@ -39,42 +29,39 @@ public class WhnManagerImpl implements WhnManager{
|
||||||
|
|
||||||
|
|
||||||
private static Logger logger=LoggerFactory.getLogger(WhnManagerImpl.class);
|
private static Logger logger=LoggerFactory.getLogger(WhnManagerImpl.class);
|
||||||
public static final String SCOPE_HEADER_ENTRY = "gcube-scope";
|
//public static final String TOKEN_HEADER_ENTRY = "gcube-token";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add a scope to the ghn profile and publish it on IS
|
* Add a scope to the ghn profile and publish it on IS
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public boolean addScope(AddScopeInputParams params) throws GCUBEUnrecoverableException{
|
public boolean addToContext(String context) throws GCUBEUnrecoverableException{
|
||||||
logger.trace("WHNManager: addScope method invokation");
|
logger.trace("WHNManager: addToContext method invokation with parameters context :{} and caller: {} curentContext: {}",context, AuthorizationProvider.instance.get(), ScopeProvider.instance.get() );
|
||||||
String scope=params.getScope();
|
ValidationUtils.valid("context", context);
|
||||||
ValidationUtils.valid("scope", scope);
|
ApplicationContext appContext = ContextProvider.get();
|
||||||
ApplicationContext context = ContextProvider.get();
|
|
||||||
if(context!=null){
|
if(context!=null){
|
||||||
HostingNode ghn=context.container().profile(HostingNode.class);
|
if(!appContext.container().configuration().allowedContexts().contains(context)){
|
||||||
if(new ScopeBean(scope).is(Type.VRE)){
|
if (new ScopeBean(context).enclosingScope().toString().equals(ScopeProvider.instance.get())){
|
||||||
logger.debug("addScope operation on VRE scope. Check if present VO scope");
|
AuthorizationProxy proxy = provider().authorizationProxy();
|
||||||
scope=new ScopeBean(scope).enclosingScope().toString();
|
try {
|
||||||
logger.debug("VO scope: "+scope);
|
String token = proxy.requestActivation(new ContainerInfo(appContext.container().configuration().hostname(), appContext.container().configuration().port()), context);
|
||||||
}
|
logger.trace("generated token is {}",token);
|
||||||
if(!ValidationUtils.isPresent(ghn, scope)){
|
appContext.events().fire(token, ContextEvents.ADD_TOKEN_TO_CONTAINER);
|
||||||
ValidationUtils.addEnclosingScopesOnResource(ghn, scope);
|
} catch (Exception e) {
|
||||||
logger.debug("addScope method: add scope "+scope+" to resource with id: "+ghn.id());
|
logger.error("error contacting authorization service",e);
|
||||||
ghn.scopes().asCollection().add(scope);
|
throw new GCUBEUnrecoverableException(new GCUBEUnrecoverableExceptionInfo("error contacting authorization service"));
|
||||||
ScopeGroup<String> scopes=ghn.scopes();
|
}
|
||||||
logger.debug(" resource will be published in scopes: ");
|
} else {
|
||||||
for(Iterator it=scopes.iterator(); it.hasNext();){
|
logger.error("the selected context {} is not enclosed in the context passed via token : authorization denied ", context);
|
||||||
String scopeFound=(String)it.next();
|
return false;
|
||||||
logger.debug(" - "+scopeFound);
|
|
||||||
}
|
}
|
||||||
ContainerContext container=context.container()/*.configuration().apps()*/;
|
|
||||||
ProfilePublisher publisher= new ProfilePublisher(container);
|
|
||||||
publisher.update();
|
|
||||||
}else{
|
}else{
|
||||||
logger.warn("the scope "+scope+" is already present on ghn profile with id: "+ ghn.id());
|
logger.warn("the context {} is already present ", context);
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
logger.warn("addScope method: context is null");
|
logger.error("context is null");
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
@ -83,140 +70,36 @@ public class WhnManagerImpl implements WhnManager{
|
||||||
* Remove a scope from ghn profile and publish the new profile on IS
|
* Remove a scope from ghn profile and publish the new profile on IS
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public boolean removeScope(String scope) throws GCUBEUnrecoverableException {
|
public boolean removeFromContext(String context) throws GCUBEUnrecoverableException {
|
||||||
logger.trace("WHN-Manager: removeScope method invokation");
|
logger.trace("WHNManager: removeFromContext method invokation with parameters context :{} and caller: {} curentContext: {}",context, AuthorizationProvider.instance.get(), ScopeProvider.instance.get() );
|
||||||
ValidationUtils.valid("scope", scope);
|
ValidationUtils.valid("context", context);
|
||||||
if(new ScopeBean(scope).is(Type.VRE)){
|
ApplicationContext appContext = ContextProvider.get();
|
||||||
logger.debug("this is a VRE scope. The request will be ignored ");
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
ApplicationContext context = ContextProvider.get();
|
|
||||||
if(context!=null){
|
if(context!=null){
|
||||||
HostingNode ghn=context.container().profile(HostingNode.class);
|
if(appContext.container().configuration().allowedContexts().contains(context)){
|
||||||
if(ValidationUtils.isPresent(ghn, scope)){
|
if (new ScopeBean(context).enclosingScope().toString().equals(ScopeProvider.instance.get())){
|
||||||
logger.debug("removeScope method: remove scope "+scope+" to resource with id: "+ghn.id());
|
AuthorizationProxy proxy = provider().authorizationProxy();
|
||||||
ContainerContext container=context.container();
|
try {
|
||||||
ProfilePublisher publisher= new ProfilePublisher(container);
|
String token = proxy.requestActivation(new ContainerInfo(appContext.container().configuration().hostname(), appContext.container().configuration().port()), context);
|
||||||
publisher.removeFrom(Arrays.asList(scope));
|
logger.trace("token to remove is {}",token);
|
||||||
|
appContext.events().fire(token, ContextEvents.REMOVE_TOKEN_FROM_CONTAINER);
|
||||||
|
} catch (Exception e) {
|
||||||
|
logger.error("error contacting authorization service",e);
|
||||||
|
throw new GCUBEUnrecoverableException(new GCUBEUnrecoverableExceptionInfo("error contacting authorization service"));
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
logger.error("the selected context {} is not enclosed in the context passed via token : authorization denied ", context);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}else{
|
}else{
|
||||||
logger.warn("scope is not present in the resource");
|
logger.warn("the context {} is not present ", context);
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
logger.warn("addScope method: context is null");
|
logger.error("context is null");
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean addRIToScope(ScopeRIParams params) throws GCUBEUnrecoverableException{
|
|
||||||
logger.debug("addRIToScope method: Adding scope " + params.getScope() + " to RI <" + params.getClazz() +","+ params.getName() +">");
|
|
||||||
try {
|
|
||||||
HttpURLConnection connection =getConnectionToScopeManager(params.name);
|
|
||||||
logger.debug("adding scope: "+params.scope);
|
|
||||||
Scope newScope = new Scope(params.scope);
|
|
||||||
try (OutputStream output = connection.getOutputStream()) {
|
|
||||||
Resources.marshal(newScope, output);
|
|
||||||
}
|
|
||||||
logger.info("addScope operation ended with response code: "+connection.getResponseCode());
|
|
||||||
} catch (Exception e) {
|
|
||||||
// TODO Auto-generated catch block
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
//
|
|
||||||
// @Override
|
|
||||||
// public boolean activateRI(RIData ri) throws GCUBEUnrecoverableException{
|
|
||||||
// logger.debug("dummy activereRI method with param "+ri);
|
|
||||||
// return true;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
//
|
|
||||||
// @Override
|
|
||||||
// public boolean deactivateRI(RIData ri) throws GCUBEUnrecoverableException{
|
|
||||||
// logger.debug("dummy deactivateRI method with param "+ri);
|
|
||||||
// return true;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
@Override
|
|
||||||
public boolean removeRIFromScope(ScopeRIParams params) throws GCUBEUnrecoverableException{
|
|
||||||
logger.debug("removeRIFromScope method with param "+params);
|
|
||||||
try {
|
|
||||||
HttpURLConnection connection =getConnectionToScopeManager(params.name);
|
|
||||||
logger.debug("adding scope: "+params.scope);
|
|
||||||
Scope newScope = new Scope(params.scope);
|
|
||||||
newScope.delete=true;
|
|
||||||
try (OutputStream output = connection.getOutputStream()) {
|
|
||||||
Resources.marshal(newScope, output);
|
|
||||||
}
|
|
||||||
logger.info("addScope operation ended with response code: "+connection.getResponseCode());
|
|
||||||
} catch (Exception e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void addScope(String appName, String currentScope, String scopeToAdd ) throws Exception{
|
|
||||||
ApplicationContext context = ContextProvider.get();
|
|
||||||
String hostname = context.container().configuration().hostname();
|
|
||||||
int port = context.container().configuration().port();
|
|
||||||
ApplicationConfiguration app=getAppConfiguration(appName, context);
|
|
||||||
if(app!=null){
|
|
||||||
if(logger.isDebugEnabled())
|
|
||||||
logger.debug("http call to: http://"+hostname+":"+port+"/"+app.context()+"/gcube/resource/scopes");
|
|
||||||
// URL url = new URL(String.format("http://%s:%d/%s/gcube/resource/scopes", "dlib29.isti.cnr.it", 8080, "authorization-service" ));
|
|
||||||
URL url = new URL(String.format("http://%s:%d/%s/gcube/resource/scopes", hostname, port, app.context()));
|
|
||||||
HttpURLConnection connection = (HttpURLConnection)url.openConnection();
|
|
||||||
connection.setRequestMethod("POST");
|
|
||||||
connection.setDoOutput(true);
|
|
||||||
connection.setDoInput(true);
|
|
||||||
connection.setRequestProperty("Content-Type", "application/xml");
|
|
||||||
connection.setRequestProperty(SCOPE_HEADER_ENTRY, currentScope);
|
|
||||||
Scope newScope = new Scope(scopeToAdd);
|
|
||||||
try (OutputStream output = connection.getOutputStream()) {
|
|
||||||
Resources.marshal(newScope, output);
|
|
||||||
}
|
|
||||||
logger.info("addScope operation ended with response code: "+connection.getResponseCode());
|
|
||||||
|
|
||||||
}else{
|
|
||||||
throw new RuntimeException("applicationConfiguration not found ");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private HttpURLConnection getConnectionToScopeManager(String appName) throws Exception{
|
|
||||||
ApplicationContext context = ContextProvider.get();
|
|
||||||
String hostname = context.container().configuration().hostname();
|
|
||||||
int port = context.container().configuration().port();
|
|
||||||
String currentScope=ScopeProvider.instance.get();
|
|
||||||
ApplicationConfiguration app=getAppConfiguration(appName, context);
|
|
||||||
if(app!=null){
|
|
||||||
if(logger.isDebugEnabled())
|
|
||||||
logger.debug("http call to: http://"+hostname+":"+port+"/"+app.context()+"/gcube/resource/scopes");
|
|
||||||
// URL url = new URL(String.format("http://%s:%d/%s/gcube/resource/scopes", "dlib29.isti.cnr.it", 8080, "authorization-service" ));
|
|
||||||
URL url = new URL(String.format("http://%s:%d/%s/gcube/resource/scopes", hostname, port, app.context()));
|
|
||||||
HttpURLConnection connection = (HttpURLConnection)url.openConnection();
|
|
||||||
connection.setRequestMethod("POST");
|
|
||||||
connection.setDoOutput(true);
|
|
||||||
connection.setDoInput(true);
|
|
||||||
connection.setRequestProperty("Content-Type", "application/xml");
|
|
||||||
connection.setRequestProperty(SCOPE_HEADER_ENTRY, currentScope);
|
|
||||||
return connection;
|
|
||||||
}else{
|
|
||||||
throw new RuntimeException("applicationConfiguration not found ");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private ApplicationConfiguration getAppConfiguration(String appName, ApplicationContext context){
|
|
||||||
logger.debug("get application configuration");
|
|
||||||
for (ApplicationConfiguration app : context.container().configuration().apps()){
|
|
||||||
logger.debug("check app "+ app.name());
|
|
||||||
if (app.name().equals(appName)){
|
|
||||||
logger.debug("application configuration is "+app.name());
|
|
||||||
return app;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return null;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,34 +3,17 @@ package org.gcube.vremanagement.whnmanager.utils;
|
||||||
import java.util.Iterator;
|
import java.util.Iterator;
|
||||||
|
|
||||||
import org.gcube.common.resources.gcore.Resource;
|
import org.gcube.common.resources.gcore.Resource;
|
||||||
import org.gcube.common.resources.gcore.ResourceMediator;
|
|
||||||
import org.gcube.common.resources.gcore.ScopeGroup;
|
import org.gcube.common.resources.gcore.ScopeGroup;
|
||||||
import org.gcube.common.scope.impl.ScopeBean;
|
|
||||||
import org.gcube.common.scope.impl.ScopeBean.Type;
|
|
||||||
import org.slf4j.Logger;
|
|
||||||
import org.slf4j.LoggerFactory;
|
|
||||||
|
|
||||||
public class ValidationUtils {
|
public class ValidationUtils {
|
||||||
|
|
||||||
private static final Logger log = LoggerFactory.getLogger(ValidationUtils.class);
|
//private static final Logger log = LoggerFactory.getLogger(ValidationUtils.class);
|
||||||
|
|
||||||
public static void valid(String name, Object object){
|
public static void valid(String name, Object object){
|
||||||
if (object==null)
|
if (object==null)
|
||||||
throw new IllegalArgumentException(name+" is null");
|
throw new IllegalArgumentException(name+" is null");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static < R extends Resource > boolean isPresent(R resource, String currentScope){
|
|
||||||
ScopeGroup<String> scopes=resource.scopes();
|
|
||||||
boolean founded= false;
|
|
||||||
for(Iterator<String> it=scopes.iterator(); it.hasNext();){
|
|
||||||
String scope=it.next();
|
|
||||||
if(scope.equals(currentScope))
|
|
||||||
founded=true;
|
|
||||||
}
|
|
||||||
if(founded)
|
|
||||||
return true;
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public static < R extends Resource > boolean isNotPresent(R resource, String currentScope){
|
public static < R extends Resource > boolean isNotPresent(R resource, String currentScope){
|
||||||
|
@ -47,28 +30,7 @@ public class ValidationUtils {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* If scope is a VRE scope and the VO and INFRA scopes are not present in the resource, this method add these scopes to the resource
|
|
||||||
* @param resource the resource
|
|
||||||
* @param scope a scope
|
|
||||||
*/
|
|
||||||
public static <T extends Resource> void addEnclosingScopesOnResource(T resource, String scope){
|
|
||||||
log.trace("add enclosed scopes of "+scope+" to the resource with id: "+resource.id());
|
|
||||||
if(new ScopeBean(scope).is(Type.VRE)){
|
|
||||||
String voScope=new ScopeBean(scope).enclosingScope().toString();
|
|
||||||
String infraScope=new ScopeBean(voScope).enclosingScope().toString();
|
|
||||||
// The scope collection is a set, I can add scope without checking
|
|
||||||
log.debug("adding "+voScope+" to the resource "+resource.id());
|
|
||||||
ResourceMediator.setScope(resource, voScope);
|
|
||||||
log.debug("adding "+infraScope+" to the resource "+resource.id());
|
|
||||||
ResourceMediator.setScope(resource, infraScope);
|
|
||||||
}else if(new ScopeBean(scope).is(Type.VO)){
|
|
||||||
String infraScope=new ScopeBean(scope).enclosingScope().toString();
|
|
||||||
log.debug("adding "+infraScope+" to the resource "+resource.id());
|
|
||||||
// The scope collection is a set, I can add scope without checking
|
|
||||||
ResourceMediator.setScope(resource, infraScope);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public static <T extends Resource> boolean isTheLastScopeOnResource(T resource, String scope){
|
public static <T extends Resource> boolean isTheLastScopeOnResource(T resource, String scope){
|
||||||
if(resource.scopes().size() == 0)
|
if(resource.scopes().size() == 0)
|
||||||
|
@ -133,7 +95,7 @@ public class ValidationUtils {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<application mode='online'>
|
<application mode='online'>
|
||||||
<name>WhnManager</name>
|
<name>WhnManager</name>
|
||||||
<group>VREManagement</group>
|
<group>VREManagement</group>
|
||||||
<version>1.1.0-SNAPSHOT</version>
|
<version>2.0.0-SNAPSHOT</version>
|
||||||
<description>Web Hosting Node Service</description>
|
<description>Web Hosting Node Service</description>
|
||||||
<local-persistence location='target' />
|
<local-persistence location='target' />
|
||||||
</application>
|
</application>
|
||||||
|
|
|
@ -4,11 +4,6 @@
|
||||||
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
|
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
|
||||||
version="2.5">
|
version="2.5">
|
||||||
|
|
||||||
<!-- <listener> -->
|
|
||||||
<!-- <listener-class>org.jboss.weld.environment.servlet.Listener</listener-class> -->
|
|
||||||
<!-- </listener> -->
|
|
||||||
|
|
||||||
|
|
||||||
<listener>
|
<listener>
|
||||||
<listener-class>com.sun.xml.ws.transport.http.servlet.WSServletContextListener</listener-class>
|
<listener-class>com.sun.xml.ws.transport.http.servlet.WSServletContextListener</listener-class>
|
||||||
</listener>
|
</listener>
|
||||||
|
|
|
@ -1,50 +0,0 @@
|
||||||
package org.gcube.vremanagement.whnmanager.client.test;
|
|
||||||
|
|
||||||
import static org.junit.Assert.*;
|
|
||||||
|
|
||||||
import java.net.URL;
|
|
||||||
import javax.xml.namespace.QName;
|
|
||||||
|
|
||||||
import org.gcube.common.calls.jaxws.GcubeService;
|
|
||||||
import org.gcube.common.scope.api.ScopeProvider;
|
|
||||||
import org.junit.Before;
|
|
||||||
import org.junit.Test;
|
|
||||||
import org.slf4j.Logger;
|
|
||||||
import org.slf4j.LoggerFactory;
|
|
||||||
import java.net.MalformedURLException;
|
|
||||||
import javax.xml.ws.Service;
|
|
||||||
|
|
||||||
import org.gcube.resourcemanagement.whnmanager.api.WhnManager;
|
|
||||||
import org.gcube.resourcemanagement.whnmanager.api.types.AddScopeInputParams;
|
|
||||||
|
|
||||||
|
|
||||||
public class WhnManagerTest {
|
|
||||||
|
|
||||||
private Logger logger = LoggerFactory.getLogger(WhnManagerTest.class);
|
|
||||||
private final static String address="http://localhost:8080/whn-manager/gcube/vremanagement/ws/whnmanager";
|
|
||||||
private URL url;
|
|
||||||
private WhnManager whn;
|
|
||||||
|
|
||||||
@Before
|
|
||||||
public void setup() throws MalformedURLException{
|
|
||||||
ScopeProvider.instance.set("/gcube/devsec");
|
|
||||||
url = new URL(address);
|
|
||||||
QName qname = new QName(WhnManager.TNS, WhnManager.SERVICE_NAME);
|
|
||||||
GcubeService<WhnManager> serviceManager = GcubeService.service().withName(qname).andInterface(WhnManager.class);
|
|
||||||
whn=org.gcube.common.calls.jaxws.StubFactory.stubFor(serviceManager).at(address);
|
|
||||||
|
|
||||||
}
|
|
||||||
// @Test
|
|
||||||
public void addScopeTest() throws Exception{
|
|
||||||
AddScopeInputParams params = new AddScopeInputParams("/gcube/devsec", "");
|
|
||||||
assertTrue(whn.addScope(params));
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
// @Test
|
|
||||||
public void removeScopeTest() throws Exception{
|
|
||||||
assertTrue(whn.removeScope("/gcube/devsec"));
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
|
@ -0,0 +1,20 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Tue Sep 06 10:18:38 CEST 2016 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>All Classes (whn-manager 2.0.0-SNAPSHOT API)</title>
|
||||||
|
<meta name="date" content="2016-09-06">
|
||||||
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1 class="bar">All Classes</h1>
|
||||||
|
<div class="indexContainer">
|
||||||
|
<ul>
|
||||||
|
<li><a href="org/gcube/vremanagement/whnmanager/utils/ValidationUtils.html" title="class in org.gcube.vremanagement.whnmanager.utils" target="classFrame">ValidationUtils</a></li>
|
||||||
|
<li><a href="org/gcube/vremanagement/whnmanager/jaxws/ws/WhnManagerImpl.html" title="class in org.gcube.vremanagement.whnmanager.jaxws.ws" target="classFrame">WhnManagerImpl</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,20 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Tue Sep 06 10:18:38 CEST 2016 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>All Classes (whn-manager 2.0.0-SNAPSHOT API)</title>
|
||||||
|
<meta name="date" content="2016-09-06">
|
||||||
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1 class="bar">All Classes</h1>
|
||||||
|
<div class="indexContainer">
|
||||||
|
<ul>
|
||||||
|
<li><a href="org/gcube/vremanagement/whnmanager/utils/ValidationUtils.html" title="class in org.gcube.vremanagement.whnmanager.utils">ValidationUtils</a></li>
|
||||||
|
<li><a href="org/gcube/vremanagement/whnmanager/jaxws/ws/WhnManagerImpl.html" title="class in org.gcube.vremanagement.whnmanager.jaxws.ws">WhnManagerImpl</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,117 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Tue Sep 06 10:18:38 CEST 2016 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>Constant Field Values (whn-manager 2.0.0-SNAPSHOT API)</title>
|
||||||
|
<meta name="date" content="2016-09-06">
|
||||||
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="Constant Field Values (whn-manager 2.0.0-SNAPSHOT API)";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>JavaScript is disabled on your browser.</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="overview-summary.html">Overview</a></li>
|
||||||
|
<li>Package</li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li>Use</li>
|
||||||
|
<li><a href="overview-tree.html">Tree</a></li>
|
||||||
|
<li><a href="deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="index-all.html">Index</a></li>
|
||||||
|
<li><a href="help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev</li>
|
||||||
|
<li>Next</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="constant-values.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<div class="header">
|
||||||
|
<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
|
||||||
|
<h2 title="Contents">Contents</h2>
|
||||||
|
</div>
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="overview-summary.html">Overview</a></li>
|
||||||
|
<li>Package</li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li>Use</li>
|
||||||
|
<li><a href="overview-tree.html">Tree</a></li>
|
||||||
|
<li><a href="deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="index-all.html">Index</a></li>
|
||||||
|
<li><a href="help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev</li>
|
||||||
|
<li>Next</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="constant-values.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2016. All Rights Reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,117 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Tue Sep 06 10:18:38 CEST 2016 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>Deprecated List (whn-manager 2.0.0-SNAPSHOT API)</title>
|
||||||
|
<meta name="date" content="2016-09-06">
|
||||||
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="Deprecated List (whn-manager 2.0.0-SNAPSHOT API)";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>JavaScript is disabled on your browser.</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="overview-summary.html">Overview</a></li>
|
||||||
|
<li>Package</li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li>Use</li>
|
||||||
|
<li><a href="overview-tree.html">Tree</a></li>
|
||||||
|
<li class="navBarCell1Rev">Deprecated</li>
|
||||||
|
<li><a href="index-all.html">Index</a></li>
|
||||||
|
<li><a href="help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev</li>
|
||||||
|
<li>Next</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<div class="header">
|
||||||
|
<h1 title="Deprecated API" class="title">Deprecated API</h1>
|
||||||
|
<h2 title="Contents">Contents</h2>
|
||||||
|
</div>
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="overview-summary.html">Overview</a></li>
|
||||||
|
<li>Package</li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li>Use</li>
|
||||||
|
<li><a href="overview-tree.html">Tree</a></li>
|
||||||
|
<li class="navBarCell1Rev">Deprecated</li>
|
||||||
|
<li><a href="index-all.html">Index</a></li>
|
||||||
|
<li><a href="help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev</li>
|
||||||
|
<li>Next</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2016. All Rights Reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,222 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Tue Sep 06 10:18:38 CEST 2016 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>API Help (whn-manager 2.0.0-SNAPSHOT API)</title>
|
||||||
|
<meta name="date" content="2016-09-06">
|
||||||
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="API Help (whn-manager 2.0.0-SNAPSHOT API)";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>JavaScript is disabled on your browser.</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="overview-summary.html">Overview</a></li>
|
||||||
|
<li>Package</li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li>Use</li>
|
||||||
|
<li><a href="overview-tree.html">Tree</a></li>
|
||||||
|
<li><a href="deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="index-all.html">Index</a></li>
|
||||||
|
<li class="navBarCell1Rev">Help</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev</li>
|
||||||
|
<li>Next</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="help-doc.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<div class="header">
|
||||||
|
<h1 class="title">How This API Document Is Organized</h1>
|
||||||
|
<div class="subTitle">This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.</div>
|
||||||
|
</div>
|
||||||
|
<div class="contentContainer">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Overview</h2>
|
||||||
|
<p>The <a href="overview-summary.html">Overview</a> page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.</p>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Package</h2>
|
||||||
|
<p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Interfaces (italic)</li>
|
||||||
|
<li>Classes</li>
|
||||||
|
<li>Enums</li>
|
||||||
|
<li>Exceptions</li>
|
||||||
|
<li>Errors</li>
|
||||||
|
<li>Annotation Types</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Class/Interface</h2>
|
||||||
|
<p>Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Class inheritance diagram</li>
|
||||||
|
<li>Direct Subclasses</li>
|
||||||
|
<li>All Known Subinterfaces</li>
|
||||||
|
<li>All Known Implementing Classes</li>
|
||||||
|
<li>Class/interface declaration</li>
|
||||||
|
<li>Class/interface description</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Nested Class Summary</li>
|
||||||
|
<li>Field Summary</li>
|
||||||
|
<li>Constructor Summary</li>
|
||||||
|
<li>Method Summary</li>
|
||||||
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li>Field Detail</li>
|
||||||
|
<li>Constructor Detail</li>
|
||||||
|
<li>Method Detail</li>
|
||||||
|
</ul>
|
||||||
|
<p>Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</p>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Annotation Type</h2>
|
||||||
|
<p>Each annotation type has its own separate page with the following sections:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Annotation Type declaration</li>
|
||||||
|
<li>Annotation Type description</li>
|
||||||
|
<li>Required Element Summary</li>
|
||||||
|
<li>Optional Element Summary</li>
|
||||||
|
<li>Element Detail</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Enum</h2>
|
||||||
|
<p>Each enum has its own separate page with the following sections:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Enum declaration</li>
|
||||||
|
<li>Enum description</li>
|
||||||
|
<li>Enum Constant Summary</li>
|
||||||
|
<li>Enum Constant Detail</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Use</h2>
|
||||||
|
<p>Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</p>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Tree (Class Hierarchy)</h2>
|
||||||
|
<p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.</p>
|
||||||
|
<ul>
|
||||||
|
<li>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.</li>
|
||||||
|
<li>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Deprecated API</h2>
|
||||||
|
<p>The <a href="deprecated-list.html">Deprecated API</a> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</p>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Index</h2>
|
||||||
|
<p>The <a href="index-all.html">Index</a> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</p>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Prev/Next</h2>
|
||||||
|
<p>These links take you to the next or previous class, interface, package, or related page.</p>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Frames/No Frames</h2>
|
||||||
|
<p>These links show and hide the HTML frames. All pages are available with or without frames.</p>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>All Classes</h2>
|
||||||
|
<p>The <a href="allclasses-noframe.html">All Classes</a> link shows all classes and interfaces except non-static nested types.</p>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Serialized Form</h2>
|
||||||
|
<p>Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.</p>
|
||||||
|
</li>
|
||||||
|
<li class="blockList">
|
||||||
|
<h2>Constant Field Values</h2>
|
||||||
|
<p>The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.</p>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<em>This help file applies to API documentation generated using the standard doclet.</em></div>
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="overview-summary.html">Overview</a></li>
|
||||||
|
<li>Package</li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li>Use</li>
|
||||||
|
<li><a href="overview-tree.html">Tree</a></li>
|
||||||
|
<li><a href="deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="index-all.html">Index</a></li>
|
||||||
|
<li class="navBarCell1Rev">Help</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev</li>
|
||||||
|
<li>Next</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="help-doc.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2016. All Rights Reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,174 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Tue Sep 06 10:18:38 CEST 2016 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>Index (whn-manager 2.0.0-SNAPSHOT API)</title>
|
||||||
|
<meta name="date" content="2016-09-06">
|
||||||
|
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="Index (whn-manager 2.0.0-SNAPSHOT API)";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>JavaScript is disabled on your browser.</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="./overview-summary.html">Overview</a></li>
|
||||||
|
<li>Package</li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li>Use</li>
|
||||||
|
<li><a href="./overview-tree.html">Tree</a></li>
|
||||||
|
<li><a href="./deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li class="navBarCell1Rev">Index</li>
|
||||||
|
<li><a href="./help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev</li>
|
||||||
|
<li>Next</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="index-all.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="./allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<div class="contentContainer"><a href="#_A_">A</a> <a href="#_I_">I</a> <a href="#_O_">O</a> <a href="#_R_">R</a> <a href="#_V_">V</a> <a href="#_W_">W</a> <a name="_A_">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h2 class="title">A</h2>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="strong"><a href="./org/gcube/vremanagement/whnmanager/jaxws/ws/WhnManagerImpl.html#addToContext(java.lang.String)">addToContext(String)</a></span> - Method in class org.gcube.vremanagement.whnmanager.jaxws.ws.<a href="./org/gcube/vremanagement/whnmanager/jaxws/ws/WhnManagerImpl.html" title="class in org.gcube.vremanagement.whnmanager.jaxws.ws">WhnManagerImpl</a></dt>
|
||||||
|
<dd>
|
||||||
|
<div class="block">Add a scope to the ghn profile and publish it on IS</div>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
<a name="_I_">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h2 class="title">I</h2>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="strong"><a href="./org/gcube/vremanagement/whnmanager/utils/ValidationUtils.html#isNotPresent(R,%20java.lang.String)">isNotPresent(R, String)</a></span> - Static method in class org.gcube.vremanagement.whnmanager.utils.<a href="./org/gcube/vremanagement/whnmanager/utils/ValidationUtils.html" title="class in org.gcube.vremanagement.whnmanager.utils">ValidationUtils</a></dt>
|
||||||
|
<dd> </dd>
|
||||||
|
</dl>
|
||||||
|
<a name="_O_">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h2 class="title">O</h2>
|
||||||
|
<dl>
|
||||||
|
<dt><a href="./org/gcube/vremanagement/whnmanager/jaxws/ws/package-summary.html">org.gcube.vremanagement.whnmanager.jaxws.ws</a> - package org.gcube.vremanagement.whnmanager.jaxws.ws</dt>
|
||||||
|
<dd> </dd>
|
||||||
|
<dt><a href="./org/gcube/vremanagement/whnmanager/utils/package-summary.html">org.gcube.vremanagement.whnmanager.utils</a> - package org.gcube.vremanagement.whnmanager.utils</dt>
|
||||||
|
<dd> </dd>
|
||||||
|
</dl>
|
||||||
|
<a name="_R_">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h2 class="title">R</h2>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="strong"><a href="./org/gcube/vremanagement/whnmanager/jaxws/ws/WhnManagerImpl.html#removeFromContext(java.lang.String)">removeFromContext(String)</a></span> - Method in class org.gcube.vremanagement.whnmanager.jaxws.ws.<a href="./org/gcube/vremanagement/whnmanager/jaxws/ws/WhnManagerImpl.html" title="class in org.gcube.vremanagement.whnmanager.jaxws.ws">WhnManagerImpl</a></dt>
|
||||||
|
<dd>
|
||||||
|
<div class="block">Remove a scope from ghn profile and publish the new profile on IS</div>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
<a name="_V_">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h2 class="title">V</h2>
|
||||||
|
<dl>
|
||||||
|
<dt><span class="strong"><a href="./org/gcube/vremanagement/whnmanager/utils/ValidationUtils.html#valid(java.lang.String,%20java.lang.Object)">valid(String, Object)</a></span> - Static method in class org.gcube.vremanagement.whnmanager.utils.<a href="./org/gcube/vremanagement/whnmanager/utils/ValidationUtils.html" title="class in org.gcube.vremanagement.whnmanager.utils">ValidationUtils</a></dt>
|
||||||
|
<dd> </dd>
|
||||||
|
<dt><a href="./org/gcube/vremanagement/whnmanager/utils/ValidationUtils.html" title="class in org.gcube.vremanagement.whnmanager.utils"><span class="strong">ValidationUtils</span></a> - Class in <a href="./org/gcube/vremanagement/whnmanager/utils/package-summary.html">org.gcube.vremanagement.whnmanager.utils</a></dt>
|
||||||
|
<dd> </dd>
|
||||||
|
<dt><span class="strong"><a href="./org/gcube/vremanagement/whnmanager/utils/ValidationUtils.html#ValidationUtils()">ValidationUtils()</a></span> - Constructor for class org.gcube.vremanagement.whnmanager.utils.<a href="./org/gcube/vremanagement/whnmanager/utils/ValidationUtils.html" title="class in org.gcube.vremanagement.whnmanager.utils">ValidationUtils</a></dt>
|
||||||
|
<dd> </dd>
|
||||||
|
</dl>
|
||||||
|
<a name="_W_">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h2 class="title">W</h2>
|
||||||
|
<dl>
|
||||||
|
<dt><a href="./org/gcube/vremanagement/whnmanager/jaxws/ws/WhnManagerImpl.html" title="class in org.gcube.vremanagement.whnmanager.jaxws.ws"><span class="strong">WhnManagerImpl</span></a> - Class in <a href="./org/gcube/vremanagement/whnmanager/jaxws/ws/package-summary.html">org.gcube.vremanagement.whnmanager.jaxws.ws</a></dt>
|
||||||
|
<dd> </dd>
|
||||||
|
<dt><span class="strong"><a href="./org/gcube/vremanagement/whnmanager/jaxws/ws/WhnManagerImpl.html#WhnManagerImpl()">WhnManagerImpl()</a></span> - Constructor for class org.gcube.vremanagement.whnmanager.jaxws.ws.<a href="./org/gcube/vremanagement/whnmanager/jaxws/ws/WhnManagerImpl.html" title="class in org.gcube.vremanagement.whnmanager.jaxws.ws">WhnManagerImpl</a></dt>
|
||||||
|
<dd> </dd>
|
||||||
|
</dl>
|
||||||
|
<a href="#_A_">A</a> <a href="#_I_">I</a> <a href="#_O_">O</a> <a href="#_R_">R</a> <a href="#_V_">V</a> <a href="#_W_">W</a> </div>
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="./overview-summary.html">Overview</a></li>
|
||||||
|
<li>Package</li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li>Use</li>
|
||||||
|
<li><a href="./overview-tree.html">Tree</a></li>
|
||||||
|
<li><a href="./deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li class="navBarCell1Rev">Index</li>
|
||||||
|
<li><a href="./help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev</li>
|
||||||
|
<li>Next</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="index-all.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="./allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2016. All Rights Reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,75 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc on Tue Sep 06 10:18:38 CEST 2016 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>whn-manager 2.0.0-SNAPSHOT API</title>
|
||||||
|
<script type="text/javascript">
|
||||||
|
targetPage = "" + window.location.search;
|
||||||
|
if (targetPage != "" && targetPage != "undefined")
|
||||||
|
targetPage = targetPage.substring(1);
|
||||||
|
if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
|
||||||
|
targetPage = "undefined";
|
||||||
|
function validURL(url) {
|
||||||
|
try {
|
||||||
|
url = decodeURIComponent(url);
|
||||||
|
}
|
||||||
|
catch (error) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
var pos = url.indexOf(".html");
|
||||||
|
if (pos == -1 || pos != url.length - 5)
|
||||||
|
return false;
|
||||||
|
var allowNumber = false;
|
||||||
|
var allowSep = false;
|
||||||
|
var seenDot = false;
|
||||||
|
for (var i = 0; i < url.length - 5; i++) {
|
||||||
|
var ch = url.charAt(i);
|
||||||
|
if ('a' <= ch && ch <= 'z' ||
|
||||||
|
'A' <= ch && ch <= 'Z' ||
|
||||||
|
ch == '$' ||
|
||||||
|
ch == '_' ||
|
||||||
|
ch.charCodeAt(0) > 127) {
|
||||||
|
allowNumber = true;
|
||||||
|
allowSep = true;
|
||||||
|
} else if ('0' <= ch && ch <= '9'
|
||||||
|
|| ch == '-') {
|
||||||
|
if (!allowNumber)
|
||||||
|
return false;
|
||||||
|
} else if (ch == '/' || ch == '.') {
|
||||||
|
if (!allowSep)
|
||||||
|
return false;
|
||||||
|
allowNumber = false;
|
||||||
|
allowSep = false;
|
||||||
|
if (ch == '.')
|
||||||
|
seenDot = true;
|
||||||
|
if (ch == '/' && seenDot)
|
||||||
|
return false;
|
||||||
|
} else {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
function loadFrames() {
|
||||||
|
if (targetPage != "" && targetPage != "undefined")
|
||||||
|
top.classFrame.location = top.targetPage;
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
|
||||||
|
<frameset rows="30%,70%" title="Left frames" onload="top.loadFrames()">
|
||||||
|
<frame src="overview-frame.html" name="packageListFrame" title="All Packages">
|
||||||
|
<frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
|
||||||
|
</frameset>
|
||||||
|
<frame src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
|
||||||
|
<noframes>
|
||||||
|
<noscript>
|
||||||
|
<div>JavaScript is disabled on your browser.</div>
|
||||||
|
</noscript>
|
||||||
|
<h2>Frame Alert</h2>
|
||||||
|
<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p>
|
||||||
|
</noframes>
|
||||||
|
</frameset>
|
||||||
|
</html>
|
|
@ -0,0 +1,309 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Tue Sep 06 10:18:38 CEST 2016 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>WhnManagerImpl (whn-manager 2.0.0-SNAPSHOT API)</title>
|
||||||
|
<meta name="date" content="2016-09-06">
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="WhnManagerImpl (whn-manager 2.0.0-SNAPSHOT API)";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>JavaScript is disabled on your browser.</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li><a href="package-summary.html">Package</a></li>
|
||||||
|
<li class="navBarCell1Rev">Class</li>
|
||||||
|
<li><a href="class-use/WhnManagerImpl.html">Use</a></li>
|
||||||
|
<li><a href="package-tree.html">Tree</a></li>
|
||||||
|
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev Class</li>
|
||||||
|
<li>Next Class</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../../index.html?org/gcube/vremanagement/whnmanager/jaxws/ws/WhnManagerImpl.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="WhnManagerImpl.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>Summary: </li>
|
||||||
|
<li>Nested | </li>
|
||||||
|
<li>Field | </li>
|
||||||
|
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||||
|
<li><a href="#method_summary">Method</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>Detail: </li>
|
||||||
|
<li>Field | </li>
|
||||||
|
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||||
|
<li><a href="#method_detail">Method</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<!-- ======== START OF CLASS DATA ======== -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="subTitle">org.gcube.vremanagement.whnmanager.jaxws.ws</div>
|
||||||
|
<h2 title="Class WhnManagerImpl" class="title">Class WhnManagerImpl</h2>
|
||||||
|
</div>
|
||||||
|
<div class="contentContainer">
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
|
||||||
|
<li>
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li>org.gcube.vremanagement.whnmanager.jaxws.ws.WhnManagerImpl</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div class="description">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<dl>
|
||||||
|
<dt>All Implemented Interfaces:</dt>
|
||||||
|
<dd>org.gcube.resourcemanagement.whnmanager.api.WhnManager</dd>
|
||||||
|
</dl>
|
||||||
|
<hr>
|
||||||
|
<br>
|
||||||
|
<pre>public class <span class="strong">WhnManagerImpl</span>
|
||||||
|
extends <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
|
||||||
|
implements org.gcube.resourcemanagement.whnmanager.api.WhnManager</pre>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="summary">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- =========== FIELD SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="field_summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Field Summary</h3>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="fields_inherited_from_class_org.gcube.resourcemanagement.whnmanager.api.WhnManager">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Fields inherited from interface org.gcube.resourcemanagement.whnmanager.api.WhnManager</h3>
|
||||||
|
<code>SERVICE_NAME, TNS</code></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="constructor_summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Constructor Summary</h3>
|
||||||
|
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||||
|
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colOne" scope="col">Constructor and Description</th>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colOne"><code><strong><a href="../../../../../../org/gcube/vremanagement/whnmanager/jaxws/ws/WhnManagerImpl.html#WhnManagerImpl()">WhnManagerImpl</a></strong>()</code> </td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ========== METHOD SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method_summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Method Summary</h3>
|
||||||
|
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||||
|
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||||
|
<th class="colLast" scope="col">Method and Description</th>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colFirst"><code>boolean</code></td>
|
||||||
|
<td class="colLast"><code><strong><a href="../../../../../../org/gcube/vremanagement/whnmanager/jaxws/ws/WhnManagerImpl.html#addToContext(java.lang.String)">addToContext</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> context)</code>
|
||||||
|
<div class="block">Add a scope to the ghn profile and publish it on IS</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="rowColor">
|
||||||
|
<td class="colFirst"><code>boolean</code></td>
|
||||||
|
<td class="colLast"><code><strong><a href="../../../../../../org/gcube/vremanagement/whnmanager/jaxws/ws/WhnManagerImpl.html#removeFromContext(java.lang.String)">removeFromContext</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> context)</code>
|
||||||
|
<div class="block">Remove a scope from ghn profile and publish the new profile on IS</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Methods inherited from class java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
|
||||||
|
<code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="details">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="constructor_detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Constructor Detail</h3>
|
||||||
|
<a name="WhnManagerImpl()">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>WhnManagerImpl</h4>
|
||||||
|
<pre>public WhnManagerImpl()</pre>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ============ METHOD DETAIL ========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method_detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Method Detail</h3>
|
||||||
|
<a name="addToContext(java.lang.String)">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>addToContext</h4>
|
||||||
|
<pre>public boolean addToContext(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> context)
|
||||||
|
throws org.gcube.resourcemanagement.whnmanager.api.exception.GCUBEUnrecoverableException</pre>
|
||||||
|
<div class="block">Add a scope to the ghn profile and publish it on IS</div>
|
||||||
|
<dl>
|
||||||
|
<dt><strong>Specified by:</strong></dt>
|
||||||
|
<dd><code>addToContext</code> in interface <code>org.gcube.resourcemanagement.whnmanager.api.WhnManager</code></dd>
|
||||||
|
<dt><span class="strong">Throws:</span></dt>
|
||||||
|
<dd><code>org.gcube.resourcemanagement.whnmanager.api.exception.GCUBEUnrecoverableException</code></dd></dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="removeFromContext(java.lang.String)">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>removeFromContext</h4>
|
||||||
|
<pre>public boolean removeFromContext(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> context)
|
||||||
|
throws org.gcube.resourcemanagement.whnmanager.api.exception.GCUBEUnrecoverableException</pre>
|
||||||
|
<div class="block">Remove a scope from ghn profile and publish the new profile on IS</div>
|
||||||
|
<dl>
|
||||||
|
<dt><strong>Specified by:</strong></dt>
|
||||||
|
<dd><code>removeFromContext</code> in interface <code>org.gcube.resourcemanagement.whnmanager.api.WhnManager</code></dd>
|
||||||
|
<dt><span class="strong">Throws:</span></dt>
|
||||||
|
<dd><code>org.gcube.resourcemanagement.whnmanager.api.exception.GCUBEUnrecoverableException</code></dd></dl>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- ========= END OF CLASS DATA ========= -->
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li><a href="package-summary.html">Package</a></li>
|
||||||
|
<li class="navBarCell1Rev">Class</li>
|
||||||
|
<li><a href="class-use/WhnManagerImpl.html">Use</a></li>
|
||||||
|
<li><a href="package-tree.html">Tree</a></li>
|
||||||
|
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev Class</li>
|
||||||
|
<li>Next Class</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../../index.html?org/gcube/vremanagement/whnmanager/jaxws/ws/WhnManagerImpl.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="WhnManagerImpl.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>Summary: </li>
|
||||||
|
<li>Nested | </li>
|
||||||
|
<li>Field | </li>
|
||||||
|
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||||
|
<li><a href="#method_summary">Method</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>Detail: </li>
|
||||||
|
<li>Field | </li>
|
||||||
|
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||||
|
<li><a href="#method_detail">Method</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2016. All Rights Reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,117 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Tue Sep 06 10:18:38 CEST 2016 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>Uses of Class org.gcube.vremanagement.whnmanager.jaxws.ws.WhnManagerImpl (whn-manager 2.0.0-SNAPSHOT API)</title>
|
||||||
|
<meta name="date" content="2016-09-06">
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="Uses of Class org.gcube.vremanagement.whnmanager.jaxws.ws.WhnManagerImpl (whn-manager 2.0.0-SNAPSHOT API)";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>JavaScript is disabled on your browser.</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li><a href="../package-summary.html">Package</a></li>
|
||||||
|
<li><a href="../../../../../../../org/gcube/vremanagement/whnmanager/jaxws/ws/WhnManagerImpl.html" title="class in org.gcube.vremanagement.whnmanager.jaxws.ws">Class</a></li>
|
||||||
|
<li class="navBarCell1Rev">Use</li>
|
||||||
|
<li><a href="../package-tree.html">Tree</a></li>
|
||||||
|
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev</li>
|
||||||
|
<li>Next</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../../../index.html?org/gcube/vremanagement/whnmanager/jaxws/ws/class-use/WhnManagerImpl.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="WhnManagerImpl.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<div class="header">
|
||||||
|
<h2 title="Uses of Class org.gcube.vremanagement.whnmanager.jaxws.ws.WhnManagerImpl" class="title">Uses of Class<br>org.gcube.vremanagement.whnmanager.jaxws.ws.WhnManagerImpl</h2>
|
||||||
|
</div>
|
||||||
|
<div class="classUseContainer">No usage of org.gcube.vremanagement.whnmanager.jaxws.ws.WhnManagerImpl</div>
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li><a href="../package-summary.html">Package</a></li>
|
||||||
|
<li><a href="../../../../../../../org/gcube/vremanagement/whnmanager/jaxws/ws/WhnManagerImpl.html" title="class in org.gcube.vremanagement.whnmanager.jaxws.ws">Class</a></li>
|
||||||
|
<li class="navBarCell1Rev">Use</li>
|
||||||
|
<li><a href="../package-tree.html">Tree</a></li>
|
||||||
|
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev</li>
|
||||||
|
<li>Next</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../../../index.html?org/gcube/vremanagement/whnmanager/jaxws/ws/class-use/WhnManagerImpl.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="WhnManagerImpl.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2016. All Rights Reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,20 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Tue Sep 06 10:18:38 CEST 2016 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>org.gcube.vremanagement.whnmanager.jaxws.ws (whn-manager 2.0.0-SNAPSHOT API)</title>
|
||||||
|
<meta name="date" content="2016-09-06">
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1 class="bar"><a href="../../../../../../org/gcube/vremanagement/whnmanager/jaxws/ws/package-summary.html" target="classFrame">org.gcube.vremanagement.whnmanager.jaxws.ws</a></h1>
|
||||||
|
<div class="indexContainer">
|
||||||
|
<h2 title="Classes">Classes</h2>
|
||||||
|
<ul title="Classes">
|
||||||
|
<li><a href="WhnManagerImpl.html" title="class in org.gcube.vremanagement.whnmanager.jaxws.ws" target="classFrame">WhnManagerImpl</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,135 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Tue Sep 06 10:18:38 CEST 2016 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>org.gcube.vremanagement.whnmanager.jaxws.ws (whn-manager 2.0.0-SNAPSHOT API)</title>
|
||||||
|
<meta name="date" content="2016-09-06">
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="org.gcube.vremanagement.whnmanager.jaxws.ws (whn-manager 2.0.0-SNAPSHOT API)";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>JavaScript is disabled on your browser.</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li class="navBarCell1Rev">Package</li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li><a href="package-use.html">Use</a></li>
|
||||||
|
<li><a href="package-tree.html">Tree</a></li>
|
||||||
|
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev Package</li>
|
||||||
|
<li><a href="../../../../../../org/gcube/vremanagement/whnmanager/utils/package-summary.html">Next Package</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../../index.html?org/gcube/vremanagement/whnmanager/jaxws/ws/package-summary.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="package-summary.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<div class="header">
|
||||||
|
<h1 title="Package" class="title">Package org.gcube.vremanagement.whnmanager.jaxws.ws</h1>
|
||||||
|
</div>
|
||||||
|
<div class="contentContainer">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
|
||||||
|
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colFirst" scope="col">Class</th>
|
||||||
|
<th class="colLast" scope="col">Description</th>
|
||||||
|
</tr>
|
||||||
|
<tbody>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colFirst"><a href="../../../../../../org/gcube/vremanagement/whnmanager/jaxws/ws/WhnManagerImpl.html" title="class in org.gcube.vremanagement.whnmanager.jaxws.ws">WhnManagerImpl</a></td>
|
||||||
|
<td class="colLast"> </td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li class="navBarCell1Rev">Package</li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li><a href="package-use.html">Use</a></li>
|
||||||
|
<li><a href="package-tree.html">Tree</a></li>
|
||||||
|
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev Package</li>
|
||||||
|
<li><a href="../../../../../../org/gcube/vremanagement/whnmanager/utils/package-summary.html">Next Package</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../../index.html?org/gcube/vremanagement/whnmanager/jaxws/ws/package-summary.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="package-summary.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2016. All Rights Reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,130 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Tue Sep 06 10:18:38 CEST 2016 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>org.gcube.vremanagement.whnmanager.jaxws.ws Class Hierarchy (whn-manager 2.0.0-SNAPSHOT API)</title>
|
||||||
|
<meta name="date" content="2016-09-06">
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="org.gcube.vremanagement.whnmanager.jaxws.ws Class Hierarchy (whn-manager 2.0.0-SNAPSHOT API)";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>JavaScript is disabled on your browser.</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li><a href="package-summary.html">Package</a></li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li>Use</li>
|
||||||
|
<li class="navBarCell1Rev">Tree</li>
|
||||||
|
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev</li>
|
||||||
|
<li><a href="../../../../../../org/gcube/vremanagement/whnmanager/utils/package-tree.html">Next</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../../index.html?org/gcube/vremanagement/whnmanager/jaxws/ws/package-tree.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="package-tree.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<div class="header">
|
||||||
|
<h1 class="title">Hierarchy For Package org.gcube.vremanagement.whnmanager.jaxws.ws</h1>
|
||||||
|
<span class="strong">Package Hierarchies:</span>
|
||||||
|
<ul class="horizontal">
|
||||||
|
<li><a href="../../../../../../overview-tree.html">All Packages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="contentContainer">
|
||||||
|
<h2 title="Class Hierarchy">Class Hierarchy</h2>
|
||||||
|
<ul>
|
||||||
|
<li type="circle">java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a>
|
||||||
|
<ul>
|
||||||
|
<li type="circle">org.gcube.vremanagement.whnmanager.jaxws.ws.<a href="../../../../../../org/gcube/vremanagement/whnmanager/jaxws/ws/WhnManagerImpl.html" title="class in org.gcube.vremanagement.whnmanager.jaxws.ws"><span class="strong">WhnManagerImpl</span></a> (implements org.gcube.resourcemanagement.whnmanager.api.WhnManager)</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li><a href="package-summary.html">Package</a></li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li>Use</li>
|
||||||
|
<li class="navBarCell1Rev">Tree</li>
|
||||||
|
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev</li>
|
||||||
|
<li><a href="../../../../../../org/gcube/vremanagement/whnmanager/utils/package-tree.html">Next</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../../index.html?org/gcube/vremanagement/whnmanager/jaxws/ws/package-tree.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="package-tree.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2016. All Rights Reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,117 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Tue Sep 06 10:18:38 CEST 2016 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>Uses of Package org.gcube.vremanagement.whnmanager.jaxws.ws (whn-manager 2.0.0-SNAPSHOT API)</title>
|
||||||
|
<meta name="date" content="2016-09-06">
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="Uses of Package org.gcube.vremanagement.whnmanager.jaxws.ws (whn-manager 2.0.0-SNAPSHOT API)";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>JavaScript is disabled on your browser.</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li><a href="package-summary.html">Package</a></li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li class="navBarCell1Rev">Use</li>
|
||||||
|
<li><a href="package-tree.html">Tree</a></li>
|
||||||
|
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev</li>
|
||||||
|
<li>Next</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../../index.html?org/gcube/vremanagement/whnmanager/jaxws/ws/package-use.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="package-use.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<div class="header">
|
||||||
|
<h1 title="Uses of Package org.gcube.vremanagement.whnmanager.jaxws.ws" class="title">Uses of Package<br>org.gcube.vremanagement.whnmanager.jaxws.ws</h1>
|
||||||
|
</div>
|
||||||
|
<div class="contentContainer">No usage of org.gcube.vremanagement.whnmanager.jaxws.ws</div>
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li><a href="package-summary.html">Package</a></li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li class="navBarCell1Rev">Use</li>
|
||||||
|
<li><a href="package-tree.html">Tree</a></li>
|
||||||
|
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev</li>
|
||||||
|
<li>Next</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../../index.html?org/gcube/vremanagement/whnmanager/jaxws/ws/package-use.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="package-use.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2016. All Rights Reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,277 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Tue Sep 06 10:18:38 CEST 2016 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>ValidationUtils (whn-manager 2.0.0-SNAPSHOT API)</title>
|
||||||
|
<meta name="date" content="2016-09-06">
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="ValidationUtils (whn-manager 2.0.0-SNAPSHOT API)";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>JavaScript is disabled on your browser.</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li><a href="package-summary.html">Package</a></li>
|
||||||
|
<li class="navBarCell1Rev">Class</li>
|
||||||
|
<li><a href="class-use/ValidationUtils.html">Use</a></li>
|
||||||
|
<li><a href="package-tree.html">Tree</a></li>
|
||||||
|
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev Class</li>
|
||||||
|
<li>Next Class</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../index.html?org/gcube/vremanagement/whnmanager/utils/ValidationUtils.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="ValidationUtils.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>Summary: </li>
|
||||||
|
<li>Nested | </li>
|
||||||
|
<li>Field | </li>
|
||||||
|
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||||
|
<li><a href="#method_summary">Method</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>Detail: </li>
|
||||||
|
<li>Field | </li>
|
||||||
|
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||||
|
<li><a href="#method_detail">Method</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<!-- ======== START OF CLASS DATA ======== -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="subTitle">org.gcube.vremanagement.whnmanager.utils</div>
|
||||||
|
<h2 title="Class ValidationUtils" class="title">Class ValidationUtils</h2>
|
||||||
|
</div>
|
||||||
|
<div class="contentContainer">
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
|
||||||
|
<li>
|
||||||
|
<ul class="inheritance">
|
||||||
|
<li>org.gcube.vremanagement.whnmanager.utils.ValidationUtils</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div class="description">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<hr>
|
||||||
|
<br>
|
||||||
|
<pre>public class <span class="strong">ValidationUtils</span>
|
||||||
|
extends <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="summary">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="constructor_summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Constructor Summary</h3>
|
||||||
|
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||||
|
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colOne" scope="col">Constructor and Description</th>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colOne"><code><strong><a href="../../../../../org/gcube/vremanagement/whnmanager/utils/ValidationUtils.html#ValidationUtils()">ValidationUtils</a></strong>()</code> </td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ========== METHOD SUMMARY =========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method_summary">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Method Summary</h3>
|
||||||
|
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||||
|
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||||
|
<th class="colLast" scope="col">Method and Description</th>
|
||||||
|
</tr>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colFirst"><code>static <R extends org.gcube.common.resources.gcore.Resource> <br>boolean</code></td>
|
||||||
|
<td class="colLast"><code><strong><a href="../../../../../org/gcube/vremanagement/whnmanager/utils/ValidationUtils.html#isNotPresent(R,%20java.lang.String)">isNotPresent</a></strong>(R resource,
|
||||||
|
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> currentScope)</code> </td>
|
||||||
|
</tr>
|
||||||
|
<tr class="rowColor">
|
||||||
|
<td class="colFirst"><code>static void</code></td>
|
||||||
|
<td class="colLast"><code><strong><a href="../../../../../org/gcube/vremanagement/whnmanager/utils/ValidationUtils.html#valid(java.lang.String,%20java.lang.Object)">valid</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name,
|
||||||
|
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> object)</code> </td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Methods inherited from class java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
|
||||||
|
<code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="details">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="constructor_detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Constructor Detail</h3>
|
||||||
|
<a name="ValidationUtils()">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>ValidationUtils</h4>
|
||||||
|
<pre>public ValidationUtils()</pre>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- ============ METHOD DETAIL ========== -->
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList"><a name="method_detail">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<h3>Method Detail</h3>
|
||||||
|
<a name="valid(java.lang.String, java.lang.Object)">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>valid</h4>
|
||||||
|
<pre>public static void valid(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name,
|
||||||
|
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> object)</pre>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a name="isNotPresent(org.gcube.common.resources.gcore.Resource,java.lang.String)">
|
||||||
|
<!-- -->
|
||||||
|
</a><a name="isNotPresent(R, java.lang.String)">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="blockListLast">
|
||||||
|
<li class="blockList">
|
||||||
|
<h4>isNotPresent</h4>
|
||||||
|
<pre>public static <R extends org.gcube.common.resources.gcore.Resource> boolean isNotPresent(R resource,
|
||||||
|
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> currentScope)</pre>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- ========= END OF CLASS DATA ========= -->
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li><a href="package-summary.html">Package</a></li>
|
||||||
|
<li class="navBarCell1Rev">Class</li>
|
||||||
|
<li><a href="class-use/ValidationUtils.html">Use</a></li>
|
||||||
|
<li><a href="package-tree.html">Tree</a></li>
|
||||||
|
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev Class</li>
|
||||||
|
<li>Next Class</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../index.html?org/gcube/vremanagement/whnmanager/utils/ValidationUtils.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="ValidationUtils.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>Summary: </li>
|
||||||
|
<li>Nested | </li>
|
||||||
|
<li>Field | </li>
|
||||||
|
<li><a href="#constructor_summary">Constr</a> | </li>
|
||||||
|
<li><a href="#method_summary">Method</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="subNavList">
|
||||||
|
<li>Detail: </li>
|
||||||
|
<li>Field | </li>
|
||||||
|
<li><a href="#constructor_detail">Constr</a> | </li>
|
||||||
|
<li><a href="#method_detail">Method</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2016. All Rights Reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,117 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Tue Sep 06 10:18:38 CEST 2016 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>Uses of Class org.gcube.vremanagement.whnmanager.utils.ValidationUtils (whn-manager 2.0.0-SNAPSHOT API)</title>
|
||||||
|
<meta name="date" content="2016-09-06">
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="Uses of Class org.gcube.vremanagement.whnmanager.utils.ValidationUtils (whn-manager 2.0.0-SNAPSHOT API)";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>JavaScript is disabled on your browser.</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li><a href="../package-summary.html">Package</a></li>
|
||||||
|
<li><a href="../../../../../../org/gcube/vremanagement/whnmanager/utils/ValidationUtils.html" title="class in org.gcube.vremanagement.whnmanager.utils">Class</a></li>
|
||||||
|
<li class="navBarCell1Rev">Use</li>
|
||||||
|
<li><a href="../package-tree.html">Tree</a></li>
|
||||||
|
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev</li>
|
||||||
|
<li>Next</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../../index.html?org/gcube/vremanagement/whnmanager/utils/class-use/ValidationUtils.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="ValidationUtils.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<div class="header">
|
||||||
|
<h2 title="Uses of Class org.gcube.vremanagement.whnmanager.utils.ValidationUtils" class="title">Uses of Class<br>org.gcube.vremanagement.whnmanager.utils.ValidationUtils</h2>
|
||||||
|
</div>
|
||||||
|
<div class="classUseContainer">No usage of org.gcube.vremanagement.whnmanager.utils.ValidationUtils</div>
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li><a href="../package-summary.html">Package</a></li>
|
||||||
|
<li><a href="../../../../../../org/gcube/vremanagement/whnmanager/utils/ValidationUtils.html" title="class in org.gcube.vremanagement.whnmanager.utils">Class</a></li>
|
||||||
|
<li class="navBarCell1Rev">Use</li>
|
||||||
|
<li><a href="../package-tree.html">Tree</a></li>
|
||||||
|
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev</li>
|
||||||
|
<li>Next</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../../index.html?org/gcube/vremanagement/whnmanager/utils/class-use/ValidationUtils.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="ValidationUtils.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2016. All Rights Reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,20 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Tue Sep 06 10:18:38 CEST 2016 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>org.gcube.vremanagement.whnmanager.utils (whn-manager 2.0.0-SNAPSHOT API)</title>
|
||||||
|
<meta name="date" content="2016-09-06">
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1 class="bar"><a href="../../../../../org/gcube/vremanagement/whnmanager/utils/package-summary.html" target="classFrame">org.gcube.vremanagement.whnmanager.utils</a></h1>
|
||||||
|
<div class="indexContainer">
|
||||||
|
<h2 title="Classes">Classes</h2>
|
||||||
|
<ul title="Classes">
|
||||||
|
<li><a href="ValidationUtils.html" title="class in org.gcube.vremanagement.whnmanager.utils" target="classFrame">ValidationUtils</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,135 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Tue Sep 06 10:18:38 CEST 2016 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>org.gcube.vremanagement.whnmanager.utils (whn-manager 2.0.0-SNAPSHOT API)</title>
|
||||||
|
<meta name="date" content="2016-09-06">
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="org.gcube.vremanagement.whnmanager.utils (whn-manager 2.0.0-SNAPSHOT API)";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>JavaScript is disabled on your browser.</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li class="navBarCell1Rev">Package</li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li><a href="package-use.html">Use</a></li>
|
||||||
|
<li><a href="package-tree.html">Tree</a></li>
|
||||||
|
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../org/gcube/vremanagement/whnmanager/jaxws/ws/package-summary.html">Prev Package</a></li>
|
||||||
|
<li>Next Package</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../index.html?org/gcube/vremanagement/whnmanager/utils/package-summary.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="package-summary.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<div class="header">
|
||||||
|
<h1 title="Package" class="title">Package org.gcube.vremanagement.whnmanager.utils</h1>
|
||||||
|
</div>
|
||||||
|
<div class="contentContainer">
|
||||||
|
<ul class="blockList">
|
||||||
|
<li class="blockList">
|
||||||
|
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
|
||||||
|
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colFirst" scope="col">Class</th>
|
||||||
|
<th class="colLast" scope="col">Description</th>
|
||||||
|
</tr>
|
||||||
|
<tbody>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colFirst"><a href="../../../../../org/gcube/vremanagement/whnmanager/utils/ValidationUtils.html" title="class in org.gcube.vremanagement.whnmanager.utils">ValidationUtils</a></td>
|
||||||
|
<td class="colLast"> </td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li class="navBarCell1Rev">Package</li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li><a href="package-use.html">Use</a></li>
|
||||||
|
<li><a href="package-tree.html">Tree</a></li>
|
||||||
|
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../org/gcube/vremanagement/whnmanager/jaxws/ws/package-summary.html">Prev Package</a></li>
|
||||||
|
<li>Next Package</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../index.html?org/gcube/vremanagement/whnmanager/utils/package-summary.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="package-summary.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2016. All Rights Reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,130 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Tue Sep 06 10:18:38 CEST 2016 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>org.gcube.vremanagement.whnmanager.utils Class Hierarchy (whn-manager 2.0.0-SNAPSHOT API)</title>
|
||||||
|
<meta name="date" content="2016-09-06">
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="org.gcube.vremanagement.whnmanager.utils Class Hierarchy (whn-manager 2.0.0-SNAPSHOT API)";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>JavaScript is disabled on your browser.</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li><a href="package-summary.html">Package</a></li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li>Use</li>
|
||||||
|
<li class="navBarCell1Rev">Tree</li>
|
||||||
|
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../org/gcube/vremanagement/whnmanager/jaxws/ws/package-tree.html">Prev</a></li>
|
||||||
|
<li>Next</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../index.html?org/gcube/vremanagement/whnmanager/utils/package-tree.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="package-tree.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<div class="header">
|
||||||
|
<h1 class="title">Hierarchy For Package org.gcube.vremanagement.whnmanager.utils</h1>
|
||||||
|
<span class="strong">Package Hierarchies:</span>
|
||||||
|
<ul class="horizontal">
|
||||||
|
<li><a href="../../../../../overview-tree.html">All Packages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="contentContainer">
|
||||||
|
<h2 title="Class Hierarchy">Class Hierarchy</h2>
|
||||||
|
<ul>
|
||||||
|
<li type="circle">java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a>
|
||||||
|
<ul>
|
||||||
|
<li type="circle">org.gcube.vremanagement.whnmanager.utils.<a href="../../../../../org/gcube/vremanagement/whnmanager/utils/ValidationUtils.html" title="class in org.gcube.vremanagement.whnmanager.utils"><span class="strong">ValidationUtils</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li><a href="package-summary.html">Package</a></li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li>Use</li>
|
||||||
|
<li class="navBarCell1Rev">Tree</li>
|
||||||
|
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../org/gcube/vremanagement/whnmanager/jaxws/ws/package-tree.html">Prev</a></li>
|
||||||
|
<li>Next</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../index.html?org/gcube/vremanagement/whnmanager/utils/package-tree.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="package-tree.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2016. All Rights Reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,117 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Tue Sep 06 10:18:38 CEST 2016 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>Uses of Package org.gcube.vremanagement.whnmanager.utils (whn-manager 2.0.0-SNAPSHOT API)</title>
|
||||||
|
<meta name="date" content="2016-09-06">
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="Uses of Package org.gcube.vremanagement.whnmanager.utils (whn-manager 2.0.0-SNAPSHOT API)";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>JavaScript is disabled on your browser.</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li><a href="package-summary.html">Package</a></li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li class="navBarCell1Rev">Use</li>
|
||||||
|
<li><a href="package-tree.html">Tree</a></li>
|
||||||
|
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev</li>
|
||||||
|
<li>Next</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../index.html?org/gcube/vremanagement/whnmanager/utils/package-use.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="package-use.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<div class="header">
|
||||||
|
<h1 title="Uses of Package org.gcube.vremanagement.whnmanager.utils" class="title">Uses of Package<br>org.gcube.vremanagement.whnmanager.utils</h1>
|
||||||
|
</div>
|
||||||
|
<div class="contentContainer">No usage of org.gcube.vremanagement.whnmanager.utils</div>
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="../../../../../overview-summary.html">Overview</a></li>
|
||||||
|
<li><a href="package-summary.html">Package</a></li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li class="navBarCell1Rev">Use</li>
|
||||||
|
<li><a href="package-tree.html">Tree</a></li>
|
||||||
|
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="../../../../../index-all.html">Index</a></li>
|
||||||
|
<li><a href="../../../../../help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev</li>
|
||||||
|
<li>Next</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="../../../../../index.html?org/gcube/vremanagement/whnmanager/utils/package-use.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="package-use.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2016. All Rights Reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,22 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Tue Sep 06 10:18:38 CEST 2016 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>Overview List (whn-manager 2.0.0-SNAPSHOT API)</title>
|
||||||
|
<meta name="date" content="2016-09-06">
|
||||||
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="indexHeader"><a href="allclasses-frame.html" target="packageFrame">All Classes</a></div>
|
||||||
|
<div class="indexContainer">
|
||||||
|
<h2 title="Packages">Packages</h2>
|
||||||
|
<ul title="Packages">
|
||||||
|
<li><a href="org/gcube/vremanagement/whnmanager/jaxws/ws/package-frame.html" target="packageFrame">org.gcube.vremanagement.whnmanager.jaxws.ws</a></li>
|
||||||
|
<li><a href="org/gcube/vremanagement/whnmanager/utils/package-frame.html" target="packageFrame">org.gcube.vremanagement.whnmanager.utils</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<p> </p>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,135 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Tue Sep 06 10:18:38 CEST 2016 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>Overview (whn-manager 2.0.0-SNAPSHOT API)</title>
|
||||||
|
<meta name="date" content="2016-09-06">
|
||||||
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="Overview (whn-manager 2.0.0-SNAPSHOT API)";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>JavaScript is disabled on your browser.</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li class="navBarCell1Rev">Overview</li>
|
||||||
|
<li>Package</li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li>Use</li>
|
||||||
|
<li><a href="overview-tree.html">Tree</a></li>
|
||||||
|
<li><a href="deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="index-all.html">Index</a></li>
|
||||||
|
<li><a href="help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev</li>
|
||||||
|
<li>Next</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="index.html?overview-summary.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="overview-summary.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<div class="header">
|
||||||
|
<h1 class="title">whn-manager 2.0.0-SNAPSHOT API</h1>
|
||||||
|
</div>
|
||||||
|
<div class="contentContainer">
|
||||||
|
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Packages table, listing packages, and an explanation">
|
||||||
|
<caption><span>Packages</span><span class="tabEnd"> </span></caption>
|
||||||
|
<tr>
|
||||||
|
<th class="colFirst" scope="col">Package</th>
|
||||||
|
<th class="colLast" scope="col">Description</th>
|
||||||
|
</tr>
|
||||||
|
<tbody>
|
||||||
|
<tr class="altColor">
|
||||||
|
<td class="colFirst"><a href="org/gcube/vremanagement/whnmanager/jaxws/ws/package-summary.html">org.gcube.vremanagement.whnmanager.jaxws.ws</a></td>
|
||||||
|
<td class="colLast"> </td>
|
||||||
|
</tr>
|
||||||
|
<tr class="rowColor">
|
||||||
|
<td class="colFirst"><a href="org/gcube/vremanagement/whnmanager/utils/package-summary.html">org.gcube.vremanagement.whnmanager.utils</a></td>
|
||||||
|
<td class="colLast"> </td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li class="navBarCell1Rev">Overview</li>
|
||||||
|
<li>Package</li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li>Use</li>
|
||||||
|
<li><a href="overview-tree.html">Tree</a></li>
|
||||||
|
<li><a href="deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="index-all.html">Index</a></li>
|
||||||
|
<li><a href="help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev</li>
|
||||||
|
<li>Next</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="index.html?overview-summary.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="overview-summary.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2016. All Rights Reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,132 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<!-- NewPage -->
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Generated by javadoc (version 1.7.0_80) on Tue Sep 06 10:18:38 CEST 2016 -->
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<title>Class Hierarchy (whn-manager 2.0.0-SNAPSHOT API)</title>
|
||||||
|
<meta name="date" content="2016-09-06">
|
||||||
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
if (location.href.indexOf('is-external=true') == -1) {
|
||||||
|
parent.document.title="Class Hierarchy (whn-manager 2.0.0-SNAPSHOT API)";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div>JavaScript is disabled on your browser.</div>
|
||||||
|
</noscript>
|
||||||
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||||
|
<div class="topNav"><a name="navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="overview-summary.html">Overview</a></li>
|
||||||
|
<li>Package</li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li>Use</li>
|
||||||
|
<li class="navBarCell1Rev">Tree</li>
|
||||||
|
<li><a href="deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="index-all.html">Index</a></li>
|
||||||
|
<li><a href="help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev</li>
|
||||||
|
<li>Next</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="index.html?overview-tree.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="overview-tree.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_top">
|
||||||
|
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_top">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||||
|
<div class="header">
|
||||||
|
<h1 class="title">Hierarchy For All Packages</h1>
|
||||||
|
<span class="strong">Package Hierarchies:</span>
|
||||||
|
<ul class="horizontal">
|
||||||
|
<li><a href="org/gcube/vremanagement/whnmanager/jaxws/ws/package-tree.html">org.gcube.vremanagement.whnmanager.jaxws.ws</a>, </li>
|
||||||
|
<li><a href="org/gcube/vremanagement/whnmanager/utils/package-tree.html">org.gcube.vremanagement.whnmanager.utils</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="contentContainer">
|
||||||
|
<h2 title="Class Hierarchy">Class Hierarchy</h2>
|
||||||
|
<ul>
|
||||||
|
<li type="circle">java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a>
|
||||||
|
<ul>
|
||||||
|
<li type="circle">org.gcube.vremanagement.whnmanager.utils.<a href="org/gcube/vremanagement/whnmanager/utils/ValidationUtils.html" title="class in org.gcube.vremanagement.whnmanager.utils"><span class="strong">ValidationUtils</span></a></li>
|
||||||
|
<li type="circle">org.gcube.vremanagement.whnmanager.jaxws.ws.<a href="org/gcube/vremanagement/whnmanager/jaxws/ws/WhnManagerImpl.html" title="class in org.gcube.vremanagement.whnmanager.jaxws.ws"><span class="strong">WhnManagerImpl</span></a> (implements org.gcube.resourcemanagement.whnmanager.api.WhnManager)</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||||
|
<div class="bottomNav"><a name="navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
||||||
|
<!-- -->
|
||||||
|
</a>
|
||||||
|
<ul class="navList" title="Navigation">
|
||||||
|
<li><a href="overview-summary.html">Overview</a></li>
|
||||||
|
<li>Package</li>
|
||||||
|
<li>Class</li>
|
||||||
|
<li>Use</li>
|
||||||
|
<li class="navBarCell1Rev">Tree</li>
|
||||||
|
<li><a href="deprecated-list.html">Deprecated</a></li>
|
||||||
|
<li><a href="index-all.html">Index</a></li>
|
||||||
|
<li><a href="help-doc.html">Help</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="subNav">
|
||||||
|
<ul class="navList">
|
||||||
|
<li>Prev</li>
|
||||||
|
<li>Next</li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList">
|
||||||
|
<li><a href="index.html?overview-tree.html" target="_top">Frames</a></li>
|
||||||
|
<li><a href="overview-tree.html" target="_top">No Frames</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="navList" id="allclasses_navbar_bottom">
|
||||||
|
<li><a href="allclasses-noframe.html">All Classes</a></li>
|
||||||
|
</ul>
|
||||||
|
<div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||||
|
if(window==top) {
|
||||||
|
allClassesLink.style.display = "block";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
allClassesLink.style.display = "none";
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
<a name="skip-navbar_bottom">
|
||||||
|
<!-- -->
|
||||||
|
</a></div>
|
||||||
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||||
|
<p class="legalCopy"><small>Copyright © 2016. All Rights Reserved.</small></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,2 @@
|
||||||
|
org.gcube.vremanagement.whnmanager.jaxws.ws
|
||||||
|
org.gcube.vremanagement.whnmanager.utils
|
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 291 B |
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
After Width: | Height: | Size: 849 B |
|
@ -0,0 +1,474 @@
|
||||||
|
/* Javadoc style sheet */
|
||||||
|
/*
|
||||||
|
Overall document style
|
||||||
|
*/
|
||||||
|
body {
|
||||||
|
background-color:#ffffff;
|
||||||
|
color:#353833;
|
||||||
|
font-family:Arial, Helvetica, sans-serif;
|
||||||
|
font-size:76%;
|
||||||
|
margin:0;
|
||||||
|
}
|
||||||
|
a:link, a:visited {
|
||||||
|
text-decoration:none;
|
||||||
|
color:#4c6b87;
|
||||||
|
}
|
||||||
|
a:hover, a:focus {
|
||||||
|
text-decoration:none;
|
||||||
|
color:#bb7a2a;
|
||||||
|
}
|
||||||
|
a:active {
|
||||||
|
text-decoration:none;
|
||||||
|
color:#4c6b87;
|
||||||
|
}
|
||||||
|
a[name] {
|
||||||
|
color:#353833;
|
||||||
|
}
|
||||||
|
a[name]:hover {
|
||||||
|
text-decoration:none;
|
||||||
|
color:#353833;
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
font-size:1.3em;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size:1.8em;
|
||||||
|
}
|
||||||
|
h2 {
|
||||||
|
font-size:1.5em;
|
||||||
|
}
|
||||||
|
h3 {
|
||||||
|
font-size:1.4em;
|
||||||
|
}
|
||||||
|
h4 {
|
||||||
|
font-size:1.3em;
|
||||||
|
}
|
||||||
|
h5 {
|
||||||
|
font-size:1.2em;
|
||||||
|
}
|
||||||
|
h6 {
|
||||||
|
font-size:1.1em;
|
||||||
|
}
|
||||||
|
ul {
|
||||||
|
list-style-type:disc;
|
||||||
|
}
|
||||||
|
code, tt {
|
||||||
|
font-size:1.2em;
|
||||||
|
}
|
||||||
|
dt code {
|
||||||
|
font-size:1.2em;
|
||||||
|
}
|
||||||
|
table tr td dt code {
|
||||||
|
font-size:1.2em;
|
||||||
|
vertical-align:top;
|
||||||
|
}
|
||||||
|
sup {
|
||||||
|
font-size:.6em;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
Document title and Copyright styles
|
||||||
|
*/
|
||||||
|
.clear {
|
||||||
|
clear:both;
|
||||||
|
height:0px;
|
||||||
|
overflow:hidden;
|
||||||
|
}
|
||||||
|
.aboutLanguage {
|
||||||
|
float:right;
|
||||||
|
padding:0px 21px;
|
||||||
|
font-size:.8em;
|
||||||
|
z-index:200;
|
||||||
|
margin-top:-7px;
|
||||||
|
}
|
||||||
|
.legalCopy {
|
||||||
|
margin-left:.5em;
|
||||||
|
}
|
||||||
|
.bar a, .bar a:link, .bar a:visited, .bar a:active {
|
||||||
|
color:#FFFFFF;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
.bar a:hover, .bar a:focus {
|
||||||
|
color:#bb7a2a;
|
||||||
|
}
|
||||||
|
.tab {
|
||||||
|
background-color:#0066FF;
|
||||||
|
background-image:url(resources/titlebar.gif);
|
||||||
|
background-position:left top;
|
||||||
|
background-repeat:no-repeat;
|
||||||
|
color:#ffffff;
|
||||||
|
padding:8px;
|
||||||
|
width:5em;
|
||||||
|
font-weight:bold;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
Navigation bar styles
|
||||||
|
*/
|
||||||
|
.bar {
|
||||||
|
background-image:url(resources/background.gif);
|
||||||
|
background-repeat:repeat-x;
|
||||||
|
color:#FFFFFF;
|
||||||
|
padding:.8em .5em .4em .8em;
|
||||||
|
height:auto;/*height:1.8em;*/
|
||||||
|
font-size:1em;
|
||||||
|
margin:0;
|
||||||
|
}
|
||||||
|
.topNav {
|
||||||
|
background-image:url(resources/background.gif);
|
||||||
|
background-repeat:repeat-x;
|
||||||
|
color:#FFFFFF;
|
||||||
|
float:left;
|
||||||
|
padding:0;
|
||||||
|
width:100%;
|
||||||
|
clear:right;
|
||||||
|
height:2.8em;
|
||||||
|
padding-top:10px;
|
||||||
|
overflow:hidden;
|
||||||
|
}
|
||||||
|
.bottomNav {
|
||||||
|
margin-top:10px;
|
||||||
|
background-image:url(resources/background.gif);
|
||||||
|
background-repeat:repeat-x;
|
||||||
|
color:#FFFFFF;
|
||||||
|
float:left;
|
||||||
|
padding:0;
|
||||||
|
width:100%;
|
||||||
|
clear:right;
|
||||||
|
height:2.8em;
|
||||||
|
padding-top:10px;
|
||||||
|
overflow:hidden;
|
||||||
|
}
|
||||||
|
.subNav {
|
||||||
|
background-color:#dee3e9;
|
||||||
|
border-bottom:1px solid #9eadc0;
|
||||||
|
float:left;
|
||||||
|
width:100%;
|
||||||
|
overflow:hidden;
|
||||||
|
}
|
||||||
|
.subNav div {
|
||||||
|
clear:left;
|
||||||
|
float:left;
|
||||||
|
padding:0 0 5px 6px;
|
||||||
|
}
|
||||||
|
ul.navList, ul.subNavList {
|
||||||
|
float:left;
|
||||||
|
margin:0 25px 0 0;
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
|
ul.navList li{
|
||||||
|
list-style:none;
|
||||||
|
float:left;
|
||||||
|
padding:3px 6px;
|
||||||
|
}
|
||||||
|
ul.subNavList li{
|
||||||
|
list-style:none;
|
||||||
|
float:left;
|
||||||
|
font-size:90%;
|
||||||
|
}
|
||||||
|
.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
|
||||||
|
color:#FFFFFF;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
.topNav a:hover, .bottomNav a:hover {
|
||||||
|
text-decoration:none;
|
||||||
|
color:#bb7a2a;
|
||||||
|
}
|
||||||
|
.navBarCell1Rev {
|
||||||
|
background-image:url(resources/tab.gif);
|
||||||
|
background-color:#a88834;
|
||||||
|
color:#FFFFFF;
|
||||||
|
margin: auto 5px;
|
||||||
|
border:1px solid #c9aa44;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
Page header and footer styles
|
||||||
|
*/
|
||||||
|
.header, .footer {
|
||||||
|
clear:both;
|
||||||
|
margin:0 20px;
|
||||||
|
padding:5px 0 0 0;
|
||||||
|
}
|
||||||
|
.indexHeader {
|
||||||
|
margin:10px;
|
||||||
|
position:relative;
|
||||||
|
}
|
||||||
|
.indexHeader h1 {
|
||||||
|
font-size:1.3em;
|
||||||
|
}
|
||||||
|
.title {
|
||||||
|
color:#2c4557;
|
||||||
|
margin:10px 0;
|
||||||
|
}
|
||||||
|
.subTitle {
|
||||||
|
margin:5px 0 0 0;
|
||||||
|
}
|
||||||
|
.header ul {
|
||||||
|
margin:0 0 25px 0;
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
|
.footer ul {
|
||||||
|
margin:20px 0 5px 0;
|
||||||
|
}
|
||||||
|
.header ul li, .footer ul li {
|
||||||
|
list-style:none;
|
||||||
|
font-size:1.2em;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
Heading styles
|
||||||
|
*/
|
||||||
|
div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
|
||||||
|
background-color:#dee3e9;
|
||||||
|
border-top:1px solid #9eadc0;
|
||||||
|
border-bottom:1px solid #9eadc0;
|
||||||
|
margin:0 0 6px -8px;
|
||||||
|
padding:2px 5px;
|
||||||
|
}
|
||||||
|
ul.blockList ul.blockList ul.blockList li.blockList h3 {
|
||||||
|
background-color:#dee3e9;
|
||||||
|
border-top:1px solid #9eadc0;
|
||||||
|
border-bottom:1px solid #9eadc0;
|
||||||
|
margin:0 0 6px -8px;
|
||||||
|
padding:2px 5px;
|
||||||
|
}
|
||||||
|
ul.blockList ul.blockList li.blockList h3 {
|
||||||
|
padding:0;
|
||||||
|
margin:15px 0;
|
||||||
|
}
|
||||||
|
ul.blockList li.blockList h2 {
|
||||||
|
padding:0px 0 20px 0;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
Page layout container styles
|
||||||
|
*/
|
||||||
|
.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
|
||||||
|
clear:both;
|
||||||
|
padding:10px 20px;
|
||||||
|
position:relative;
|
||||||
|
}
|
||||||
|
.indexContainer {
|
||||||
|
margin:10px;
|
||||||
|
position:relative;
|
||||||
|
font-size:1.0em;
|
||||||
|
}
|
||||||
|
.indexContainer h2 {
|
||||||
|
font-size:1.1em;
|
||||||
|
padding:0 0 3px 0;
|
||||||
|
}
|
||||||
|
.indexContainer ul {
|
||||||
|
margin:0;
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
|
.indexContainer ul li {
|
||||||
|
list-style:none;
|
||||||
|
}
|
||||||
|
.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
|
||||||
|
font-size:1.1em;
|
||||||
|
font-weight:bold;
|
||||||
|
margin:10px 0 0 0;
|
||||||
|
color:#4E4E4E;
|
||||||
|
}
|
||||||
|
.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
|
||||||
|
margin:10px 0 10px 20px;
|
||||||
|
}
|
||||||
|
.serializedFormContainer dl.nameValue dt {
|
||||||
|
margin-left:1px;
|
||||||
|
font-size:1.1em;
|
||||||
|
display:inline;
|
||||||
|
font-weight:bold;
|
||||||
|
}
|
||||||
|
.serializedFormContainer dl.nameValue dd {
|
||||||
|
margin:0 0 0 1px;
|
||||||
|
font-size:1.1em;
|
||||||
|
display:inline;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
List styles
|
||||||
|
*/
|
||||||
|
ul.horizontal li {
|
||||||
|
display:inline;
|
||||||
|
font-size:0.9em;
|
||||||
|
}
|
||||||
|
ul.inheritance {
|
||||||
|
margin:0;
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
|
ul.inheritance li {
|
||||||
|
display:inline;
|
||||||
|
list-style:none;
|
||||||
|
}
|
||||||
|
ul.inheritance li ul.inheritance {
|
||||||
|
margin-left:15px;
|
||||||
|
padding-left:15px;
|
||||||
|
padding-top:1px;
|
||||||
|
}
|
||||||
|
ul.blockList, ul.blockListLast {
|
||||||
|
margin:10px 0 10px 0;
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
|
ul.blockList li.blockList, ul.blockListLast li.blockList {
|
||||||
|
list-style:none;
|
||||||
|
margin-bottom:25px;
|
||||||
|
}
|
||||||
|
ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
|
||||||
|
padding:0px 20px 5px 10px;
|
||||||
|
border:1px solid #9eadc0;
|
||||||
|
background-color:#f9f9f9;
|
||||||
|
}
|
||||||
|
ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
|
||||||
|
padding:0 0 5px 8px;
|
||||||
|
background-color:#ffffff;
|
||||||
|
border:1px solid #9eadc0;
|
||||||
|
border-top:none;
|
||||||
|
}
|
||||||
|
ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
|
||||||
|
margin-left:0;
|
||||||
|
padding-left:0;
|
||||||
|
padding-bottom:15px;
|
||||||
|
border:none;
|
||||||
|
border-bottom:1px solid #9eadc0;
|
||||||
|
}
|
||||||
|
ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
|
||||||
|
list-style:none;
|
||||||
|
border-bottom:none;
|
||||||
|
padding-bottom:0;
|
||||||
|
}
|
||||||
|
table tr td dl, table tr td dl dt, table tr td dl dd {
|
||||||
|
margin-top:0;
|
||||||
|
margin-bottom:1px;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
Table styles
|
||||||
|
*/
|
||||||
|
.contentContainer table, .classUseContainer table, .constantValuesContainer table {
|
||||||
|
border-bottom:1px solid #9eadc0;
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table {
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
.contentContainer .description table, .contentContainer .details table {
|
||||||
|
border-bottom:none;
|
||||||
|
}
|
||||||
|
.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{
|
||||||
|
vertical-align:top;
|
||||||
|
padding-right:20px;
|
||||||
|
}
|
||||||
|
.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast,
|
||||||
|
.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast,
|
||||||
|
.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne,
|
||||||
|
.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne {
|
||||||
|
padding-right:3px;
|
||||||
|
}
|
||||||
|
.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption {
|
||||||
|
position:relative;
|
||||||
|
text-align:left;
|
||||||
|
background-repeat:no-repeat;
|
||||||
|
color:#FFFFFF;
|
||||||
|
font-weight:bold;
|
||||||
|
clear:none;
|
||||||
|
overflow:hidden;
|
||||||
|
padding:0px;
|
||||||
|
margin:0px;
|
||||||
|
}
|
||||||
|
caption a:link, caption a:hover, caption a:active, caption a:visited {
|
||||||
|
color:#FFFFFF;
|
||||||
|
}
|
||||||
|
.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span {
|
||||||
|
white-space:nowrap;
|
||||||
|
padding-top:8px;
|
||||||
|
padding-left:8px;
|
||||||
|
display:block;
|
||||||
|
float:left;
|
||||||
|
background-image:url(resources/titlebar.gif);
|
||||||
|
height:18px;
|
||||||
|
}
|
||||||
|
.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd {
|
||||||
|
width:10px;
|
||||||
|
background-image:url(resources/titlebar_end.gif);
|
||||||
|
background-repeat:no-repeat;
|
||||||
|
background-position:top right;
|
||||||
|
position:relative;
|
||||||
|
float:left;
|
||||||
|
}
|
||||||
|
ul.blockList ul.blockList li.blockList table {
|
||||||
|
margin:0 0 12px 0px;
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
.tableSubHeadingColor {
|
||||||
|
background-color: #EEEEFF;
|
||||||
|
}
|
||||||
|
.altColor {
|
||||||
|
background-color:#eeeeef;
|
||||||
|
}
|
||||||
|
.rowColor {
|
||||||
|
background-color:#ffffff;
|
||||||
|
}
|
||||||
|
.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td {
|
||||||
|
text-align:left;
|
||||||
|
padding:3px 3px 3px 7px;
|
||||||
|
}
|
||||||
|
th.colFirst, th.colLast, th.colOne, .constantValuesContainer th {
|
||||||
|
background:#dee3e9;
|
||||||
|
border-top:1px solid #9eadc0;
|
||||||
|
border-bottom:1px solid #9eadc0;
|
||||||
|
text-align:left;
|
||||||
|
padding:3px 3px 3px 7px;
|
||||||
|
}
|
||||||
|
td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
|
||||||
|
font-weight:bold;
|
||||||
|
}
|
||||||
|
td.colFirst, th.colFirst {
|
||||||
|
border-left:1px solid #9eadc0;
|
||||||
|
white-space:nowrap;
|
||||||
|
}
|
||||||
|
td.colLast, th.colLast {
|
||||||
|
border-right:1px solid #9eadc0;
|
||||||
|
}
|
||||||
|
td.colOne, th.colOne {
|
||||||
|
border-right:1px solid #9eadc0;
|
||||||
|
border-left:1px solid #9eadc0;
|
||||||
|
}
|
||||||
|
table.overviewSummary {
|
||||||
|
padding:0px;
|
||||||
|
margin-left:0px;
|
||||||
|
}
|
||||||
|
table.overviewSummary td.colFirst, table.overviewSummary th.colFirst,
|
||||||
|
table.overviewSummary td.colOne, table.overviewSummary th.colOne {
|
||||||
|
width:25%;
|
||||||
|
vertical-align:middle;
|
||||||
|
}
|
||||||
|
table.packageSummary td.colFirst, table.overviewSummary th.colFirst {
|
||||||
|
width:25%;
|
||||||
|
vertical-align:middle;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
Content styles
|
||||||
|
*/
|
||||||
|
.description pre {
|
||||||
|
margin-top:0;
|
||||||
|
}
|
||||||
|
.deprecatedContent {
|
||||||
|
margin:0;
|
||||||
|
padding:10px 0;
|
||||||
|
}
|
||||||
|
.docSummary {
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
Formatting effect styles
|
||||||
|
*/
|
||||||
|
.sourceLineNo {
|
||||||
|
color:green;
|
||||||
|
padding:0 30px 0 0;
|
||||||
|
}
|
||||||
|
h1.hidden {
|
||||||
|
visibility:hidden;
|
||||||
|
overflow:hidden;
|
||||||
|
font-size:.9em;
|
||||||
|
}
|
||||||
|
.block {
|
||||||
|
display:block;
|
||||||
|
margin:3px 0 0 0;
|
||||||
|
}
|
||||||
|
.strong {
|
||||||
|
font-weight:bold;
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<javadocOptions>
|
||||||
|
<docletArtifacts>
|
||||||
|
<docletArtifact />
|
||||||
|
</docletArtifacts>
|
||||||
|
<tagletArtifacts>
|
||||||
|
<tagletArtifact />
|
||||||
|
</tagletArtifacts>
|
||||||
|
<javadocResourcesDirectory>src/main/javadoc</javadocResourcesDirectory>
|
||||||
|
</javadocOptions>
|
|
@ -0,0 +1,203 @@
|
||||||
|
java.applet
|
||||||
|
java.awt
|
||||||
|
java.awt.color
|
||||||
|
java.awt.datatransfer
|
||||||
|
java.awt.dnd
|
||||||
|
java.awt.event
|
||||||
|
java.awt.font
|
||||||
|
java.awt.geom
|
||||||
|
java.awt.im
|
||||||
|
java.awt.im.spi
|
||||||
|
java.awt.image
|
||||||
|
java.awt.image.renderable
|
||||||
|
java.awt.print
|
||||||
|
java.beans
|
||||||
|
java.beans.beancontext
|
||||||
|
java.io
|
||||||
|
java.lang
|
||||||
|
java.lang.annotation
|
||||||
|
java.lang.instrument
|
||||||
|
java.lang.management
|
||||||
|
java.lang.ref
|
||||||
|
java.lang.reflect
|
||||||
|
java.math
|
||||||
|
java.net
|
||||||
|
java.nio
|
||||||
|
java.nio.channels
|
||||||
|
java.nio.channels.spi
|
||||||
|
java.nio.charset
|
||||||
|
java.nio.charset.spi
|
||||||
|
java.rmi
|
||||||
|
java.rmi.activation
|
||||||
|
java.rmi.dgc
|
||||||
|
java.rmi.registry
|
||||||
|
java.rmi.server
|
||||||
|
java.security
|
||||||
|
java.security.acl
|
||||||
|
java.security.cert
|
||||||
|
java.security.interfaces
|
||||||
|
java.security.spec
|
||||||
|
java.sql
|
||||||
|
java.text
|
||||||
|
java.text.spi
|
||||||
|
java.util
|
||||||
|
java.util.concurrent
|
||||||
|
java.util.concurrent.atomic
|
||||||
|
java.util.concurrent.locks
|
||||||
|
java.util.jar
|
||||||
|
java.util.logging
|
||||||
|
java.util.prefs
|
||||||
|
java.util.regex
|
||||||
|
java.util.spi
|
||||||
|
java.util.zip
|
||||||
|
javax.accessibility
|
||||||
|
javax.activation
|
||||||
|
javax.activity
|
||||||
|
javax.annotation
|
||||||
|
javax.annotation.processing
|
||||||
|
javax.crypto
|
||||||
|
javax.crypto.interfaces
|
||||||
|
javax.crypto.spec
|
||||||
|
javax.imageio
|
||||||
|
javax.imageio.event
|
||||||
|
javax.imageio.metadata
|
||||||
|
javax.imageio.plugins.bmp
|
||||||
|
javax.imageio.plugins.jpeg
|
||||||
|
javax.imageio.spi
|
||||||
|
javax.imageio.stream
|
||||||
|
javax.jws
|
||||||
|
javax.jws.soap
|
||||||
|
javax.lang.model
|
||||||
|
javax.lang.model.element
|
||||||
|
javax.lang.model.type
|
||||||
|
javax.lang.model.util
|
||||||
|
javax.management
|
||||||
|
javax.management.loading
|
||||||
|
javax.management.modelmbean
|
||||||
|
javax.management.monitor
|
||||||
|
javax.management.openmbean
|
||||||
|
javax.management.relation
|
||||||
|
javax.management.remote
|
||||||
|
javax.management.remote.rmi
|
||||||
|
javax.management.timer
|
||||||
|
javax.naming
|
||||||
|
javax.naming.directory
|
||||||
|
javax.naming.event
|
||||||
|
javax.naming.ldap
|
||||||
|
javax.naming.spi
|
||||||
|
javax.net
|
||||||
|
javax.net.ssl
|
||||||
|
javax.print
|
||||||
|
javax.print.attribute
|
||||||
|
javax.print.attribute.standard
|
||||||
|
javax.print.event
|
||||||
|
javax.rmi
|
||||||
|
javax.rmi.CORBA
|
||||||
|
javax.rmi.ssl
|
||||||
|
javax.script
|
||||||
|
javax.security.auth
|
||||||
|
javax.security.auth.callback
|
||||||
|
javax.security.auth.kerberos
|
||||||
|
javax.security.auth.login
|
||||||
|
javax.security.auth.spi
|
||||||
|
javax.security.auth.x500
|
||||||
|
javax.security.cert
|
||||||
|
javax.security.sasl
|
||||||
|
javax.sound.midi
|
||||||
|
javax.sound.midi.spi
|
||||||
|
javax.sound.sampled
|
||||||
|
javax.sound.sampled.spi
|
||||||
|
javax.sql
|
||||||
|
javax.sql.rowset
|
||||||
|
javax.sql.rowset.serial
|
||||||
|
javax.sql.rowset.spi
|
||||||
|
javax.swing
|
||||||
|
javax.swing.border
|
||||||
|
javax.swing.colorchooser
|
||||||
|
javax.swing.event
|
||||||
|
javax.swing.filechooser
|
||||||
|
javax.swing.plaf
|
||||||
|
javax.swing.plaf.basic
|
||||||
|
javax.swing.plaf.metal
|
||||||
|
javax.swing.plaf.multi
|
||||||
|
javax.swing.plaf.synth
|
||||||
|
javax.swing.table
|
||||||
|
javax.swing.text
|
||||||
|
javax.swing.text.html
|
||||||
|
javax.swing.text.html.parser
|
||||||
|
javax.swing.text.rtf
|
||||||
|
javax.swing.tree
|
||||||
|
javax.swing.undo
|
||||||
|
javax.tools
|
||||||
|
javax.transaction
|
||||||
|
javax.transaction.xa
|
||||||
|
javax.xml
|
||||||
|
javax.xml.bind
|
||||||
|
javax.xml.bind.annotation
|
||||||
|
javax.xml.bind.annotation.adapters
|
||||||
|
javax.xml.bind.attachment
|
||||||
|
javax.xml.bind.helpers
|
||||||
|
javax.xml.bind.util
|
||||||
|
javax.xml.crypto
|
||||||
|
javax.xml.crypto.dom
|
||||||
|
javax.xml.crypto.dsig
|
||||||
|
javax.xml.crypto.dsig.dom
|
||||||
|
javax.xml.crypto.dsig.keyinfo
|
||||||
|
javax.xml.crypto.dsig.spec
|
||||||
|
javax.xml.datatype
|
||||||
|
javax.xml.namespace
|
||||||
|
javax.xml.parsers
|
||||||
|
javax.xml.soap
|
||||||
|
javax.xml.stream
|
||||||
|
javax.xml.stream.events
|
||||||
|
javax.xml.stream.util
|
||||||
|
javax.xml.transform
|
||||||
|
javax.xml.transform.dom
|
||||||
|
javax.xml.transform.sax
|
||||||
|
javax.xml.transform.stax
|
||||||
|
javax.xml.transform.stream
|
||||||
|
javax.xml.validation
|
||||||
|
javax.xml.ws
|
||||||
|
javax.xml.ws.handler
|
||||||
|
javax.xml.ws.handler.soap
|
||||||
|
javax.xml.ws.http
|
||||||
|
javax.xml.ws.soap
|
||||||
|
javax.xml.ws.spi
|
||||||
|
javax.xml.ws.wsaddressing
|
||||||
|
javax.xml.xpath
|
||||||
|
org.ietf.jgss
|
||||||
|
org.omg.CORBA
|
||||||
|
org.omg.CORBA.DynAnyPackage
|
||||||
|
org.omg.CORBA.ORBPackage
|
||||||
|
org.omg.CORBA.TypeCodePackage
|
||||||
|
org.omg.CORBA.portable
|
||||||
|
org.omg.CORBA_2_3
|
||||||
|
org.omg.CORBA_2_3.portable
|
||||||
|
org.omg.CosNaming
|
||||||
|
org.omg.CosNaming.NamingContextExtPackage
|
||||||
|
org.omg.CosNaming.NamingContextPackage
|
||||||
|
org.omg.Dynamic
|
||||||
|
org.omg.DynamicAny
|
||||||
|
org.omg.DynamicAny.DynAnyFactoryPackage
|
||||||
|
org.omg.DynamicAny.DynAnyPackage
|
||||||
|
org.omg.IOP
|
||||||
|
org.omg.IOP.CodecFactoryPackage
|
||||||
|
org.omg.IOP.CodecPackage
|
||||||
|
org.omg.Messaging
|
||||||
|
org.omg.PortableInterceptor
|
||||||
|
org.omg.PortableInterceptor.ORBInitInfoPackage
|
||||||
|
org.omg.PortableServer
|
||||||
|
org.omg.PortableServer.CurrentPackage
|
||||||
|
org.omg.PortableServer.POAManagerPackage
|
||||||
|
org.omg.PortableServer.POAPackage
|
||||||
|
org.omg.PortableServer.ServantLocatorPackage
|
||||||
|
org.omg.PortableServer.portable
|
||||||
|
org.omg.SendingContext
|
||||||
|
org.omg.stub.java.rmi
|
||||||
|
org.w3c.dom
|
||||||
|
org.w3c.dom.bootstrap
|
||||||
|
org.w3c.dom.events
|
||||||
|
org.w3c.dom.ls
|
||||||
|
org.xml.sax
|
||||||
|
org.xml.sax.ext
|
||||||
|
org.xml.sax.helpers
|
|
@ -0,0 +1,5 @@
|
||||||
|
#Generated by Maven
|
||||||
|
#Tue Sep 06 10:18:37 CEST 2016
|
||||||
|
version=2.0.0-SNAPSHOT
|
||||||
|
groupId=org.gcube.resourcemanagement
|
||||||
|
artifactId=whn-manager
|
|
@ -0,0 +1,6 @@
|
||||||
|
<beans xmlns="http://java.sun.com/xml/ns/javaee"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
|
||||||
|
|
||||||
|
|
||||||
|
</beans>
|
|
@ -0,0 +1,28 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
|
<persistence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"
|
||||||
|
version="2.0" xmlns="http://java.sun.com/xml/ns/persistence">
|
||||||
|
|
||||||
|
<!-- change here if you want name of unit different -->
|
||||||
|
<persistence-unit name="tabulardata" transaction-type="RESOURCE_LOCAL">
|
||||||
|
|
||||||
|
<!-- change here if your class/Entity package different -->
|
||||||
|
<class>org.gcube.data.analysis.tabulardata.metadata.StoredTable</class>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<!-- <property name="javax.persistence.jdbc.driver" value="org.h2.Driver" /> -->
|
||||||
|
<!-- <property name="javax.persistence.jdbc.url" value="jdbc:h2:d://learn_eclipselink" /> -->
|
||||||
|
|
||||||
|
<!-- change here if your jdbc driver different -->
|
||||||
|
<property name="javax.persistence.jdbc.driver" value="org.h2.Driver" />
|
||||||
|
<property name="javax.persistence.jdbc.url" value="jdbc:h2:mem:" />
|
||||||
|
<property name="javax.persistence.jdbc.user" value="sa" />
|
||||||
|
<property name="javax.persistence.jdbc.password" value="" />
|
||||||
|
|
||||||
|
<!-- EclipseLink should create the database schema automatically -->
|
||||||
|
<property name="eclipselink.ddl-generation" value="create-tables" />
|
||||||
|
<property name="eclipselink.ddl-generation.output-mode" value="database" />
|
||||||
|
</properties>
|
||||||
|
|
||||||
|
</persistence-unit>
|
||||||
|
</persistence>
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,8 @@
|
||||||
|
<application mode='online'>
|
||||||
|
<name>WhnManager</name>
|
||||||
|
<group>VREManagement</group>
|
||||||
|
<version>2.0.0-SNAPSHOT</version>
|
||||||
|
<description>Web Hosting Node Service</description>
|
||||||
|
<local-persistence location='target' />
|
||||||
|
</application>
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<endpoints
|
||||||
|
xmlns="http://java.sun.com/xml/ns/jax-ws/ri/runtime"
|
||||||
|
version="2.0">
|
||||||
|
<endpoint
|
||||||
|
name="whnmanager"
|
||||||
|
implementation="org.gcube.vremanagement.whnmanager.jaxws.ws.WhnManagerImpl"
|
||||||
|
url-pattern="/gcube/vremanagement/ws/whnmanager"/>
|
||||||
|
</endpoints>
|
|
@ -0,0 +1,43 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
|
||||||
|
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
|
||||||
|
version="2.5">
|
||||||
|
|
||||||
|
<listener>
|
||||||
|
<listener-class>com.sun.xml.ws.transport.http.servlet.WSServletContextListener</listener-class>
|
||||||
|
</listener>
|
||||||
|
<!--
|
||||||
|
<listener>
|
||||||
|
<listener-class>org.gcube.data.analysis.tabulardata.context.MyContext</listener-class>
|
||||||
|
</listener>
|
||||||
|
|
||||||
|
|
||||||
|
<listener>
|
||||||
|
<listener-class>org.gcube.common.ghn.service.ApplicationListener</listener-class>
|
||||||
|
</listener>
|
||||||
|
-->
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>whnmanager</servlet-name>
|
||||||
|
<servlet-class>com.sun.xml.ws.transport.http.servlet.WSServlet</servlet-class>
|
||||||
|
</servlet>
|
||||||
|
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>whnmanager</servlet-name>
|
||||||
|
<url-pattern>/gcube/vremanagement/ws/whnmanager</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
<!--
|
||||||
|
<filter>
|
||||||
|
<filter-name>scopeFilter</filter-name>
|
||||||
|
<filter-class>org.gcube.data.analysis.tabulardata.context.MySoapFilter</filter-class>
|
||||||
|
</filter>
|
||||||
|
|
||||||
|
|
||||||
|
<filter-mapping>
|
||||||
|
<filter-name>scopeFilter</filter-name>
|
||||||
|
<url-pattern>/*</url-pattern>
|
||||||
|
</filter-mapping>-->
|
||||||
|
|
||||||
|
</web-app>
|
Binary file not shown.
Loading…
Reference in New Issue