EventBus eventBus,
boolean historicalReadOnly) {
this.artifact = artifact;
boolean readOnly = historicalReadOnly || artifact.isReadonly();
ruleDocumentWidget = new RuleDocumentWidget( this.artifact,
readOnly );
metaWidget = new MetaDataWidget(
clientFactory,
eventBus,