Package org.pentaho.di.repository
Interface RepositoryElementMetaInterface
- All Superinterfaces:
RepositoryObjectInterface
The RepositoryElementMetaInterface is used to provide metadata about repository elements without requiring loading
the entire element from the repository.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
Methods inherited from interface org.pentaho.di.repository.RepositoryObjectInterface
getName, getObjectId
-
Method Details
-
getModifiedDate
Date getModifiedDate() -
getModifiedUser
String getModifiedUser() -
getObjectType
RepositoryObjectType getObjectType() -
getDescription
String getDescription() -
isDeleted
boolean isDeleted() -
setName
-
getRepositoryDirectory
RepositoryDirectoryInterface getRepositoryDirectory()
-