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
Constructors Constructor Description KettleDatabaseRepositoryJobAttribute(KettleDatabaseRepositoryConnectionDelegate connectionDelegate, org.pentaho.di.repository.ObjectId jobObjectId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAttributeBoolean(String code)longgetAttributeInteger(String code)StringgetAttributeString(String code)voidsetAttribute(String code, boolean value)voidsetAttribute(String code, long value)voidsetAttribute(String code, String value)
-
-
-
Constructor Detail
-
KettleDatabaseRepositoryJobAttribute
public KettleDatabaseRepositoryJobAttribute(KettleDatabaseRepositoryConnectionDelegate connectionDelegate, org.pentaho.di.repository.ObjectId jobObjectId)
-
-
Method Detail
-
getAttributeBoolean
public boolean getAttributeBoolean(String code) throws org.pentaho.di.core.exception.KettleException
- Specified by:
getAttributeBooleanin interfaceorg.pentaho.di.repository.RepositoryAttributeInterface- Throws:
org.pentaho.di.core.exception.KettleException
-
getAttributeInteger
public long getAttributeInteger(String code) throws org.pentaho.di.core.exception.KettleException
- Specified by:
getAttributeIntegerin interfaceorg.pentaho.di.repository.RepositoryAttributeInterface- Throws:
org.pentaho.di.core.exception.KettleException
-
getAttributeString
public String getAttributeString(String code) throws org.pentaho.di.core.exception.KettleException
- Specified by:
getAttributeStringin 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:
setAttributein 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:
setAttributein 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:
setAttributein interfaceorg.pentaho.di.repository.RepositoryAttributeInterface- Throws:
org.pentaho.di.core.exception.KettleException
-
-