public static interface CmsDefaultPublishResourceFormatter.I_PublishResourceValidator
限定符和类型 | 方法和说明 |
---|---|
java.util.Set<CmsResource> |
findInvalidResources(java.util.Set<CmsResource> input)
Finds the resources which should be excluded.
|
CmsPublishResourceInfo |
getInfoForResource(CmsResource resource)
Gets the status information for an excluded resource.
|
java.util.Set<CmsResource> findInvalidResources(java.util.Set<CmsResource> input)
input
- the set of input resourcesCmsPublishResourceInfo getInfoForResource(CmsResource resource) throws CmsException
resource
- the resource for which to get the statusCmsException
- if something goes wrong