public interface Layered extends AVMNode
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIndirection()
Get the raw indirection of a layered node.
|
java.lang.String |
getUnderlying(org.alfresco.repo.avm.Lookup lookup)
Get the indirection, or underlying path that this
node points to.
|
int |
getUnderlyingVersion(org.alfresco.repo.avm.Lookup lookup)
Get the indirection version.
|
void |
setIndirectionVersion(java.lang.Integer version)
Set the indirection version for this layered node.
|
addAspect, addProperties, changeAncestor, copy, copyACLs, copyACLs, copyMetaDataFrom, deleteProperties, deleteProperty, getAcl, getAncestor, getAspects, getBasicAttributes, getDescriptor, getDescriptor, getDescriptor, getGuid, getId, getIsNew, getIsRoot, getMergedFrom, getProperties, getProperty, getStoreNew, getType, getVersionID, removeAspect, setAcl, setAncestor, setGuid, setIsRoot, setMergedFrom, setProperties, setProperty, setStoreNew, setVersionID, toString, updateModTimejava.lang.String getUnderlying(org.alfresco.repo.avm.Lookup lookup)
lookup - The lookup path. Needed for most nodes to determine
underlying path.int getUnderlyingVersion(org.alfresco.repo.avm.Lookup lookup)
lookup - The lookup path.java.lang.String getIndirection()
void setIndirectionVersion(java.lang.Integer version)
version - The indirection version to set.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.