|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.di.repository.kdr.delegates.KettleDatabaseRepositoryJobAttribute
public class KettleDatabaseRepositoryJobAttribute
Constructor Summary | |
---|---|
KettleDatabaseRepositoryJobAttribute(KettleDatabaseRepositoryConnectionDelegate connectionDelegate,
ObjectId jobObjectId)
|
Method Summary | |
---|---|
boolean |
getAttributeBoolean(String code)
Get a boolean attribute, if the attribute is not found, return false; |
long |
getAttributeInteger(String code)
Get an integer attribute. |
String |
getAttributeString(String code)
Get a string attribute. |
void |
setAttribute(String code,
boolean value)
Set a boolean attribute |
void |
setAttribute(String code,
long value)
Set an integer attribute |
void |
setAttribute(String code,
String value)
Set a String attribute |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KettleDatabaseRepositoryJobAttribute(KettleDatabaseRepositoryConnectionDelegate connectionDelegate, ObjectId jobObjectId)
Method Detail |
---|
public boolean getAttributeBoolean(String code) throws KettleException
RepositoryAttributeInterface
getAttributeBoolean
in interface RepositoryAttributeInterface
KettleException
public long getAttributeInteger(String code) throws KettleException
RepositoryAttributeInterface
getAttributeInteger
in interface RepositoryAttributeInterface
KettleException
public String getAttributeString(String code) throws KettleException
RepositoryAttributeInterface
getAttributeString
in interface RepositoryAttributeInterface
KettleException
public void setAttribute(String code, String value) throws KettleException
RepositoryAttributeInterface
setAttribute
in interface RepositoryAttributeInterface
KettleException
public void setAttribute(String code, boolean value) throws KettleException
RepositoryAttributeInterface
setAttribute
in interface RepositoryAttributeInterface
KettleException
public void setAttribute(String code, long value) throws KettleException
RepositoryAttributeInterface
setAttribute
in interface RepositoryAttributeInterface
KettleException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |