Class KettleDatabaseRepositoryJobAttribute
java.lang.Object
org.pentaho.di.repository.kdr.delegates.KettleDatabaseRepositoryJobAttribute
- All Implemented Interfaces:
org.pentaho.di.repository.RepositoryAttributeInterface
public class KettleDatabaseRepositoryJobAttribute
extends Object
implements org.pentaho.di.repository.RepositoryAttributeInterface
-
Constructor Summary
ConstructorDescriptionKettleDatabaseRepositoryJobAttribute
(KettleDatabaseRepositoryConnectionDelegate connectionDelegate, org.pentaho.di.repository.ObjectId jobObjectId) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getAttributeBoolean
(String code) long
getAttributeInteger
(String code) getAttributeString
(String code) void
setAttribute
(String code, boolean value) void
setAttribute
(String code, long value) void
setAttribute
(String code, String value)
-
Constructor Details
-
KettleDatabaseRepositoryJobAttribute
public KettleDatabaseRepositoryJobAttribute(KettleDatabaseRepositoryConnectionDelegate connectionDelegate, org.pentaho.di.repository.ObjectId jobObjectId)
-
-
Method Details
-
getAttributeBoolean
public boolean getAttributeBoolean(String code) throws org.pentaho.di.core.exception.KettleException - Specified by:
getAttributeBoolean
in interfaceorg.pentaho.di.repository.RepositoryAttributeInterface
- Throws:
org.pentaho.di.core.exception.KettleException
-
getAttributeInteger
- Specified by:
getAttributeInteger
in interfaceorg.pentaho.di.repository.RepositoryAttributeInterface
- Throws:
org.pentaho.di.core.exception.KettleException
-
getAttributeString
- Specified by:
getAttributeString
in interfaceorg.pentaho.di.repository.RepositoryAttributeInterface
- Throws:
org.pentaho.di.core.exception.KettleException
-
setAttribute
public void setAttribute(String code, String value) throws org.pentaho.di.core.exception.KettleException - Specified by:
setAttribute
in interfaceorg.pentaho.di.repository.RepositoryAttributeInterface
- Throws:
org.pentaho.di.core.exception.KettleException
-
setAttribute
public void setAttribute(String code, boolean value) throws org.pentaho.di.core.exception.KettleException - Specified by:
setAttribute
in interfaceorg.pentaho.di.repository.RepositoryAttributeInterface
- Throws:
org.pentaho.di.core.exception.KettleException
-
setAttribute
public void setAttribute(String code, long value) throws org.pentaho.di.core.exception.KettleException - Specified by:
setAttribute
in interfaceorg.pentaho.di.repository.RepositoryAttributeInterface
- Throws:
org.pentaho.di.core.exception.KettleException
-