Package de.elo.ix.client
Class FindForKeywordingRelation
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.FindForKeywordingRelation
- All Implemented Interfaces:
Serializable
Criteria for searching sords for keywording relation.
- Since:
- 12.00.000.024
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AspectLine
Keywording field definition for which Sord relations should be found.protected DocMaskLine
Keywording field definition for which Sord relations should be found.protected String
Filter string applied to short description of Sords.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAspectLine
(AspectLine line) void
setDocMaskLine
(DocMaskLine docMaskLine) void
toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
filter
Filter string applied to short description of Sords. This filter has to matchSord.name
to append the Sord to the result. The filter can have one wildcard character at the end that matches any character, seeSessionOptionsC.DB_WILDCARDS
, wildcard for any character (asterix by default). -
docMaskLine
Keywording field definition for which Sord relations should be found. This object must containDocMaskLine.allowedMaskIdsForKeywordingRelation
. A sord object must be assigned to one of this keywording forms to be added to the result list. This field is relevant if the mask of the referencing Sord has data organisationDocMaskC.DATA_ORGANISATION_OBJKEYS
orDocMaskC.DATA_ORGANISATION_TABLE
. -
aspectLine
Keywording field definition for which Sord relations should be found. This object must containAspectLine.allowedMaskIdsForKeywordingRelation
. A sord object must be assigned to one of this keywording forms to be added to the result list. This field is relevant if the mask of the referencing Sord has data organisationDocMaskC.DATA_ORGANISATION_ASPECT
.- Since:
- 21.00.000.020
-
-
Constructor Details
-
FindForKeywordingRelation
public FindForKeywordingRelation()
-
-
Method Details