final class RootNodeAggregateDimensionsWereUpdated implements EventInterface, PublishableToWorkspaceInterface, EmbedsContentStreamId, EmbedsNodeAggregateId, EmbedsWorkspaceName (View source)

A root node aggregate is now visible in other dimensions. Needed when configured dimensions change.

This event is only emitted if new root generalisations were added. For the removal of a dimension a {\Neos\ContentRepository\Core\Feature\NodeRemoval\Event\NodeAggregateWasRemoved} targeting the root node will be emitted.

Methods

__construct(WorkspaceName $workspaceName, ContentStreamId $contentStreamId, NodeAggregateId $nodeAggregateId, DimensionSpacePointSet $coveredDimensionSpacePoints)

No description

getWorkspaceName()

No description

static EventInterface
fromArray(array $values)

No description

array
jsonSerialize()

No description

Details

__construct(WorkspaceName $workspaceName, ContentStreamId $contentStreamId, NodeAggregateId $nodeAggregateId, DimensionSpacePointSet $coveredDimensionSpacePoints)

No description

Parameters

WorkspaceName $workspaceName
ContentStreamId $contentStreamId
NodeAggregateId $nodeAggregateId
DimensionSpacePointSet $coveredDimensionSpacePoints

ContentStreamId getContentStreamId()

No description

Return Value

ContentStreamId

NodeAggregateId getNodeAggregateId()

No description

Return Value

NodeAggregateId

WorkspaceName getWorkspaceName()

No description

Return Value

WorkspaceName

PublishableToWorkspaceInterface withWorkspaceNameAndContentStreamId(WorkspaceName $targetWorkspaceName, ContentStreamId $contentStreamId)

No description

Parameters

WorkspaceName $targetWorkspaceName
ContentStreamId $contentStreamId

Return Value

PublishableToWorkspaceInterface

static EventInterface fromArray(array $values)

No description

Parameters

array $values

Return Value

EventInterface

array jsonSerialize()

No description

Return Value

array