Class GroovySourcePage

  • All Implemented Interfaces:
    groovy.lang.GroovyObject

    @Scriptable
    public class GroovySourcePage
    extends groovy.lang.GroovyObjectSupport
    • Constructor Detail

      • GroovySourcePage

        public GroovySourcePage​(IBinding p_binding)
    • Method Detail

      • getAppGuid

        public String getAppGuid()
        Returns the application GUID (Replacement for Reguest.get(rq_SourceAppGuid).
        Returns:
        Returns the application GUID of the caller page (could be null).
      • getPageGuid

        public String getPageGuid()
        Returns the application GUID (Replacement for Reguest.get(rq_SourcePageGuid).
        Returns:
        Returns the page GUID of the caller page.
      • getRecId

        public String getRecId()
        Returns the application GUID (Replacement for Reguest.get(rq_SourceRecId).
        Returns:
        Returns the record id of the caller page or null if no record id exists.
      • dump

        public String dump()
        Returns:
        Dumps the object.