Package org.pentaho.di.shared
Interface SharedObjectInterface
-
- All Known Implementing Classes:
DatabaseMeta
public interface SharedObjectInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Date
getChangedDate()
String
getName()
String
getXML()
boolean
isShared()
void
setShared(boolean shared)
-
-
-
Method Detail
-
setShared
void setShared(boolean shared)
-
isShared
boolean isShared()
-
getName
String getName()
-
getXML
String getXML() throws KettleException
- Throws:
KettleException
-
getChangedDate
Date getChangedDate()
-
-