interface MetadataStoreInterface

MetadataStoreInterface is able to fetch metadata for a specific workflow.

Methods

array
getWorkflowMetadata()

No description

array
getPlaceMetadata(string $place)

No description

array
getTransitionMetadata(Transition $transition)

No description

getMetadata(string $key, $subject = null)

Returns the metadata for a specific subject.

Details

array getWorkflowMetadata()

Return Value

array

array getPlaceMetadata(string $place)

Parameters

string $place

Return Value

array

array getTransitionMetadata(Transition $transition)

Parameters

Transition $transition

Return Value

array

getMetadata(string $key, $subject = null)

Returns the metadata for a specific subject.

This is a proxy method.

Parameters

string $key
$subject