Class Notification

java.lang.Object
com.uc4.api.objects.UC4Object
com.uc4.api.objects.Notification
All Implemented Interfaces:
LifecycleSaveAware

public class Notification extends UC4Object implements LifecycleSaveAware
Notification Object.
  • Field Details

  • Constructor Details

    • Notification

      public Notification()
  • Method Details

    • loadContent

      protected void loadContent(com.uc4.util.XMLDocument doc, ConnectionAttributes info)
    • storeContent

      protected void storeContent(com.uc4.util.XMLDocument doc, Element objectElement, ConnectionAttributes sessionInfo)
    • rollback

      public Rollback rollback()
      This method provides access to the rollback tab of an executable object.
      Returns:
      Rollback settings
    • notification

      public NotificationSettings notification()
      Returns:
      Notification tab where message, subject and attachments are stored
    • values

      public ObjectValues values()
      Returns:
      Variables of this object
    • header

      public XHeader header()
      Returns the header data of this object. This is the information of the header tab in the dialog client.
      Returns:
      header
    • syncs

      public SyncList syncs()
      Returns a SyncList object which contains sync conditions of this object.
      Returns:
      sync conditions
    • attributes

      public NotificationAttributes attributes()
      Returns a NotificationAttributes object which contains attributes of this Notification.
      Returns:
      Notification attributes
    • operator

      public Operator operator()
      Returns a Operator object which represents the "Operator" tab in the dialog client.
      Returns:
      Operator
    • runtime

      public Runtime runtime()
      Returns runtime information of this job. This corresponds to the "Runtime" tab in the dialog client.
      Returns:
      Runtime information
    • getProcess

      public String getProcess()
      Returns the content of the "Process" tab.
      Returns:
      JCL
    • setProcess

      public void setProcess(String script)
      Sets the content of the "Process" tab.
      Parameters:
      script - Script
    • isExecutable

      public boolean isExecutable()
      Description copied from class: UC4Object
      Returns true if this Object can be executed.
      Specified by:
      isExecutable in class UC4Object
      Returns:
      true if the Object can be executed, false if not.
    • afterSaveObject

      public void afterSaveObject()
      Description copied from interface: LifecycleSaveAware
      Called after an object is saved.
      Specified by:
      afterSaveObject in interface LifecycleSaveAware