com.evolveum.midpoint.common.valueconstruction
Class LiteralValueConstructor

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

public class LiteralValueConstructor
extends java.lang.Object
implements ValueConstructor

Author:
Radovan Semancik

Constructor Summary
LiteralValueConstructor()
           
 
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
 

Constructor Detail

LiteralValueConstructor

public LiteralValueConstructor()
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.