psdi.webclient.system.cdm.cms

Interface CMSInterface



  • public interface CMSInterface
    Interface that should be implemented by all classes that are used to provide the context for calls made for context menus into TIP. Methods return the Maps containing the info needed to call into TIP for its context menus. Contains the Resource Context Filters, Resource Naming Attributes and Substitution Variables
    • Method Detail

      • getContextFilters

        java.util.Map getContextFilters(java.lang.String context,
                                        DataBean bean)
        Parameters:
        context - menu Id of the current field
        bean - current bean for the context
      • getNamingAttributes

        java.util.Map getNamingAttributes(java.lang.String context,
                                          DataBean bean)
      • getSubstitutionVariables

        java.util.Map getSubstitutionVariables(java.lang.String context,
                                               DataBean bean)
      • getLaunchingApp

        java.lang.String getLaunchingApp()