Class PlantUmlMindMapSVGReader
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.reading.AbstractReader
org.ametys.plugins.workflow.readers.AbstractPlantUMLSVGReader
org.ametys.plugins.workflow.readers.AbstractPlantUMLMindmapSVGReader
org.ametys.plugins.workflow.readers.PlantUmlMindMapSVGReader
- All Implemented Interfaces:
Poolable
,Recyclable
,Component
,LogEnabled
,Serviceable
,Reader
,SitemapModelComponent
,SitemapOutputComponent
Read action mindMap from plantUML
-
Field Summary
Fields inherited from class org.ametys.plugins.workflow.readers.AbstractPlantUMLSVGReader
__MAIN_STEP_NODE_COLOR, _i18nHelper, _i18nUtils, _jsonUtils, _workflowRightHelper, _workflowSessionHelper, _workflowStepDAO, _workflowTransitionDAO
Fields inherited from class org.apache.cocoon.reading.AbstractReader
objectModel, out, parameters, resolver, source
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
_getPlantUMLGraphContent
(Request request, com.opensymphony.workflow.loader.WorkflowDescriptor workflowDescriptor) Get the plantUML diagram bodyprotected String
Get plantUML style for current diagramMethods inherited from class org.ametys.plugins.workflow.readers.AbstractPlantUMLMindmapSVGReader
_getMindMapNodeContent, _getPlantUMLType
Methods inherited from class org.ametys.plugins.workflow.readers.AbstractPlantUMLSVGReader
_getActionLabel, _getActionTooltip, _getJsFunction, _getPlantUMLContent, _getStepNodeLabel, _getStepTooltip, _getStringWithEscapedSpace, _setContextInRequestAttributes, _setPlantUMLProperties, generate, getMimeType, service
Methods inherited from class org.apache.cocoon.reading.AbstractReader
getLastModified, recycle, setOutputStream, setup, shouldSetContentLength
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Field Details
-
__INCOMING_STEP_NODE_COLOR
The color for incoming step nodes- See Also:
-
-
Constructor Details
-
PlantUmlMindMapSVGReader
public PlantUmlMindMapSVGReader()
-
-
Method Details
-
_getPlantUMLStyle
Description copied from class:AbstractPlantUMLSVGReader
Get plantUML style for current diagram- Specified by:
_getPlantUMLStyle
in classAbstractPlantUMLSVGReader
- Returns:
- the style as string
-
_getPlantUMLGraphContent
protected String _getPlantUMLGraphContent(Request request, com.opensymphony.workflow.loader.WorkflowDescriptor workflowDescriptor) Description copied from class:AbstractPlantUMLSVGReader
Get the plantUML diagram body- Specified by:
_getPlantUMLGraphContent
in classAbstractPlantUMLSVGReader
- Parameters:
request
- the requestworkflowDescriptor
- descriptor of current workflow- Returns:
- the diagram body as string
-