public class KettleDatabaseRepositoryJobAttribute extends Object implements org.pentaho.di.repository.RepositoryAttributeInterface
| 构造器和说明 |
|---|
KettleDatabaseRepositoryJobAttribute(KettleDatabaseRepositoryConnectionDelegate connectionDelegate,
org.pentaho.di.repository.ObjectId jobObjectId) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getAttributeBoolean(String code) |
long |
getAttributeInteger(String code) |
String |
getAttributeString(String code) |
void |
setAttribute(String code,
boolean value) |
void |
setAttribute(String code,
long value) |
void |
setAttribute(String code,
String value) |
public KettleDatabaseRepositoryJobAttribute(KettleDatabaseRepositoryConnectionDelegate connectionDelegate, org.pentaho.di.repository.ObjectId jobObjectId)
public boolean getAttributeBoolean(String code) throws org.pentaho.di.core.exception.KettleException
getAttributeBoolean 在接口中 org.pentaho.di.repository.RepositoryAttributeInterfaceorg.pentaho.di.core.exception.KettleExceptionpublic long getAttributeInteger(String code) throws org.pentaho.di.core.exception.KettleException
getAttributeInteger 在接口中 org.pentaho.di.repository.RepositoryAttributeInterfaceorg.pentaho.di.core.exception.KettleExceptionpublic String getAttributeString(String code) throws org.pentaho.di.core.exception.KettleException
getAttributeString 在接口中 org.pentaho.di.repository.RepositoryAttributeInterfaceorg.pentaho.di.core.exception.KettleExceptionpublic void setAttribute(String code, String value) throws org.pentaho.di.core.exception.KettleException
setAttribute 在接口中 org.pentaho.di.repository.RepositoryAttributeInterfaceorg.pentaho.di.core.exception.KettleExceptionpublic void setAttribute(String code, boolean value) throws org.pentaho.di.core.exception.KettleException
setAttribute 在接口中 org.pentaho.di.repository.RepositoryAttributeInterfaceorg.pentaho.di.core.exception.KettleExceptionpublic void setAttribute(String code, long value) throws org.pentaho.di.core.exception.KettleException
setAttribute 在接口中 org.pentaho.di.repository.RepositoryAttributeInterfaceorg.pentaho.di.core.exception.KettleExceptionCopyright © 2024 Hitachi Vantara. All rights reserved.