com.evolveum.midpoint.common.valueconstruction
Class ValueConstructionFactory

java.lang.Object
  extended by com.evolveum.midpoint.common.valueconstruction.ValueConstructionFactory

public class ValueConstructionFactory
extends java.lang.Object

Author:
Radovan Semancik

Constructor Summary
ValueConstructionFactory()
           
 
Method Summary
 ValueConstruction createValueConstruction(ValueConstructionType valueConstructionType, PropertyDefinition outputDefinition, PropertyPath outputPropertyParentPath, java.lang.String shortDesc)
           
 ExpressionFactory getExpressionFactory()
           
 Protector getProtector()
           
 void setExpressionFactory(ExpressionFactory expressionFactory)
           
 void setProtector(Protector protector)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueConstructionFactory

public ValueConstructionFactory()
Method Detail

getExpressionFactory

public ExpressionFactory getExpressionFactory()

setExpressionFactory

public void setExpressionFactory(ExpressionFactory expressionFactory)

getProtector

public Protector getProtector()

setProtector

public void setProtector(Protector protector)

createValueConstruction

public ValueConstruction createValueConstruction(ValueConstructionType valueConstructionType,
                                                 PropertyDefinition outputDefinition,
                                                 PropertyPath outputPropertyParentPath,
                                                 java.lang.String shortDesc)


Copyright © 2012 evolveum. All Rights Reserved.