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:
Vilo Repan

Constructor Summary
SchemaFormParser()
           
 
Method Summary
 java.util.Map<javax.xml.namespace.QName,java.util.List<java.lang.Object>> getAttributeValueMap()
           
 javax.xml.namespace.QName getDefaultAccountType()
           
 java.lang.String getDisplayName()
           
 java.util.List<ResourceObjectAttributeDefinition> parseSchemaForAccount(AccountShadowDto account)
           
 java.util.List<ResourceObjectAttributeDefinition> parseSchemaForAccount(AccountShadowDto account, javax.xml.namespace.QName accountType)
           
 
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

parseSchemaForAccount

public java.util.List<ResourceObjectAttributeDefinition> parseSchemaForAccount(AccountShadowDto account)
                                                                        throws SchemaProcessorException
Throws:
SchemaProcessorException

parseSchemaForAccount

public java.util.List<ResourceObjectAttributeDefinition> parseSchemaForAccount(AccountShadowDto account,
                                                                               javax.xml.namespace.QName accountType)
                                                                        throws SchemaProcessorException
Throws:
SchemaProcessorException

getDefaultAccountType

public javax.xml.namespace.QName getDefaultAccountType()

getDisplayName

public java.lang.String getDisplayName()

getAttributeValueMap

public java.util.Map<javax.xml.namespace.QName,java.util.List<java.lang.Object>> getAttributeValueMap()


Copyright © 2011 evolveum. All Rights Reserved.