Class RestoreOptions

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.RestoreOptions
All Implemented Interfaces:
Serializable

public class RestoreOptions extends ValueClass implements 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 Details

    • minIDate

      protected String minIDate

      minIDate ist the ISO representation of the local date used to mark the lower limit for restoring.

    • singleObject

      protected boolean singleObject

      singleObject=true restricts the operation to the specified object not traversing sub trees.

    • minDeleteDate

      protected String 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

      protected String 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

      public RestoreOptions(RestoreOptions rhs)
  • Method Details

    • getMinIDate

      public String getMinIDate()
    • setMinIDate

      public void setMinIDate(String minIDate)
    • isSingleObject

      public boolean isSingleObject()
    • setSingleObject

      public void setSingleObject(boolean singleObject)
    • getMinDeleteDate

      public String getMinDeleteDate()
    • setMinDeleteDate

      public void setMinDeleteDate(String minDeleteDate)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getParentId

      public String getParentId()
    • setParentId

      public void setParentId(String parentId)