org.ogf.graap.wsag.wsrf.impl
Class AgreementPropertiesCollection

java.lang.Object
  extended by org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
      extended by org.ogf.graap.wsag.wsrf.impl.AgreementPropertiesCollection
All Implemented Interfaces:
org.apache.muse.util.xml.XmlSerializable, org.apache.muse.ws.resource.metadata.ResourcePropertiesMetadataValidation, org.apache.muse.ws.resource.properties.get.ext.GetResourcePropertyExtensions, org.apache.muse.ws.resource.properties.get.GetMultipleResourceProperties, org.apache.muse.ws.resource.properties.get.GetResourceProperty, org.apache.muse.ws.resource.properties.get.GetResourcePropertyDocument, org.apache.muse.ws.resource.properties.listeners.ResourcePropertyListeners, org.apache.muse.ws.resource.properties.ResourcePropertyCollection, org.apache.muse.ws.resource.properties.schema.ResourcePropertiesSchemaValidation, org.apache.muse.ws.resource.properties.set.ext.SetResourcePropertiesExtensions, org.apache.muse.ws.resource.properties.set.PutResourcePropertyDocument, org.apache.muse.ws.resource.properties.set.SetResourceProperties, org.apache.muse.ws.resource.properties.set.SetResourcePropertiesComponents, org.apache.muse.ws.resource.properties.set.SetResourcePropertiesPermissions

public class AgreementPropertiesCollection
extends org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection

Implementation for retrieving the agreement resource properties document.

Author:
owaeld

Constructor Summary
AgreementPropertiesCollection(AgreementWsResource agreementResource)
          Creates a new agreement resource properties collection for the given agreement.
 
Method Summary
 Element getResourcePropertyDocument()
          Returns the agreement properties document of this agreement instance.
 
Methods inherited from class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
addCapability, addChangeApprover, addChangeListener, addInitialValues, addPermissions, addReadListener, addStaticValues, addValidValues, applyMetadata, changeCompleted, changeRequested, createInsertRequests, deleteMutableProperties, deleteResourceProperty, deleteResourceProperty, getCapability, getChangeApprovers, getChangeListeners, getMetadata, getMultipleResourceProperties, getPropertyAsObject, getPropertyNames, getReadListeners, getResourceProperty, getSchema, getSecurityToken, hasPropertyDefinition, insertOrUpdate, insertOrUpdate, insertResourceProperty, insertResourceProperty, putResourcePropertyDocument, readRequested, removeChangeApprover, removeChangeListener, removeReadListener, setMetadata, setResourceProperties, setSchema, toString, toXML, toXML, updateResourceProperty, updateResourceProperty, validateDelete, validateInsert, validateMetadata, validateNillable, validateSchema
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgreementPropertiesCollection

public AgreementPropertiesCollection(AgreementWsResource agreementResource)
Creates a new agreement resource properties collection for the given agreement. The collection returns the complete resource properties document for this agreement.

Parameters:
agreementResource - the agreement resource where this collection belongs to
Method Detail

getResourcePropertyDocument

public Element getResourcePropertyDocument()
                                    throws org.apache.muse.ws.resource.basefaults.BaseFault
Returns the agreement properties document of this agreement instance.

Specified by:
getResourcePropertyDocument in interface org.apache.muse.ws.resource.properties.get.GetResourcePropertyDocument
Overrides:
getResourcePropertyDocument in class org.apache.muse.ws.resource.properties.impl.SimpleResourcePropertyCollection
Returns:
the resource properties document of the agreement
Throws:
org.apache.muse.ws.resource.basefaults.BaseFault
See Also:
Agreement.getXMLObject(), SimpleResourcePropertyCollection.getResourcePropertyDocument()


Copyright © 2008-2012. All Rights Reserved.