public class LayeringDescriptor
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
LayeringDescriptor(boolean isBackground,
AVMStoreDescriptor containingStore,
AVMStoreDescriptor finalStore)
Make one up.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public LayeringDescriptor(boolean isBackground,
AVMStoreDescriptor containingStore,
AVMStoreDescriptor finalStore)
isBackground - containingStore - finalStore - public AVMStoreDescriptor getPathAVMStore()
public AVMStoreDescriptor getNativeAVMStore()
public boolean isBackground()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.