Package de.elo.ix.client
Class PackageDeleteInfo
java.lang.Object
de.elo.ix.client.PackageDeleteInfo
- All Implemented Interfaces:
Serializable
Describe delete criteria for
PackageService.deletePackages(ClientInfo ci, PackageDeleteInfo deleteInfo, LockZ unlockZ)
.
EIX-1895- Since:
- 21.00.000.005
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of names or GUIDs of packages to be deleted. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setDeletePackageContent
(boolean deletePackageContent) void
setNameOrGuids
(List<String> nameOrGuids) toString()
-
Field Details
-
nameOrGuids
List of names or GUIDs of packages to be deleted. It must be filled with at least one value.
-
-
Constructor Details
-
PackageDeleteInfo
public PackageDeleteInfo() -
PackageDeleteInfo
-
-
Method Details