public class GroupProfile extends AbstractProfile
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_ABOUT_ME |
static String |
PROPERTY_GIVEN_NAME |
authorizable, NODE_PROFILE, profileProps| Constructor and Description |
|---|
GroupProfile(T authorizable)
Default constructor for an existing group
|
| Modifier and Type | Method and Description |
|---|---|
void |
setAboutMe(String aboutMe) |
void |
setGivenName(String givenName) |
getProfileNode, getProperties, setPropertiespublic static final String PROPERTY_GIVEN_NAME
public static final String PROPERTY_ABOUT_ME
public GroupProfile(T authorizable)
throws org.apache.sling.testing.clients.ClientException
T - authorizable typeauthorizable - any Authorizable extending the AbstractAuthorizableorg.apache.sling.testing.clients.ClientException - if the group details failed to loadCopyright © 2018. All rights reserved.