Class TimeEvent

    • Constructor Detail

      • TimeEvent

        public TimeEvent()
    • Method Detail

      • rollback

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

        public void validate()
                      throws java.io.InvalidObjectException
        Description copied from class: UC4Object
        Validates the object. If the object is not valid an InvalidObjectException is thrown.
        Overrides:
        validate in class UC4Object
        Throws:
        java.io.InvalidObjectException - If the object is not valid
      • 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
      • settings

        public EventSettings settings()
        Returns the "Event" tab of this object. The returned instance can be used to modify this Event.
        Returns:
        EventSettings instance
      • syncs

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

        public ObjectValues values()
        Returns:
        Variables of this object
      • 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 java.lang.String getProcess()
        Returns the content of the "Process" tab.
        Returns:
        JCL
      • setProcess

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

        public java.lang.String getEventProcess()
        Returns the content of the "!Process" tab.
        Returns:
        JCL
      • setEventProcess

        public void setEventProcess​(java.lang.String script)
        Sets the content of the "!Process" tab.
        Parameters:
        script - Script
      • eventCalendar

        public EventCalendar eventCalendar()
        Returns:
        Calendar condition of this event
      • attributes

        public EventAttributes attributes()
        Returns:
        "Attributes" tab of this event
      • 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.