|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RenditionDefinitionPersister
This class provides the implementation of RenditionDefinition
persistence.
Method Summary | |
---|---|
RenditionDefinition |
loadRenditionDefinition(org.alfresco.service.namespace.QName renditionName)
This method retrieves a RenditionDefinition that has been stored
in the repository using the save() method. |
java.util.List |
loadRenditionDefinitions()
This method retrieves the RenditionDefinition s that have been
stored in the repository using the save() method. |
java.util.List |
loadRenditionDefinitions(java.lang.String renderingEngineName)
This method retrieves the stored RenditionDefinition s that have
been registered for the specified rendering engine name. |
void |
saveRenditionDefinition(RenditionDefinition renditionDefinition)
This method serializes the RenditionDefinition and stores it in
the repository. |
Method Detail |
---|
void saveRenditionDefinition(RenditionDefinition renditionDefinition)
RenditionDefinition
and stores it in
the repository. RenditionDefinition
s saved in this way may be
retrieved using the load()
method.
renditionDefinition
- The RenditionDefinition
to be
persisted.RenditionDefinition loadRenditionDefinition(org.alfresco.service.namespace.QName renditionName)
RenditionDefinition
that has been stored
in the repository using the save()
method. If no
RenditionDefinition
exists in the repository with the specified
rendition name then this method returns null.
renditionName
- The unique identifier used to specify the
RenditionDefinition
to retrieve.
RenditionDefinition
or null.java.util.List loadRenditionDefinitions()
RenditionDefinition
s that have been
stored in the repository using the save()
method.
If there are no such RenditionDefinition
s, an empty list is
returned.
RenditionDefinition
s.java.util.List loadRenditionDefinitions(java.lang.String renderingEngineName)
RenditionDefinition
s that have
been registered for the specified rendering engine name.
If there are no such rendering RenditionDefinition
s, an empty
list is returned.
renderingEngineName
- the name of a rendering engine. This is
usually the spring bean name.
RenditionDefinition
s.
java.lang.NullPointerException
- if the renderingEngineName is null.RenditionDefinitionPersister.saveRenditionDefinition(RenditionDefinition)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |