Uses of Class
org.alfresco.repo.virtual.ref.HashStore
-
Packages that use HashStore Package Description org.alfresco.repo.virtual.ref -
-
Uses of HashStore in org.alfresco.repo.virtual.ref
Methods in org.alfresco.repo.virtual.ref that return HashStore Modifier and Type Method Description HashStoreHashStoreConfiguration. getClasspathHashStore()HashStoreHashStoreConfiguration. getStoreIdStore()HashStoreHashStoreConfiguration. getStoreProtocolStore()Constructors in org.alfresco.repo.virtual.ref with parameters of type HashStore Constructor Description NodeHashReferenceParser(HashStore classpathHashStore, HashReferenceParser referenceParser)NodeHashStringifier(HashStore classpathHashStore, Stringifier referenceDispatcher)ProtocolHashParser(HashStore classpathHashStore)ProtocolHashStringifier(HashStore classpathHashStore, Stringifier referenceDispatcher)StoredPathHasher(HashStore pathHashStore)VanillaHashReferenceParser(HashStore classpathHashStore)VanillaHashStringifier(HashStore classpathHashStore, Stringifier referenceDispatcher)VirtualHashReferenceParser(HashStore classpathHashStore)VirtualHashReferenceParser(HashStore classpathHashStore, java.lang.String protocolCode)VirtualHashStringifier(HashStore classpathHashStore, Stringifier referenceDispatcher)
-