public interface OrganizationServiceInitializer
<configuration> [..] <external-component-plugins> <target-component>org.exoplatform.services.organization.OrganizationService</target-component> <component-plugin> <name>my.customize.initializer.plugin</name> <set-method>addListenerPlugin</set-method> <type>my.package.MyInitializerPlugin</type> <description>your listener description</description> </component-plugin> </external-component-plugins> [...] /configuration>
Modifier and Type | Method and Description |
---|---|
void |
init(org.exoplatform.services.organization.OrganizationService service)
The Organization Service Initializer to create users, groups and membership types.
|
void init(org.exoplatform.services.organization.OrganizationService service) throws Exception
service
- OrganizationService is the service that allows to access the Organization model.Exception
Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.