public class DroolsKIEModuleModel extends AbstractRulesModuleModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
DEFAULTKIEBASE
Generated constant - Attribute key of
DroolsKIEModule.defaultKIEBase attribute defined at extension ruleengine. |
static java.lang.String |
DEPLOYEDMVNVERSION
Generated constant - Attribute key of
DroolsKIEModule.deployedMvnVersion attribute defined at extension ruleengine. |
static java.lang.String |
KIEBASES
Generated constant - Attribute key of
DroolsKIEModule.kieBases attribute defined at extension ruleengine. |
static java.lang.String |
MVNARTIFACTID
Generated constant - Attribute key of
DroolsKIEModule.mvnArtifactId attribute defined at extension ruleengine. |
static java.lang.String |
MVNGROUPID
Generated constant - Attribute key of
DroolsKIEModule.mvnGroupId attribute defined at extension ruleengine. |
static java.lang.String |
MVNVERSION
Generated constant - Attribute key of
DroolsKIEModule.mvnVersion attribute defined at extension ruleengine. |
ACTIVE, ALLOWEDTARGETS, CATALOGVERSIONS, LOCKACQUIRED, NAME, RULETYPE, VERSION_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
DroolsKIEModuleModel()
Generated constructor - Default constructor for generic creation.
|
DroolsKIEModuleModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
DroolsKIEModuleModel(java.lang.String _mvnArtifactId,
java.lang.String _mvnGroupId,
java.lang.String _mvnVersion,
java.lang.String _name,
ItemModel _owner,
java.lang.Long _version)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
DroolsKIEModuleModel(java.lang.String _mvnArtifactId,
java.lang.String _mvnGroupId,
java.lang.String _mvnVersion,
java.lang.String _name,
java.lang.Long _version)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
DroolsKIEBaseModel |
getDefaultKIEBase()
Generated method - Getter of the
DroolsKIEModule.defaultKIEBase attribute defined at extension ruleengine. |
java.lang.String |
getDeployedMvnVersion()
Generated method - Getter of the
DroolsKIEModule.deployedMvnVersion attribute defined at extension ruleengine. |
java.util.Collection<DroolsKIEBaseModel> |
getKieBases()
Generated method - Getter of the
DroolsKIEModule.kieBases attribute defined at extension ruleengine. |
java.lang.String |
getMvnArtifactId()
Generated method - Getter of the
DroolsKIEModule.mvnArtifactId attribute defined at extension ruleengine. |
java.lang.String |
getMvnGroupId()
Generated method - Getter of the
DroolsKIEModule.mvnGroupId attribute defined at extension ruleengine. |
java.lang.String |
getMvnVersion()
Generated method - Getter of the
DroolsKIEModule.mvnVersion attribute defined at extension ruleengine. |
void |
setDefaultKIEBase(DroolsKIEBaseModel value)
Generated method - Setter of
DroolsKIEModule.defaultKIEBase attribute defined at extension ruleengine. |
void |
setDeployedMvnVersion(java.lang.String value)
Generated method - Setter of
DroolsKIEModule.deployedMvnVersion attribute defined at extension ruleengine. |
void |
setKieBases(java.util.Collection<DroolsKIEBaseModel> value)
Generated method - Setter of
DroolsKIEModule.kieBases attribute defined at extension ruleengine. |
void |
setMvnArtifactId(java.lang.String value)
Generated method - Setter of
DroolsKIEModule.mvnArtifactId attribute defined at extension ruleengine. |
void |
setMvnGroupId(java.lang.String value)
Generated method - Setter of
DroolsKIEModule.mvnGroupId attribute defined at extension ruleengine. |
void |
setMvnVersion(java.lang.String value)
Generated method - Setter of
DroolsKIEModule.mvnVersion attribute defined at extension ruleengine. |
getActive, getAllowedTargets, getCatalogVersions, getLockAcquired, getName, getRuleType, getVersion, setActive, setAllowedTargets, setLockAcquired, setName, setRuleType, setVersiongetComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String MVNGROUPID
DroolsKIEModule.mvnGroupId attribute defined at extension ruleengine.public static final java.lang.String MVNARTIFACTID
DroolsKIEModule.mvnArtifactId attribute defined at extension ruleengine.public static final java.lang.String MVNVERSION
DroolsKIEModule.mvnVersion attribute defined at extension ruleengine.public static final java.lang.String DEPLOYEDMVNVERSION
DroolsKIEModule.deployedMvnVersion attribute defined at extension ruleengine.public static final java.lang.String DEFAULTKIEBASE
DroolsKIEModule.defaultKIEBase attribute defined at extension ruleengine.public static final java.lang.String KIEBASES
DroolsKIEModule.kieBases attribute defined at extension ruleengine.public DroolsKIEModuleModel()
public DroolsKIEModuleModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public DroolsKIEModuleModel(java.lang.String _mvnArtifactId,
java.lang.String _mvnGroupId,
java.lang.String _mvnVersion,
java.lang.String _name,
java.lang.Long _version)
_mvnArtifactId - initial attribute declared by type DroolsKIEModule at extension ruleengine_mvnGroupId - initial attribute declared by type DroolsKIEModule at extension ruleengine_mvnVersion - initial attribute declared by type DroolsKIEModule at extension ruleengine_name - initial attribute declared by type AbstractRulesModule at extension ruleengine_version - initial attribute declared by type AbstractRulesModule at extension ruleengine@Deprecated
public DroolsKIEModuleModel(java.lang.String _mvnArtifactId,
java.lang.String _mvnGroupId,
java.lang.String _mvnVersion,
java.lang.String _name,
ItemModel _owner,
java.lang.Long _version)
_mvnArtifactId - initial attribute declared by type DroolsKIEModule at extension ruleengine_mvnGroupId - initial attribute declared by type DroolsKIEModule at extension ruleengine_mvnVersion - initial attribute declared by type DroolsKIEModule at extension ruleengine_name - initial attribute declared by type AbstractRulesModule at extension ruleengine_owner - initial attribute declared by type Item at extension core_version - initial attribute declared by type AbstractRulesModule at extension ruleengine@Accessor(qualifier="defaultKIEBase", type=GETTER) public DroolsKIEBaseModel getDefaultKIEBase()
DroolsKIEModule.defaultKIEBase attribute defined at extension ruleengine.@Accessor(qualifier="deployedMvnVersion", type=GETTER) public java.lang.String getDeployedMvnVersion()
DroolsKIEModule.deployedMvnVersion attribute defined at extension ruleengine.@Accessor(qualifier="kieBases", type=GETTER) public java.util.Collection<DroolsKIEBaseModel> getKieBases()
DroolsKIEModule.kieBases attribute defined at extension ruleengine.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="mvnArtifactId", type=GETTER) public java.lang.String getMvnArtifactId()
DroolsKIEModule.mvnArtifactId attribute defined at extension ruleengine.@Accessor(qualifier="mvnGroupId", type=GETTER) public java.lang.String getMvnGroupId()
DroolsKIEModule.mvnGroupId attribute defined at extension ruleengine.@Accessor(qualifier="mvnVersion", type=GETTER) public java.lang.String getMvnVersion()
DroolsKIEModule.mvnVersion attribute defined at extension ruleengine.@Accessor(qualifier="defaultKIEBase", type=SETTER) public void setDefaultKIEBase(DroolsKIEBaseModel value)
DroolsKIEModule.defaultKIEBase attribute defined at extension ruleengine.value - the defaultKIEBase@Accessor(qualifier="deployedMvnVersion", type=SETTER) public void setDeployedMvnVersion(java.lang.String value)
DroolsKIEModule.deployedMvnVersion attribute defined at extension ruleengine.value - the deployedMvnVersion@Accessor(qualifier="kieBases", type=SETTER) public void setKieBases(java.util.Collection<DroolsKIEBaseModel> value)
DroolsKIEModule.kieBases attribute defined at extension ruleengine.value - the kieBases@Accessor(qualifier="mvnArtifactId", type=SETTER) public void setMvnArtifactId(java.lang.String value)
DroolsKIEModule.mvnArtifactId attribute defined at extension ruleengine.value - the mvnArtifactId@Accessor(qualifier="mvnGroupId", type=SETTER) public void setMvnGroupId(java.lang.String value)
DroolsKIEModule.mvnGroupId attribute defined at extension ruleengine.value - the mvnGroupIdCopyright © 2018 SAP SE. All Rights Reserved.