Package de.elo.ix.client
Class PackageCheckoutInfo
java.lang.Object
de.elo.ix.client.PackageCheckoutInfo
- All Implemented Interfaces:
Serializable
Describes checkout criteria for
PackageService.checkoutPackages(ClientInfo ci, PackageCheckoutInfo checkoutInfo, PackageDataZ packageZ, LockZ lockZ)
.
EIX-1895- Since:
- 21.00.000.005
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of names or GUIDs of packages to checkout. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nameOrGuids
List of names or GUIDs of packages to checkout. If the list is null or empty, all packages will be checkout.
-
-
Constructor Details
-
PackageCheckoutInfo
public PackageCheckoutInfo() -
PackageCheckoutInfo
-
-
Method Details