com.wewebu.ow.server.app
Class OwDocumentFunctionCall

java.lang.Object
  extended by com.wewebu.ow.server.app.OwDocumentFunctionCall
Direct Known Subclasses:
OwMultipleSelectionCall

public abstract class OwDocumentFunctionCall
extends Object

Document Function Call Object.
Objects of this class represent document function calls. Document Function Call/invocation wrapping , validation and intercepting is made possible through this class.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com


Field Summary
protected  OwDocumentFunction m_documentFunction
          The called function
 
Constructor Summary
OwDocumentFunctionCall(OwDocumentFunction documentFunction_p)
          Constructor
 
Method Summary
abstract  void invokeFunction()
          Function call invocation method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_documentFunction

protected OwDocumentFunction m_documentFunction
The called function

Constructor Detail

OwDocumentFunctionCall

public OwDocumentFunctionCall(OwDocumentFunction documentFunction_p)
Constructor

Parameters:
documentFunction_p - function to be called
Method Detail

invokeFunction

public abstract void invokeFunction()
                             throws Exception
Function call invocation method.

Throws:
Exception - if the invocation method fails (either wrapping code or document function call code)


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.