public interface I_CmsVirtualProject
限定符和类型 | 方法和说明 |
---|---|
CmsProjectBean |
getProjectBean(CmsObject cms,
java.util.Map<java.lang.String,java.lang.String> params)
Gets the project bean.
|
CmsUUID |
getProjectId()
Gets the project id.
|
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()
java.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()