Uses of Interface
org.pentaho.platform.api.engine.ISolutionAttributeContributor

Packages that use ISolutionAttributeContributor
org.pentaho.platform.engine.services.solution   
 

Uses of ISolutionAttributeContributor in org.pentaho.platform.engine.services.solution
 

Fields in org.pentaho.platform.engine.services.solution declared as ISolutionAttributeContributor
static ISolutionAttributeContributor SolutionReposHelper.ADD_NOTHING_CONTRIBUTOR
           
 

Methods in org.pentaho.platform.engine.services.solution with parameters of type ISolutionAttributeContributor
static org.dom4j.Document SolutionReposHelper.getActionSequences(ISolutionFile targetFile, ISolutionAttributeContributor contributor, int actionOperation)
           
static void SolutionReposHelper.processSolutionStructure(org.dom4j.Element parentNode, ISolutionFile targetFile, ISolutionFilter solutionFilter, ISolutionAttributeContributor contributor, int actionOperation)
           
static void SolutionReposHelper.processSolutionTree(org.dom4j.Element parentNode, ISolutionFile targetFile, ISolutionFilter solutionFilter, ISolutionAttributeContributor contributor, int actionOperation)