Interface ImpExImportCUDHandler

    • Method Detail

      • update

        void update​(Item toUpdate,
                    java.util.Map<java.lang.String,​java.lang.Object> values,
                    ValueLine valueLine)
             throws ImpExException
        Process update operation.
        Parameters:
        toUpdate - Item to update
        values - the map of Item values where key is attribute name and value is new value to update
        valueLine - the value line
        Throws:
        ImpExException - the ImpEx exception
      • create

        Item create​(ComposedType targetType,
                    java.util.Map<java.lang.String,​java.lang.Object> values,
                    ValueLine valueLine)
             throws ImpExException
        Process creation of new item.
        Parameters:
        targetType - the target type
        values - the map of values
        valueLine - the value line
        Returns:
        the item
        Throws:
        ImpExException - the ImpEx exception