public interface LoggingObjectInterface
Modifier and Type | Method and Description |
---|---|
String |
getContainerObjectId()
Gets the execution container (Carte/DI server/BI Server) object id.
|
String |
getFilename()
Gets the filename.
|
String |
getLogChannelId()
Gets the log channel id.
|
LogLevel |
getLogLevel()
Gets the logging level of the log channel of this logging object.
|
String |
getObjectCopy()
Gets a string identifying a copy in a series of steps.
|
ObjectId |
getObjectId()
Gets the object id in a repository.
|
String |
getObjectName()
Gets the object name.
|
ObjectRevision |
getObjectRevision()
Gets the objects revision in a repository.
|
LoggingObjectType |
getObjectType()
Gets the object type.
|
LoggingObjectInterface |
getParent()
Gets the parent.
|
Date |
getRegistrationDate()
Gets the registration date of this logging object.
|
RepositoryDirectoryInterface |
getRepositoryDirectory()
Gets the repository directory.
|
boolean |
isForcingSeparateLogging() |
boolean |
isGatheringMetrics()
Gets the boolean value of whether or not this object is gathering kettle metrics during execution.
|
void |
setForcingSeparateLogging(boolean forcingSeparateLogging)
This option will force the create of a separate logging channel even if the logging concerns identical objects with
identical names.
|
void |
setGatheringMetrics(boolean gatheringMetrics)
Enable of disable kettle metrics gathering during execution
|
String getObjectName()
RepositoryDirectoryInterface getRepositoryDirectory()
String getFilename()
ObjectId getObjectId()
ObjectRevision getObjectRevision()
String getLogChannelId()
LoggingObjectInterface getParent()
LoggingObjectType getObjectType()
String getObjectCopy()
LogLevel getLogLevel()
String getContainerObjectId()
Date getRegistrationDate()
boolean isGatheringMetrics()
void setGatheringMetrics(boolean gatheringMetrics)
gatheringMetrics
- set to true to enable metrics gathering during execution.void setForcingSeparateLogging(boolean forcingSeparateLogging)
forcingSeparateLogging
- Set to true to force separate loggingboolean isForcingSeparateLogging()