Class StoreRef
java.lang.Object
org.alfresco.service.cmr.repository.StoreRef
- All Implemented Interfaces:
Serializable
,EntityRef
Reference to a node store
- Author:
- Derek Hulley
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
Creates a hashcode from both thegetProtocol()
andgetIdentifier()
toString()
-
Field Details
-
PROTOCOL_WORKSPACE
- See Also:
-
PROTOCOL_ARCHIVE
- See Also:
-
PROTOCOL_AVM
- See Also:
-
PROTOCOL_TEST
- See Also:
-
PROTOCOL_DELETED
- See Also:
-
STORE_REF_WORKSPACE_SPACESSTORE
-
STORE_REF_ARCHIVE_SPACESSTORE
-
URI_FILLER
- See Also:
-
-
Constructor Details
-
StoreRef
- Parameters:
protocol
- well-known protocol for the store, e.g. workspace or versionstoreidentifier
- the identifier, which may be specific to the protocol
-
StoreRef
-
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode()Creates a hashcode from both thegetProtocol()
andgetIdentifier()
-
getProtocol
-
getIdentifier
-