Package de.elo.ix.client
Class FindByType
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.FindByType
- All Implemented Interfaces:
Serializable
This class holds additional information for FindInfo, in order to restrict a search using
document types. The default resolving sequence is ordered by the grade of restriction:
1. typeIDs, typeNames, typeExtensions is the most specialised information,
2. typeDocuments containing all document types (IDs, Names, Extensions),
3. and typeStructures including all levels of structure elements.
4. If none of the parameters above is valid, the complete restriction FindByType is omitted.
1. typeIDs, typeNames, typeExtensions is the most specialised information,
2. typeDocuments containing all document types (IDs, Names, Extensions),
3. and typeStructures including all levels of structure elements.
4. If none of the parameters above is valid, the complete restriction FindByType is omitted.
Copyright: Copyright (c) 2004
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
Include all document typesprotected String[]
Associated document extensions; must be resolved to typeIDsprotected int[]
Type identifiers; a direct mapping of objtypeprotected String[]
Type names; must be resolved to typeIDsprotected boolean
Include all structure elementsFields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
ConstructorsConstructorDescriptionFindByType
(boolean typeDocuments, String[] typeExtensions, int[] typeIDs, String[] typeNames, boolean typeStructures) -
Method Summary
Modifier and TypeMethodDescriptionString[]
int[]
String[]
boolean
boolean
void
setTypeDocuments
(boolean typeDocuments) void
setTypeExtensions
(String[] typeExtensions) void
setTypeIDs
(int[] typeIDs) void
setTypeNames
(String[] typeNames) void
setTypeStructures
(boolean typeStructures) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
typeDocuments
protected boolean typeDocumentsInclude all document types -
typeExtensions
Associated document extensions; must be resolved to typeIDs -
typeIDs
protected int[] typeIDsType identifiers; a direct mapping of objtype -
typeNames
Type names; must be resolved to typeIDs -
typeStructures
protected boolean typeStructuresInclude all structure elements
-
-
Constructor Details
-
FindByType
public FindByType() -
FindByType
-
-
Method Details
-
isTypeDocuments
public boolean isTypeDocuments() -
setTypeDocuments
public void setTypeDocuments(boolean typeDocuments) -
getTypeExtensions
-
setTypeExtensions
-
getTypeIDs
public int[] getTypeIDs() -
setTypeIDs
public void setTypeIDs(int[] typeIDs) -
getTypeNames
-
setTypeNames
-
isTypeStructures
public boolean isTypeStructures() -
setTypeStructures
public void setTypeStructures(boolean typeStructures) -
toString
-