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 StringUser defined version description.protected StringThe md5 Hash value for the file.protected StringUser defined version number or version id.protected booleanOptional 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 TypeMethodDescriptionbooleanvoidsetVersionComment(String versionComment) voidsetVersionMD5(String versionMD5) voidsetVersionNumber(String versionNumber) voidsetWorkVersionOnly(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