001
014
015 package com.liferay.portlet.journal.model;
016
017 import com.liferay.portal.kernel.workflow.WorkflowConstants;
018
019
022 public class JournalArticleConstants {
023
024 public static final int[] ASSET_ENTRY_CREATION_STATUSES = {
025 WorkflowConstants.STATUS_APPROVED, WorkflowConstants.STATUS_EXPIRED
026 };
027
028 public static final String CANONICAL_URL_SEPARATOR = "/-/";
029
030 public static final long CLASSNAME_ID_DEFAULT = 0;
031
032 public static final long DDM_STRUCTURE_ID_ALL = -1;
033
034 public static final String PORTLET = "portlet";
035
036 public static final String STAND_ALONE = "stand-alone";
037
038 public static final double VERSION_DEFAULT = 1.0;
039
040 }