Uses of Class
com.evolveum.midpoint.prism.annotation.ItemDiagramSpecification
-
Packages that use ItemDiagramSpecification Package Description com.evolveum.midpoint.gui.impl.prism.wrapper com.evolveum.midpoint.prism com.evolveum.midpoint.prism.deleg com.evolveum.midpoint.schema.processor -
-
Uses of ItemDiagramSpecification in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return types with arguments of type ItemDiagramSpecification Modifier and Type Method Description List<ItemDiagramSpecification>
ItemWrapperImpl. getDiagrams()
List<ItemDiagramSpecification>
ValueMetadataWrapperImpl. getDiagrams()
-
Uses of ItemDiagramSpecification in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return types with arguments of type ItemDiagramSpecification Modifier and Type Method Description List<ItemDiagramSpecification>
Definition. getDiagrams()
Methods in com.evolveum.midpoint.prism with parameters of type ItemDiagramSpecification Modifier and Type Method Description void
MutableDefinition. addDiagram(ItemDiagramSpecification diagram)
-
Uses of ItemDiagramSpecification in com.evolveum.midpoint.prism.deleg
Methods in com.evolveum.midpoint.prism.deleg that return types with arguments of type ItemDiagramSpecification Modifier and Type Method Description default List<ItemDiagramSpecification>
ComplexTypeDefinitionDelegator. getDiagrams()
default List<ItemDiagramSpecification>
ItemDefinitionDelegator. getDiagrams()
-
Uses of ItemDiagramSpecification in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type ItemDiagramSpecification Modifier and Type Method Description List<ItemDiagramSpecification>
AbstractResourceObjectDefinitionImpl. getDiagrams()
List<ItemDiagramSpecification>
CompositeObjectDefinitionImpl. getDiagrams()
List<ItemDiagramSpecification>
ResourceAttributeDefinitionImpl. getDiagrams()
Methods in com.evolveum.midpoint.schema.processor with parameters of type ItemDiagramSpecification Modifier and Type Method Description void
ResourceObjectClassDefinitionImpl. addDiagram(ItemDiagramSpecification diagram)
-