| Modifier and Type | Method and Description | 
|---|---|
XmlProperty | 
Property.toXmlProperty()  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<XmlProperty> | 
XmlProperties.getProperties()
Returns a collection of Property. 
 | 
Collection<XmlProperty> | 
Log.getXmlProperties()
Getter for log's XmlProperties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
javax.ws.rs.core.Response | 
PropertiesResource.addAttribute(javax.servlet.http.HttpServletRequest req,
            javax.ws.rs.core.HttpHeaders headers,
            String property,
            Long logId,
            XmlProperty data)
PUT method for adding a new properties attribute to a log entry. 
 | 
javax.ws.rs.core.Response | 
PropertiesResource.addProperty(String newProperty,
           XmlProperty data)
PUT method for adding a new property. 
 | 
void | 
XmlProperties.addProperty(XmlProperty item)
Adds a property to the property collection. 
 | 
void | 
Log.addXmlProperty(XmlProperty property)
Adds an Property to the log. 
 | 
javax.ws.rs.core.Response | 
PropertiesResource.appendProperty(String newProperty,
              XmlProperty data)
POST method for adding a new property. 
 | 
void | 
OlogImpl.checkPropertyName(String propertyName,
                 XmlProperty data)
Check the property name in data with the property name in the
 URL. 
 | 
javax.ws.rs.core.Response | 
PropertiesResource.removeAttribute(javax.servlet.http.HttpServletRequest req,
               javax.ws.rs.core.HttpHeaders headers,
               String property,
               Long logId,
               XmlProperty data)
DELETE method for removing a properties attribute from a log entry. 
 | 
javax.ws.rs.core.Response | 
PropertiesResource.removeProperty(String property,
              XmlProperty data)
DELETE method for removing a property. 
 | 
void | 
Log.removeXmlProperty(XmlProperty property)  | 
static String | 
XmlProperty.toLogger(XmlProperty data)
Creates a compact string representation for the log. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
XmlProperties.setProperties(Collection<XmlProperty> items)
Sets the collection of properties. 
 | 
void | 
Log.setXmlProperties(Collection<XmlProperty> properties)
Setter for log's XmlProperties. 
 | 
| Constructor and Description | 
|---|
XmlProperties(XmlProperty p)
Creates a new instance of XmlProperties with one initial property. 
 | 
Copyright © 2010-2014 Michigan State University. All Rights Reserved.