public interface ProfileWorksiteLogic
| Modifier and Type | Method and Description |
|---|---|
boolean |
createWorksite(String siteTitle,
String ownerId,
Collection<Person> members,
boolean notifyByEmail)
Create a new worksite for the specified owner and list of members.
|
boolean createWorksite(String siteTitle, String ownerId, Collection<Person> members, boolean notifyByEmail)
siteTitle - the title for the new site.ownerId - the user creating the worksite (must have
site.add permission).members - the members of the worksite (must be connections of the
user creating the worksite).notifyByEmail - true if members should be notified of
the new site by email, otherwise false.Copyright © 2003–2021 Sakai Project. All rights reserved.