Uses of Class
org.processmining.logfiltering.legacy.plugins.logfiltering.enumtypes.FilterType
-
-
Uses of FilterType in org.processmining.logfiltering.legacy.plugins.logfiltering
Methods in org.processmining.logfiltering.legacy.plugins.logfiltering that return types with arguments of type FilterType Modifier and Type Method Description java.util.Map<java.lang.String,FilterType>LogFilteringInput. getAttributeFilterTypeMap()Method parameters in org.processmining.logfiltering.legacy.plugins.logfiltering with type arguments of type FilterType Modifier and Type Method Description voidLogFilteringInput. setAttributeFilterTypeMap(java.util.Map<java.lang.String,FilterType> attributeFilterTypeMap) -
Uses of FilterType in org.processmining.logfiltering.legacy.plugins.logfiltering.enumtypes
Methods in org.processmining.logfiltering.legacy.plugins.logfiltering.enumtypes that return FilterType Modifier and Type Method Description static FilterTypeFilterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FilterType[]FilterType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FilterType in org.processmining.logfiltering.legacy.plugins.logfiltering.listener
Method parameters in org.processmining.logfiltering.legacy.plugins.logfiltering.listener with type arguments of type FilterType Modifier and Type Method Description voidLogFilteringSettingsListener. setAttributeFilterTypeMap(java.util.Map<java.lang.String,FilterType> attributeFilterType) -
Uses of FilterType in org.processmining.logfiltering.legacy.plugins.logfiltering.ui
Method parameters in org.processmining.logfiltering.legacy.plugins.logfiltering.ui with type arguments of type FilterType Modifier and Type Method Description voidLogFilteringUI. setAttributeFilterTypeMap(java.util.Map<java.lang.String,FilterType> attributeFilterTypeMap)
-