Uses of Class
org.craftercms.studio.api.v1.service.workflow.context.RequestContext
Packages that use RequestContext
Package
Description
-
Uses of RequestContext in org.craftercms.studio.api.v1.service.workflow.context
Fields in org.craftercms.studio.api.v1.service.workflow.context with type parameters of type RequestContextModifier and TypeFieldDescriptionprotected static final ThreadLocal<RequestContext> RequestContextBuilder.threadLocalMethods in org.craftercms.studio.api.v1.service.workflow.context that return RequestContextModifier and TypeMethodDescriptionstatic RequestContextRequestContextBuilder.buildSubmitContext(String site, String currentUser) -
Uses of RequestContext in org.craftercms.studio.impl.v1.service.workflow
Methods in org.craftercms.studio.impl.v1.service.workflow with parameters of type RequestContextModifier and TypeMethodDescriptionWorkflowServiceImpl.submitToGoLive(List<DmDependencyTO> submittedItems, ZonedDateTime scheduledDate, boolean sendEmail, boolean submitForDeletion, RequestContext requestContext, String submissionComment, String environment)