Interface StatementDocumentUpdate

All Superinterfaces:
EntityUpdate
All Known Subinterfaces:
FormUpdate, ItemUpdate, LabeledStatementDocumentUpdate, LexemeUpdate, MediaInfoUpdate, PropertyUpdate, SenseUpdate, TermedStatementDocumentUpdate
All Known Implementing Classes:
FormUpdateImpl, ItemUpdateImpl, LabeledDocumentUpdateImpl, LexemeUpdateImpl, MediaInfoUpdateImpl, PropertyUpdateImpl, SenseUpdateImpl, StatementDocumentUpdateImpl, TermedDocumentUpdateImpl

public interface StatementDocumentUpdate extends EntityUpdate
Collection of changes that can be applied to an entity that has statements.
See Also:
  • Method Details

    • getStatements

      StatementUpdate getStatements()
      Returns statement changes included in this update.
      Returns:
      statement update, possibly empty