public class NuxeoUserStorage
extends org.osivia.portal.api.cms.repository.BaseUserStorage
| Constructor and Description |
|---|
NuxeoUserStorage() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDocument(String internalID,
String type,
String name,
boolean batchMode) |
void |
beginBatch() |
void |
deleteDocument(String internalID,
boolean batchMode) |
void |
endBatch() |
org.osivia.portal.core.cms.spi.NuxeoResult |
executeCommand(fr.toutatice.portail.cms.nuxeo.api.INuxeoCommand command)
Execute command.
|
org.osivia.portal.core.cms.spi.NuxeoResult |
executeCommand(fr.toutatice.portail.cms.nuxeo.api.services.NuxeoCommandContext nuxeoCommandContext,
fr.toutatice.portail.cms.nuxeo.api.INuxeoCommand command)
Execute command.
|
fr.toutatice.portail.cms.nuxeo.api.services.INuxeoCommandService |
getNuxeoCommandService() |
org.osivia.portal.api.cms.repository.UserData |
getUserData(String internalID) |
void |
handleError() |
org.osivia.portal.api.cms.repository.model.shared.RepositoryDocument |
reloadDocument(String internalID) |
void |
updateDocument(String internalID,
org.osivia.portal.api.cms.repository.model.shared.RepositoryDocument document,
boolean batchMode) |
public fr.toutatice.portail.cms.nuxeo.api.services.INuxeoCommandService getNuxeoCommandService()
throws Exception
Exceptionpublic org.osivia.portal.api.cms.repository.model.shared.RepositoryDocument reloadDocument(String internalID) throws org.osivia.portal.api.cms.exception.CMSException
org.osivia.portal.api.cms.exception.CMSExceptionpublic org.osivia.portal.api.cms.repository.UserData getUserData(String internalID) throws org.osivia.portal.api.cms.exception.CMSException
getUserData in interface org.osivia.portal.api.cms.repository.UserStoragegetUserData in class org.osivia.portal.api.cms.repository.BaseUserStorageorg.osivia.portal.api.cms.exception.CMSExceptionpublic org.osivia.portal.core.cms.spi.NuxeoResult executeCommand(fr.toutatice.portail.cms.nuxeo.api.services.NuxeoCommandContext nuxeoCommandContext,
fr.toutatice.portail.cms.nuxeo.api.INuxeoCommand command)
throws org.osivia.portal.api.cms.exception.CMSException
commandCtx - the command ctxcommand - the commandException - the exceptionorg.osivia.portal.api.cms.exception.CMSExceptionpublic org.osivia.portal.core.cms.spi.NuxeoResult executeCommand(fr.toutatice.portail.cms.nuxeo.api.INuxeoCommand command)
throws org.osivia.portal.api.cms.exception.CMSException
command - the commandorg.osivia.portal.api.cms.exception.CMSException - the CMS exceptionpublic void addDocument(String internalID, String type, String name, boolean batchMode) throws org.osivia.portal.api.cms.exception.CMSException
org.osivia.portal.api.cms.exception.CMSExceptionpublic void updateDocument(String internalID, org.osivia.portal.api.cms.repository.model.shared.RepositoryDocument document, boolean batchMode) throws org.osivia.portal.api.cms.exception.CMSException
org.osivia.portal.api.cms.exception.CMSExceptionpublic void endBatch()
public void beginBatch()
public void deleteDocument(String internalID, boolean batchMode) throws org.osivia.portal.api.cms.exception.CMSException
org.osivia.portal.api.cms.exception.CMSExceptionpublic void handleError()
Copyright © 2023. All rights reserved.