public static class NodeDAO.NodeView
extends java.lang.Object
| Constructor and Description |
|---|
NodeDAO.NodeView() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set |
getPrimaryChildAssocIds() |
java.util.Set |
getPrimaryParentAssocIds() |
java.util.Set |
getSecondaryChildAssocIds() |
java.util.Set |
getSecondaryParentAssocIds() |
java.util.Set |
getSourceAssocIds() |
java.util.Set |
getTargetAssocIds() |
static NodeDAO.NodeView |
getView(java.lang.Long nodeId)
Finds an instance to manage the views for a specific node in this transaction
|
public static NodeDAO.NodeView getView(java.lang.Long nodeId)
public java.util.Set getPrimaryParentAssocIds()
public java.util.Set getSecondaryParentAssocIds()
public java.util.Set getPrimaryChildAssocIds()
public java.util.Set getSecondaryChildAssocIds()
public java.util.Set getTargetAssocIds()
public java.util.Set getSourceAssocIds()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.