/*
* $Id: CaseConstants.java,v 1.5 2008/07/03 16:19:32 civilis Exp $
* Created on Sep 24, 2005
*
* Copyright (C) 2005 Idega Software hf. All Rights Reserved.
*
* This software is the proprietary information of Idega hf.
* Use is subject to license terms.
*/
package com.idega.block.process.business;
/**
* Last modified: $Date: 2008/07/03 16:19:32 $ by $Author: civilis $
*
* @author <a href="mailto:laddi@idega.com">laddi</a>
* @version $Revision: 1.5 $
*/
public class CaseConstants {
public static final String IW_BUNDLE_IDENTIFIER = "com.idega.block.process",
METADATA_KEY_URL="CASE_URL",
ROLE_CASES_SUPER_ADMIN="ROLE_CASES_SUPER_ADMIN",
CASE_PREFIX = "case_",
CASE_IDENTIFIER = CASE_PREFIX + "identifier",
CASE_CREATION_DATE = CASE_PREFIX + "creation_date",
CASE_STATUS = CASE_PREFIX + "status";
}