com.pega.pegarules.pub.runtime
Interface Function
public interface Function
The Activity
interface is implemented by the Java which is
generated by First-Use Assembly based on Rule-Obj-Activity instances.
- Version:
- $Revision: 8634 $ $Date: 2011-02-09 11:25:36 -0500 (Wed, 09 Feb 2011) $
- Author:
- Kenneth Olson
Method Summary |
java.lang.Object |
invoke(java.lang.Object[] aArgs)
The invoke method defines the processing associated
with each implementation of a Rule-Utility-Function . |
java.lang.String[] |
pzGetMetaData()
|
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
VERSION
static final java.lang.String VERSION
- See Also:
- Constant Field Values
invoke
java.lang.Object invoke(java.lang.Object[] aArgs)
throws java.lang.Exception
- The
invoke
method defines the processing associated
with each implementation of a Rule-Utility-Function
.
- Parameters:
aArgs
- parameters to the function
- Returns:
- the result of the function
- Throws:
java.lang.Exception
- propagated from implementing Function
pzGetMetaData
java.lang.String[] pzGetMetaData()
Copyright © 2012 Pegasystems Inc. All Rights Reserved.