org.alfresco.service.cmr.avm
Class LayeringDescriptor

java.lang.Object
  extended by org.alfresco.service.cmr.avm.LayeringDescriptor
All Implemented Interfaces:
java.io.Serializable

public class LayeringDescriptor
extends java.lang.Object
implements java.io.Serializable

A value class containing information about the layering state of a looked up node.

See Also:
Serialized Form

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

LayeringDescriptor

public LayeringDescriptor(boolean isBackground,
                          AVMStoreDescriptor containingStore,
                          AVMStoreDescriptor finalStore)
Make one up.

Parameters:
isBackground -
containingStore -
finalStore -
Method Detail

getPathAVMStore

public AVMStoreDescriptor getPathAVMStore()
Get the store that the original path is in.

Returns:
An AVMStoreDescriptor.

getNativeAVMStore

public AVMStoreDescriptor getNativeAVMStore()
Get the store that the final node was in.

Returns:
An AVMStoreDescriptor.

isBackground

public boolean isBackground()
Is the node a background node.

Returns:
Whether the node is a background node.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.