public interface IModelFragmentManagement extends ModelFragmentManagement
Modifier and Type | Method and Description |
---|---|
java.io.File |
packageFragment(ModelFragmentRessource fragment,
java.io.File outputDir) |
void |
publish(java.io.File fragment) |
java.io.File |
retrieve(java.lang.Integer ModelFragmentId,
java.io.File outputDir) |
java.util.List<java.io.File> |
retrieveAll(java.lang.Integer ModelFragmentId,
java.io.File outputDir) |
deleteModelFragment, deleteModelFragments, findAllModelFragments, findModelFragmentById, findModelFragmentByIds, findModelFragmentsByNameAndVersion, publish, retrieve
void publish(java.io.File fragment) throws java.io.IOException
java.io.IOException
java.io.File retrieve(java.lang.Integer ModelFragmentId, java.io.File outputDir) throws java.io.IOException, java.util.zip.ZipException
java.io.IOException
java.util.zip.ZipException
java.util.List<java.io.File> retrieveAll(java.lang.Integer ModelFragmentId, java.io.File outputDir) throws java.io.IOException, java.util.zip.ZipException
java.io.IOException
java.util.zip.ZipException
java.io.File packageFragment(ModelFragmentRessource fragment, java.io.File outputDir) throws java.io.IOException, java.util.zip.ZipException
java.io.IOException
java.util.zip.ZipException