public interface DeclarativeMetadataUtil
Modifier and Type | Field and Description |
---|---|
static int |
CHANGESCOPE_COMMIT_INDEX
Used to track property changes in the Commit scope (Index)
|
static int |
CHANGESCOPE_COMMIT_TRIGGER
Used to track property changes in the Commit scope (Trigger)
|
static int |
CHANGESCOPE_IMMEDIATE
Anything under this should be very trivial to process, No rules should run etc
|
static int |
CHANGESCOPE_NOT_APPLICABLE |
static int |
CHANGESCOPE_STEP
Used to track property changes in the Step scope (declarative rules)
|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
void |
addDeclarativeMetadata(com.pega.pegarules.priv.declare.IDeclarativeRuleMetadata aRuleMetadata,
PRThread aThread) |
com.pega.pegarules.priv.declare.IDeclarativeRuleMetadataBuilder |
getDeclarativeRuleMetadataBuilder() |
static final java.lang.String COPYRIGHT
static final java.lang.String VERSION
static final int CHANGESCOPE_STEP
static final int CHANGESCOPE_COMMIT_INDEX
static final int CHANGESCOPE_COMMIT_TRIGGER
static final int CHANGESCOPE_IMMEDIATE
static final int CHANGESCOPE_NOT_APPLICABLE
com.pega.pegarules.priv.declare.IDeclarativeRuleMetadataBuilder getDeclarativeRuleMetadataBuilder()
void addDeclarativeMetadata(com.pega.pegarules.priv.declare.IDeclarativeRuleMetadata aRuleMetadata, PRThread aThread)
Copyright © 2018 Pegasystems Inc. All Rights Reserved.