Class AddDocument

  • All Implemented Interfaces:
    adams.core.Destroyable, adams.core.GlobalInfoSupporter, adams.core.logging.LoggingLevelHandler, adams.core.logging.LoggingSupporter, adams.core.option.OptionHandler, adams.core.QuickInfoSupporter, adams.core.SizeOfHandler, adams.flow.core.FlowContextHandler, MongoDbCollectionUpdate, Serializable

    public class AddDocument
    extends AbstractMongoDbCollectionUpdate
    Adds a document.
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected String m_ID
      the ID for the document.
      protected MongoDbDocumentAppend[] m_Updates
      for appending key-value pairs.
      • Fields inherited from class adams.core.option.AbstractOptionHandler

        m_OptionManager
      • Fields inherited from class adams.core.logging.LoggingObject

        m_Logger, m_LoggingIsEnabled, m_LoggingLevel
    • Constructor Summary

      Constructors 
      Constructor Description
      AddDocument()  
    • Field Detail

      • m_ID

        protected String m_ID
        the ID for the document.
    • Constructor Detail

      • AddDocument

        public AddDocument()
    • Method Detail

      • globalInfo

        public String globalInfo()
        Returns a string describing the object.
        Specified by:
        globalInfo in interface adams.core.GlobalInfoSupporter
        Specified by:
        globalInfo in class adams.core.option.AbstractOptionHandler
        Returns:
        a description suitable for displaying in the gui
      • defineOptions

        public void defineOptions()
        Adds options to the internal list of options.
        Specified by:
        defineOptions in interface adams.core.option.OptionHandler
        Overrides:
        defineOptions in class adams.core.option.AbstractOptionHandler
      • getQuickInfo

        public String getQuickInfo()
        Returns a quick info about the actor, which will be displayed in the GUI.
        Specified by:
        getQuickInfo in interface adams.core.QuickInfoSupporter
        Overrides:
        getQuickInfo in class AbstractMongoDbCollectionUpdate
        Returns:
        null if no info available, otherwise short string
      • setID

        public void setID​(String value)
        Sets the ID to use for the document.
        Parameters:
        value - the ID, empty for automatically created one
      • getID

        public String getID()
        Returns the ID to use for the document.
        Returns:
        the ID, empty for automatically created one
      • IDTipText

        public String IDTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setUpdates

        public void setUpdates​(MongoDbDocumentAppend[] value)
        Sets the document updaters to apply.
        Parameters:
        value - the updaters
      • getUpdates

        public MongoDbDocumentAppend[] getUpdates()
        Returns the document updaters to apply.
        Returns:
        the updaters
      • updatesTipText

        public String updatesTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • doUpdate

        protected String doUpdate​(com.mongodb.client.MongoCollection coll)
        Updates the collection.
        Specified by:
        doUpdate in class AbstractMongoDbCollectionUpdate
        Parameters:
        coll - the collection to update
        Returns:
        null if successful, otherwise the error message