org.pentaho.di.repository
Interface RepositoryElementMetaInterface
- All Superinterfaces:
- RepositoryObjectInterface
- All Known Implementing Classes:
- RepositoryObject
public interface RepositoryElementMetaInterface
- extends RepositoryObjectInterface
The RepositoryElementMetaInterface is used to provide metadata about repository elements
without requiring loading the entire element from the repository.
getModifiedDate
Date getModifiedDate()
getModifiedUser
String getModifiedUser()
getObjectType
RepositoryObjectType getObjectType()
getDescription
String getDescription()
isDeleted
boolean isDeleted()
setName
void setName(String name)
getRepositoryDirectory
RepositoryDirectoryInterface getRepositoryDirectory()