View Source StepFlow.Router.Helpers (StepFlow v1.7.0)

Module with named helpers generated from StepFlow.Router.

Link to this section Summary

Functions

Generates the path information including any necessary prefix.

Generates an integrity hash to a static asset given its file path.

Generates path to a static asset given its file path.

Generates url to a static asset given its file path.

Generates the connection/endpoint base URL without any path information.

Link to this section Functions

Link to this function

black_list_path(conn_or_endpoint, action)

View Source
Link to this function

black_list_path(conn_or_endpoint, action, params)

View Source
Link to this function

black_list_path(conn_or_endpoint, action, id, params)

View Source
Link to this function

black_list_url(conn_or_endpoint, action)

View Source
Link to this function

black_list_url(conn_or_endpoint, action, params)

View Source
Link to this function

black_list_url(conn_or_endpoint, action, id, params)

View Source
Link to this function

durations_path(conn_or_endpoint, action)

View Source
Link to this function

durations_path(conn_or_endpoint, action, params)

View Source
Link to this function

durations_url(conn_or_endpoint, action)

View Source
Link to this function

durations_url(conn_or_endpoint, action, params)

View Source
Link to this function

index_path(conn_or_endpoint, action)

View Source
Link to this function

index_path(conn_or_endpoint, action, params)

View Source
Link to this function

index_path(conn_or_endpoint, action, path, params)

View Source
Link to this function

index_url(conn_or_endpoint, action)

View Source
Link to this function

index_url(conn_or_endpoint, action, params)

View Source
Link to this function

index_url(conn_or_endpoint, action, path, params)

View Source
Link to this function

job_path(conn_or_endpoint, action)

View Source
Link to this function

job_path(conn_or_endpoint, action, params)

View Source
Link to this function

job_path(conn_or_endpoint, action, id, params)

View Source
Link to this function

job_url(conn_or_endpoint, action)

View Source
Link to this function

job_url(conn_or_endpoint, action, params)

View Source
Link to this function

job_url(conn_or_endpoint, action, id, params)

View Source
Link to this function

live_workers_path(conn_or_endpoint, action)

View Source
Link to this function

live_workers_path(conn_or_endpoint, action, params)

View Source
Link to this function

live_workers_url(conn_or_endpoint, action)

View Source
Link to this function

live_workers_url(conn_or_endpoint, action, params)

View Source
Link to this function

metric_path(conn_or_endpoint, action)

View Source
Link to this function

metric_path(conn_or_endpoint, action, params)

View Source
Link to this function

metric_url(conn_or_endpoint, action)

View Source
Link to this function

metric_url(conn_or_endpoint, action, params)

View Source
Link to this function

notification_endpoint_path(conn_or_endpoint, action)

View Source
Link to this function

notification_endpoint_path(conn_or_endpoint, action, params)

View Source
Link to this function

notification_endpoint_path(conn_or_endpoint, action, id, params)

View Source
Link to this function

notification_endpoint_url(conn_or_endpoint, action)

View Source
Link to this function

notification_endpoint_url(conn_or_endpoint, action, params)

View Source
Link to this function

notification_endpoint_url(conn_or_endpoint, action, id, params)

View Source
Link to this function

notification_template_path(conn_or_endpoint, action)

View Source
Link to this function

notification_template_path(conn_or_endpoint, action, params)

View Source
Link to this function

notification_template_path(conn_or_endpoint, action, id, params)

View Source
Link to this function

notification_template_url(conn_or_endpoint, action)

View Source
Link to this function

notification_template_url(conn_or_endpoint, action, params)

View Source
Link to this function

notification_template_url(conn_or_endpoint, action, id, params)

View Source

Generates the path information including any necessary prefix.

Link to this function

render_spec_path(conn_or_endpoint, action)

View Source
Link to this function

render_spec_path(conn_or_endpoint, action, params)

View Source
Link to this function

render_spec_url(conn_or_endpoint, action)

View Source
Link to this function

render_spec_url(conn_or_endpoint, action, params)

