Class NetworkMacro

java.lang.Object
com.atlassian.renderer.v2.macro.BaseMacro
com.atlassian.confluence.macro.profile.NetworkMacro
All Implemented Interfaces:
com.atlassian.renderer.v2.macro.Macro

@Deprecated public class NetworkMacro extends com.atlassian.renderer.v2.macro.BaseMacro
Deprecated.
since 7.0.0, it will be removed in future
A macro that shows a user's network information
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Deprecated.
    Set a hard limit on the number of avatars to display to preserve resonable page load times.

    Fields inherited from interface com.atlassian.renderer.v2.macro.Macro

    RAW_PARAMS_KEY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(Map params, String body, com.atlassian.renderer.RenderContext renderContext)
    Deprecated.
     
    com.atlassian.renderer.v2.RenderMode
    Deprecated.
     
    boolean
    Deprecated.
     
    void
    Deprecated.
     
    void
    Deprecated.
     
    void
    Deprecated.
     

    Methods inherited from class com.atlassian.renderer.v2.macro.BaseMacro

    getTokenType, getWysiwygBodyType, isInline, suppressMacroRenderingDuringWysiwyg, suppressSurroundingTagDuringWysiwygRendering

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • PEOPLE_MAX

      public static final int PEOPLE_MAX
      Deprecated.
      Set a hard limit on the number of avatars to display to preserve resonable page load times.
      See Also:
  • Constructor Details

    • NetworkMacro

      public NetworkMacro()
      Deprecated.
  • Method Details

    • hasBody

      public boolean hasBody()
      Deprecated.
    • getBodyRenderMode

      public com.atlassian.renderer.v2.RenderMode getBodyRenderMode()
      Deprecated.
    • execute

      public String execute(Map params, String body, com.atlassian.renderer.RenderContext renderContext) throws com.atlassian.renderer.v2.macro.MacroException
      Deprecated.
      Throws:
      com.atlassian.renderer.v2.macro.MacroException
    • setUserAccessor

      public void setUserAccessor(UserAccessor userAccessor)
      Deprecated.
    • setPermissionManager

      public void setPermissionManager(PermissionManager permissionManager)
      Deprecated.
    • setFollowManager

      public void setFollowManager(FollowManagerInternal followManager)
      Deprecated.