Uses of Class
de.xima.fc.protocol.ProtocolCleaner
Packages that use ProtocolCleaner
-
Uses of ProtocolCleaner in de.xima.fc.protocol
Methods in de.xima.fc.protocol that return ProtocolCleanerModifier and TypeMethodDescriptionstatic final ProtocolCleaner
ProtocolCleaner.ProtocolCleanerFactory.forAllProtocols()
static final ProtocolCleaner
ProtocolCleaner.ProtocolCleanerFactory.forClientProtocol
(Mandant client) static final ProtocolCleaner
ProtocolCleaner.ProtocolCleanerFactory.forProcessingProtocol
(Mandant client) static final ProtocolCleaner
ProtocolCleaner.ProtocolCleanerFactory.forSystemProtocol()
ProtocolCleaner.keepFormRecordHistory
(boolean keepFormRecordHistory) Sets whether process protocol entries should be preserved (not deleted) when there are still form records in the inbox that reference these protocol entries.ProtocolCleaner.withClient
(Mandant client) Sets the client for which protocol entries should be deletedProtocolCleaner.withOlderThanDate
(Date olderThanDate) Sets the cut off date.ProtocolCleaner.withOlderThanDays
(long days) Sets the cut off duration.ProtocolCleaner.withOlderThanDaysAndHours
(long days, long hours) Sets the cut off duration.ProtocolCleaner.withOlderThanDuration
(Duration olderThanDuration) Sets the cut off duration.