Package org.pentaho.di.resource
Interface ResourceHolderInterface
-
- All Known Implementing Classes:
JobEntryBase,JobEntryCheckFilesLocked,JobEntryColumnsExist,JobEntryConnectedToRepository,JobEntryCopyFiles,JobEntryCopyMoveResultFilenames,JobEntryCreateFile,JobEntryCreateFolder,JobEntryDelay,JobEntryDeleteFile,JobEntryDeleteFiles,JobEntryDeleteFolders,JobEntryDeleteResultFilenames,JobEntryDosToUnix,JobEntryEmpty,JobEntryEval,JobEntryEvalFilesMetrics,JobEntryEvalTableContent,JobEntryExportRepository,JobEntryFileCompare,JobEntryFileExists,JobEntryFilesExist,JobEntryFolderIsEmpty,JobEntryFoldersCompare,JobEntryFTP,JobEntryFTPDelete,JobEntryFTPPUT,JobEntryFTPSGet,JobEntryFTPSPUT,JobEntryGetPOP,JobEntryHTTP,JobEntryJob,JobEntryMail,JobEntryMailValidator,JobEntryMoveFiles,JobEntryMsgBoxInfo,JobEntryMssqlBulkLoad,JobEntryMysqlBulkFile,JobEntryMysqlBulkLoad,JobEntryPGPDecryptFiles,JobEntryPGPEncryptFiles,JobEntryPGPVerify,JobEntryPing,JobEntrySendNagiosPassiveCheck,JobEntrySetVariables,JobEntrySFTP,JobEntrySFTPPUT,JobEntryShell,JobEntrySimpleEval,JobEntrySNMPTrap,JobEntrySpecial,JobEntrySQL,JobEntrySuccess,JobEntrySyslog,JobEntryTableExists,JobEntryTalendJobExec,JobEntryTelnet,JobEntryTrans,JobEntryTruncateTables,JobEntryUnZip,JobEntryWaitForFile,JobEntryWaitForSQL,JobEntryWebServiceAvailable,JobEntryWriteToFile,JobEntryWriteToLog,JobEntryZipFile,MissingEntry,PartitionSchema,StepMeta
public interface ResourceHolderInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()StringgetHolderType()Gets the high-level type of resource holder.StringgetName()org.pentaho.di.repository.ObjectIdgetObjectId()StringgetTypeId()
-
-
-
Method Detail
-
getName
String getName()
- Returns:
- The name of the holder of the resource
-
getDescription
String getDescription()
- Returns:
- The description of the holder of the resource
-
getObjectId
org.pentaho.di.repository.ObjectId getObjectId()
- Returns:
- The ID of the holder of the resource
-
getTypeId
String getTypeId()
- Returns:
- The Type ID of the resource holder. The Type ID is the system-defined type identifier (like TRANS or SORT).
-
getHolderType
String getHolderType()
Gets the high-level type of resource holder.- Returns:
- JOBENTRY, STEP, etc.
-
-