public interface I_CmsVirtualProject
| Modifier and Type | Method and Description |
|---|---|
CmsProjectBean |
getProjectBean(CmsObject cms,
java.util.Map<java.lang.String,java.lang.String> params)
Gets the project bean.
|
CmsUUID |
getProjectId()
Gets the project id.
|
I_CmsPublishRelatedResourceProvider |
getRelatedResourceProvider(CmsObject cmsObject,
CmsPublishOptions options)
Returns an object that can be queried for 'related' resources specific to this virtual project.
|
java.util.List<CmsResource> |
getResources(CmsObject cms,
java.util.Map<java.lang.String,java.lang.String> params,
java.lang.String workflowId)
Gets the resources of the virtual project.
|
boolean |
isAutoSelectable()
Returns true if in this virtual project, resource groups should be able to be automatically selected by the GUI.
|
CmsProjectBean getProjectBean(CmsObject cms, java.util.Map<java.lang.String,java.lang.String> params)
Should return null if the virtual project is not available or applicable for the given parameters.
cms - the CMS context to useparams - the publish parametersCmsUUID getProjectId()
I_CmsPublishRelatedResourceProvider getRelatedResourceProvider(CmsObject cmsObject, CmsPublishOptions options)
cmsObject - the current CMS contextoptions - the publish optionsjava.util.List<CmsResource> getResources(CmsObject cms, java.util.Map<java.lang.String,java.lang.String> params, java.lang.String workflowId) throws CmsException
cms - the CMS context to useparams - the publish parametersworkflowId - the workflow idCmsException - if something goes wrongboolean isAutoSelectable()