Package org.opencms.ade.publish
Class CmsDirectPublishProject
java.lang.Object
org.opencms.ade.publish.CmsDirectPublishProject
- All Implemented Interfaces:
I_CmsVirtualProject
Virtual project for 'direct publishing' of resources.
This virtual project gets the names of the resources to publish from the publish parameter map. If the 'add contents' mode is enabled (which is also determined from the publish parameters), the contents of folders are added to the list of publish resources. This virtual project is only available if any file names are passed via the
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addSubResources
(CmsObject cms, Set<CmsResource> resources) Adds contents of folders to a list of resources.getProjectBean
(CmsObject cms, Map<String, String> params) Gets the project bean.Gets the project id.getRelatedResourceProvider
(CmsObject cmsObject, CmsPublishOptions options) Returns an object that can be queried for 'related' resources specific to this virtual project.Gets the resources of the virtual project.boolean
Returns true if in this virtual project, resource groups should be able to be automatically selected by the GUI.protected boolean
shouldIncludeContents
(Map<String, String> params) Returns true if the folder contents should be included.
-
Field Details
-
ID
The ID of this virtual project.
-
-
Constructor Details
-
CmsDirectPublishProject
public CmsDirectPublishProject()
-
-
Method Details
-
getProjectBean
Description copied from interface:I_CmsVirtualProject
Gets the project bean.Should return null if the virtual project is not available or applicable for the given parameters.
- Specified by:
getProjectBean
in interfaceI_CmsVirtualProject
- Parameters:
cms
- the CMS context to useparams
- the publish parameters- Returns:
- the project bean
- See Also:
-
getProjectId
Description copied from interface:I_CmsVirtualProject
Gets the project id.- Specified by:
getProjectId
in interfaceI_CmsVirtualProject
- Returns:
- the project id
- See Also:
-
getResources
public List<CmsResource> getResources(CmsObject cms, Map<String, String> params, String workflowId) throws CmsExceptionDescription copied from interface:I_CmsVirtualProject
Gets the resources of the virtual project.- Specified by:
getResources
in interfaceI_CmsVirtualProject
- Parameters:
cms
- the CMS context to useparams
- the publish parametersworkflowId
- the workflow id- Returns:
- the generated list of resources
- Throws:
CmsException
- if something goes wrong- See Also:
-
isAutoSelectable
Description copied from interface:I_CmsVirtualProject
Returns true if in this virtual project, resource groups should be able to be automatically selected by the GUI.- Specified by:
isAutoSelectable
in interfaceI_CmsVirtualProject
- Returns:
- true if resource groups should be auto-selectable
- See Also:
-
addSubResources
Adds contents of folders to a list of resources.- Parameters:
cms
- the CMS context to useresources
- the resource list to which to add the folder contents- Throws:
CmsException
- if something goes wrong
-
shouldIncludeContents
Returns true if the folder contents should be included.- Parameters:
params
- the publish parameters- Returns:
- true if the folder contents should be included
-