|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.adapter.AdapterMethods
The AdapterMethods class represents a collection of methods that correspond to Info*Engine webjects. There are also various helper methods contained within.
Constructor Summary | |
AdapterMethods()
|
Method Summary | |
static IeNode |
argsToIeNode(String[] args)
Method call that turns an array of String's into a webject. |
static IeGroup |
invoke(IeNode webject,
IeGroup groupIn)
Dispatch to the method named in the request. |
static void |
main(String[] args)
|
static IeNode |
persistableToIeNode(Persistable obj)
Morph a Persistable into an IeNode. |
static IeGroup |
queryObjects(IeNode webject)
Method call that performs the 'Query-Objects' webject |
static IeGroup |
queryResultToIeObject(QueryResult objects)
Morph a QueryResult into a IeGroup |
static IeGroup |
relatedObjects(IeNode webject)
Method call that performs the 'Related-Objects' webject |
static IeGroup |
validateUser(IeNode webject)
Method call that performs the 'Validate-User' webject. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AdapterMethods()
Method Detail |
public static void main(String[] args)
public static IeGroup invoke(IeNode webject, IeGroup groupIn)
public static IeNode persistableToIeNode(Persistable obj) throws FederationServicesException
FederationServicesException
public static IeGroup queryResultToIeObject(QueryResult objects) throws FederationServicesException
FederationServicesException
public static IeGroup relatedObjects(IeNode webject) throws FederationServicesException, WTException
FederationServicesException
WTException
public static IeGroup validateUser(IeNode webject)
public static IeGroup queryObjects(IeNode webject) throws FederationServicesException, WTException
FederationServicesException
WTException
public static IeNode argsToIeNode(String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |