Class RecordSearchResult


  • public final class RecordSearchResult
    extends java.lang.Object
    Represents the result of a search.
    Since:
    3.0.0
    • Constructor Summary

      Constructors 
      Constructor Description
      RecordSearchResult​(com.onwbp.adaptation.PrimaryKey primaryKey, java.util.List<com.orchestranetworks.schema.SchemaNode> fields)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<com.orchestranetworks.schema.SchemaNode> getFields()  
      com.onwbp.adaptation.PrimaryKey getPrimaryKey()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RecordSearchResult

        public RecordSearchResult​(com.onwbp.adaptation.PrimaryKey primaryKey,
                                  java.util.List<com.orchestranetworks.schema.SchemaNode> fields)
    • Method Detail

      • getPrimaryKey

        public com.onwbp.adaptation.PrimaryKey getPrimaryKey()
      • getFields

        public java.util.List<com.orchestranetworks.schema.SchemaNode> getFields()