Class DotResourceDataItem
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.dataModel.dot.DotResourceDataItem
-
- All Implemented Interfaces:
DotDataItem
public class DotResourceDataItem extends Object implements DotDataItem
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNodeLabel()
String
getNodeName()
String
getNodeStyleAttributes()
@NotNull String
getResourceName()
-
-
-
Method Detail
-
getNodeName
public String getNodeName()
- Specified by:
getNodeName
in interfaceDotDataItem
-
getNodeLabel
public String getNodeLabel()
- Specified by:
getNodeLabel
in interfaceDotDataItem
-
getNodeStyleAttributes
public String getNodeStyleAttributes()
- Specified by:
getNodeStyleAttributes
in interfaceDotDataItem
-
getResourceName
@NotNull public @NotNull String getResourceName()
-
-