public class LookupKey extends Object implements Serializable
| Constructor and Description |
|---|
LookupKey(int version,
SimplePath path,
String storeName,
boolean write,
boolean includeDeleted)
Create one from whole cloth.
|
LookupKey(LookupKey other) |
public LookupKey(int version,
SimplePath path,
String storeName,
boolean write,
boolean includeDeleted)
version - The version we're looking under.path - The path.storeName - The name of the store.write - Whether this is a write lookup.includeDeleted - Whether this lookup should include deleted items.public LookupKey(LookupKey other)
public void setWrite(boolean write)
public String getStoreName()
public boolean isWrite()
Copyright © 2005–2014 Alfresco Software. All rights reserved.