Uses of Class
org.opencms.ade.publish.shared.CmsProjectBean
Packages that use CmsProjectBean
Package
Description
This package contains the server-side classes for the publish module.
Classes for the publish dialog which are used by both the client and the server.
Classes related to publishing and workflow.
-
Uses of CmsProjectBean in org.opencms.ade.publish
Methods in org.opencms.ade.publish that return CmsProjectBeanModifier and TypeMethodDescriptionCmsCurrentPageProject.getProjectBean(CmsObject cms, Map<String, String> params) CmsDirectPublishProject.getProjectBean(CmsObject cms, Map<String, String> params) CmsMyChangesProject.getProjectBean(CmsObject cms, Map<String, String> params) CmsRealProjectVirtualWrapper.getProjectBean(CmsObject cms, Map<String, String> params) I_CmsVirtualProject.getProjectBean(CmsObject cms, Map<String, String> params) Gets the project bean. -
Uses of CmsProjectBean in org.opencms.workflow
Methods in org.opencms.workflow that return CmsProjectBeanModifier and TypeMethodDescriptionstatic CmsProjectBeanCmsDefaultWorkflowManager.createProjectBeanFromProject(CmsObject cms, CmsProject project) Creates a project bean from a real project.Methods in org.opencms.workflow that return types with arguments of type CmsProjectBeanModifier and TypeMethodDescriptionCmsDefaultWorkflowManager.getManageableProjects(CmsObject cms, Map<String, String> params) I_CmsWorkflowManager.getManageableProjects(CmsObject cms, Map<String, String> params) Returns the current user's manageable projects.