Class ZCL_JKRT_REQUEST

Package ZJK_REG_TEST
Inheritance Hierarchy
  • ZCL_JKRT_OBJECT
    • ZCL_JKRT_REQUEST
Included interfaces
ZIF_JK_BG_RUNNABLE

Output Request

Methods Summary

Methods
Visibility Level Name Description
Public Instance CONSTRUCTOR CONSTRUCTOR
Public Static CREATE Creates a new output request for a case
Public Static DELETE_ALL_FOR_LOG Deletes all log entries
Public Static FIND Finds a log in the registry or the database
Public Instance GET_CASE_ID Returns case ID
Public Instance GET_CREATE_DATE Gets entry create date
Public Instance GET_CREATE_TIME Gets entry create time
Public Instance GET_CREATOR Gets creator
Public Instance GET_DATA Gets data
Public Instance GET_EXEC_TIME Returns the output execution time
Public Instance GET_ID Gets entry ID
Public Instance GET_MESSAGE Gets message
Public Instance GET_MSGTY Gets message type
Public Instance GET_OUTPUT Gets output
Public Instance GET_OUTPUT_ID Gets the assigned output ID
Public Static LOAD_ALL_FOR_LOG Loads all log entries for a log
Public Instance PROCESS Processes the request
Public Instance SET_CREATE_DATE Sets entry create date
Public Instance SET_CREATE_TIME Sets entry create time
Public Instance SET_CREATOR Sets creator
Public Instance SET_MESSAGE Sets message
Public Instance SET_MSGTY Sets message type
Public Instance SET_OUTPUT Sets output
Public Instance UPDATE_STATUS Updates request status
Private Static LOAD Loads a log entry
Public Static ZIF_JK_BG_RUNNABLE~FIND Deseralizes an object and returns an instance
Public Instance ZIF_JK_BG_RUNNABLE~GET_KEY Get object serialization key
Public Instance ZIF_JK_BG_RUNNABLE~GET_TIMEOUT Returns timeout value (seconds)
Public Instance ZIF_JK_BG_RUNNABLE~ON_ERROR Error occurred
Public Instance ZIF_JK_BG_RUNNABLE~ON_TIMEOUT Timeout occurred
Public Instance ZIF_JK_BG_RUNNABLE~RUN Runs the task
Public Instance ZIF_JK_BG_RUNNABLE~SET_RUNTIME Sets execution time (ms)
Methods inherited from ZCL_JKRT_OBJECT
Visibility Level Name Description
Public Instance COPY Copies the object
Public Instance DELETE Deletes the object from the database
Public Instance INSERT Inserts the object into the database
Public Instance IS_CLEAN Checks if the object is clean (not modified)
Public Instance IS_DELETED Checks if the object is deleted
Public Instance IS_DIRTY Checks if the object is dirty (modified)
Public Instance IS_LOADING Returns 'X' if object is being loaded
Public Instance IS_NEW Checks if the object is new
Public Instance RELOAD Reloads object from the database
Public Instance SAVE Saves the object in the database
Public Instance UPDATE Updates the object in the database
Protected Instance MARK_CLEAN Marks the object as clean (not modified)
Protected Instance MARK_DELETED Marks the object as deleted
Protected Instance MARK_DIRTY Marks the object as dirty (modified)
Protected Instance MARK_LOADED Marks object as loaded
Protected Instance MARK_LOADING Marks object as being loaded
Protected Instance MARK_NEW Marks the object as new

Attributes Summary

Attributes
Visibility Level Name Description
Private Instance AO_CASE Test Case (Regression Testing)
Private Instance AO_OUTPUT Action Output (Regression Testing)
Private Instance AS_DATA Output Requests (Regression Testing)

Method Detail

Attribute Detail