org.gcube.common.core.informationsystem.client
Interface RPDocument

All Superinterfaces:
XMLResult

public interface RPDocument
extends XMLResult

A specialisation of XMLResult to Resource Property Document of WS-Resources.

Author:
Fabio Simeoni (University of Strathclyde), Manuele Simi (CNR)

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.gcube.common.core.informationsystem.client.XMLResult
XMLResult.ISResultEvaluationException, XMLResult.ISResultInitialisationException
 
Method Summary
 org.apache.axis.message.addressing.EndpointReferenceType getEndpoint()
          Returns the WS-Resource endpoint.
 String getGHNID()
          Returns the identifier of the gHN of origin of the WS-Resource.
 GCUBEWSResourceKey getKey()
          Returns the WS-Resource enkeydpoint.
 String getRIID()
          Returns the identifier of the running instance of origin of the WS-Resource.
 List<GCUBEScope> getScope()
          Returns the scopes of the WS-Resource.
 String getServiceClass()
          Returns the class of the service of origin of the WS-Resource.
 String getServiceID()
          Returns the identifier of the service of the WS-Resource.
 String getServiceName()
          Returns the name of the service of origin of the WS-Resource.
 Calendar getTerminationTime()
          Returns the termination time of the WS-Resource.
 
Methods inherited from interface org.gcube.common.core.informationsystem.client.XMLResult
evaluate, toString
 

Method Detail

getEndpoint

org.apache.axis.message.addressing.EndpointReferenceType getEndpoint()
Returns the WS-Resource endpoint.

Returns:
the endpoint.

getKey

GCUBEWSResourceKey getKey()
Returns the WS-Resource enkeydpoint.

Returns:
the key.

getServiceID

String getServiceID()
Returns the identifier of the service of the WS-Resource.

Returns:
the identifier.

getServiceName

String getServiceName()
Returns the name of the service of origin of the WS-Resource.

Returns:
the name.

getServiceClass

String getServiceClass()
Returns the class of the service of origin of the WS-Resource.

Returns:
the class.

getRIID

String getRIID()
Returns the identifier of the running instance of origin of the WS-Resource.

Returns:
the identifier.

getGHNID

String getGHNID()
Returns the identifier of the gHN of origin of the WS-Resource.

Returns:
the identifier.

getScope

List<GCUBEScope> getScope()
Returns the scopes of the WS-Resource.

Returns:
the scopes.

getTerminationTime

Calendar getTerminationTime()
Returns the termination time of the WS-Resource.

Returns:
the termination time.


Copyright © 2013. All Rights Reserved.