com.pega.pegarules.pub.runtime
Interface Activity
- All Superinterfaces:
- GeneratedJava
public interface Activity
- extends GeneratedJava
The Activity
interface is implemented by the Java which is
generated by First-Use Assembly based on Rule-Obj-Activity instances.
- Version:
- $Revision: 31 $ $Date: 2009-06-24 09:38:04 -0400 (Wed, 24 Jun 2009) $
- Author:
- John van der Meer
Method Summary |
void |
perform()
The perform method defines the processing associated
with each implementation of Activity . |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
VERSION
static final java.lang.String VERSION
- See Also:
- Constant Field Values
perform
void perform()
- The
perform
method defines the processing associated
with each implementation of Activity
.
Copyright © 2012 Pegasystems Inc. All Rights Reserved.