Class MetadataOnTab

  • All Implemented Interfaces:
    ConnectionProvider

    public class MetadataOnTab
    extends SimpleCallout
    Callout executed only on Metadata Tab of "Windows, Tabs and Fields" window. It calculates the Sequence Number to set on the new metadata when the Attachment Method is selected.
    • Constructor Detail

      • MetadataOnTab

        public MetadataOnTab()
    • Method Detail

      • execute

        protected void execute​(SimpleCallout.CalloutInfo info)
                        throws javax.servlet.ServletException
        Description copied from class: SimpleCallout
        Overwrite this method to implement a new servlet callout based in SimlpleCallout
        Specified by:
        execute in class SimpleCallout
        Parameters:
        info - The CalloutInfo that contains all helper data to access callout information and servlet information
        Throws:
        javax.servlet.ServletException