org.alfresco.service.cmr.repository
Class NodeRef.Status

java.lang.Object
  extended by org.alfresco.service.cmr.repository.NodeRef.Status
Enclosing class:
NodeRef

public static class NodeRef.Status
extends java.lang.Object

Helper class to convey the status of a node.


Constructor Summary
NodeRef.Status(java.lang.String changeTxnId, boolean deleted)
           
 
Method Summary
 java.lang.String getChangeTxnId()
           
 boolean isDeleted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeRef.Status

public NodeRef.Status(java.lang.String changeTxnId,
                      boolean deleted)
Method Detail

getChangeTxnId

public java.lang.String getChangeTxnId()
Returns:
Returns the ID of the last transaction to change the node

isDeleted

public boolean isDeleted()
Returns:
Returns true if the node has been deleted, otherwise false


Copyright © 2005 - 2008 Alfresco Software, Inc. All Rights Reserved.