mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
This checks in the current state of WCM development.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3128 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -7,7 +7,7 @@ package org.alfresco.repo.avm;
|
||||
* Layered nodes share this method.
|
||||
* @author britt
|
||||
*/
|
||||
public interface Layered
|
||||
interface Layered
|
||||
{
|
||||
/**
|
||||
* Get the indirection, or underlying path that this
|
||||
@@ -17,4 +17,11 @@ public interface Layered
|
||||
* @return
|
||||
*/
|
||||
public String getUnderlying(Lookup lookup);
|
||||
|
||||
/**
|
||||
* Get the raw indirection of a layered node.
|
||||
* @return The raw indirection, which will be null for
|
||||
* LayeredDirectoryNodes that are not primary indirections.
|
||||
*/
|
||||
public String getIndirection();
|
||||
}
|
||||
|
Reference in New Issue
Block a user