public class BaseRepositoryMeta extends Object
Constructor and Description |
---|
BaseRepositoryMeta(String id) |
BaseRepositoryMeta(String id,
String name,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getDialogClassName()
This returns the expected name for the dialog that edits this repository metadata object
The expected name is in the org.pentaho.di.ui tree and has a class name
that is the name of the job entry with 'Dialog' added to the end.
|
String |
getId() |
String |
getName() |
String |
getRevisionBrowserDialogClassName()
This returns the expected name for the dialog that edits this repository metadata object
The expected name is in the org.pentaho.di.ui tree and has a class name
that is the name of the job entry with 'Dialog' added to the end.
|
String |
getXML() |
void |
loadXML(Node repnode,
List<org.pentaho.di.core.database.DatabaseMeta> databases) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
public BaseRepositoryMeta(String id)
public String getDialogClassName()
public String getRevisionBrowserDialogClassName()
public void loadXML(Node repnode, List<org.pentaho.di.core.database.DatabaseMeta> databases) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException
public String getXML()
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)