Package org.opencms.workflow
Interface I_CmsPublishResourceFormatter
- All Known Implementing Classes:
CmsDefaultPublishResourceFormatter
,CmsExtendedPublishResourceFormatter
public interface I_CmsPublishResourceFormatter
'Formats' a ResourceMap containing resources for publishing by creating a list of CmsPublishResource
beans with the appropriate status informations to display.
-
Method Summary
Modifier and TypeMethodDescriptionGets the publish resource beans created by this formatter.void
initialize
(CmsPublishOptions options, CmsPublishRelationFinder.ResourceMap resources) Initializes the formatter.
-
Method Details
-
getPublishResources
Gets the publish resource beans created by this formatter.- Returns:
- the publish resource beans
- Throws:
CmsException
- if something goes wrong
-