Class ElementPostprocessor
java.lang.Object
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.AbstractUnmarshalPostprocessor<com.nedap.archie.rm.datastructures.Element>
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.ElementPostprocessor
- All Implemented Interfaces:
UnmarshalPostprocessor<com.nedap.archie.rm.datastructures.Element>,ClassDependent<com.nedap.archie.rm.datastructures.Element>
public class ElementPostprocessor
extends AbstractUnmarshalPostprocessor<com.nedap.archie.rm.datastructures.Element>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<com.nedap.archie.rm.datastructures.Element>voidprocess(String term, com.nedap.archie.rm.datastructures.Element rmObject, Map<FlatPathDto, String> values, Set<String> consumedPaths, Context<Map<FlatPathDto, String>> context) Adds or removes Values fromvaluesdepending onrmObject.Methods inherited from class org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.AbstractUnmarshalPostprocessor
callPostProcess, callUnmarshal, handleRmAttribute, setParty, setValue
-
Constructor Details
-
ElementPostprocessor
public ElementPostprocessor()
-
-
Method Details
-
process
public void process(String term, com.nedap.archie.rm.datastructures.Element rmObject, Map<FlatPathDto, String> values, Set<String> consumedPaths, Context<Map<FlatPathDto, String>> context) Adds or removes Values fromvaluesdepending onrmObject.- Parameters:
term- current term in the unmarshal recursion.rmObject- current rmObject in the unmarshal recursion.values- current values in the unmarshal recursion.
-
getAssociatedClass
-