Package com.adobe.granite.workflow
Interface HasMetaData
- All Known Subinterfaces:
Workflow,WorkflowData,WorkflowModel,WorkflowNode,WorkflowTransition,WorkItem
public interface HasMetaData
Interface for workflow entities that provide meta data.
-
Method Summary
Modifier and TypeMethodDescriptionProvides meta data assigned to the entity, supporting any type.
-
Method Details
-
getMetaDataMap
MetaDataMap getMetaDataMap()Provides meta data assigned to the entity, supporting any type.- Returns:
- A meta data map.
- See Also:
-