Interface PackageImportLogfile
- All Superinterfaces:
Comparable<PackageImportLogfile>
,PackageLogfile
Interface representing a logfile of a
package import
- Since:
- 4.2.34
-
Method Summary
Modifier and TypeMethodDescriptionReturns the creation date of this logfile.int
Returns the import count nr of this log file.long
Returns the id of the subscribingproject
which belongs to the underlying import log file.Returns the name of the subscribingproject
which belongs to the underlying import log file.int
Returns theversion
of thepackage version
which was imported during the import which belongs to this logfile.Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface de.espirit.firstspirit.access.packagepool.PackageLogfile
getLogfile, getLogfileName, getLogfileSize, getPackageId, getPackageName
-
Method Details
-
getSubscriberName
String getSubscriberName()Returns the name of the subscribingproject
which belongs to the underlying import log file.- Since:
- 3.1.158
-
getVersion
int getVersion()Returns theversion
of thepackage version
which was imported during the import which belongs to this logfile.- Since:
- 3.1.158
-
getNumber
int getNumber()Returns the import count nr of this log file. Each import of the samepackage version
increases this nr.- Since:
- 3.1.158
- See Also:
-
getSubscriberId
long getSubscriberId()Returns the id of the subscribingproject
which belongs to the underlying import log file.- Since:
- 3.1.158
-
getCreationDate
Calendar getCreationDate()Returns the creation date of this logfile.- Specified by:
getCreationDate
in interfacePackageLogfile
- Since:
- 3.1.158
-