com.wewebu.ow.server.app
Enum OwUserOperationEvent.OwUserOperationType
java.lang.Object
java.lang.Enum<OwUserOperationEvent.OwUserOperationType>
com.wewebu.ow.server.app.OwUserOperationEvent.OwUserOperationType
- All Implemented Interfaces:
- Serializable, Comparable<OwUserOperationEvent.OwUserOperationType>
- Enclosing class:
- OwUserOperationEvent
public static enum OwUserOperationEvent.OwUserOperationType
- extends Enum<OwUserOperationEvent.OwUserOperationType>
Operation Types
LOGIN
public static final OwUserOperationEvent.OwUserOperationType LOGIN
LOGOUT
public static final OwUserOperationEvent.OwUserOperationType LOGOUT
START
public static final OwUserOperationEvent.OwUserOperationType START
STOP
public static final OwUserOperationEvent.OwUserOperationType STOP
values
public static OwUserOperationEvent.OwUserOperationType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (OwUserOperationEvent.OwUserOperationType c : OwUserOperationEvent.OwUserOperationType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static OwUserOperationEvent.OwUserOperationType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
fire
public void fire(OwUserOperationDispatch executor_p,
OwBaseUserInfo userInfo_p,
String eventSource_p)
throws OwException
- Throws:
OwException
fireAndForget
public void fireAndForget(OwUserOperationDispatch executor_p,
OwBaseUserInfo userInfo_p,
String eventSource_p)
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.