|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Negotiation in org.ogf.graap.wsag.api |
---|
Methods in org.ogf.graap.wsag.api that return Negotiation | |
---|---|
Negotiation |
AgreementFactory.initiateNegotiation(NegotiationContextType context,
org.apache.xmlbeans.XmlObject[] criticalExtensions,
org.apache.xmlbeans.XmlObject[] nonCriticalExtensions,
Map<String,Object> environment)
Initializes a new negotiation instance. |
Uses of Negotiation in org.ogf.graap.wsag.client.api.local |
---|
Constructors in org.ogf.graap.wsag.client.api.local with parameters of type Negotiation | |
---|---|
LocalNegotiationClient(Negotiation negotiation)
|
Uses of Negotiation in org.ogf.graap.wsag.samples |
---|
Methods in org.ogf.graap.wsag.samples that return Negotiation | |
---|---|
Negotiation |
SampleAgreementFactory.initiateNegotiation(NegotiationContextType context,
org.apache.xmlbeans.XmlObject[] criticalExtensions,
org.apache.xmlbeans.XmlObject[] nonCriticalExtensions,
Map<String,Object> environment)
Deprecated. Initializes a new negotiation instance. |
Uses of Negotiation in org.ogf.graap.wsag.server.api.impl |
---|
Methods in org.ogf.graap.wsag.server.api.impl that return Negotiation | |
---|---|
Negotiation |
AgreementFactoryFacade.initiateNegotiation(NegotiationContextType context,
org.apache.xmlbeans.XmlObject[] criticalExtensions,
org.apache.xmlbeans.XmlObject[] nonCriticalExtensions,
Map<String,Object> environment)
Initializes a new negotiation instance. |
Uses of Negotiation in org.ogf.graap.wsag.server.engine |
---|
Classes in org.ogf.graap.wsag.server.engine that implement Negotiation | |
---|---|
class |
GenericNegotiation
GenericNegotiation implements the default negotiation behavior in the WSAG4J framework. |
Methods in org.ogf.graap.wsag.server.engine that return Negotiation | |
---|---|
Negotiation |
GenericAgreementFactory.initiateNegotiation(NegotiationContextType context,
org.apache.xmlbeans.XmlObject[] criticalExtensions,
org.apache.xmlbeans.XmlObject[] nonCriticalExtensions,
Map<String,Object> environment)
Initializes a new negotiation instance. |
Uses of Negotiation in org.ogf.graap.wsag.server.persistence.impl |
---|
Methods in org.ogf.graap.wsag.server.persistence.impl that return Negotiation | |
---|---|
Negotiation |
AbstractPersistentAgreementFactory.initiateNegotiation(NegotiationContextType context,
org.apache.xmlbeans.XmlObject[] criticalExtensions,
org.apache.xmlbeans.XmlObject[] nonCriticalExtensions,
Map<String,Object> environment)
Initializes a new negotiation instance. |
Uses of Negotiation in org.ogf.graap.wsag.server.rest |
---|
Fields in org.ogf.graap.wsag.server.rest with type parameters of type Negotiation | |
---|---|
protected static Map<String,Negotiation> |
RestNegotiationRegistry.negotiations
|
Methods in org.ogf.graap.wsag.server.rest that return Negotiation | |
---|---|
static Negotiation |
RestNegotiationRegistry.get(String id)
Retrieves the negotiation object stored with the provided key. if the key does not exist in the registry this method returns null. |
static Negotiation |
RestNegotiationRegistry.remove(String id)
Removes the negotiation object with the given key from the registry and returns the removed object. |
Methods in org.ogf.graap.wsag.server.rest with parameters of type Negotiation | |
---|---|
static String |
RestNegotiationRegistry.add(Negotiation negotiation)
Adds a negotiation object to the registry and returns a unique id for this object. |
Uses of Negotiation in org.ogf.graap.wsag.wsrf.impl |
---|
Methods in org.ogf.graap.wsag.wsrf.impl that return Negotiation | |
---|---|
Negotiation |
NegotiationWsResource.getNegotiation()
Returns the negotiation instance associated with this WSRF resource. |
Methods in org.ogf.graap.wsag.wsrf.impl with parameters of type Negotiation | |
---|---|
protected EndpointReferenceType |
NegotiationFactoryCapability.addNewNegotiationWsResource(Negotiation negotiation)
Creates a new Negotiation WS-Resource and returns the EPR. |
void |
NegotiationWsResource.setNegotiation(Negotiation negotiation)
Sets the negotiation instance associated with this WSRF resource. |
Uses of Negotiation in org.ogf.graap.wsag.wsrf.persistence |
---|
Methods in org.ogf.graap.wsag.wsrf.persistence that return Negotiation | |
---|---|
Negotiation |
WsDatabaseAgreementFactory.initiateNegotiation(NegotiationContextType context,
org.apache.xmlbeans.XmlObject[] criticalExtensions,
org.apache.xmlbeans.XmlObject[] nonCriticalExtensions,
Map<String,Object> environment)
Initializes a new negotiation instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |