Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.core.service
Class CreateCaseUnrestricted

java.lang.Object
  extended by org.nuxeo.ecm.core.api.UnrestrictedSessionRunner
      extended by org.nuxeo.cm.core.service.CreateCaseUnrestricted

public class CreateCaseUnrestricted
extends org.nuxeo.ecm.core.api.UnrestrictedSessionRunner

Creates a default case with a given caseITem

Author:
arussel

Field Summary
 
Fields inherited from class org.nuxeo.ecm.core.api.UnrestrictedSessionRunner
isUnrestricted
 
Constructor Summary
CreateCaseUnrestricted(org.nuxeo.ecm.core.api.CoreSession session, CaseItem item, String parentPath, List<Mailbox> mailboxes)
           
 
Method Summary
 org.nuxeo.ecm.core.api.DocumentRef getDocumentRef()
           
 void run()
           
 
Methods inherited from class org.nuxeo.ecm.core.api.UnrestrictedSessionRunner
getOriginatingUsername, runUnrestricted, setOriginatingUsername
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateCaseUnrestricted

public CreateCaseUnrestricted(org.nuxeo.ecm.core.api.CoreSession session,
                              CaseItem item,
                              String parentPath,
                              List<Mailbox> mailboxes)
Method Detail

run

public void run()
         throws org.nuxeo.ecm.core.api.ClientException
Specified by:
run in class org.nuxeo.ecm.core.api.UnrestrictedSessionRunner
Throws:
org.nuxeo.ecm.core.api.ClientException

getDocumentRef

public org.nuxeo.ecm.core.api.DocumentRef getDocumentRef()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.