com.evolveum.midpoint.model.sync
Class ActionManagerImpl<T extends Action>

java.lang.Object
  extended by com.evolveum.midpoint.model.sync.ActionManagerImpl<T>
All Implemented Interfaces:
ActionManager<T>

public class ActionManagerImpl<T extends Action>
extends java.lang.Object
implements ActionManager<T>

Author:
Vilo Repan

Constructor Summary
ActionManagerImpl()
           
 
Method Summary
 Action getActionInstance(java.lang.String uri)
           
 void setActionMapping(java.util.Map<java.lang.String,java.lang.Class<T>> actionMap)
           
 void setModel(ModelController model)
           
 void setSchemaHandler(SchemaHandler schemaHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionManagerImpl

public ActionManagerImpl()
Method Detail

setActionMapping

public void setActionMapping(java.util.Map<java.lang.String,java.lang.Class<T>> actionMap)
Specified by:
setActionMapping in interface ActionManager<T extends Action>

getActionInstance

public Action getActionInstance(java.lang.String uri)
Specified by:
getActionInstance in interface ActionManager<T extends Action>

setModel

public void setModel(ModelController model)

setSchemaHandler

public void setSchemaHandler(SchemaHandler schemaHandler)


Copyright © 2011 evolveum. All Rights Reserved.