public interface IRetentionPolicy extends Serializable, IUniquelyNamed
Modifier and Type | Field and Description |
---|---|
static String |
RETENTION_POLICY_PREFIX |
SEP
Modifier and Type | Method and Description |
---|---|
IRuntimeRetentionPolicy |
asRuntime() |
String |
getDescription()
Getter for owned property
Description : |
Integer |
getDuration()
Getter for owned property
Duration : |
List<IEntityRetention> |
getEntityRetentions() |
RetentionType |
getType()
Getter for owned property
Type : |
RetentionTimeUnit |
getUnit()
Getter for owned property
Unit : |
getPrefixedUniqueName, getUniqueName
static final String RETENTION_POLICY_PREFIX
List<IEntityRetention> getEntityRetentions()
String getDescription()
Getter for owned property Description
:
Description of the object
RetentionType getType()
Getter for owned property Type
:
Indicates how data history is retained
RetentionTimeUnit getUnit()
Getter for owned property Unit
:
Time unit
Integer getDuration()
Getter for owned property Duration
:
Time duration
IRuntimeRetentionPolicy asRuntime()
Copyright © 2017. All rights reserved.