Class ExpressionProfile
- java.lang.Object
 - 
- com.evolveum.midpoint.schema.expression.ExpressionProfile
 
 
- 
- All Implemented Interfaces:
 Serializable
public class ExpressionProfile extends Object implements Serializable
NOTE: This is pretty much throw-away implementation. Just the interface is important now.- Author:
 - Radovan Semancik
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ExpressionProfile(String identifier) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(ExpressionEvaluatorProfile evaluatorProfile)AccessDecisiongetDecision()ExpressionEvaluatorProfilegetEvaluatorProfile(QName type)StringgetIdentifier()voidsetDecision(AccessDecision defaultDecision)StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
ExpressionProfile
public ExpressionProfile(String identifier)
 
 - 
 
- 
Method Detail
- 
getIdentifier
public String getIdentifier()
 
- 
getDecision
public AccessDecision getDecision()
 
- 
setDecision
public void setDecision(AccessDecision defaultDecision)
 
- 
add
public void add(ExpressionEvaluatorProfile evaluatorProfile)
 
- 
getEvaluatorProfile
public ExpressionEvaluatorProfile getEvaluatorProfile(QName type)
 
 - 
 
 -