Uses of Class
de.xima.fc.protocol.ProtocolCleaner
-
Packages that use ProtocolCleaner Package Description de.xima.fc.protocol -
-
Uses of ProtocolCleaner in de.xima.fc.protocol
Methods in de.xima.fc.protocol that return ProtocolCleaner Modifier and Type Method Description static ProtocolCleaner
ProtocolCleaner.ProtocolCleanerFactory. forAllProtocols()
static ProtocolCleaner
ProtocolCleaner.ProtocolCleanerFactory. forClientProtocol(Mandant client)
static ProtocolCleaner
ProtocolCleaner.ProtocolCleanerFactory. forProcessingProtocol(Mandant client)
static ProtocolCleaner
ProtocolCleaner.ProtocolCleanerFactory. forSystemProtocol()
ProtocolCleaner
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
ProtocolCleaner. withClient(Mandant client)
Sets the client for which protocol entries should be deletedProtocolCleaner
ProtocolCleaner. withOlderThanDate(Date olderThanDate)
Sets the cut off date.ProtocolCleaner
ProtocolCleaner. withOlderThanDays(long days)
Sets the cut off duration.ProtocolCleaner
ProtocolCleaner. withOlderThanDaysAndHours(long days, long hours)
Sets the cut off duration.ProtocolCleaner
ProtocolCleaner. withOlderThanDuration(Duration olderThanDuration)
Sets the cut off duration.
-