|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.service.cmr.avm.LayeringDescriptor
public class LayeringDescriptor
A value class containing information about the layering state of a looked up node.
Constructor Summary | |
---|---|
LayeringDescriptor(boolean isBackground,
AVMStoreDescriptor containingStore,
AVMStoreDescriptor finalStore)
Make one up. |
Method Summary | |
---|---|
AVMStoreDescriptor |
getNativeAVMStore()
Get the store that the final node was in. |
AVMStoreDescriptor |
getPathAVMStore()
Get the store that the original path is in. |
boolean |
isBackground()
Is the node a background node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LayeringDescriptor(boolean isBackground, AVMStoreDescriptor containingStore, AVMStoreDescriptor finalStore)
isBackground
- containingStore
- finalStore
- Method Detail |
---|
public AVMStoreDescriptor getPathAVMStore()
public AVMStoreDescriptor getNativeAVMStore()
public boolean isBackground()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |