Class MappingFilterImpl
java.lang.Object
io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider<MappingFilterRequest>
io.camunda.client.impl.search.filter.MappingFilterImpl
- All Implemented Interfaces:
MappingFilter,TypedSearchRequest.SearchRequestFilter
public class MappingFilterImpl
extends TypedSearchRequestPropertyProvider<MappingFilterRequest>
implements MappingFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFilter mappings by the specified claim name.claimValue(String claimValue) Filter mappings by the specified claim value.protected MappingFilterRequestFilter mappings by the specified mapping id.Filter mappings by the specified name.Methods inherited from class io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider
provideSearchRequestProperty
-
Constructor Details
-
MappingFilterImpl
public MappingFilterImpl()
-
-
Method Details
-
mappingId
Description copied from interface:MappingFilterFilter mappings by the specified mapping id.- Specified by:
mappingIdin interfaceMappingFilter- Parameters:
mappingId- the id of the mapping- Returns:
- the updated filter
-
claimName
Description copied from interface:MappingFilterFilter mappings by the specified claim name.- Specified by:
claimNamein interfaceMappingFilter- Parameters:
claimName- the name of the claim- Returns:
- the updated filter
-
claimValue
Description copied from interface:MappingFilterFilter mappings by the specified claim value.- Specified by:
claimValuein interfaceMappingFilter- Parameters:
claimValue- the value of the claim- Returns:
- the updated filter
-
name
Description copied from interface:MappingFilterFilter mappings by the specified name.- Specified by:
namein interfaceMappingFilter- Parameters:
name- the name of the mapping- Returns:
- the updated filter
-
getSearchRequestProperty
- Specified by:
getSearchRequestPropertyin classTypedSearchRequestPropertyProvider<MappingFilterRequest>
-