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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<String>
findReason(HstRequestContext requestContext, HstComponentConfiguration compConfig, Workflow workflow, Map<String,Serializable> hints, String branchId)
-
-
-
Method Detail
-
findReason
Optional<String> findReason(HstRequestContext requestContext, HstComponentConfiguration compConfig, Workflow workflow, Map<String,Serializable> hints, String branchId)
-
-