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 String
PROTOCOL_ARCHIVE
static String
PROTOCOL_AVM
static String
PROTOCOL_DELETED
static String
PROTOCOL_TEST
static String
PROTOCOL_WORKSPACE
static StoreRef
STORE_REF_ARCHIVE_SPACESSTORE
static StoreRef
STORE_REF_WORKSPACE_SPACESSTORE
static String
URI_FILLER
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getIdentifier()
String
getProtocol()
int
hashCode()
Creates a hashcode from both thegetProtocol()
andgetIdentifier()
String
toString()
-
-
-
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()
-
-