Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.delegate
Class DocumentVersioningBusinessDelegate

java.lang.Object
  extended by org.nuxeo.ecm.webapp.delegate.DocumentVersioningBusinessDelegate
All Implemented Interfaces:
Serializable

@Name(value="versioningManager")
@Scope(value=CONVERSATION)
public class DocumentVersioningBusinessDelegate
extends Object
implements Serializable

Business delegate for VersioningManager service.

Author:
Dragos Mihalache
See Also:
Serialized Form

Constructor Summary
DocumentVersioningBusinessDelegate()
           
 
Method Summary
 void destroy()
           
 VersioningManager getVersioningManager()
          Acquires a new VersioningManager reference.
 void initialize()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentVersioningBusinessDelegate

public DocumentVersioningBusinessDelegate()
Method Detail

initialize

public void initialize()

getVersioningManager

@Unwrap
public VersioningManager getVersioningManager()
                                       throws ClientException
Acquires a new VersioningManager reference. The related EJB may be deployed on a local or remote AppServer.

Throws:
ClientException

destroy

@Destroy
@PermitAll
public void destroy()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.