View Source
Link to this function

right_definition_path(conn_or_endpoint, action)

View Source
Link to this function

right_definition_path(conn_or_endpoint, action, params)

View Source
Link to this function

right_definition_url(conn_or_endpoint, action)

View Source
Link to this function

right_definition_url(conn_or_endpoint, action, params)

View Source
Link to this function

role_path(conn_or_endpoint, action)

View Source
Link to this function

role_path(conn_or_endpoint, action, params)

View Source
Link to this function

role_path(conn_or_endpoint, action, id, params)

View Source
Link to this function

role_url(conn_or_endpoint, action)

View Source
Link to this function

role_url(conn_or_endpoint, action, params)

View Source
Link to this function

role_url(conn_or_endpoint, action, id, params)

View Source
Link to this function

static_integrity(endpoint, path)

View Source

Generates an integrity hash to a static asset given its file path.

Generates path to a static asset given its file path.

Generates url to a static asset given its file path.

Link to this function

statistics_path(conn_or_endpoint, action)

View Source
Link to this function

statistics_path(conn_or_endpoint, action, params)

View Source
Link to this function

statistics_url(conn_or_endpoint, action)

View Source
Link to this function

statistics_url(conn_or_endpoint, action, params)

View Source

Generates the connection/endpoint base URL without any path information.

Link to this function

worker_definition_path(conn_or_endpoint, action)

View Source
Link to this function

worker_definition_path(conn_or_endpoint, action, params)

View Source
Link to this function

worker_definition_path(conn_or_endpoint, action, id, params)

View Source
Link to this function

worker_definition_url(conn_or_endpoint, action)

View Source
Link to this function

worker_definition_url(conn_or_endpoint, action, params)

View Source
Link to this function

worker_definition_url(conn_or_endpoint, action, id, params)

View Source
Link to this function

workers_path(conn_or_endpoint, action)

View Source
Link to this function

workers_path(conn_or_endpoint, action, params)

View Source
Link to this function

workers_path(conn_or_endpoint, action, id, params)

View Source
Link to this function

workers_url(conn_or_endpoint, action)

View Source
Link to this function

workers_url(conn_or_endpoint, action, params)

View Source
Link to this function

workers_url(conn_or_endpoint, action, id, params)

View Source
Link to this function

workflow_definition_path(conn_or_endpoint, action)

View Source
Link to this function

workflow_definition_path(conn_or_endpoint, action, params)

View Source
Link to this function

workflow_definition_path(conn_or_endpoint, action, id, params)

View Source
Link to this function

workflow_definition_url(conn_or_endpoint, action)

View Source
Link to this function

workflow_definition_url(conn_or_endpoint, action, params)

View Source
Link to this function

workflow_definition_url(conn_or_endpoint, action, id, params)

View Source
Link to this function

workflow_path(conn_or_endpoint, action)

View Source
Link to this function

workflow_path(conn_or_endpoint, action, params)

View Source
Link to this function

workflow_path(conn_or_endpoint, action, id, params)

View Source
Link to this function

workflow_status_path(conn_or_endpoint, action)

View Source
Link to this function

workflow_status_path(conn_or_endpoint, action, params)

View Source
Link to this function

workflow_status_url(conn_or_endpoint, action)

View Source
Link to this function

workflow_status_url(conn_or_endpoint, action, params)

View Source
Link to this function

workflow_url(conn_or_endpoint, action)

View Source
Link to this function

workflow_url(conn_or_endpoint, action, params)

View Source
Link to this function

workflow_url(conn_or_endpoint, action, id, params)

View Source
Link to this function

workflow_workflow_events_path(conn_or_endpoint, action, workflow_id)

View Source
Link to this function

workflow_workflow_events_path(conn_or_endpoint, action, workflow_id, params)

View Source
Link to this function

workflow_workflow_events_url(conn_or_endpoint, action, workflow_id)

View Source
Link to this function

workflow_workflow_events_url(conn_or_endpoint, action, workflow_id, params)

View Source