Class ShowHideIfMacroParameters
java.lang.Object
com.xwiki.macros.showhideif.macro.ShowHideIfMacroParameters
Parameters for
HideIfMacro and
ShowIfMacro Macros.- Since:
- 1.23.0
- Version:
- $Id: $
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.xwiki.macros.internal.grouplist.GroupReferenceListcom.xwiki.macros.internal.userlist.UserReferenceListgetUsers()voidsetAuthenticationType(ShowHideIfMacroParameters.AuthType authenticationType) voidsetDisplayType(ShowHideIfMacroParameters.DisplayType displayType) voidsetGroups(com.xwiki.macros.internal.grouplist.GroupReferenceList groups) voidsetMatchUsing(ShowHideIfMacroParameters.Matcher matchUsing) voidsetUsers(com.xwiki.macros.internal.userlist.UserReferenceList users)
-
Constructor Details
-
ShowHideIfMacroParameters
public ShowHideIfMacroParameters()
-
-
Method Details
-
getMatchUsing
- Returns:
- the match using value.
-
setMatchUsing
- Parameters:
matchUsing- the match using value.
-
getAuthenticationType
- Returns:
- the authentication type.
-
setAuthenticationType
- Parameters:
authenticationType- the authentication type.
-
getUsers
public com.xwiki.macros.internal.userlist.UserReferenceList getUsers()- Returns:
- the list of users which should match.
-
setUsers
public void setUsers(com.xwiki.macros.internal.userlist.UserReferenceList users) - Parameters:
users- the list of users which should match.
-
getGroups
public com.xwiki.macros.internal.grouplist.GroupReferenceList getGroups()- Returns:
- the list of groups which should match.
-
setGroups
public void setGroups(com.xwiki.macros.internal.grouplist.GroupReferenceList groups) - Parameters:
groups- the list of groups which should match.
-
getDisplayType
- Returns:
- the display type which should match.
-
setDisplayType
- Parameters:
displayType- the display type which should match.
-