public class EntryPointObjectKey extends ObjectKey
| Modifier and Type | Field and Description |
|---|---|
static String |
ENTRY_POINT_TYPE |
key, OBJECT_TYPEKEY_SEPARATOR| Constructor and Description |
|---|
EntryPointObjectKey()
Protected constructor to use this class also as a factory by calling
the getChildInstance method.
|
EntryPointObjectKey(String appID_entryPointName) |
EntryPointObjectKey(String appID_entryPointName,
String objectKey) |
| Modifier and Type | Method and Description |
|---|---|
ObjectKey |
getChildInstance(String IDInType,
String objectKey)
Factory method to create an instance of the corresponding ObjectKey
implementation class.
|
int |
getIdInType() |
String |
getIDInType()
Returns a String that represents an identifier for a content object
within a type.
|
String |
getType()
Returns a type identifier for a content object.
|
compareTo, equals, getInstance, getKey, hashCode, toObjectKeyString, toString, unregisterTypepublic static final String ENTRY_POINT_TYPE
public EntryPointObjectKey()
public EntryPointObjectKey(String appID_entryPointName)
public String getType()
ObjectKeyInterfacegetType in interface ObjectKeyInterfacegetType in class ObjectKeypublic String getIDInType()
ObjectKeyInterfacegetIDInType in interface ObjectKeyInterfacegetIDInType in class ObjectKeypublic int getIdInType()
getIdInType in class ObjectKeypublic ObjectKey getChildInstance(String IDInType, String objectKey)
ObjectKeyInterfaceIDInType - identifier within typeobjectKey - the full ObjectKey string representation. This is
an optimization to avoid having to rebuild it as when we call this
method we already have it.Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.