Class MappingRuleFilterImpl
java.lang.Object
io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider<MappingRuleFilter>
io.camunda.client.impl.search.filter.MappingRuleFilterImpl
- All Implemented Interfaces:
MappingRuleFilter,TypedFilterableRequest.SearchRequestFilter
public class MappingRuleFilterImpl
extends TypedSearchRequestPropertyProvider<MappingRuleFilter>
implements MappingRuleFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFilter mapping rules by the specified claim name.claimValue(String claimValue) Filter mapping rules by the specified claim value.protected MappingRuleFiltermappingRuleId(String mappingRuleId) Filter mapping rules by the specified mapping rule id.Filter mapping rules by the specified name.Methods inherited from class io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider
provideSearchRequestProperty
-
Constructor Details
-
MappingRuleFilterImpl
public MappingRuleFilterImpl()
-
-
Method Details
-
mappingRuleId
Description copied from interface:MappingRuleFilterFilter mapping rules by the specified mapping rule id.- Specified by:
mappingRuleIdin interfaceMappingRuleFilter- Parameters:
mappingRuleId- the id of the mapping rule- Returns:
- the updated filter
-
claimName
Description copied from interface:MappingRuleFilterFilter mapping rules by the specified claim name.- Specified by:
claimNamein interfaceMappingRuleFilter- Parameters:
claimName- the name of the claim- Returns:
- the updated filter
-
claimValue
Description copied from interface:MappingRuleFilterFilter mapping rules by the specified claim value.- Specified by:
claimValuein interfaceMappingRuleFilter- Parameters:
claimValue- the value of the claim- Returns:
- the updated filter
-
name
Description copied from interface:MappingRuleFilterFilter mapping rules by the specified name.- Specified by:
namein interfaceMappingRuleFilter- Parameters:
name- the name of the mapping rule- Returns:
- the updated filter
-
getSearchRequestProperty
- Specified by:
getSearchRequestPropertyin classTypedSearchRequestPropertyProvider<MappingRuleFilter>
-