final OpenItemCommand openItemCommand,
final Command closeCommand) {
this.artifact = artifact;
this.readOnly = historicalReadOnly || artifact.isreadonly;
ruleDocumentWidget = new RuleDocumentWidget(this.artifact,
readOnly);
metaWidget = new MetaDataWidgetNew(this.artifact, readOnly,
this.artifact.uuid, refreshCommand, openItemCommand, closeCommand);