Interface ExcelValidator

    • Field Detail

      • CTX_MEDIA_CONTENT_ENTRIES

        static final java.lang.String CTX_MEDIA_CONTENT_ENTRIES
        Set of entries names inside media content zip attached to excel file
        See Also:
        Constant Field Values
    • Method Detail

      • canHandle

        boolean canHandle​(ImportParameters importParameters,
                          AttributeDescriptorModel attributeDescriptor)
        Indicates whether given validator can handle a cell based on attribute descriptor and import parameters.
        Parameters:
        importParameters -
        attributeDescriptor -
        Returns:
        boolean whether validator can handle the cell.