Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.automation.core.operations.stack
Class PopDocumentList

java.lang.Object
  extended by org.nuxeo.ecm.automation.core.operations.stack.PopDocumentList

public class PopDocumentList
extends java.lang.Object

Pop a document from the context stack and restore the input from the poped document. If on the top of the stack there is no document an exception is thrown This operation contains dynamic logic so it should be handled in a special way by the UI tools to validate the chain (a Pop operation can succeed only if the last push operation has the same type as the pop)

Author:
Bogdan Stefanescu

Field Summary
static java.lang.String ID
           
 
Constructor Summary
PopDocumentList()
           
 
Method Summary
 DocumentModelList run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
See Also:
Constant Field Values
Constructor Detail

PopDocumentList

public PopDocumentList()
Method Detail

run

public DocumentModelList run()
                      throws java.lang.Exception
Throws:
java.lang.Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.