Package de.elo.ix.client
Class FindByVersion
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.FindByVersion
- All Implemented Interfaces:
Serializable
This class holds additional information for FindInfo, in order to restrict a search using the
document history (version).
Copyright: Copyright (c) 2004
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
User defined version description.protected String
The md5 Hash value for the file.protected String
User defined version number or version id.protected boolean
Optional flag to restrict the search to active versions only.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
ConstructorsConstructorDescriptionFindByVersion
(String versionComment, String versionMD5, String versionNumber, boolean workVersionOnly) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setVersionComment
(String versionComment) void
setVersionMD5
(String versionMD5) void
setVersionNumber
(String versionNumber) void
setWorkVersionOnly
(boolean workVersionOnly) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
versionComment
User defined version description. The wildcard * is allowed, it matches any number of characters. -
versionMD5
The md5 Hash value for the file. -
versionNumber
User defined version number or version id. The wildcard * is allowed, it matches any number of characters. -
workVersionOnly
protected boolean workVersionOnlyOptional flag to restrict the search to active versions only.
-
-
Constructor Details
-
FindByVersion
public FindByVersion() -
FindByVersion
-
-
Method Details