Uses of Class
com.atlassian.confluence.plugins.edgeindex.model.EdgeType.DeletionMode
-
Packages that use EdgeType.DeletionMode Package Description com.atlassian.confluence.plugins.edgeindex.edge com.atlassian.confluence.plugins.edgeindex.model -
-
Uses of EdgeType.DeletionMode in com.atlassian.confluence.plugins.edgeindex.edge
Methods in com.atlassian.confluence.plugins.edgeindex.edge that return EdgeType.DeletionMode Modifier and Type Method Description EdgeType.DeletionModeAbstractEdgeType. getDeletionMode()EdgeType.DeletionModeLikeEdgeType. getDeletionMode() -
Uses of EdgeType.DeletionMode in com.atlassian.confluence.plugins.edgeindex.model
Methods in com.atlassian.confluence.plugins.edgeindex.model that return EdgeType.DeletionMode Modifier and Type Method Description EdgeType.DeletionModeEdgeType. getDeletionMode()static EdgeType.DeletionModeEdgeType.DeletionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static EdgeType.DeletionMode[]EdgeType.DeletionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-