Class FeederAuditPostprocessor
java.lang.Object
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.AbstractUnmarshalPostprocessor<com.nedap.archie.rm.archetyped.FeederAudit>
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.FeederAuditPostprocessor
- All Implemented Interfaces:
UnmarshalPostprocessor<com.nedap.archie.rm.archetyped.FeederAudit>,ClassDependent<com.nedap.archie.rm.archetyped.FeederAudit>
public class FeederAuditPostprocessor
extends AbstractUnmarshalPostprocessor<com.nedap.archie.rm.archetyped.FeederAudit>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<com.nedap.archie.rm.archetyped.FeederAudit>voidprocess(String currentTerm, com.nedap.archie.rm.archetyped.FeederAudit rmObject, Map<FlatPathDto, String> currentValues, 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
-
FeederAuditPostprocessor
public FeederAuditPostprocessor()
-
-
Method Details
-
process
public void process(String currentTerm, com.nedap.archie.rm.archetyped.FeederAudit rmObject, Map<FlatPathDto, String> currentValues, Set<String> consumedPaths, Context<Map<FlatPathDto, String>> context) Adds or removes Values fromvaluesdepending onrmObject.- Parameters:
currentTerm- current term in the unmarshal recursion.rmObject- current rmObject in the unmarshal recursion.currentValues- current values in the unmarshal recursion.
-
getAssociatedClass
-