Interface WorkflowMetricsSLADefinitionVersion
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<WorkflowMetricsSLADefinitionVersion>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<WorkflowMetricsSLADefinitionVersion>,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel,com.liferay.portal.kernel.model.WorkflowedModel,WorkflowMetricsSLADefinitionVersionModel
- All Known Implementing Classes:
WorkflowMetricsSLADefinitionVersionWrapper
@ProviderType
public interface WorkflowMetricsSLADefinitionVersion
extends com.liferay.portal.kernel.model.PersistedModel, WorkflowMetricsSLADefinitionVersionModel
The extended model interface for the WorkflowMetricsSLADefinitionVersion service. Represents a row in the "WMSLADefinitionVersion" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<WorkflowMetricsSLADefinitionVersion, Long> -
Method Summary
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelTypeMethods inherited from interface com.liferay.portal.workflow.metrics.model.WorkflowMetricsSLADefinitionVersionModel
cloneWithOriginalValues, getActive, getCalendarKey, getCompanyId, getCreateDate, getDescription, getDuration, getGroupId, getModifiedDate, getMvccVersion, getName, getPauseNodeKeys, getPrimaryKey, getProcessId, getProcessVersion, getStartNodeKeys, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getStopNodeKeys, getUserId, getUserName, getUserUuid, getUuid, getVersion, getWorkflowMetricsSLADefinitionId, getWorkflowMetricsSLADefinitionVersionId, isActive, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isPending, isScheduled, setActive, setCalendarKey, setCompanyId, setCreateDate, setDescription, setDuration, setGroupId, setModifiedDate, setMvccVersion, setName, setPauseNodeKeys, setPrimaryKey, setProcessId, setProcessVersion, setStartNodeKeys, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setStopNodeKeys, setUserId, setUserName, setUserUuid, setUuid, setVersion, setWorkflowMetricsSLADefinitionId, setWorkflowMetricsSLADefinitionVersionId, toXmlString
-
Field Details
-
WORKFLOW_METRICS_SLA_DEFINITION_VERSION_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<WorkflowMetricsSLADefinitionVersion,Long> WORKFLOW_METRICS_SLA_DEFINITION_VERSION_ID_ACCESSOR
-