Class PassThrough

    • Constructor Detail

      • PassThrough

        public PassThrough()
    • Method Detail

      • handles

        public boolean handles​(Object obj)
        Checks whether the data type is handled.
        Parameters:
        obj - the object to check
        Returns:
        true if handled
      • doUpdateID

        protected String doUpdateID​(Object obj,
                                    String id)
        Updates the ID of the object.
        Specified by:
        doUpdateID in class AbstractIDUpdater
        Parameters:
        obj - the object to process
        id - the new ID
        Returns:
        null if successful, otherwise error message