public class StoreMapper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DELETED |
static String |
HISTORY |
static String |
LIVE_NODES |
static org.alfresco.service.cmr.repository.StoreRef |
STORE_REF_HISTORY |
static org.alfresco.service.cmr.repository.StoreRef |
STORE_REF_VERSION2_SPACESSTORE |
static String |
VERSIONS |
Constructor and Description |
---|
StoreMapper() |
Modifier and Type | Method and Description |
---|---|
String |
getStore(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Work out which store this noderef belongs to.
|
org.alfresco.service.cmr.repository.StoreRef |
getStoreRef(String store)
Work out which StoreRef this store belongs to.
|
public static final String LIVE_NODES
public static final String VERSIONS
public static final String DELETED
public static final String HISTORY
public static final org.alfresco.service.cmr.repository.StoreRef STORE_REF_VERSION2_SPACESSTORE
public static final org.alfresco.service.cmr.repository.StoreRef STORE_REF_HISTORY
public org.alfresco.service.cmr.repository.StoreRef getStoreRef(String store)
String
- representing a storepublic String getStore(org.alfresco.service.cmr.repository.NodeRef nodeRef)
nodeRef
- Copyright © 2005–2017 Alfresco Software. All rights reserved.