org.lustin.trac.xmlprc
Interface System
public interface System
listMethods
java.util.Vector listMethods()
- Returns:
- a list of strings, one for each (non-system) method supported by the XML-RPC server.
getAPIVersion
java.util.Vector getAPIVersion()
- Returns a list with three elements. First element is the epoch (0=Trac 0.10, 1=Trac 0.11 or higher).
Second element is the major version number, third is the minor.
Changes to the major version indicate API breaking changes, while minor version changes are simple additions, bug fixes, etc.
- Returns:
- a list of strings
multicall
java.util.Vector multicall(java.util.Vector signatures)
methodHelp
java.lang.String methodHelp(java.lang.String method)
methodSignature
java.util.Vector methodSignature(java.lang.String method)