BundleFile addBundleFileViaURL(Subject subject, int bundleVersionId, String name, String version,
Architecture architecture, String bundleFileUrl, String userName, String password) throws Exception;
|
void assignBundlesToBundleGroups(Subject subject, int[] bundleGroupIds, int[] bundleIds);
|
BundleGroup createBundleGroup(Subject subject, BundleGroup bundleGroup) throws Exception;
|
BundleVersion createInitialBundleVersionViaRecipe(Subject subject, int[] bundleGroupIds, String recipe)
throws Exception;
|
BundleVersion createInitialBundleVersionViaFile(Subject subject, int[] bundleGroupIds, File distributionFile)
throws Exception;
|
BundleVersion createInitialBundleVersionViaContentHandle(Subject subject, int[] bundleGroupIds,
String temporaryContentHandle) throws Exception;
|
BundleVersion createInitialBundleVersionViaByteArray(Subject subject, int[] bundleGroupIds, byte[] fileBytes)
throws Exception;
|
BundleVersion createInitialBundleVersionViaURL(Subject subject, int[] bundleGroupIds, String distributionFileUrl)
throws Exception;
|
BundleVersion createBundleVersionViaURL(Subject subject, String distributionFileUrl, String username,
String password) throws Exception;
|
BundleVersion createInitialBundleVersionViaURL(Subject subject, int[] bundleGroupIds, String distributionFileUrl,
String username, String password) throws Exception;
|
void deleteBundleGroups(Subject subject, int[] ids) throws Exception;
|
PageList<BundleGroup> findBundleGroupsByCriteria(Subject subject, BundleGroupCriteria criteria);
|
Set<String> getBundleVersionFilenames(Subject subject, int bundleVersionId, boolean withoutBundleFileOnly)
throws Exception;
|
void unassignBundlesFromBundleGroups(Subject subject, int[] bundleGroupIds, int[] bundleIds);
|
BundleGroup updateBundleGroup(Subject subject, BundleGroup bundleGroup) throws Exception;
|