com.atlassian.confluence.plugins.macros.dashboard
Class RecentlyUpdatedMacroParams

java.lang.Object
  extended by com.atlassian.confluence.plugins.macros.dashboard.RecentlyUpdatedMacroParams

public class RecentlyUpdatedMacroParams
extends Object

Represents and parses macro parameters for the dashboard recently updated content macro.


Constructor Summary
RecentlyUpdatedMacroParams(Map<String,String> macroParams, LabelManager labelManager)
           
 
Method Summary
 Set<String> getNonExistentLabels()
           
 Set<String> getSpaces()
           
 EnumSet<ContentTypeEnum> getTypes()
           
 Set<String> getUsers()
           
 Set<String> getValidLabels()
           
 boolean hasSpaces()
           
 boolean isShowProfilePic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecentlyUpdatedMacroParams

public RecentlyUpdatedMacroParams(Map<String,String> macroParams,
                                  LabelManager labelManager)
                           throws com.atlassian.renderer.v2.macro.MacroException
Throws:
com.atlassian.renderer.v2.macro.MacroException
Method Detail

isShowProfilePic

public boolean isShowProfilePic()

getValidLabels

public Set<String> getValidLabels()

getNonExistentLabels

public Set<String> getNonExistentLabels()

getSpaces

public Set<String> getSpaces()

hasSpaces

public boolean hasSpaces()

getUsers

public Set<String> getUsers()

getTypes

public EnumSet<ContentTypeEnum> getTypes()


Copyright © 2003-2012 Atlassian. All Rights Reserved.