Class RenditionPublicationFactory.RemoveACP
- java.lang.Object
-
- org.nuxeo.ecm.core.api.UnrestrictedSessionRunner
-
- org.nuxeo.ecm.platform.rendition.publisher.RenditionPublicationFactory.RemoveACP
-
- Enclosing class:
- RenditionPublicationFactory
public static class RenditionPublicationFactory.RemoveACP extends UnrestrictedSessionRunner
-
-
Field Summary
Fields Modifier and Type Field Description protected DocumentRefdocRef-
Fields inherited from class org.nuxeo.ecm.core.api.UnrestrictedSessionRunner
isUnrestricted, originatingUsername, repositoryName, session, sessionIsAlreadyUnrestricted
-
-
Constructor Summary
Constructors Constructor Description RemoveACP(CoreSession session, DocumentRef docRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()This method will be called byUnrestrictedSessionRunner.runUnrestricted()withUnrestrictedSessionRunner.sessionavailable as an unrestricted session.-
Methods inherited from class org.nuxeo.ecm.core.api.UnrestrictedSessionRunner
checkUnrestricted, getOriginatingUsername, runUnrestricted, setOriginatingUsername
-
-
-
-
Field Detail
-
docRef
protected DocumentRef docRef
-
-
Constructor Detail
-
RemoveACP
public RemoveACP(CoreSession session, DocumentRef docRef)
-
-
Method Detail
-
run
public void run()
Description copied from class:UnrestrictedSessionRunnerThis method will be called byUnrestrictedSessionRunner.runUnrestricted()withUnrestrictedSessionRunner.sessionavailable as an unrestricted session.It can also be called directly in which case the
UnrestrictedSessionRunner.sessionavailable will be the one passed to#UnrestrictedSessionRunner(CoreSession).- Specified by:
runin classUnrestrictedSessionRunner
-
-