Package | Description |
---|---|
com.edorasware.commons.core.content |
Classes related to content management.
|
com.edorasware.commons.core.content.support |
Support classes for content management.
|
com.edorasware.commons.core.content.support.database |
Modifier and Type | Field and Description |
---|---|
static ContentReferenceId |
ContentReferenceId.UNDEFINED
A type-safe and null-safe undefined any content reference id.
|
Modifier and Type | Method and Description |
---|---|
static ContentReferenceId |
ContentReferenceId.from(Id id)
Returns a type-safe content reference id for the specified id or null if the given id is null.
|
static ContentReferenceId |
ContentReferenceId.from(Identifiable<?> identifiable)
Returns a type-safe content reference id derived from the id of the specified identifiable or null if the
id of the identifiable is null.
|
static ContentReferenceId |
ContentReferenceId.get(String value)
Returns a type-safe content reference id for the specified value.
|
static ContentReferenceId |
ContentReferenceId.nullSafeGet(String value)
Returns a type-safe content reference id for the specified value or null if the given value is null.
|
ContentReferenceId |
ContentReferenceId.withValue(String value)
Returns a new content reference id with the given value.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<ContentReference> |
ContentManager.getContentReference(ContentReferenceId contentReferenceId)
Gets the content reference associated to the supplied
ContentReferenceId . |
com.google.common.base.Optional<ContentReference> |
ContentProvider.getContentReference(ContentScope contentScope,
ContentReferenceId contentReferenceId)
Gets the content reference associated to the supplied
ContentReferenceId for the ContentScope . |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<ContentReference> |
BaseConfigurableContentProvider.getContentReference(ContentScope contentScope,
ContentReferenceId contentReferenceId) |
protected abstract com.google.common.base.Optional<ContentReference> |
BaseConfigurableContentProvider.internalGetContentReference(ContentScope contentScope,
ContentReferenceId contentReferenceId) |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<ContentReference> |
DatabaseContentPersistence.getContentReference(ContentScope contentScope,
ContentReferenceId contentReferenceId)
Gets the content references associated to the supplied
ContentReferenceId for the ContentScope . |
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.