@brief Restore the ddf given uri. @param ddfURI The URI of ddf. @return The ddf.
(String ddfURI)
| 633 | * @return The ddf. |
| 634 | */ |
| 635 | public abstract DDF getOrRestoreDDFUri(String ddfURI) throws DDFException; |
| 636 | |
| 637 | public abstract DDF getOrRestoreDDF(UUID uuid) throws DDFException; |
| 638 |