Nuxeo ECM Projects 5.6-RC1

org.nuxeo.ecm.platform.routing.web
Class DocumentRoutingSuggestionActionsBean

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.invalidations.DocumentContextBoundActionBean
      extended by org.nuxeo.ecm.platform.routing.web.DocumentRoutingSuggestionActionsBean
All Implemented Interfaces:
Serializable

@Name(value="docRoutingSuggestionActions")
@Scope(value=CONVERSATION)
public class DocumentRoutingSuggestionActionsBean
extends DocumentContextBoundActionBean
implements Serializable

Retrieves relations for current document route

Author:
Mariana Cedica
See Also:
Serialized Form

Field Summary
static String CURRENT_DOC_ROUTING_SEARCH_ATTACHED_DOC
           
 
Constructor Summary
DocumentRoutingSuggestionActionsBean()
           
 
Method Summary
 DocumentModel getDocumentModel(String id)
           
 List<DocumentModel> getDocumentSuggestions(Object input)
           
 List<DocumentModel> getRouteModelSuggestions(Object input)
           
 
Methods inherited from class org.nuxeo.ecm.platform.ui.web.invalidations.DocumentContextBoundActionBean
onContextChange
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CURRENT_DOC_ROUTING_SEARCH_ATTACHED_DOC

public static final String CURRENT_DOC_ROUTING_SEARCH_ATTACHED_DOC
See Also:
Constant Field Values
Constructor Detail

DocumentRoutingSuggestionActionsBean

public DocumentRoutingSuggestionActionsBean()
Method Detail

getDocumentModel

public DocumentModel getDocumentModel(String id)
                               throws ClientException
Throws:
ClientException

getDocumentSuggestions

public List<DocumentModel> getDocumentSuggestions(Object input)
                                           throws ClientException
Throws:
ClientException

getRouteModelSuggestions

public List<DocumentModel> getRouteModelSuggestions(Object input)
                                             throws ClientException
Throws:
ClientException

Nuxeo ECM Projects 5.6-RC1

Copyright © 2012 Nuxeo SA. All Rights Reserved.