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 futureA macro that shows a user's network information
-
-
Field Summary
Fields Modifier and Type Field Description static int
PEOPLE_MAX
Deprecated.Set a hard limit on the number of avatars to display to preserve resonable page load times.
-
Constructor Summary
Constructors Constructor Description NetworkMacro()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
execute(Map params, String body, com.atlassian.renderer.RenderContext renderContext)
Deprecated.com.atlassian.renderer.v2.RenderMode
getBodyRenderMode()
Deprecated.boolean
hasBody()
Deprecated.void
setFollowManager(FollowManagerInternal followManager)
Deprecated.void
setPermissionManager(PermissionManager permissionManager)
Deprecated.void
setUserAccessor(UserAccessor userAccessor)
Deprecated.
-
-
-
Field Detail
-
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:
- Constant Field Values
-
-
Method Detail
-
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.
-
-