Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.core.caselink
Class CreateDraftCaseLinkUnrestricted

java.lang.Object
  extended by org.nuxeo.ecm.core.api.UnrestrictedSessionRunner
      extended by org.nuxeo.cm.core.caselink.CreateDraftCaseLinkUnrestricted

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

A creator of CaseLink.

Author:
Nicolas Ulrich

Field Summary
 
Fields inherited from class org.nuxeo.ecm.core.api.UnrestrictedSessionRunner
isUnrestricted
 
Constructor Summary
CreateDraftCaseLinkUnrestricted(String repositoryName, String subject, Case envelope, Mailbox sender)
           
 
Method Summary
 CaseLink getCreatedPost()
           
 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

CreateDraftCaseLinkUnrestricted

public CreateDraftCaseLinkUnrestricted(String repositoryName,
                                       String subject,
                                       Case envelope,
                                       Mailbox sender)
Method Detail

getCreatedPost

public CaseLink getCreatedPost()

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

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.