public class CMSVersionGCProcessModel extends BusinessProcessModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
MAXAGEDAYS
Generated constant - Attribute key of
CMSVersionGCProcess.maxAgeDays attribute defined at extension cms2. |
static java.lang.String |
MAXNUMBERVERSIONS
Generated constant - Attribute key of
CMSVersionGCProcess.maxNumberVersions attribute defined at extension cms2. |
static java.lang.String |
RETAINABLEVERSIONS
Generated constant - Attribute key of
CMSVersionGCProcess.retainableVersions attribute defined at extension cms2. |
CODE, CONTEXTPARAMETERS, CURRENTTASKS, EMAILS, ENDMESSAGE, PROCESSDEFINITIONNAME, PROCESSDEFINITIONVERSION, PROCESSSTATE, STATE, TASKLOGS, USER_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CMSVersionGCProcessModel()
Generated constructor - Default constructor for generic creation.
|
CMSVersionGCProcessModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CMSVersionGCProcessModel(java.lang.String _code,
ItemModel _owner,
java.lang.String _processDefinitionName)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CMSVersionGCProcessModel(java.lang.String _code,
java.lang.String _processDefinitionName)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getMaxAgeDays()
Generated method - Getter of the
CMSVersionGCProcess.maxAgeDays attribute defined at extension cms2. |
java.lang.Integer |
getMaxNumberVersions()
Generated method - Getter of the
CMSVersionGCProcess.maxNumberVersions attribute defined at extension cms2. |
java.util.Set<CMSVersionModel> |
getRetainableVersions()
Generated method - Getter of the
CMSVersionGCProcess.retainableVersions attribute defined at extension cms2. |
void |
setMaxAgeDays(java.lang.Integer value)
Generated method - Setter of
CMSVersionGCProcess.maxAgeDays attribute defined at extension cms2. |
void |
setMaxNumberVersions(java.lang.Integer value)
Generated method - Setter of
CMSVersionGCProcess.maxNumberVersions attribute defined at extension cms2. |
void |
setRetainableVersions(java.util.Set<CMSVersionModel> value)
Generated method - Setter of
CMSVersionGCProcess.retainableVersions attribute defined at extension cms2. |
getCode, getContextParameters, getCurrentTasks, getEmails, getEndMessage, getProcessDefinitionName, getProcessDefinitionVersion, getProcessState, getState, getTaskLogs, getUser, setCode, setContextParameters, setCurrentTasks, setEmails, setEndMessage, setProcessDefinitionName, setProcessDefinitionVersion, setState, setTaskLogs, setUsergetComments, 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 MAXAGEDAYS
CMSVersionGCProcess.maxAgeDays attribute defined at extension cms2.public static final java.lang.String MAXNUMBERVERSIONS
CMSVersionGCProcess.maxNumberVersions attribute defined at extension cms2.public static final java.lang.String RETAINABLEVERSIONS
CMSVersionGCProcess.retainableVersions attribute defined at extension cms2.public CMSVersionGCProcessModel()
public CMSVersionGCProcessModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public CMSVersionGCProcessModel(java.lang.String _code,
java.lang.String _processDefinitionName)
_code - initial attribute declared by type BusinessProcess at extension processing_processDefinitionName - initial attribute declared by type BusinessProcess at extension processing@Deprecated
public CMSVersionGCProcessModel(java.lang.String _code,
ItemModel _owner,
java.lang.String _processDefinitionName)
_code - initial attribute declared by type BusinessProcess at extension processing_owner - initial attribute declared by type Item at extension core_processDefinitionName - initial attribute declared by type BusinessProcess at extension processing@Accessor(qualifier="maxAgeDays", type=GETTER) public java.lang.Integer getMaxAgeDays()
CMSVersionGCProcess.maxAgeDays attribute defined at extension cms2.@Accessor(qualifier="maxNumberVersions", type=GETTER) public java.lang.Integer getMaxNumberVersions()
CMSVersionGCProcess.maxNumberVersions attribute defined at extension cms2.@Accessor(qualifier="retainableVersions", type=GETTER) public java.util.Set<CMSVersionModel> getRetainableVersions()
CMSVersionGCProcess.retainableVersions attribute defined at extension cms2.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="maxAgeDays", type=SETTER) public void setMaxAgeDays(java.lang.Integer value)
CMSVersionGCProcess.maxAgeDays attribute defined at extension cms2.value - the maxAgeDays - The maximum age in days before a cms version is removed@Accessor(qualifier="maxNumberVersions", type=SETTER) public void setMaxNumberVersions(java.lang.Integer value)
CMSVersionGCProcess.maxNumberVersions attribute defined at extension cms2.value - the maxNumberVersions - The maximum number of versions to keep for an item@Accessor(qualifier="retainableVersions", type=SETTER) public void setRetainableVersions(java.util.Set<CMSVersionModel> value)
CMSVersionGCProcess.retainableVersions attribute defined at extension cms2.value - the retainableVersionsCopyright © 2018 SAP SE. All Rights Reserved.