org.jboss.dna.connector.store.jpa.model.basic
Class SubgraphQueryEntity

java.lang.Object
  extended by org.jboss.dna.connector.store.jpa.model.basic.SubgraphQueryEntity

public class SubgraphQueryEntity
extends Object

Represents a temporary working area for a query that retrieves the nodes in a subgraph.


Constructor Summary
SubgraphQueryEntity(Long workspaceId, String rootUuid)
           
 
Method Summary
 Long getId()
           
 String getRootUuid()
           
 Long getWorkspaceId()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubgraphQueryEntity

public SubgraphQueryEntity(Long workspaceId,
                           String rootUuid)
Method Detail

getId

public Long getId()
Returns:
id

getRootUuid

public String getRootUuid()
Returns:
rootUuid

getWorkspaceId

public Long getWorkspaceId()
Returns:
workspaceId


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