com.infoengine.webject.mgt
Class QuerySchema
java.lang.Object
com.infoengine.webject.Webject
com.infoengine.webject.mgt.QuerySchema
- public class QuerySchema
- extends Webject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
QuerySchema
public QuerySchema()
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)