org.jboss.dna.graph
Interface Graph.WithUuids<Next>

Type Parameters:
Next - The interface that is to be returned when this request is completed
Enclosing class:
Graph

public static interface Graph.WithUuids<Next>

The interface for specifying how UUID conflicts should be handled.


Method Summary
 Next failingIfAnyUuidsMatch()
           
 Next replacingExistingNodesWithSameUuids()
           
 

Method Detail

failingIfAnyUuidsMatch

Next failingIfAnyUuidsMatch()

replacingExistingNodesWithSameUuids

Next replacingExistingNodesWithSameUuids()


Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.