|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wewebu.ow.server.app.OwUserOperationEvent
public class OwUserOperationEvent
The user operation event class. At the moment only LOGIN and LOGOUT operations are defined.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Nested Class Summary | |
|---|---|
static class |
OwUserOperationEvent.OwUserOperationType
Operation Types |
| Field Summary | |
|---|---|
static String |
OWD_APPLICATION
the Alfresco Workdesk application id |
| Constructor Summary | |
|---|---|
OwUserOperationEvent(OwBaseUserInfo userInfo_p,
OwUserOperationEvent.OwUserOperationType type_p,
String eventSource_p)
Constructor |
|
| Method Summary | |
|---|---|
Date |
getCreationTime()
Getter for creation time. |
String |
getEventSource()
Get the event source. |
OwUserOperationEvent.OwUserOperationType |
getType()
Getter for event type. |
OwBaseUserInfo |
getUserInfo()
Getter for OwBaseUserInfo object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static String OWD_APPLICATION
| Constructor Detail |
|---|
public OwUserOperationEvent(OwBaseUserInfo userInfo_p,
OwUserOperationEvent.OwUserOperationType type_p,
String eventSource_p)
userInfo_p - - user infotype_p - - operation typeeventSource_p - - the event source (OWD or other application) - can be null| Method Detail |
|---|
public OwBaseUserInfo getUserInfo()
OwBaseUserInfo object
OwBaseUserInfo objectpublic Date getCreationTime()
Date of event creation.public OwUserOperationEvent.OwUserOperationType getType()
public String getEventSource()
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||