Interface ComponentLockedReasonContributor
public interface ComponentLockedReasonContributor
In case an Experiment Page Document is locked, this contributor can be added by downstream projects to provide a
lock reason, for example that the Experience Page is under review
-
Method Summary
Modifier and TypeMethodDescriptionfindReason
(HstRequestContext requestContext, HstComponentConfiguration compConfig, Workflow workflow, Map<String, Serializable> hints, String branchId)
-
Method Details
-
findReason
Optional<String> findReason(HstRequestContext requestContext, HstComponentConfiguration compConfig, Workflow workflow, Map<String, Serializable> hints, String branchId)
-