Interface WikiNode

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<WikiNode>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<WikiNode>, com.liferay.portal.kernel.model.ContainerModel, com.liferay.portal.kernel.model.change.tracking.CTModel<WikiNode>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, Serializable, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedGroupedModel, com.liferay.portal.kernel.model.StagedModel, com.liferay.portal.kernel.model.TrashedModel, WikiNodeModel, com.liferay.portal.kernel.model.WorkflowedModel
All Known Implementing Classes:
WikiNodeWrapper

@ProviderType public interface WikiNode extends com.liferay.portal.kernel.model.PersistedModel, WikiNodeModel
The extended model interface for the WikiNode service. Represents a row in the "WikiNode" database table, with each column mapped to a property of this class.
See Also:
Generated:
  • Field Details

    • NODE_ID_ACCESSOR

      static final com.liferay.portal.kernel.util.Accessor<WikiNode,Long> NODE_ID_ACCESSOR
  • Method Details

    • addAttachmentsFolder

      com.liferay.portal.kernel.repository.model.Folder addAttachmentsFolder() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAttachmentsFolderId

      long getAttachmentsFolderId()
    • getDeletedAttachmentsFiles

      List<com.liferay.portal.kernel.repository.model.FileEntry> getDeletedAttachmentsFiles() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException