Class ContentByUserMacro

  • All Implemented Interfaces:
    com.atlassian.renderer.macro.Macro, Comparable, org.radeox.macro.Macro

    public class ContentByUserMacro
    extends AbstractHtmlGeneratingMacro
    A macro to display all the content created by one user
    • Constructor Detail

      • ContentByUserMacro

        public ContentByUserMacro()
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface org.radeox.macro.Macro
        Specified by:
        getName in class org.radeox.macro.BaseMacro
      • getParamDescription

        public String[] getParamDescription()
        Specified by:
        getParamDescription in interface org.radeox.macro.Macro
        Overrides:
        getParamDescription in class org.radeox.macro.BaseMacro
      • setUserAccessor

        public void setUserAccessor​(UserAccessor userAccessor)
      • setContentEntityObjectDao

        public void setContentEntityObjectDao​(ContentEntityObjectDao contentEntityObjectDao)
      • setPermissionManager

        public void setPermissionManager​(PermissionManager permissionManager)