Class FindConfigFileInfo

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

public class FindConfigFileInfo extends ValueClass implements Serializable
This class describes the files to select from a postbox directory or from a configuration directory.
See Also:
  • Field Details

    • names

      protected String[] names
      Find files with this names or in this directory. To specify a directory, put the directory name into names[.] and append "/*". If this member is set, inclDeputy and postboxUserId is ignored.
      See Also:
    • inclDeputy

      protected boolean inclDeputy
      Find files in the in-tray folder of all deputized users. This member is ignored, if names is set.
      See Also:
    • postboxUserId

      protected String postboxUserId
      Find files in the in-tray of the user specified by ID or name. This member is ignored, if names is set. If neither names nor postboxUserId is set, the in-tray of the current user is listed.
      See Also:
  • Constructor Details

    • FindConfigFileInfo

      public FindConfigFileInfo()
    • FindConfigFileInfo

      public FindConfigFileInfo(boolean inclDeputy, String[] names, String postboxUserId)
  • Method Details

    • isInclDeputy

      public boolean isInclDeputy()
    • setInclDeputy

      public void setInclDeputy(boolean inclDeputy)
    • getNames

      public String[] getNames()
    • setNames

      public void setNames(String[] names)
    • getPostboxUserId

      public String getPostboxUserId()
    • setPostboxUserId

      public void setPostboxUserId(String postboxUserId)
    • toString

      public String toString()
      Overrides:
      toString in class Object