Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.web.service
Class CaseDistributionServiceBusinessDelegate

java.lang.Object
  extended by org.nuxeo.cm.web.service.CaseDistributionServiceBusinessDelegate
All Implemented Interfaces:
Serializable

@Name(value="caseDistributionService")
@Scope(value=APPLICATION)
@Install(precedence=10)
public class CaseDistributionServiceBusinessDelegate
extends Object
implements Serializable

Author:
arussel
See Also:
Serialized Form

Constructor Summary
CaseDistributionServiceBusinessDelegate()
           
 
Method Summary
 CaseDistributionService getDistributionService()
          Acquires a new CaseDistributionService reference.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaseDistributionServiceBusinessDelegate

public CaseDistributionServiceBusinessDelegate()
Method Detail

getDistributionService

@Unwrap
public CaseDistributionService getDistributionService()
                                               throws org.nuxeo.ecm.core.api.ClientException
Acquires a new CaseDistributionService reference. The related EJB may be deployed on a local or remote AppServer.

Throws:
org.nuxeo.ecm.core.api.ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.