Class StoreMapper


  • public class StoreMapper
    extends Object
    Maps to and from a StoreRef for the json public api.
    Author:
    Gethin James
    • Constructor Detail

      • StoreMapper

        public StoreMapper()
    • Method Detail

      • getStoreRef

        public org.alfresco.service.cmr.repository.StoreRef getStoreRef​(String store)
        Work out which StoreRef this store belongs to.
        Parameters:
        String - representing a store
        Returns:
        StoreRef
      • getStore

        public String getStore​(org.alfresco.service.cmr.repository.NodeRef nodeRef)
        Work out which store this noderef belongs to.
        Parameters:
        nodeRef -
        Returns:
        String representing a store