public interface ItemData
| Modifier and Type | Method and Description | 
|---|---|
void | 
accept(org.exoplatform.services.jcr.dataflow.ItemDataVisitor visitor)
Accept visitor 
 | 
String | 
getIdentifier()  | 
String | 
getParentIdentifier()  | 
int | 
getPersistedVersion()  | 
org.exoplatform.services.jcr.datamodel.QPath | 
getQPath()  | 
boolean | 
isNode()  | 
org.exoplatform.services.jcr.datamodel.QPath getQPath()
String getIdentifier()
int getPersistedVersion()
String getParentIdentifier()
IllegalStateException - if parent can not be initialized (for example was deleted by other session)boolean isNode()
void accept(org.exoplatform.services.jcr.dataflow.ItemDataVisitor visitor)
            throws javax.jcr.RepositoryException
visitor - javax.jcr.RepositoryExceptionCopyright © 2003-2017 eXo Platform SAS. All Rights Reserved.