com.evolveum.midpoint.common.valueconstruction
Class AsIsValueConstructor

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

public class AsIsValueConstructor
extends java.lang.Object
implements ValueConstructor

Author:
Radovan Semancik

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

AsIsValueConstructor

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