|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PrePostProcessingFunction
Interface that represents the Pre & Post Processing function
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
void |
prePostProcessing(CategoryPrePostProcessingFunctionArguments inArgs)
Perform Pre or Post Processing for category. |
void |
prePostProcessing(CollaborationCategoryPrePostProcessingFunctionArguments inArgs)
Perform Pre or Post Processing for collaboration category. |
void |
prePostProcessing(CollaborationItemPrePostProcessingFunctionArguments inArgs)
Perform Pre or Post Processing for collaboration item. |
void |
prePostProcessing(ItemPrePostProcessingFunctionArguments inArgs)
Perform Pre or Post Processing for item. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
void prePostProcessing(ItemPrePostProcessingFunctionArguments inArgs)
The type of processing depends on where the class is set within WPC as either a Pre Processing, or Post Processing function.
inArgs
- the arguments for this invocation.void prePostProcessing(CategoryPrePostProcessingFunctionArguments inArgs)
The type of processing depends on where the class is set within WPC as either a Pre Processing, or Post Processing function.
inArgs
- the arguments for this invocation.void prePostProcessing(CollaborationItemPrePostProcessingFunctionArguments inArgs)
The type of processing depends on where the class is set within WPC as either a Pre Processing, or Post Processing function.
inArgs
- the arguments for this invocation.void prePostProcessing(CollaborationCategoryPrePostProcessingFunctionArguments inArgs)
The type of processing depends on where the class is set within WPC as either a Pre Processing, or Post Processing function.
inArgs
- the arguments for this invocation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |