Liferay 7.0-ce-b4

com.liferay.portal.model
Interface WorkflowInstanceLink

All Superinterfaces:
AttachedModel, AuditedModel, BaseModel<WorkflowInstanceLink>, ClassedModel, Cloneable, Comparable<WorkflowInstanceLink>, GroupedModel, MVCCModel, PersistedModel, Serializable, ShardedModel, TypedModel, WorkflowInstanceLinkModel
All Known Implementing Classes:
WorkflowInstanceLinkWrapper

@ProviderType
public interface WorkflowInstanceLink
extends WorkflowInstanceLinkModel, PersistedModel

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.

See Also:
WorkflowInstanceLinkModel, WorkflowInstanceLinkImpl, WorkflowInstanceLinkModelImpl

Field Summary
static Accessor<WorkflowInstanceLink,Long> WORKFLOW_INSTANCE_LINK_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portal.model.WorkflowInstanceLinkModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getModifiedDate, getMvccVersion, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getWorkflowInstanceId, getWorkflowInstanceLinkId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setMvccVersion, setNew, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, setWorkflowInstanceId, setWorkflowInstanceLinkId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

WORKFLOW_INSTANCE_LINK_ID_ACCESSOR

static final Accessor<WorkflowInstanceLink,Long> WORKFLOW_INSTANCE_LINK_ID_ACCESSOR

Liferay 7.0-ce-b4