com.evolveum.midpoint.model.controller
Interface SchemaHandler

All Known Implementing Classes:
SchemaHandlerImpl

public interface SchemaHandler

Author:
lazyman

Method Summary
 ExpressionHandler getExpressionHandler()
           
 UserType processInboundHandling(UserType user, ResourceObjectShadowType resourceObjectShadow, OperationResult result)
           
 ObjectModificationType processOutboundHandling(UserType user, ResourceObjectShadowType resourceObjectShadow, OperationResult result)
           
 void setModel(ModelController controller)
           
 

Method Detail

processInboundHandling

UserType processInboundHandling(UserType user,
                                ResourceObjectShadowType resourceObjectShadow,
                                OperationResult result)
                                throws SchemaHandlerException
Throws:
SchemaHandlerException

processOutboundHandling

ObjectModificationType processOutboundHandling(UserType user,
                                               ResourceObjectShadowType resourceObjectShadow,
                                               OperationResult result)
                                               throws SchemaHandlerException
Throws:
SchemaHandlerException

setModel

void setModel(ModelController controller)

getExpressionHandler

ExpressionHandler getExpressionHandler()


Copyright © 2011 evolveum. All Rights Reserved.