Package com.liferay.portal.kernel.model
Interface WorkflowInstanceLink
- All Superinterfaces:
AttachedModel
,AuditedModel
,BaseModel<WorkflowInstanceLink>
,ClassedModel
,Cloneable
,Comparable<WorkflowInstanceLink>
,CTModel<WorkflowInstanceLink>
,GroupedModel
,MVCCModel
,PersistedModel
,Serializable
,ShardedModel
,TypedModel
,WorkflowInstanceLinkModel
- All Known Implementing Classes:
WorkflowInstanceLinkWrapper
@ProviderType
public interface WorkflowInstanceLink
extends PersistedModel, WorkflowInstanceLinkModel
The extended model interface for the WorkflowInstanceLink service. Represents a row in the "WorkflowInstanceLink" 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.WorkflowInstanceLinkModel
cloneWithOriginalValues, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getCtCollectionId, getGroupId, getModifiedDate, getMvccVersion, getPrimaryKey, getUserId, getUserName, getUserUuid, getWorkflowInstanceId, getWorkflowInstanceLinkId, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setCtCollectionId, setGroupId, setModifiedDate, setMvccVersion, setPrimaryKey, setUserId, setUserName, setUserUuid, setWorkflowInstanceId, setWorkflowInstanceLinkId, toXmlString
-
Field Details
-
WORKFLOW_INSTANCE_LINK_ID_ACCESSOR
-