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:
Britt Park
2006-06-16 16:59:15 +00:00
parent 6b52660c8a
commit 936f6d7021
57 changed files with 9563 additions and 3827 deletions

View File

@@ -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();
}