Package de.elo.ix.client
Class FindConfigFileInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.FindConfigFileInfo
- All Implemented Interfaces:
Serializable
This class describes the files to select from a postbox directory or from a configuration
directory.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
Find files in the in-tray folder of all deputized users.protected String[]
Find files with this names or in this directory.protected String
Find files in the in-tray of the user specified by ID or name.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
ConstructorsConstructorDescriptionFindConfigFileInfo
(boolean inclDeputy, String[] names, String postboxUserId) -
Method Summary
Modifier and TypeMethodDescriptionString[]
getNames()
boolean
void
setInclDeputy
(boolean inclDeputy) void
void
setPostboxUserId
(String postboxUserId) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
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
andpostboxUserId
is ignored.- See Also:
-
inclDeputy
protected boolean inclDeputyFind files in the in-tray folder of all deputized users. This member is ignored, ifnames
is set.- See Also:
-
postboxUserId
Find files in the in-tray of the user specified by ID or name. This member is ignored, ifnames
is set. If neithernames
norpostboxUserId
is set, the in-tray of the current user is listed.- See Also:
-
-
Constructor Details
-
FindConfigFileInfo
public FindConfigFileInfo() -
FindConfigFileInfo
-
-
Method Details