public interface ObjectKeyInterface
Title: Content Object Unique Identifier Key Interface
Description: This interface contains accessor methods to a content object unique identifier key parameters, such as the key itself, the type of the content object, as well as the ID in the type.
Copyright: Copyright (c) 2002
Company:
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_SEPARATOR |
| Modifier and Type | Method and Description |
|---|---|
ObjectKey |
getChildInstance(String IDInType,
String objectKey)
Factory method to create an instance of the corresponding ObjectKey
implementation class.
|
String |
getIDInType()
Returns a String that represents an identifier for a content object
within a type.
|
String |
getKey()
Returns the actual key of the content object.
|
String |
getType()
Returns a type identifier for a content object.
|
static final String KEY_SEPARATOR
String getKey()
String getType()
String getIDInType()
ObjectKey getChildInstance(String IDInType, String objectKey)
IDInType - 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.