org.pentaho.platform.api.engine
Interface IAclPublisher

All Known Implementing Classes:
AclPublisher

public interface IAclPublisher


Method Summary
 void publishDefaultAcls(IAclSolutionFile rootFile)
          This publisher is used by the RDBMS Based Repository to publish default ACLs to objects being published for the first time.
 

Method Detail

publishDefaultAcls

void publishDefaultAcls(IAclSolutionFile rootFile)
This publisher is used by the RDBMS Based Repository to publish default ACLs to objects being published for the first time. The publisher will need to iterate over all the children (see IAclSolutionFile) to set the default acls on the files in the solution.

Parameters:
rootFile - The root of the solution.