Package de.elo.ix.client
Class FindDocMaskInfo
java.lang.Object
de.elo.ix.client.FindDocMaskInfo
- All Implemented Interfaces:
Serializable
This class describes the search criteria for
IXServicePortIF.findFirstDocMasks(de.elo.ix.client.ClientInfo, de.elo.ix.client.FindDocMaskInfo, int, de.elo.ix.client.DocMaskZ).
The wildcards defined by SessionOptionsC.DB_WILDCARDS can be used for maskIdsOrNames,
packageLevelGuids and packageGuid.- Since:
- 25.00.000.008
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionFind by mask ids, names or guids.protected StringFind by packageGuids.Find by packageLevelGuids. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetMaskIdsOrNames(List<String> maskIdsOrNames) voidsetPackageGuid(String packageGuid) voidsetPackageLevelGuids(List<String> packageLevelGuids)
-
Field Details
-
maskIdsOrNames
- Since:
- 25.00.000.008
-
packageLevelGuids
Find by packageLevelGuids. Search overDocMask.packageName- Since:
- 25.00.000.008
-
packageGuid
Find by packageGuids. Search overDocMask.packageName- Since:
- 25.00.000.008
-
-
Constructor Details
-
FindDocMaskInfo
public FindDocMaskInfo()
-
-
Method Details
-
getMaskIdsOrNames
-
setMaskIdsOrNames
-
getPackageLevelGuids
-
setPackageLevelGuids
-
getPackageGuid
-
setPackageGuid
-