Interface KaleoTimer
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<KaleoTimer>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<KaleoTimer>
,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimer>
,com.liferay.portal.kernel.model.GroupedModel
,KaleoTimerModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
KaleoTimerWrapper
@ProviderType
public interface KaleoTimer
extends KaleoTimerModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the KaleoTimer service. Represents a row in the "KaleoTimer" 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<KaleoTimer,
Long> -
Method Summary
Modifier and TypeMethodDescriptionboolean
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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.workflow.kaleo.model.KaleoTimerModel
cloneWithOriginalValues, getBlocking, getCompanyId, getCreateDate, getCtCollectionId, getDescription, getDuration, getGroupId, getKaleoClassName, getKaleoClassPK, getKaleoDefinitionId, getKaleoDefinitionVersionId, getKaleoTimerId, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getRecurrenceDuration, getRecurrenceScale, getScale, getUserId, getUserName, getUserUuid, isBlocking, setBlocking, setCompanyId, setCreateDate, setCtCollectionId, setDescription, setDuration, setGroupId, setKaleoClassName, setKaleoClassPK, setKaleoDefinitionId, setKaleoDefinitionVersionId, setKaleoTimerId, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setRecurrenceDuration, setRecurrenceScale, setScale, setUserId, setUserName, setUserUuid, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
KALEO_TIMER_ID_ACCESSOR
-
-
Method Details
-
getKaleoTaskReassignments
List<KaleoTaskAssignment> getKaleoTaskReassignments() -
isRecurring
boolean isRecurring()
-