public class OwUserOperationEvent extends Object
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
Modifier and Type | Class and Description |
---|---|
static class |
OwUserOperationEvent.OwUserOperationType
Operation Types
|
Modifier and Type | Field and Description |
---|---|
static String |
OWD_APPLICATION
the Alfresco Workdesk application id
|
Constructor and Description |
---|
OwUserOperationEvent(OwBaseUserInfo userInfo_p,
OwUserOperationEvent.OwUserOperationType type_p,
String eventSource_p)
Constructor
|
Modifier and Type | Method and Description |
---|---|
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 |
public static String OWD_APPLICATION
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
public OwBaseUserInfo getUserInfo()
OwBaseUserInfo
objectOwBaseUserInfo
objectpublic Date getCreationTime()
Date
of event creation.public OwUserOperationEvent.OwUserOperationType getType()
public String getEventSource()
null
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.