Class TypedSearchRequestPropertyProvider<T>

java.lang.Object
io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider<T>
Direct Known Subclasses:
AuthorizationFilterImpl, AuthorizationsSearchRequestImpl, BasicLongPropertyImpl, BasicStringPropertyImpl, BatchOperationFilterImpl, BatchOperationItemFilterImpl, BatchOperationItemSearchRequestImpl, BatchOperationItemStatePropertyImpl, BatchOperationSearchRequestImpl, BatchOperationStatePropertyImpl, BatchOperationTypePropertyImpl, ClientsByGroupSearchRequestImpl, ClientsByRoleSearchRequestImpl, ClientsByTenantSearchRequestImpl, CorrelatedMessageSubscriptionFilterImpl, CorrelatedMessageSubscriptionSearchRequestImpl, DateTimePropertyImpl, DecisionDefinitionFilterImpl, DecisionDefinitionSearchRequestImpl, DecisionInstanceFilterImpl, DecisionInstanceSearchRequestImpl, DecisionRequirementsFilterImpl, DecisionRequirementsSearchRequestImpl, ElementInstanceFilterImpl, ElementInstanceSearchRequestImpl, ElementInstanceStatePropertyImpl, GroupFilterImpl, GroupsByRoleSearchRequestImpl, GroupsByTenantSearchRequestImpl, GroupSearchRequestImpl, IncidentFilterImpl, IncidentSearchRequestImpl, IntegerPropertyImpl, JobFilterImpl, JobKindPropertyImpl, JobSearchRequestImpl, JobStatePropertyImpl, ListenerEventTypePropertyImpl, MappingRuleFilterImpl, MappingRulesByGroupSearchRequestImpl, MappingRulesByRoleSearchRequestImpl, MessageSubscriptionFilterImpl, MessageSubscriptionSearchRequestImpl, MessageSubscriptionStatePropertyImpl, ProcessDefinitionElementStatisticsRequestImpl, ProcessDefinitionFilterImpl, ProcessDefinitionSearchRequestImpl, ProcessDefinitionStatisticsFilterImpl, ProcessInstanceFilterImpl, ProcessInstanceSearchRequestImpl, ProcessInstanceStatePropertyImpl, RoleFilterImpl, RolesByGroupSearchRequestImpl, RolesByTenantSearchRequestImpl, RolesSearchRequestImpl, SearchRequestPageImpl, SearchRequestSortBase, StringPropertyImpl, TenantFilterImpl, TenantsSearchRequestImpl, UserFilterImpl, UsersByGroupSearchRequestImpl, UsersByRoleSearchRequestImpl, UsersByTenantSearchRequestImpl, UsersSearchRequestImpl, UserTaskFilterImpl, UserTaskSearchRequestImpl, UserTaskStatePropertyImpl, UserTaskVariableFilterImpl, UserTaskVariableSearchRequestImpl, VariableFilterImpl, VariableSearchRequestImpl, VariableValueFilterImpl

public abstract class TypedSearchRequestPropertyProvider<T> extends Object
  • Constructor Details

    • TypedSearchRequestPropertyProvider

      public TypedSearchRequestPropertyProvider()
  • Method Details

    • getSearchRequestProperty

      protected abstract T getSearchRequestProperty()
    • provideSearchRequestProperty

      public static <T> T provideSearchRequestProperty(Object value)