com.evolveum.midpoint.model.lens
Class ShadowConstraintsChecker

java.lang.Object
  extended by com.evolveum.midpoint.model.lens.ShadowConstraintsChecker

public class ShadowConstraintsChecker
extends java.lang.Object

Author:
semancik

Constructor Summary
ShadowConstraintsChecker(LensProjectionContext<AccountShadowType> accountContext)
           
 
Method Summary
 void check(OperationResult result)
           
 LensProjectionContext<AccountShadowType> getAccountContext()
           
 LensContext<UserType,AccountShadowType> getContext()
           
 java.lang.String getMessages()
           
 PrismContext getPrismContext()
           
 RepositoryService getRepositoryService()
           
 boolean isSatisfiesConstraints()
           
 void setAccountContext(LensProjectionContext<AccountShadowType> accountContext)
           
 void setContext(LensContext<UserType,AccountShadowType> context)
           
 void setPrismContext(PrismContext prismContext)
           
 void setRepositoryService(RepositoryService repositoryService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShadowConstraintsChecker

public ShadowConstraintsChecker(LensProjectionContext<AccountShadowType> accountContext)
Method Detail

getAccountContext

public LensProjectionContext<AccountShadowType> getAccountContext()

setAccountContext

public void setAccountContext(LensProjectionContext<AccountShadowType> accountContext)

getPrismContext

public PrismContext getPrismContext()

setPrismContext

public void setPrismContext(PrismContext prismContext)

getRepositoryService

public RepositoryService getRepositoryService()

setRepositoryService

public void setRepositoryService(RepositoryService repositoryService)

getContext

public LensContext<UserType,AccountShadowType> getContext()

setContext

public void setContext(LensContext<UserType,AccountShadowType> context)

isSatisfiesConstraints

public boolean isSatisfiesConstraints()

getMessages

public java.lang.String getMessages()

check

public void check(OperationResult result)
           throws SchemaException,
                  ObjectAlreadyExistsException
Throws:
SchemaException
ObjectAlreadyExistsException


Copyright © 2012 evolveum. All Rights Reserved.