public interface DeputyManager
| Modifier and Type | Method and Description |
|---|---|
void |
addMandate(DocumentModel entry) |
List<String> |
getAvalaibleDeputyIds(String userName) |
List<DocumentModel> |
getAvalaibleMandates(String userName) |
String |
getDeputySchemaName() |
List<String> |
getPossiblesAlternateLogins(String userName) |
DocumentModel |
newMandate(String username,
String deputy) |
DocumentModel |
newMandate(String username,
String deputy,
Calendar start,
Calendar end) |
void |
removeMandate(String username,
String deputy) |
List<String> getPossiblesAlternateLogins(String userName) throws ClientException
ClientExceptionList<String> getAvalaibleDeputyIds(String userName) throws ClientException
ClientExceptionList<DocumentModel> getAvalaibleMandates(String userName) throws ClientException
ClientExceptionDocumentModel newMandate(String username, String deputy) throws ClientException
ClientExceptionDocumentModel newMandate(String username, String deputy, Calendar start, Calendar end) throws ClientException
ClientExceptionvoid addMandate(DocumentModel entry) throws ClientException
ClientExceptionvoid removeMandate(String username, String deputy) throws ClientException
ClientExceptionString getDeputySchemaName()
Copyright © 2014 Nuxeo SA. All rights reserved.