Class ResourceVisualizationDto
- java.lang.Object
- 
- com.evolveum.midpoint.web.page.admin.resources.dto.ResourceVisualizationDto
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ResourceVisualizationDto extends Object implements Serializable - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ResourceVisualizationDto(String dot, String svg, Exception exception)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDot()ExceptiongetException()StringgetExceptionAsString()StringgetSvg()
 
- 
- 
- 
Field Detail- 
F_DOTpublic static final String F_DOT - See Also:
- Constant Field Values
 
 - 
F_SVGpublic static final String F_SVG - See Also:
- Constant Field Values
 
 - 
F_EXCEPTION_AS_STRINGpublic static final String F_EXCEPTION_AS_STRING - See Also:
- Constant Field Values
 
 
- 
 
-