Package | Description |
---|---|
de.xima.fc.protocol |
Modifier and Type | Method and 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 deleted
|
ProtocolCleaner |
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.
|
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.