|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.document.service.publishing.PublishingEvent
public class PublishingEvent
PublishingEvent
Field Summary | |
---|---|
static int |
DOCUMENT_IS_COMMENT
|
static int |
DOCUMENT_PUBLISHED
|
static int |
DOCUMENT_UNPUBLISHED
|
Constructor Summary | |
---|---|
PublishingEvent(int nDocumentId,
int nPortletId,
int nType)
Creates a new instance of PublishingEvent |
Method Summary | |
---|---|
int |
getEventType()
Returns the EventType |
int |
getnDocumentId()
Returns the Document Id |
int |
getPortletId()
Returns the Portlet Id |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DOCUMENT_PUBLISHED
public static final int DOCUMENT_UNPUBLISHED
public static final int DOCUMENT_IS_COMMENT
Constructor Detail |
---|
public PublishingEvent(int nDocumentId, int nPortletId, int nType)
Method Detail |
---|
public int getEventType()
public int getnDocumentId()
public int getPortletId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |