Package com.liferay.portal.kernel.model
Interface WorkflowDefinitionLink
- All Superinterfaces:
AttachedModel
,AuditedModel
,BaseModel<WorkflowDefinitionLink>
,ClassedModel
,Cloneable
,Comparable<WorkflowDefinitionLink>
,CTModel<WorkflowDefinitionLink>
,ExternalReferenceCodeModel
,GroupedModel
,MVCCModel
,PersistedModel
,Serializable
,ShardedModel
,StagedAuditedModel
,StagedModel
,TypedModel
,WorkflowDefinitionLinkModel
- All Known Subinterfaces:
StagedGroupedWorkflowDefinitionLink
- All Known Implementing Classes:
WorkflowDefinitionLinkWrapper
@ProviderType
public interface WorkflowDefinitionLink
extends PersistedModel, WorkflowDefinitionLinkModel
The extended model interface for the WorkflowDefinitionLink service. Represents a row in the "WorkflowDefinitionLink" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields -
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, 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.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
Methods inherited from interface com.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
cloneWithOriginalValues, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getCtCollectionId, getExternalReferenceCode, getGroupId, getModifiedDate, getMvccVersion, getPrimaryKey, getTypePK, getUserId, getUserName, getUserUuid, getUuid, getWorkflowDefinitionLinkId, getWorkflowDefinitionName, getWorkflowDefinitionVersion, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setCtCollectionId, setExternalReferenceCode, setGroupId, setModifiedDate, setMvccVersion, setPrimaryKey, setTypePK, setUserId, setUserName, setUserUuid, setUuid, setWorkflowDefinitionLinkId, setWorkflowDefinitionName, setWorkflowDefinitionVersion, toXmlString
-
Field Details
-
WORKFLOW_DEFINITION_LINK_ID_ACCESSOR
-