| Methods in org.exoplatform.services.jcr.ext.artifact with parameters of type FolderDescriptor |
void |
ArtifactManagingServiceImpl.exportArtifacts(org.exoplatform.services.jcr.ext.common.SessionProvider sp,
FolderDescriptor parentFolder,
File destFolder)
|
void |
ArtifactManagingService.exportArtifacts(org.exoplatform.services.jcr.ext.common.SessionProvider sp,
FolderDescriptor parentFolder,
File folder)
|
void |
ArtifactManagingServiceImpl.exportArtifacts(org.exoplatform.services.jcr.ext.common.SessionProvider sp,
FolderDescriptor parentFolder,
OutputStream out)
|
void |
ArtifactManagingService.exportArtifacts(org.exoplatform.services.jcr.ext.common.SessionProvider sp,
FolderDescriptor parentFolder,
OutputStream zipOutputStream)
exports list of artifacts from maven repo into output stream |
List<Descriptor> |
ArtifactManagingServiceImpl.getDescriptors(org.exoplatform.services.jcr.ext.common.SessionProvider sp,
FolderDescriptor parentFolder)
|
List<Descriptor> |
ArtifactManagingService.getDescriptors(org.exoplatform.services.jcr.ext.common.SessionProvider sp,
FolderDescriptor parentFolder)
|