Class StoreRef
- java.lang.Object
-
- org.alfresco.service.cmr.repository.StoreRef
-
- All Implemented Interfaces:
Serializable,EntityRef
@AlfrescoPublicApi public final class StoreRef extends Object implements EntityRef, Serializable
Reference to a node store- Author:
- Derek Hulley
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROTOCOL_ARCHIVEstatic StringPROTOCOL_AVMstatic StringPROTOCOL_DELETEDstatic StringPROTOCOL_TESTstatic StringPROTOCOL_WORKSPACEstatic StoreRefSTORE_REF_ARCHIVE_SPACESSTOREstatic StoreRefSTORE_REF_WORKSPACE_SPACESSTOREstatic StringURI_FILLER
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetIdentifier()StringgetProtocol()inthashCode()Creates a hashcode from both thegetProtocol()andgetIdentifier()StringtoString()
-
-
-
Field Detail
-
PROTOCOL_WORKSPACE
public static final String PROTOCOL_WORKSPACE
- See Also:
- Constant Field Values
-
PROTOCOL_ARCHIVE
public static final String PROTOCOL_ARCHIVE
- See Also:
- Constant Field Values
-
PROTOCOL_AVM
public static final String PROTOCOL_AVM
- See Also:
- Constant Field Values
-
PROTOCOL_TEST
public static final String PROTOCOL_TEST
- See Also:
- Constant Field Values
-
PROTOCOL_DELETED
public static final String PROTOCOL_DELETED
- See Also:
- Constant Field Values
-
STORE_REF_WORKSPACE_SPACESSTORE
public static final StoreRef STORE_REF_WORKSPACE_SPACESSTORE
-
STORE_REF_ARCHIVE_SPACESSTORE
public static final StoreRef STORE_REF_ARCHIVE_SPACESSTORE
-
URI_FILLER
public static final String URI_FILLER
- See Also:
- Constant Field Values
-
-
Method Detail
-
hashCode
public int hashCode()
Creates a hashcode from both thegetProtocol()andgetIdentifier()
-
getProtocol
public String getProtocol()
-
getIdentifier
public String getIdentifier()
-
-