com.day.cq.workflow
Interface HasMetaData

All Known Subinterfaces:
Workflow, WorkflowData, WorkflowModel, WorkflowNode, WorkflowTransition, WorkItem
All Known Implementing Classes:
CQWorkflow, CQWorkflowData, CQWorkflowModel, CQWorkflowNode, CQWorkflowTransition, CQWorkItem

public interface HasMetaData

Interface for workflow entities that provide meta data.


Method Summary
 Dictionary<String,String> getMetaData()
          Provides meta data assigned to the entity.
 

Method Detail

getMetaData

Dictionary<String,String> getMetaData()
Provides meta data assigned to the entity.

Returns:
The map of meta data assigned to the entity.


Copyright © 2008 Day Management AG. All Rights Reserved.