Package org.opencms.ade.publish
Class CmsMyChangesProject
java.lang.Object
org.opencms.ade.publish.CmsMyChangesProject
- All Implemented Interfaces:
I_CmsVirtualProject
Virtual project for the "My changes" mode in the publish dialog.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetProjectBean
(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.
-
Field Details
-
ID
The project id.
-
-
Constructor Details
-
CmsMyChangesProject
public CmsMyChangesProject()
-
-
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
Description 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
- 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:
-