public class SourceRuleTemplateModel extends AbstractRuleTemplateModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ACTIONS
Generated constant - Attribute key of
SourceRuleTemplate.actions attribute defined at extension ruleengineservices. |
static String |
CONDITIONS
Generated constant - Attribute key of
SourceRuleTemplate.conditions attribute defined at extension ruleengineservices. |
_RULEGROUP2ABSTRACTRULETEMPLATE, CODE, DESCRIPTION, MAXALLOWEDRUNS, MESSAGEFIRED, NAME, RULEGROUP_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SourceRuleTemplateModel()
Generated constructor - Default constructor for generic creation.
|
SourceRuleTemplateModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SourceRuleTemplateModel(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SourceRuleTemplateModel(String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActions()
Generated method - Getter of the
SourceRuleTemplate.actions attribute defined at extension ruleengineservices. |
String |
getConditions()
Generated method - Getter of the
SourceRuleTemplate.conditions attribute defined at extension ruleengineservices. |
void |
setActions(String value)
Generated method - Setter of
SourceRuleTemplate.actions attribute defined at extension ruleengineservices. |
void |
setConditions(String value)
Generated method - Setter of
SourceRuleTemplate.conditions attribute defined at extension ruleengineservices. |
getCode, getDescription, getDescription, getMaxAllowedRuns, getMessageFired, getMessageFired, getName, getName, getRuleGroup, setCode, setDescription, setDescription, setMaxAllowedRuns, setMessageFired, setMessageFired, setName, setName, setRuleGroupgetComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String CONDITIONS
SourceRuleTemplate.conditions attribute defined at extension ruleengineservices.public static final String ACTIONS
SourceRuleTemplate.actions attribute defined at extension ruleengineservices.public SourceRuleTemplateModel()
public SourceRuleTemplateModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SourceRuleTemplateModel(String _code)
_code - initial attribute declared by type AbstractRuleTemplate at extension ruleengineservices@Deprecated public SourceRuleTemplateModel(String _code, ItemModel _owner)
_code - initial attribute declared by type AbstractRuleTemplate at extension ruleengineservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="actions", type=GETTER) public String getActions()
SourceRuleTemplate.actions attribute defined at extension ruleengineservices.@Accessor(qualifier="conditions", type=GETTER) public String getConditions()
SourceRuleTemplate.conditions attribute defined at extension ruleengineservices.@Accessor(qualifier="actions", type=SETTER) public void setActions(String value)
SourceRuleTemplate.actions attribute defined at extension ruleengineservices.value - the actions - Rule consequences stored in a formatted StringCopyright © 2017 SAP SE. All Rights Reserved.