Package | Description |
---|---|
com.edorasware.commons.core.content |
Classes related to content management.
|
com.edorasware.commons.core.content.support |
Support classes for content management.
|
Modifier and Type | Field and Description |
---|---|
static ContentProviderId |
ContentProviderId.UNDEFINED
A type-safe and null-safe undefined content provider id.
|
Modifier and Type | Method and Description |
---|---|
static ContentProviderId |
ContentProviderId.from(Id id)
Returns a type-safe content provider id for the specified id or null if the given id is null.
|
static ContentProviderId |
ContentProviderId.from(Identifiable<?> identifiable)
Returns a type-safe content provider id derived from the id of the specified identifiable or null if the id of
the identifiable is null.
|
static ContentProviderId |
ContentProviderId.get(String value)
Returns a type-safe content provider id for the specified value.
|
ContentProviderId |
ContentInfo.getContentProviderId()
Returns the
ContentProviderId in which ContentProvider the content is stored. |
ContentProviderId |
ContentProviderNotFoundException.getContentProviderId()
Returns the
ContentProviderId of the missing ContentProvider . |
ContentProviderId |
ContentReference.getContentProviderId()
Returns the content provider id with which this content was stored.
|
static ContentProviderId |
ContentProviderId.nullSafeGet(String value)
Returns a type-safe content provider id for the specified value or null if the given value is null.
|
ContentProviderId |
ContentProviderId.withValue(String value)
Returns a new content provider id with the given value.
|
Constructor and Description |
---|
ContentProviderNotFoundException(String message,
ContentProviderId contentProviderId)
Creates a new exception with the message and the specified
ContentProviderId from the missing ContentProvider . |
Modifier and Type | Method and Description |
---|---|
ContentProviderId |
BaseConfigurableContentProvider.getId() |
Constructor and Description |
---|
BaseConfigurableContentProvider(ContentProviderId id,
String name,
boolean supportsVersioning)
Constructs an abstract content provider with the content provider id, the name and if it supports versioning.
|
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.