com.evolveum.midpoint.common.valueconstruction
Class GenerateValueConstructor

java.lang.Object
  extended by com.evolveum.midpoint.common.valueconstruction.GenerateValueConstructor
All Implemented Interfaces:
ValueConstructor

public class GenerateValueConstructor
extends java.lang.Object
implements ValueConstructor

Author:
semancik

Method Summary
 Property construct(javax.xml.bind.JAXBElement<?> constructorElement, PropertyDefinition outputDefinition, PropertyPath propertyParentPath, Property input, java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables, java.lang.String contextDescription, OperationResult result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

construct

public Property construct(javax.xml.bind.JAXBElement<?> constructorElement,
                          PropertyDefinition outputDefinition,
                          PropertyPath propertyParentPath,
                          Property input,
                          java.util.Map<javax.xml.namespace.QName,java.lang.Object> variables,
                          java.lang.String contextDescription,
                          OperationResult result)
                   throws SchemaException,
                          ExpressionEvaluationException,
                          ObjectNotFoundException
Specified by:
construct in interface ValueConstructor
Throws:
SchemaException
ExpressionEvaluationException
ObjectNotFoundException


Copyright © 2012 evolveum. All Rights Reserved.