@Named @RequestScoped public class ResyncController extends Object implements Serializable
The new syncpoint is managed as a string in the format 2019-12-31T06:00
| Modifier and Type | Field and Description |
|---|---|
static String |
ISO_DATETIME_FORMAT |
| Constructor and Description |
|---|
ResyncController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNewSyncPoint()
Returns the newSyncPoint and computes the default value
|
Date |
getSyncPoint()
returns the syncpoint of the current configuration
|
void |
setNewSyncPoint(String newSyncPoint) |
void |
updateSyncPoint()
This method updates the current synpoint
|
public static final String ISO_DATETIME_FORMAT
public String getNewSyncPoint()
public void setNewSyncPoint(String newSyncPoint)
public Date getSyncPoint()
public void updateSyncPoint()
ArchiveExceptionCopyright © 2016–2019 Imixs Software Solutions GmbH. All rights reserved.