com.evolveum.midpoint.web.util
Class SchemaFormParser

java.lang.Object
  extended by com.evolveum.midpoint.web.util.SchemaFormParser

public class SchemaFormParser
extends java.lang.Object

Author:
lazyman

Constructor Summary
SchemaFormParser()
           
 
Method Summary
 FormObject parseSchemaForAccount(AccountShadowDto account)
           
 FormObject parseSchemaForAccount(AccountShadowDto account, javax.xml.namespace.QName accountType)
           
 java.util.List<FormObject> parseSchemaForConnector(ConnectorDto connector, ResourceConfigurationType configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaFormParser

public SchemaFormParser()
Method Detail

parseSchemaForConnector

public java.util.List<FormObject> parseSchemaForConnector(ConnectorDto connector,
                                                          ResourceConfigurationType configuration)
                                                   throws SchemaException
Throws:
SchemaException

parseSchemaForAccount

public FormObject parseSchemaForAccount(AccountShadowDto account)
                                 throws SchemaException
Throws:
SchemaException

parseSchemaForAccount

public FormObject parseSchemaForAccount(AccountShadowDto account,
                                        javax.xml.namespace.QName accountType)
                                 throws SchemaException
Throws:
SchemaException


Copyright © 2012 evolveum. All Rights Reserved.