Interface KaleoProcess
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<KaleoProcess>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<KaleoProcess>,com.liferay.portal.kernel.model.GroupedModel,KaleoProcessModel,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
- All Known Implementing Classes:
KaleoProcessWrapper
@ProviderType
public interface KaleoProcess
extends KaleoProcessModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the KaleoProcess service. Represents a row in the "KaleoProcess" 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<KaleoProcess, Long> -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.dynamic.data.lists.model.DDLRecordSetcom.liferay.dynamic.data.mapping.model.DDMTemplategetDescription(Locale locale) getName()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.workflow.kaleo.forms.model.KaleoProcessModel
cloneWithOriginalValues, getCompanyId, getCreateDate, getDDLRecordSetId, getDDMTemplateId, getGroupId, getKaleoProcessId, getModifiedDate, getPrimaryKey, getUserId, getUserName, getUserUuid, getUuid, getWorkflowDefinitionName, getWorkflowDefinitionVersion, setCompanyId, setCreateDate, setDDLRecordSetId, setDDMTemplateId, setGroupId, setKaleoProcessId, setModifiedDate, setPrimaryKey, setUserId, setUserName, setUserUuid, setUuid, setWorkflowDefinitionName, setWorkflowDefinitionVersion, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
KALEO_PROCESS_ID_ACCESSOR
-
-
Method Details
-
getDDLRecordSet
com.liferay.dynamic.data.lists.model.DDLRecordSet getDDLRecordSet() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDDMTemplate
com.liferay.dynamic.data.mapping.model.DDMTemplate getDDMTemplate() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDescription
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDescription
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getKaleoProcessLinks
List<KaleoProcessLink> getKaleoProcessLinks() -
getName
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getName
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWorkflowDefinition
String getWorkflowDefinition()
-