Uses of Class
org.pentaho.di.trans.steps.autodoc.ReportSubjectLocation

Packages that use ReportSubjectLocation
org.pentaho.di.trans.steps.autodoc   
 

Uses of ReportSubjectLocation in org.pentaho.di.trans.steps.autodoc
 

Fields in org.pentaho.di.trans.steps.autodoc with type parameters of type ReportSubjectLocation
 List<ReportSubjectLocation> AutoDocData.filenames
           
 

Methods in org.pentaho.di.trans.steps.autodoc with parameters of type ReportSubjectLocation
 void TransformationInformation.drawImage(Graphics2D g2d, Rectangle2D rectangle2d, ReportSubjectLocation location, boolean pixelateImages)
           
 void JobInformation.drawImage(Graphics2D g2d, Rectangle2D rectangle2d, ReportSubjectLocation location, boolean pixelateImages)
           
static String KettleFileTableModel.getCreation(ReportSubjectLocation filename)
           
static String KettleFileTableModel.getDescription(ReportSubjectLocation filename)
           
static String KettleFileTableModel.getExtendedDescription(ReportSubjectLocation filename)
           
 BufferedImage TransformationInformation.getImage(ReportSubjectLocation location)
           
 BufferedImage JobInformation.getImage(ReportSubjectLocation location)
           
static BufferedImage KettleFileTableModel.getImage(ReportSubjectLocation filename)
           
 JobMeta JobInformation.getJobMeta(ReportSubjectLocation location)
           
static String KettleFileTableModel.getLastExecutionResult(LogChannelInterface log, LoggingObjectInterface parentObject, ReportSubjectLocation filename)
           
static String KettleFileTableModel.getLogging(ReportSubjectLocation filename)
           
static String KettleFileTableModel.getModification(ReportSubjectLocation filename)
           
static String KettleFileTableModel.getName(ReportSubjectLocation filename)
           
 TransMeta TransformationInformation.getTransMeta(ReportSubjectLocation location)
           
 

Constructor parameters in org.pentaho.di.trans.steps.autodoc with type arguments of type ReportSubjectLocation
KettleFileTableModel(LoggingObjectInterface parentObject, List<ReportSubjectLocation> locations)
           
KettleReportBuilder(LoggingObjectInterface parentObject, List<ReportSubjectLocation> locations, String targetFilename, AutoDocOptionsInterface options)