public class MwsStatus extends Object
Constructor and Description |
---|
MwsStatus() |
Modifier and Type | Method and Description |
---|---|
static MwsStatus |
getDefault() |
int |
getMeetingCount() |
boolean |
isAllowAuthenticatedUsers() |
boolean |
isAnonymousAccess() |
boolean |
isUniquePermissions() |
void |
setAllowAuthenticatedUsers(boolean allowAuthenticatedUsers) |
void |
setAnonymousAccess(boolean anonymousAccess) |
void |
setMeetingCount(int meetingCount) |
void |
setUniquePermissions(boolean uniquePermissions) |
public void setUniquePermissions(boolean uniquePermissions)
public boolean isUniquePermissions()
public void setMeetingCount(int meetingCount)
public int getMeetingCount()
public void setAnonymousAccess(boolean anonymousAccess)
public boolean isAnonymousAccess()
public void setAllowAuthenticatedUsers(boolean allowAuthenticatedUsers)
public boolean isAllowAuthenticatedUsers()
public static MwsStatus getDefault()
Copyright © 2005–2017 Alfresco Software. All rights reserved.