Enum QueryMocks
- java.lang.Object
-
- java.lang.Enum<QueryMocks>
-
- org.camunda.bpm.extension.mockito.QueryMocks
-
- All Implemented Interfaces:
Serializable,Comparable<QueryMocks>
public enum QueryMocks extends Enum<QueryMocks>
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ActivityStatisticsQueryMockmockActivityStatisticsQuery(org.camunda.bpm.engine.ManagementService serviceMock)static AuthorizationQueryMockmockAuthorizationQuery(org.camunda.bpm.engine.AuthorizationService serviceMock)static BatchQueryMockmockBatchQuery(org.camunda.bpm.engine.ManagementService serviceMock)static BatchStatisticsQueryMockmockBatchStatisticsQuery(org.camunda.bpm.engine.ManagementService serviceMock)static CaseDefinitionQueryMockmockCaseDefinitionQuery(org.camunda.bpm.engine.RepositoryService serviceMock)static CaseExecutionQueryMockmockCaseExecutionQuery(org.camunda.bpm.engine.CaseService serviceMock)static CaseInstanceQueryMockmockCaseInstanceQuery(org.camunda.bpm.engine.CaseService serviceMock)static DecisionDefinitionQueryMockmockDecisionDefinitionQuery(org.camunda.bpm.engine.RepositoryService serviceMock)static DeploymentQueryMockmockDeploymentQuery(org.camunda.bpm.engine.RepositoryService serviceMock)static DeploymentStatisticsQueryMockmockDeploymentStatisticsQuery(org.camunda.bpm.engine.ManagementService serviceMock)static EventSubscriptionQueryMockmockEventSubscriptionQuery(org.camunda.bpm.engine.RuntimeService serviceMock)static ExecutionQueryMockmockExecutionQuery(org.camunda.bpm.engine.RuntimeService serviceMock)static ExternalTaskQueryMockmockExternalTaskQuery(org.camunda.bpm.engine.ExternalTaskService serviceMock)static FilterQueryMockmockFilterQuery(org.camunda.bpm.engine.FilterService serviceMock)static GroupQueryMockmockGroupQuery(org.camunda.bpm.engine.IdentityService serviceMock)static HistoricActivityInstanceQueryMockmockHistoricActivityInstanceQuery(org.camunda.bpm.engine.HistoryService serviceMock)static HistoricActivityStatisticsQueryMockmockHistoricActivityStatisticsQuery(org.camunda.bpm.engine.HistoryService serviceMock)static HistoricBatchQueryMockmockHistoricBatchQuery(org.camunda.bpm.engine.HistoryService serviceMock)static HistoricCaseActivityInstanceQueryMockmockHistoricCaseActivityInstanceQuery(org.camunda.bpm.engine.HistoryService serviceMock)static HistoricCaseInstanceQueryMockmockHistoricCaseInstanceQuery(org.camunda.bpm.engine.HistoryService serviceMock)static HistoricDecisionInstanceQueryMockmockHistoricDecisionInstanceQuery(org.camunda.bpm.engine.HistoryService serviceMock)static HistoricDetailQueryMockmockHistoricDetailQuery(org.camunda.bpm.engine.HistoryService serviceMock)static HistoricIdentityLinkLogQueryMockmockHistoricIdentityLinkLogQuery(org.camunda.bpm.engine.HistoryService serviceMock)static HistoricIncidentQueryMockmockHistoricIncidentQuery(org.camunda.bpm.engine.HistoryService serviceMock)static HistoricJobLogQueryMockmockHistoricJobLogQuery(org.camunda.bpm.engine.HistoryService serviceMock)static HistoricProcessInstanceQueryMockmockHistoricProcessInstanceQuery(org.camunda.bpm.engine.HistoryService serviceMock)static HistoricTaskInstanceQueryMockmockHistoricTaskInstanceQuery(org.camunda.bpm.engine.HistoryService serviceMock)static HistoricVariableInstanceQueryMockmockHistoricVariableInstanceQuery(org.camunda.bpm.engine.HistoryService serviceMock)static IncidentQueryMockmockIncidentQuery(org.camunda.bpm.engine.RuntimeService serviceMock)static JobDefinitionQueryMockmockJobDefinitionQuery(org.camunda.bpm.engine.ManagementService serviceMock)static JobQueryMockmockJobQuery(org.camunda.bpm.engine.ManagementService serviceMock)static ProcessDefinitionQueryMockmockProcessDefinitionQuery(org.camunda.bpm.engine.RepositoryService serviceMock)static ProcessDefinitionStatisticsQueryMockmockProcessDefinitionStatisticsQuery(org.camunda.bpm.engine.ManagementService serviceMock)static ProcessInstanceQueryMockmockProcessInstanceQuery(org.camunda.bpm.engine.RuntimeService serviceMock)static TaskQueryMockmockTaskQuery(org.camunda.bpm.engine.TaskService serviceMock)static TenantQueryMockmockTenantQuery(org.camunda.bpm.engine.IdentityService serviceMock)static UserOperationLogQueryMockmockUserOperationLogQuery(org.camunda.bpm.engine.HistoryService serviceMock)static UserQueryMockmockUserQuery(org.camunda.bpm.engine.IdentityService serviceMock)static VariableInstanceQueryMockmockVariableInstanceQuery(org.camunda.bpm.engine.RuntimeService serviceMock)static QueryMocksvalueOf(String name)Returns the enum constant of this type with the specified name.static QueryMocks[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Method Detail
-
values
public static QueryMocks[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (QueryMocks c : QueryMocks.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static QueryMocks valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
mockFilterQuery
public static FilterQueryMock mockFilterQuery(org.camunda.bpm.engine.FilterService serviceMock)
-
mockTaskQuery
public static TaskQueryMock mockTaskQuery(org.camunda.bpm.engine.TaskService serviceMock)
-
mockCaseInstanceQuery
public static CaseInstanceQueryMock mockCaseInstanceQuery(org.camunda.bpm.engine.CaseService serviceMock)
-
mockCaseExecutionQuery
public static CaseExecutionQueryMock mockCaseExecutionQuery(org.camunda.bpm.engine.CaseService serviceMock)
-
mockExecutionQuery
public static ExecutionQueryMock mockExecutionQuery(org.camunda.bpm.engine.RuntimeService serviceMock)
-
mockProcessInstanceQuery
public static ProcessInstanceQueryMock mockProcessInstanceQuery(org.camunda.bpm.engine.RuntimeService serviceMock)
-
mockIncidentQuery
public static IncidentQueryMock mockIncidentQuery(org.camunda.bpm.engine.RuntimeService serviceMock)
-
mockEventSubscriptionQuery
public static EventSubscriptionQueryMock mockEventSubscriptionQuery(org.camunda.bpm.engine.RuntimeService serviceMock)
-
mockVariableInstanceQuery
public static VariableInstanceQueryMock mockVariableInstanceQuery(org.camunda.bpm.engine.RuntimeService serviceMock)
-
mockProcessDefinitionQuery
public static ProcessDefinitionQueryMock mockProcessDefinitionQuery(org.camunda.bpm.engine.RepositoryService serviceMock)
-
mockCaseDefinitionQuery
public static CaseDefinitionQueryMock mockCaseDefinitionQuery(org.camunda.bpm.engine.RepositoryService serviceMock)
-
mockDecisionDefinitionQuery
public static DecisionDefinitionQueryMock mockDecisionDefinitionQuery(org.camunda.bpm.engine.RepositoryService serviceMock)
-
mockDeploymentQuery
public static DeploymentQueryMock mockDeploymentQuery(org.camunda.bpm.engine.RepositoryService serviceMock)
-
mockHistoricIdentityLinkLogQuery
public static HistoricIdentityLinkLogQueryMock mockHistoricIdentityLinkLogQuery(org.camunda.bpm.engine.HistoryService serviceMock)
-
mockHistoricProcessInstanceQuery
public static HistoricProcessInstanceQueryMock mockHistoricProcessInstanceQuery(org.camunda.bpm.engine.HistoryService serviceMock)
-
mockHistoricActivityInstanceQuery
public static HistoricActivityInstanceQueryMock mockHistoricActivityInstanceQuery(org.camunda.bpm.engine.HistoryService serviceMock)
-
mockHistoricActivityStatisticsQuery
public static HistoricActivityStatisticsQueryMock mockHistoricActivityStatisticsQuery(org.camunda.bpm.engine.HistoryService serviceMock)
-
mockHistoricVariableInstanceQuery
public static HistoricVariableInstanceQueryMock mockHistoricVariableInstanceQuery(org.camunda.bpm.engine.HistoryService serviceMock)
-
mockHistoricCaseActivityInstanceQuery
public static HistoricCaseActivityInstanceQueryMock mockHistoricCaseActivityInstanceQuery(org.camunda.bpm.engine.HistoryService serviceMock)
-
mockHistoricDecisionInstanceQuery
public static HistoricDecisionInstanceQueryMock mockHistoricDecisionInstanceQuery(org.camunda.bpm.engine.HistoryService serviceMock)
-
mockHistoricTaskInstanceQuery
public static HistoricTaskInstanceQueryMock mockHistoricTaskInstanceQuery(org.camunda.bpm.engine.HistoryService serviceMock)
-
mockHistoricDetailQuery
public static HistoricDetailQueryMock mockHistoricDetailQuery(org.camunda.bpm.engine.HistoryService serviceMock)
-
mockUserOperationLogQuery
public static UserOperationLogQueryMock mockUserOperationLogQuery(org.camunda.bpm.engine.HistoryService serviceMock)
-
mockHistoricIncidentQuery
public static HistoricIncidentQueryMock mockHistoricIncidentQuery(org.camunda.bpm.engine.HistoryService serviceMock)
-
mockHistoricCaseInstanceQuery
public static HistoricCaseInstanceQueryMock mockHistoricCaseInstanceQuery(org.camunda.bpm.engine.HistoryService serviceMock)
-
mockHistoricJobLogQuery
public static HistoricJobLogQueryMock mockHistoricJobLogQuery(org.camunda.bpm.engine.HistoryService serviceMock)
-
mockHistoricBatchQuery
public static HistoricBatchQueryMock mockHistoricBatchQuery(org.camunda.bpm.engine.HistoryService serviceMock)
-
mockUserQuery
public static UserQueryMock mockUserQuery(org.camunda.bpm.engine.IdentityService serviceMock)
-
mockGroupQuery
public static GroupQueryMock mockGroupQuery(org.camunda.bpm.engine.IdentityService serviceMock)
-
mockTenantQuery
public static TenantQueryMock mockTenantQuery(org.camunda.bpm.engine.IdentityService serviceMock)
-
mockJobQuery
public static JobQueryMock mockJobQuery(org.camunda.bpm.engine.ManagementService serviceMock)
-
mockBatchQuery
public static BatchQueryMock mockBatchQuery(org.camunda.bpm.engine.ManagementService serviceMock)
-
mockProcessDefinitionStatisticsQuery
public static ProcessDefinitionStatisticsQueryMock mockProcessDefinitionStatisticsQuery(org.camunda.bpm.engine.ManagementService serviceMock)
-
mockJobDefinitionQuery
public static JobDefinitionQueryMock mockJobDefinitionQuery(org.camunda.bpm.engine.ManagementService serviceMock)
-
mockDeploymentStatisticsQuery
public static DeploymentStatisticsQueryMock mockDeploymentStatisticsQuery(org.camunda.bpm.engine.ManagementService serviceMock)
-
mockActivityStatisticsQuery
public static ActivityStatisticsQueryMock mockActivityStatisticsQuery(org.camunda.bpm.engine.ManagementService serviceMock)
-
mockBatchStatisticsQuery
public static BatchStatisticsQueryMock mockBatchStatisticsQuery(org.camunda.bpm.engine.ManagementService serviceMock)
-
mockAuthorizationQuery
public static AuthorizationQueryMock mockAuthorizationQuery(org.camunda.bpm.engine.AuthorizationService serviceMock)
-
mockExternalTaskQuery
public static ExternalTaskQueryMock mockExternalTaskQuery(org.camunda.bpm.engine.ExternalTaskService serviceMock)
-
-