Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.model
Class DLSyncConstants

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.model.DLSyncConstants

public class DLSyncConstants
extends Object


Field Summary
static String EVENT_ADD
           
static String EVENT_DELETE
           
static String EVENT_UPDATE
           
static String TYPE_FILE
           
static String TYPE_FOLDER
           
 
Constructor Summary
DLSyncConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVENT_ADD

public static final String EVENT_ADD
See Also:
Constant Field Values

EVENT_DELETE

public static final String EVENT_DELETE
See Also:
Constant Field Values

EVENT_UPDATE

public static final String EVENT_UPDATE
See Also:
Constant Field Values

TYPE_FILE

public static final String TYPE_FILE
See Also:
Constant Field Values

TYPE_FOLDER

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

DLSyncConstants

public DLSyncConstants()

Liferay 6.1.2-ce-ga3