Klasse GroovySourcePage

java.lang.Object
groovy.lang.GroovyObjectSupport
de.uplanet.lucy.server.businesslogic.util.scriptable.GroovySourcePage
Alle implementierten Schnittstellen:
groovy.lang.GroovyObject

@Scriptable public class GroovySourcePage extends groovy.lang.GroovyObjectSupport
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    GroovySourcePage(de.uplanet.lucy.server.binding.IBinding p_binding)
     
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
     
    Returns the application GUID (Replacement for Reguest.get(rq_SourceAppGuid).
    Returns the application GUID (Replacement for Reguest.get(rq_SourcePageGuid).
    Returns the application GUID (Replacement for Reguest.get(rq_SourceRecId).

    Von Klasse geerbte Methoden groovy.lang.GroovyObjectSupport

    getMetaClass, setMetaClass

    Von Klasse geerbte Methoden java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Von Schnittstelle geerbte Methoden groovy.lang.GroovyObject

    getProperty, invokeMethod, setProperty
  • Konstruktordetails

    • GroovySourcePage

      public GroovySourcePage(IProcessingContext p_ctx)
    • GroovySourcePage

      public GroovySourcePage(de.uplanet.lucy.server.binding.IBinding p_binding)
  • Methodendetails

    • getAppGuid

      public String getAppGuid()
      Returns the application GUID (Replacement for Reguest.get(rq_SourceAppGuid).
      Gibt zurück:
      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).
      Gibt zurück:
      Returns the page GUID of the caller page.
    • getRecId

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

      public String dump()
      Gibt zurück:
      Dumps the object.