Package io.camunda.operate.model
Class SearchResultTypeToken
java.lang.Object
io.camunda.operate.model.SearchResultTypeToken
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic com.google.common.reflect.TypeToken<SearchResult<DecisionDefinition>> static com.google.common.reflect.TypeToken<SearchResult<DecisionInstance>> static com.google.common.reflect.TypeToken<SearchResult<DecisionRequirements>> static com.google.common.reflect.TypeToken<SearchResult<FlowNodeInstance>> static com.google.common.reflect.TypeToken<SearchResult<Incident>> static com.google.common.reflect.TypeToken<SearchResult<ProcessDefinition>> static com.google.common.reflect.TypeToken<SearchResult<ProcessInstance>> static com.google.common.reflect.TypeToken<SearchResult<Variable>> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
searchResultProcessDefinition
public static com.google.common.reflect.TypeToken<SearchResult<ProcessDefinition>> searchResultProcessDefinition -
searchResultDecisionDefinition
public static com.google.common.reflect.TypeToken<SearchResult<DecisionDefinition>> searchResultDecisionDefinition -
searchResultDecisionInstance
public static com.google.common.reflect.TypeToken<SearchResult<DecisionInstance>> searchResultDecisionInstance -
searchResultFlowNodeInstance
public static com.google.common.reflect.TypeToken<SearchResult<FlowNodeInstance>> searchResultFlowNodeInstance -
searchResultVariable
-
searchResultProcessInstance
public static com.google.common.reflect.TypeToken<SearchResult<ProcessInstance>> searchResultProcessInstance -
searchResultDecisionRequirements
public static com.google.common.reflect.TypeToken<SearchResult<DecisionRequirements>> searchResultDecisionRequirements -
searchResultIncident
-
-
Constructor Details
-
SearchResultTypeToken
public SearchResultTypeToken()
-