Package com.pd4ml.pdf.xfdf.internal
Class FieldMapper.ApplyResult
- java.lang.Object
-
- com.pd4ml.pdf.xfdf.internal.FieldMapper.ApplyResult
-
- Enclosing class:
- FieldMapper
public static final class FieldMapper.ApplyResult extends java.lang.ObjectFieldMapper.applyFields(com.pd4ml.pdf.cos.COSDocument, java.util.List<com.pd4ml.pdf.xfdf.XfdfField>, com.pd4ml.pdf.xfdf.internal.SelectionFilter)'s outcome: how many fields were actually updated, and which requested names had no match.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getNotFound()Qualified names that had no matching existing field -- excludes any that matched but were filtered out (seeFieldMapper.applyFields(com.pd4ml.pdf.cos.COSDocument, java.util.List<com.pd4ml.pdf.xfdf.XfdfField>, com.pd4ml.pdf.xfdf.internal.SelectionFilter)).intgetUpdatedCount()
-
-
-
Method Detail
-
getUpdatedCount
public int getUpdatedCount()
-
getNotFound
public java.util.List<java.lang.String> getNotFound()
Qualified names that had no matching existing field -- excludes any that matched but were filtered out (seeFieldMapper.applyFields(com.pd4ml.pdf.cos.COSDocument, java.util.List<com.pd4ml.pdf.xfdf.XfdfField>, com.pd4ml.pdf.xfdf.internal.SelectionFilter)).
-
-