Class ProcessMoveDocumentsToStoragePath

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

public class ProcessMoveDocumentsToStoragePath extends ValueClass implements Serializable
This class specifies the options for moving a document into another storage path. It is used as member in ProcessInfo and is interpreted in the functions processFindResult and processTrees.
See Also:
  • Field Details

    • pathId

      protected String pathId
      Name or ID of the storage path
  • Constructor Details

    • ProcessMoveDocumentsToStoragePath

      public ProcessMoveDocumentsToStoragePath()
    • ProcessMoveDocumentsToStoragePath

      public ProcessMoveDocumentsToStoragePath(ProcessMoveDocumentsToStoragePath rhs)
  • Method Details

    • toString

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

      public String getPathId()
    • setPathId

      public void setPathId(String pathId)