| Package | Description |
|---|---|
| org.jahia.content | |
| org.jahia.data.applications | |
| org.jahia.services.categories |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryKey
Title: A ObjectKey class for categories
|
| Modifier and Type | Field and Description |
|---|---|
protected ObjectKey |
JahiaObject.objectKey |
| Modifier and Type | Method and Description |
|---|---|
ObjectKey |
ObjectKeyInterface.getChildInstance(String IDInType,
String objectKey)
Factory method to create an instance of the corresponding ObjectKey
implementation class.
|
ObjectKey |
CategoryKey.getChildInstance(String IDInType,
String objectKey) |
static ObjectKey |
ObjectKey.getInstance(String key)
Instance generator.
|
ObjectKey |
ObjectLink.getLeftObjectKey() |
ObjectKey |
JahiaObject.getObjectKey()
Returns the object key that fully identifies the content object within
a Jahia system.
|
ObjectKey |
ObjectLink.getRightObjectKey() |
| Modifier and Type | Method and Description |
|---|---|
int |
ObjectKey.compareTo(ObjectKey destObjectKey)
Implementation of the comparable interface so that object keys may be
used in sets that need a comparable interface.
|
static ObjectLink |
ObjectLink.createLink(ObjectKey leftObjectKey,
ObjectKey rightObjectKey,
String type,
int status,
Date creationDate,
String creationUserKey,
Date lastModificationDate,
String lastModificationUserKey,
Map<String,String> leftObjectMetadata,
Map<String,String> rightObjectMetadata,
Map<String,String> commonMetadata) |
static ObjectLink |
ObjectLink.createLink(ObjectKey leftObjectKey,
ObjectKey rightObjectKey,
String type,
Map<String,String> commonMetadata) |
static List<ObjectLink> |
ObjectLink.findByLeftAndRightObjectKeys(ObjectKey leftObjectKey,
ObjectKey rightObjectKey) |
static List<ObjectLink> |
ObjectLink.findByLeftObjectKey(ObjectKey leftObjectKey) |
static List<ObjectLink> |
ObjectLink.findByRightObjectKey(ObjectKey rightObjectKey) |
static List<ObjectLink> |
ObjectLink.findByTypeAndLeftAndLikeRightObjectKeys(String type,
ObjectKey leftObjectKey,
String rightObjectKey) |
static List<ObjectLink> |
ObjectLink.findByTypeAndLeftAndRightObjectKeys(String type,
ObjectKey leftObjectKey,
ObjectKey rightObjectKey) |
static List<ObjectLink> |
ObjectLink.findByTypeAndLeftObjectKey(String type,
ObjectKey leftObjectKey) |
static List<ObjectLink> |
ObjectLink.findByTypeAndRightAndLikeLeftObjectKey(String type,
ObjectKey rightObjectKey,
String leftObjectKey) |
static List<ObjectLink> |
ObjectLink.findByTypeAndRightObjectKey(String type,
ObjectKey rightObjectKey) |
static JahiaObject |
JahiaObject.getInstance(ObjectKey objectKey)
Instance generator.
|
static JahiaObject |
JahiaObject.getInstance(ObjectKey objectKey,
boolean forceLoadFromDB)
Instance generator.
|
static Object |
JahiaObject.getInstanceAsObject(ObjectKey objectKey)
Instance generator.
|
static Object |
JahiaObject.getInstanceAsObject(ObjectKey objectKey,
boolean forceLoadFromDB)
Instance generator.
|
void |
ObjectLink.setLeftObjectKey(ObjectKey leftObjectKey) |
void |
ObjectLink.setRightObjectKey(ObjectKey rightObjectKey) |
| Constructor and Description |
|---|
JahiaObject(ObjectKey objectKey)
Default constructor that sets the object's key.
|
ObjectLink(int ID,
ObjectKey leftObjectKey,
ObjectKey rightObjectKey,
String type,
Map<String,String> commonMetadata) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntryPointObjectKey
User: ktlili
Date: 26 janv.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectKey |
EntryPointObjectKey.getChildInstance(String IDInType,
String objectKey) |
| Modifier and Type | Method and Description |
|---|---|
ObjectKey |
Category.getObjectKey() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<ObjectKey> |
CategoryService.getCategoryChildKeys(Category parentCategory)
Retrieves the child object keys that are associated with the given
parent category.
|
List<ObjectKey> |
CategoryServiceImpl.getCategoryChildKeys(Category parentCategory) |
abstract List<ObjectKey> |
CategoryService.getCategoryParentKeys(Category childCategory)
Retrieves the parent object keys that are associated with the given
child category.
|
List<ObjectKey> |
CategoryServiceImpl.getCategoryParentKeys(Category parentCategory) |
List<ObjectKey> |
Category.getChildObjectKeys()
Retrieves the list of child object keys for this category.
|
List<ObjectKey> |
Category.getParentObjectKeys()
Retrieves the list of parent object keys for this category.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
CategoryService.addObjectKeyToCategory(Category parentCategory,
ObjectKey childKey)
Associate a category with an object key
|
void |
CategoryServiceImpl.addObjectKeyToCategory(Category parentCategory,
ObjectKey childKey) |
static JahiaObject |
Category.getChildInstance(ObjectKey objectKey) |
static JahiaObject |
Category.getChildInstance(ObjectKey objectKey,
JahiaUser p)
Instance generator.
|
abstract Set<Category> |
CategoryService.getObjectCategories(ObjectKey objectKey)
Returns a set of categories with which this object is associated.
|
Set<Category> |
CategoryServiceImpl.getObjectCategories(ObjectKey objectKey) |
static Set<Category> |
Category.getObjectCategories(ObjectKey objectKey)
Returns a set of categories with which this object is associated.
|
abstract void |
CategoryService.removeObjectKeyFromCategory(Category parentCategory,
ObjectKey childKey)
Remove an association between a category and an object key
|
void |
CategoryServiceImpl.removeObjectKeyFromCategory(Category parentCategory,
ObjectKey childKey) |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.