com.ibm.gre.IRMConstants.LogTypes Enum
Constant values specifying the type of log file to be written Copied from the IBM DB2 Records Manager API com.ibm.gre.engine.types.LogTypes class

Access: Public
  Members Description  
    TRANSITION_LOG TRANSITION_LOG this value specifies that result values will be written to a Life Cycle Processing log file. This file is an XML document with a "LifeCycleProcessingLog" root element containing information for each component that is transitioned. Use this value when getting the results for a batch process that was started using the com.ibm.gre.engine.util.AsynchronousTaskType AsynchronousTaskType.TRANSITION_FILE_PLAN_COMPONENTS value.

 
    ERROR_LOG ERROR_LOG this value specifies that result values will be written to a Result List log file. This file is an XML document with a "ResultList" root element containing error information. This log value will be used when the Records Manager Returns an Error.

 
    RESULT_LOG RESULT_LOG this value specifies that result values will be written to a Result List log file. This file is an XML document with a "ResultList" root element containing results form the batch process. Use this value when getting the results for a batch process that was started using the com.ibm.gre.engine.util.AsynchronousTaskType AsynchronousTaskType.GET_ELIGIBLE_FILE_PLAN_COMPONENTS ,com.ibm.gre.engine.util.AsynchronousTaskType AsynchronousTaskType.PERMISSIONS_SYNCHRONIZATION , and com.ibm.gre.engine.util.AsynchronousTaskType AsynchronousTaskType.QUERY values.

 
    META_DATA_LOG META_DATA_LOG this value specifies that result values will be written to a File Plan Components log file. This file is an XML document with a "FilePlanComponents" root element containing results form the batch process. This type of file is used if metadata is being transfered during a life cycle transition.