com.infoengine.webject.mgt
Class QuerySchema

java.lang.Object
  extended bycom.infoengine.webject.Webject
      extended bycom.infoengine.webject.mgt.QuerySchema

public class QuerySchema
extends Webject


Field Summary
private static String GROUP_OUT
           
private static String RESOURCE
           
private static String SCHEMA_GENERATOR
           
private static String TYPE
           
 
Constructor Summary
QuerySchema()
           
 
Method Summary
private  Element[] complexTypeToElements(ComplexType complex)
           
private  void displayContainerToElement(DisplayContainer container, Element e)
           
private  void displayContainerToElement(DisplayContainer container, Element e, String prefix)
           
 Task invoke(Task task)
           
private  Element[] schemaToElements(SchemaObject schema)
           
private  Group schemaToGroup(String groupName, SchemaObject schema)
           
private  void simpleTypeToElement(SimpleType simple, Element e)
           
 
Methods inherited from class com.infoengine.webject.Webject
booleanParam
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

SCHEMA_GENERATOR

private static final String SCHEMA_GENERATOR
See Also:
Constant Field Values

TYPE

private static final String TYPE
See Also:
Constant Field Values

GROUP_OUT

private static final String GROUP_OUT
See Also:
Constant Field Values
Constructor Detail

QuerySchema

public QuerySchema()
Method Detail

invoke

public Task invoke(Task task)
            throws IEException
Specified by:
invoke in class Webject
Throws:
IEException

schemaToGroup

private Group schemaToGroup(String groupName,
                            SchemaObject schema)

schemaToElements

private Element[] schemaToElements(SchemaObject schema)

complexTypeToElements

private Element[] complexTypeToElements(ComplexType complex)

displayContainerToElement

private void displayContainerToElement(DisplayContainer container,
                                       Element e)

displayContainerToElement

private void displayContainerToElement(DisplayContainer container,
                                       Element e,
                                       String prefix)

simpleTypeToElement

private void simpleTypeToElement(SimpleType simple,
                                 Element e)