Package com.evolveum.midpoint.prism
Class ExpressionWrapper
java.lang.Object
com.evolveum.midpoint.prism.ExpressionWrapper
- All Implemented Interfaces:
- Freezable,- Serializable,- Cloneable
Contains the expression that can be part of e.g. prism filters (or other data).
- See Also:
- 
Constructor Details- 
ExpressionWrapper
 
- 
- 
Method Details- 
getElementName
- 
getExpression
- 
clone
- 
toString
- 
isImmutablepublic boolean isImmutable()- Specified by:
- isImmutablein interface- Freezable
 
- 
freezepublic void freeze()Description copied from interface:FreezableShould be no-op (or very quick) if the object is already immutable.
- 
equals
- 
hashCodepublic int hashCode()
 
-