Class RestoreOptions
- All Implemented Interfaces:
Serializable
This class contains several options for undeleting archive SORDs by restoreSord
Copyright: Copyright (c) 2004-2006
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Restore only document versions that are deleted afterminDeleteDate
.protected String
minIDate
ist the ISO representation of the local date used to mark the lower limit for restoring.protected String
Since references also got a delete date, they can be restored independently from their main reference.protected boolean
singleObject=true
restricts the operation to the specified object not traversing sub trees.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setMinDeleteDate
(String minDeleteDate) void
setMinIDate
(String minIDate) void
setParentId
(String parentId) void
setSingleObject
(boolean singleObject) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
minIDate
minIDate
ist the ISO representation of the local date used to mark the lower limit for restoring. -
singleObject
protected boolean singleObjectsingleObject=true
restricts the operation to the specified object not traversing sub trees. -
minDeleteDate
Restore only document versions that are deleted after
minDeleteDate
. Its String representation is the ISO format in the client's time zone.- Since:
- 9.00.000.000
-
parentId
Since references also got a delete date, they can be restored independently from their main reference. To restore a reference selectively, set parentId to the references' parentId. Restoring a reference does not affect the delete status of its main reference.
Setting parentId implies singleObject=true.
- Since:
- 9.00.000.002
-
-
Constructor Details
-
RestoreOptions
public RestoreOptions() -
RestoreOptions
-
-
Method Details