Package org.pentaho.di.resource
Interface ResourceHolderInterface
- All Known Implementing Classes:
JobEntryBase,JobEntryCheckFilesLocked,JobEntryColumnsExist,JobEntryCopyFiles,JobEntryCopyMoveResultFilenames,JobEntryCreateFile,JobEntryCreateFolder,JobEntryDelay,JobEntryDeleteFile,JobEntryDeleteFiles,JobEntryDeleteFolders,JobEntryDeleteResultFilenames,JobEntryDosToUnix,JobEntryEmpty,JobEntryEval,JobEntryEvalFilesMetrics,JobEntryEvalTableContent,JobEntryFileCompare,JobEntryFileExists,JobEntryFilesExist,JobEntryFolderIsEmpty,JobEntryFoldersCompare,JobEntryHTTP,JobEntryJob,JobEntryMoveFiles,JobEntryMssqlBulkLoad,JobEntryMysqlBulkFile,JobEntryMysqlBulkLoad,JobEntryPGPDecryptFiles,JobEntryPGPEncryptFiles,JobEntryPGPVerify,JobEntryPing,JobEntrySendNagiosPassiveCheck,JobEntrySetVariables,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
Modifier and TypeMethodDescriptionGets the high-level type of resource holder.getName()org.pentaho.di.repository.ObjectId
-
Method Details
-
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.
-