Uses of Class
org.apache.jena.sparql.core.QuadAction
-
Packages that use QuadAction Package Description org.apache.jena.sparql.core -
-
Uses of QuadAction in org.apache.jena.sparql.core
Methods in org.apache.jena.sparql.core that return QuadAction Modifier and Type Method Description static QuadActionQuadAction. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static QuadAction[]QuadAction. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jena.sparql.core that return types with arguments of type QuadAction Modifier and Type Method Description java.util.List<org.apache.jena.atlas.lib.Pair<QuadAction,Quad>>DatasetChangesCapture. getActions()Deprecated.The actions recorded.Methods in org.apache.jena.sparql.core with parameters of type QuadAction Modifier and Type Method Description voidDatasetChanges. change(QuadAction qaction, Node g, Node s, Node p, Node o)Deprecated.A change has occurredvoidDatasetChangesBatched. change(QuadAction qaction, Node g, Node s, Node p, Node o)Deprecated.voidDatasetChangesCapture. change(QuadAction qaction, Node g, Node s, Node p, Node o)Deprecated.voidDatasetChangesCounter. change(QuadAction qaction, Node g, Node s, Node p, Node o)Deprecated.
-