All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.liferay.portal.workflow.constants.WorkflowWebKeys Maven / Gradle / Ivy

There is a newer version: 7.4.3.112-ga112
Show newest version
/**
 * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
 *
 * This library is free software; you can redistribute it and/or modify it under
 * the terms of the GNU Lesser General Public License as published by the Free
 * Software Foundation; either version 2.1 of the License, or (at your option)
 * any later version.
 *
 * This library is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
 * details.
 */

package com.liferay.portal.workflow.constants;

/**
 * @author Adam Brandizzi
 */
public class WorkflowWebKeys {

	public static final String SELECTED_WORKFLOW_PORTLET_TAB =
		"SELECTED_WORKFLOW_PORTLET_TAB";

	public static final String WORKFLOW_DEFINITION_DISPLAY_CONTEXT =
		"WORKFLOW_DEFINITION_DISPLAY_CONTEXT";

	public static final String WORKFLOW_DEFINITION_LINK_DISPLAY_CONTEXT =
		"WORKFLOW_DEFINITION_LINK_DISPLAY_CONTEXT";

	public static final String WORKFLOW_DEFINITION_MODIFIED_DATE =
		"WORKFLOW_DEFINITION_MODIFIED_DATE";

	public static final String WORKFLOW_DEFINITION_NAME =
		"WORKFLOW_DEFINITION_NAME";

	public static final String WORKFLOW_JSP_STATE = "jsp_state";

	public static final String WORKFLOW_NAVIGATION_DISPLAY_CONTEXT =
		"WORKFLOW_NAVIGATION_DISPLAY_CONTEXT";

	public static final String WORKFLOW_PORTLET_TABS = "WORKFLOW_PORTLET_TABS";

	public static final String WORKFLOW_PREVIEW_BEFORE_RESTORE_STATE =
		"previewBeforeRevert";

	public static final String WORKFLOW_PUBLISH_DEFINITION_ACTION =
		"WORKFLOW_PUBLISH_DEFINITION_ACTION";

	public static final String WORKFLOW_SELECTED_PORTLET_TAB =
		"WORKFLOW_PORTLET_TAB";

	public static final String WORKFLOW_TAB_DEFINITION = "workflows";

	public static final String WORKFLOW_TAB_DEFINITION_LINK = "schemes";

	public static final String WORKFLOW_TAB_INSTANCE = "monitoring";

	public static final String WORKFLOW_TAB_MY_SUBMISSIONS = "my-submissions";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy