com.evolveum.midpoint.common.valueconstruction
Interface ValueConstructor

All Known Implementing Classes:
AsIsValueConstructor, ExpressionValueConstructor, GenerateValueConstructor, LiteralValueConstructor

public interface ValueConstructor

Author:
Radovan 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)
           
 

Method Detail

construct

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
Throws:
SchemaException
ExpressionEvaluationException
ObjectNotFoundException


Copyright © 2012 evolveum. All Rights Reserved.