Liferay 6.2-ce-ga5

com.liferay.portal.kernel.trash
Class TrashActionKeys

java.lang.Object
  extended by com.liferay.portal.kernel.trash.TrashActionKeys

public class TrashActionKeys
extends Object

Contains constant versions of action IDs related to trash.


Field Summary
static String MOVE
           
static String OVERWRITE
           
static String RENAME
           
static String RESTORE
           
 
Constructor Summary
TrashActionKeys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MOVE

public static final String MOVE
See Also:
Constant Field Values

OVERWRITE

public static final String OVERWRITE
See Also:
Constant Field Values

RENAME

public static final String RENAME
See Also:
Constant Field Values

RESTORE

public static final String RESTORE
See Also:
Constant Field Values
Constructor Detail

TrashActionKeys

public TrashActionKeys()

Liferay 6.2-ce-ga5