public class AfterRetentionCleanupRuleModel extends AbstractRetentionRuleModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ITEMFILTEREXPRESSION
Generated constant - Attribute key of
AfterRetentionCleanupRule.itemFilterExpression attribute defined at extension processing. |
static java.lang.String |
RETENTIONTIMESECONDS
Generated constant - Attribute key of
AfterRetentionCleanupRule.retentionTimeSeconds attribute defined at extension processing. |
static java.lang.String |
RETIREMENTDATEATTRIBUTE
Generated constant - Attribute key of
AfterRetentionCleanupRule.retirementDateAttribute attribute defined at extension processing. |
static java.lang.String |
RETIREMENTDATEEXPRESSION
Generated constant - Attribute key of
AfterRetentionCleanupRule.retirementDateExpression attribute defined at extension processing. |
static java.lang.String |
RETIREMENTITEMTYPE
Generated constant - Attribute key of
AfterRetentionCleanupRule.retirementItemType attribute defined at extension processing. |
ACTIONREFERENCE, CODE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AfterRetentionCleanupRuleModel()
Generated constructor - Default constructor for generic creation.
|
AfterRetentionCleanupRuleModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
AfterRetentionCleanupRuleModel(java.lang.String _actionReference,
java.lang.String _code,
ComposedTypeModel _retirementItemType)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AfterRetentionCleanupRuleModel(java.lang.String _actionReference,
java.lang.String _code,
ItemModel _owner,
ComposedTypeModel _retirementItemType)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getItemFilterExpression()
Generated method - Getter of the
AfterRetentionCleanupRule.itemFilterExpression attribute defined at extension processing. |
java.lang.Long |
getRetentionTimeSeconds()
Generated method - Getter of the
AfterRetentionCleanupRule.retentionTimeSeconds attribute defined at extension processing. |
AttributeDescriptorModel |
getRetirementDateAttribute()
Generated method - Getter of the
AfterRetentionCleanupRule.retirementDateAttribute attribute defined at extension processing. |
java.lang.String |
getRetirementDateExpression()
Generated method - Getter of the
AfterRetentionCleanupRule.retirementDateExpression attribute defined at extension processing. |
ComposedTypeModel |
getRetirementItemType()
Generated method - Getter of the
AfterRetentionCleanupRule.retirementItemType attribute defined at extension processing. |
void |
setItemFilterExpression(java.lang.String value)
Generated method - Setter of
AfterRetentionCleanupRule.itemFilterExpression attribute defined at extension processing. |
void |
setRetentionTimeSeconds(java.lang.Long value)
Generated method - Setter of
AfterRetentionCleanupRule.retentionTimeSeconds attribute defined at extension processing. |
void |
setRetirementDateAttribute(AttributeDescriptorModel value)
Generated method - Setter of
AfterRetentionCleanupRule.retirementDateAttribute attribute defined at extension processing. |
void |
setRetirementDateExpression(java.lang.String value)
Generated method - Setter of
AfterRetentionCleanupRule.retirementDateExpression attribute defined at extension processing. |
void |
setRetirementItemType(ComposedTypeModel value)
Generated method - Setter of
AfterRetentionCleanupRule.retirementItemType attribute defined at extension processing. |
getActionReference, getCode, setActionReference, setCodegetComments, 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 RETIREMENTITEMTYPE
AfterRetentionCleanupRule.retirementItemType attribute defined at extension processing.public static final java.lang.String RETIREMENTDATEATTRIBUTE
AfterRetentionCleanupRule.retirementDateAttribute attribute defined at extension processing.public static final java.lang.String RETENTIONTIMESECONDS
AfterRetentionCleanupRule.retentionTimeSeconds attribute defined at extension processing.public static final java.lang.String ITEMFILTEREXPRESSION
AfterRetentionCleanupRule.itemFilterExpression attribute defined at extension processing.public static final java.lang.String RETIREMENTDATEEXPRESSION
AfterRetentionCleanupRule.retirementDateExpression attribute defined at extension processing.public AfterRetentionCleanupRuleModel()
public AfterRetentionCleanupRuleModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public AfterRetentionCleanupRuleModel(java.lang.String _actionReference,
java.lang.String _code,
ComposedTypeModel _retirementItemType)
_actionReference - initial attribute declared by type AbstractRetentionRule at extension processing_code - initial attribute declared by type AbstractRetentionRule at extension processing_retirementItemType - initial attribute declared by type AfterRetentionCleanupRule at extension processing@Deprecated
public AfterRetentionCleanupRuleModel(java.lang.String _actionReference,
java.lang.String _code,
ItemModel _owner,
ComposedTypeModel _retirementItemType)
_actionReference - initial attribute declared by type AbstractRetentionRule at extension processing_code - initial attribute declared by type AbstractRetentionRule at extension processing_owner - initial attribute declared by type Item at extension core_retirementItemType - initial attribute declared by type AfterRetentionCleanupRule at extension processing@Accessor(qualifier="itemFilterExpression", type=GETTER) public java.lang.String getItemFilterExpression()
AfterRetentionCleanupRule.itemFilterExpression attribute defined at extension processing.@Accessor(qualifier="retentionTimeSeconds", type=GETTER) public java.lang.Long getRetentionTimeSeconds()
AfterRetentionCleanupRule.retentionTimeSeconds attribute defined at extension processing.@Accessor(qualifier="retirementDateAttribute", type=GETTER) public AttributeDescriptorModel getRetirementDateAttribute()
AfterRetentionCleanupRule.retirementDateAttribute attribute defined at extension processing.@Accessor(qualifier="retirementDateExpression", type=GETTER) public java.lang.String getRetirementDateExpression()
AfterRetentionCleanupRule.retirementDateExpression attribute defined at extension processing.@Accessor(qualifier="retirementItemType", type=GETTER) public ComposedTypeModel getRetirementItemType()
AfterRetentionCleanupRule.retirementItemType attribute defined at extension processing.@Accessor(qualifier="itemFilterExpression", type=SETTER) public void setItemFilterExpression(java.lang.String value)
AfterRetentionCleanupRule.itemFilterExpression attribute defined at extension processing.value - the itemFilterExpression@Accessor(qualifier="retentionTimeSeconds", type=SETTER) public void setRetentionTimeSeconds(java.lang.Long value)
AfterRetentionCleanupRule.retentionTimeSeconds attribute defined at extension processing.value - the retentionTimeSeconds@Accessor(qualifier="retirementDateAttribute", type=SETTER) public void setRetirementDateAttribute(AttributeDescriptorModel value)
AfterRetentionCleanupRule.retirementDateAttribute attribute defined at extension processing.value - the retirementDateAttribute@Accessor(qualifier="retirementDateExpression", type=SETTER) public void setRetirementDateExpression(java.lang.String value)
AfterRetentionCleanupRule.retirementDateExpression attribute defined at extension processing.value - the retirementDateExpression@Accessor(qualifier="retirementItemType", type=SETTER) public void setRetirementItemType(ComposedTypeModel value)
AfterRetentionCleanupRule.retirementItemType attribute defined at extension processing.value - the retirementItemTypeCopyright © 2018 SAP SE. All Rights Reserved.