org.opengroupware.jogi.connect.xmlrpc
Class XmlRpcFetchSpecification
java.lang.Object
java.util.Observable
org.opengroupware.jogi.connect.xmlrpc.XmlRpcBaseDocument
org.opengroupware.jogi.connect.xmlrpc.XmlRpcFetchSpecification
- public class XmlRpcFetchSpecification
- extends XmlRpcBaseDocument
- Author:
- Werner Schuster
Method Summary |
protected boolean |
checkNewContent(java.util.Map new_content)
This method checks whether the provided Map contains a valid
document. |
void |
setQualifier(java.lang.String qualifier)
|
void |
setSortOrdering(java.util.List order)
|
Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY_QUALIFIER
public static final java.lang.String KEY_QUALIFIER
- See Also:
- Constant Field Values
KEY_SORT_ORDERING
public static final java.lang.String KEY_SORT_ORDERING
- See Also:
- Constant Field Values
XmlRpcFetchSpecification
protected XmlRpcFetchSpecification(FetchSpecification spec)
throws OgoException,
ConnectionException
setQualifier
public void setQualifier(java.lang.String qualifier)
throws OgoException,
ConnectionException
- Throws:
OgoException
ConnectionException
setSortOrdering
public void setSortOrdering(java.util.List order)
throws OgoException,
ConnectionException
- Throws:
OgoException
ConnectionException
checkNewContent
protected boolean checkNewContent(java.util.Map new_content)
- Description copied from class:
XmlRpcBaseDocument
- This method checks whether the provided Map contains a valid
document. If essential parts are missing or are of a wrong type,
this method must return false, otherwise true.
- Specified by:
checkNewContent
in class XmlRpcBaseDocument
- Parameters:
new_content
- The new content for the document.
- Returns:
true
if the content meets all requirements,
otherwise false
.
Copyright © 2003 ogojogi Project, All Rights Reserved.