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 ProtocolCleanerProtocolCleaner.ProtocolCleanerFactory. forAllProtocols()static ProtocolCleanerProtocolCleaner.ProtocolCleanerFactory. forClientProtocol(Mandant client)static ProtocolCleanerProtocolCleaner.ProtocolCleanerFactory. forProcessingProtocol(Mandant client)static ProtocolCleanerProtocolCleaner.ProtocolCleanerFactory. forSystemProtocol()ProtocolCleanerProtocolCleaner. 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.ProtocolCleanerProtocolCleaner. withClient(Mandant client)Sets the client for which protocol entries should be deletedProtocolCleanerProtocolCleaner. withOlderThanDate(Date olderThanDate)Sets the cut off date.ProtocolCleanerProtocolCleaner. withOlderThanDays(long days)Sets the cut off duration.ProtocolCleanerProtocolCleaner. withOlderThanDaysAndHours(long days, long hours)Sets the cut off duration.ProtocolCleanerProtocolCleaner. withOlderThanDuration(Duration olderThanDuration)Sets the cut off duration. 
 -