com.stratelia.silverpeas.contentManager
Interface ContentInterface
public interface ContentInterface
The interface for all the content (filebox+, ..) Every container have to implement this interface
and declare it in the containerDescriptor (xml)
getSilverContentById
List<SilverContentInterface> getSilverContentById(List<Integer> alSilverContentId,
String sComponentId,
String sUserId,
List<String> alContentUserRoles)
- Find all the SilverContents with the given SilverContentIds.
- Parameters:
alSilverContentId
- sComponentId
- sUserId
- alContentUserRoles
-
- Returns:
Copyright © 2016 Silverpeas. All Rights Reserved.