Liferay 7.0-ce-m3

com.liferay.portlet.documentlibrary.context
Class DLUIItemKeys

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.context.DLUIItemKeys

public class DLUIItemKeys
extends Object


Field Summary
static String CANCEL_CHECKOUT
           
static String CHECKIN
           
static String CHECKOUT
           
static String DELETE
           
static String DOWNLOAD
           
static String EDIT
           
static String MOVE
           
static String MOVE_TO_THE_RECYCLE_BIN
           
static String OPEN_IN_MS_OFFICE
           
static String PERMISSIONS
           
 
Constructor Summary
DLUIItemKeys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CANCEL_CHECKOUT

public static final String CANCEL_CHECKOUT

CHECKIN

public static final String CHECKIN

CHECKOUT

public static final String CHECKOUT

DELETE

public static final String DELETE

DOWNLOAD

public static final String DOWNLOAD

EDIT

public static final String EDIT

MOVE

public static final String MOVE

MOVE_TO_THE_RECYCLE_BIN

public static final String MOVE_TO_THE_RECYCLE_BIN

OPEN_IN_MS_OFFICE

public static final String OPEN_IN_MS_OFFICE

PERMISSIONS

public static final String PERMISSIONS
Constructor Detail

DLUIItemKeys

public DLUIItemKeys()

Liferay 7.0-ce-m3