@Path(value="") public class DefaultProcessEngineRestServiceImpl extends AbstractProcessEngineRestServiceImpl
Modifier and Type | Field and Description |
---|---|
static String |
PATH |
providers
Constructor and Description |
---|
DefaultProcessEngineRestServiceImpl() |
getAuthorizationRestService, getBatchRestService, getCaseDefinitionRestService, getCaseExecutionRestService, getCaseInstanceRestService, getConditionRestService, getDecisionDefinitionRestService, getDecisionRequirementsDefinitionRestService, getDeploymentRestService, getExecutionService, getExternalTaskRestService, getFilterRestService, getGroupRestService, getHistoryRestService, getIdentityRestService, getIncidentService, getJobDefinitionRestService, getJobRestService, getMessageRestService, getMetricsRestService, getMigrationRestService, getModificationRestService, getObjectMapper, getOptimizeRestService, getProcessDefinitionService, getProcessInstanceService, getSchemaLogRestService, getSignalRestService, getTaskRestService, getTelemetryRestService, getTenantRestService, getUserRestService, getVariableInstanceService, getVersionRestService
public static final String PATH
@Path(value="/process-definition") public ProcessDefinitionRestService getProcessDefinitionService()
@Path(value="/process-instance") public ProcessInstanceRestService getProcessInstanceService()
@Path(value="/execution") public ExecutionRestService getExecutionService()
@Path(value="/task") public TaskRestService getTaskRestService()
@Path(value="/identity") public IdentityRestService getIdentityRestService()
@Path(value="/message") public MessageRestService getMessageRestService()
@Path(value="/variable-instance") public VariableInstanceRestService getVariableInstanceService()
@Path(value="/job-definition") public JobDefinitionRestService getJobDefinitionRestService()
@Path(value="/job") public JobRestService getJobRestService()
@Path(value="/group") public GroupRestService getGroupRestService()
@Path(value="/user") public UserRestService getUserRestService()
@Path(value="/authorization") public AuthorizationRestService getAuthorizationRestService()
@Path(value="/incident") public IncidentRestService getIncidentService()
@Path(value="/history") public HistoryRestService getHistoryRestService()
@Path(value="/deployment") public DeploymentRestService getDeploymentRestService()
@Path(value="/case-definition") public CaseDefinitionRestService getCaseDefinitionRestService()
@Path(value="/case-instance") public CaseInstanceRestService getCaseInstanceRestService()
@Path(value="/case-execution") public CaseExecutionRestService getCaseExecutionRestService()
@Path(value="/filter") public FilterRestService getFilterRestService()
@Path(value="/metrics") public MetricsRestService getMetricsRestService()
@Path(value="/decision-definition") public DecisionDefinitionRestService getDecisionDefinitionRestService()
@Path(value="/decision-requirements-definition") public DecisionRequirementsDefinitionRestService getDecisionRequirementsDefinitionRestService()
@Path(value="/external-task") public ExternalTaskRestService getExternalTaskRestService()
@Path(value="/migration") public MigrationRestService getMigrationRestService()
@Path(value="/modification") public ModificationRestService getModificationRestService()
@Path(value="/batch") public BatchRestService getBatchRestService()
@Path(value="/tenant") public TenantRestService getTenantRestService()
@Path(value="/signal") public SignalRestService getSignalRestService()
@Path(value="/condition") public ConditionRestService getConditionRestService()
@Path(value="/optimize") public OptimizeRestService getOptimizeRestService()
@Path(value="/version") public VersionRestService getVersionRestService()
@Path(value="/schema/log") public SchemaLogRestService getSchemaLogRestService()
@Path(value="/telemetry") public TelemetryRestService getTelemetryRestService()
protected URI getRelativeEngineUri(String engineName)
getRelativeEngineUri
in class AbstractProcessEngineRestServiceImpl
Copyright © 2022. All rights reserved.