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