public class AssignmentEvaluator extends Object
Constructor and Description |
---|
AssignmentEvaluator() |
Modifier and Type | Method and Description |
---|---|
Assignment |
evaluate(AssignmentType assignmentType,
ObjectType source,
String sourceDescription,
OperationResult result) |
SimpleDelta<Assignment> |
evaluate(SimpleDelta<AssignmentType> assignmentTypeDelta,
ObjectType source,
String sourceDescription,
OperationResult result) |
String |
getChannel() |
LensContext<?,?> |
getLensContext() |
ObjectResolver |
getObjectResolver() |
PrismContext |
getPrismContext() |
RepositoryService |
getRepository() |
ObjectDeltaObject<UserType> |
getUserOdo() |
MappingFactory |
getValueConstructionFactory() |
void |
setChannel(String channel) |
void |
setLensContext(LensContext<?,?> lensContext) |
void |
setObjectResolver(ObjectResolver objectResolver) |
void |
setPrismContext(PrismContext prismContext) |
void |
setRepository(RepositoryService repository) |
void |
setUserOdo(ObjectDeltaObject<UserType> userOdo) |
void |
setValueConstructionFactory(MappingFactory valueConstructionFactory) |
public RepositoryService getRepository()
public void setRepository(RepositoryService repository)
public ObjectDeltaObject<UserType> getUserOdo()
public void setUserOdo(ObjectDeltaObject<UserType> userOdo)
public LensContext<?,?> getLensContext()
public void setLensContext(LensContext<?,?> lensContext)
public String getChannel()
public void setChannel(String channel)
public ObjectResolver getObjectResolver()
public void setObjectResolver(ObjectResolver objectResolver)
public PrismContext getPrismContext()
public void setPrismContext(PrismContext prismContext)
public MappingFactory getValueConstructionFactory()
public void setValueConstructionFactory(MappingFactory valueConstructionFactory)
public SimpleDelta<Assignment> evaluate(SimpleDelta<AssignmentType> assignmentTypeDelta, ObjectType source, String sourceDescription, OperationResult result) throws SchemaException, ObjectNotFoundException, ExpressionEvaluationException
public Assignment evaluate(AssignmentType assignmentType, ObjectType source, String sourceDescription, OperationResult result) throws SchemaException, ObjectNotFoundException, ExpressionEvaluationException
Copyright © 2013 evolveum. All rights reserved.