|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wewebu.ow.server.app.OwDocumentFunctionCall
public abstract class OwDocumentFunctionCall
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 |
|---|
protected OwDocumentFunction m_documentFunction
| Constructor Detail |
|---|
public OwDocumentFunctionCall(OwDocumentFunction documentFunction_p)
documentFunction_p - function to be called| Method Detail |
|---|
public abstract void invokeFunction()
throws Exception
Exception - if the invocation method fails (either wrapping
code or document function call code)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||