public abstract class AbstractModel
extends com.pega.pegarules.priv.AbstractFUASupport
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
EVENT_ACTION_BEGIN |
static java.lang.String |
EVENT_ACTION_END |
static java.lang.String |
EVENT_MODEL_BEGIN |
static java.lang.String |
EVENT_MODEL_END |
static java.lang.String |
VERSION |
Constructor and Description |
---|
AbstractModel() |
Modifier and Type | Method and Description |
---|---|
boolean |
isDataTransformBeingTraced() |
void |
setDataTransformBeingTraced(boolean dataTransformBeingTraced)
This method is called by generated code of data transform from perform method before executing any actions.
|
getPersonal, getTraceInfoForUnqualifiedVersion, hasPersonal, isTransient, setTransient
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fuaDestroy, fuaInit, getAspect, getDefinitionAppliesToClass, getDependentRuleInfos, getUsedRules
public static final java.lang.String VERSION
public static final java.lang.String COPYRIGHT
public static final java.lang.String EVENT_MODEL_BEGIN
public static final java.lang.String EVENT_MODEL_END
public static final java.lang.String EVENT_ACTION_BEGIN
public static final java.lang.String EVENT_ACTION_END
public boolean isDataTransformBeingTraced()
public void setDataTransformBeingTraced(boolean dataTransformBeingTraced)
dataTransformBeingTraced
- Pass true if any of Data Transform Begin, Data Transform End, Action Begin, Action End are checked for tracing.Copyright © 2015 Pegasystems Inc. All Rights Reserved.