Package com.evolveum.midpoint.prism
Interface Hacks
- 
- All Known Implementing Classes:
- HacksImpl
 
 public interface HacksTEMPORARY. This interface belongs to a coursebook on Software Engineering as a horrific design example ;) Prism API and/or client code should be modified to get rid of these hacks.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> voidparseProtectedType(ProtectedDataType<T> protectedType, MapXNode xmap, PrismContext prismContext, ParsingContext pc)voidserializeFaultMessage(javax.xml.soap.Detail detail, Object faultInfo, QName faultMessageElementName, Trace logger)ElementserializeSingleElementMapToElement(MapXNode filterClauseXNode)
 
- 
- 
- 
Method Detail- 
serializeFaultMessagevoid serializeFaultMessage(javax.xml.soap.Detail detail, Object faultInfo, QName faultMessageElementName, Trace logger)
 - 
parseProtectedType<T> void parseProtectedType(ProtectedDataType<T> protectedType, MapXNode xmap, PrismContext prismContext, ParsingContext pc) throws SchemaException - Throws:
- SchemaException
 
 - 
serializeSingleElementMapToElementElement serializeSingleElementMapToElement(MapXNode filterClauseXNode) throws SchemaException - Throws:
- SchemaException
 
 
- 
 
-