@Service @Transactional public class EmailConnectedModelServiceImpl extends Object implements EmailConnectedModelService
| Constructor and Description |
|---|
EmailConnectedModelServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
connectSharedModelsByEmail(String email,
com.activiti.domain.idm.User user)
Called when a
User has been made for a user that didn't exist before
(and hence the model was assigned by email). |
public void connectSharedModelsByEmail(String email, com.activiti.domain.idm.User user)
EmailConnectedModelServiceUser has been made for a user that didn't exist before
(and hence the model was assigned by email). This operation replaces that email
with a real user entity for the models.connectSharedModelsByEmail in interface EmailConnectedModelServiceCopyright © 2014–2015 Alfresco. All rights reserved.