public static enum OwUserOperationEvent.OwUserOperationType extends Enum<OwUserOperationEvent.OwUserOperationType>
Modifier and Type | Method and Description |
---|---|
void |
fire(OwUserOperationDispatch executor_p,
OwBaseUserInfo userInfo_p,
String eventSource_p) |
void |
fireAndForget(OwUserOperationDispatch executor_p,
OwBaseUserInfo userInfo_p,
String eventSource_p) |
static OwUserOperationEvent.OwUserOperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OwUserOperationEvent.OwUserOperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OwUserOperationEvent.OwUserOperationType LOGIN
public static final OwUserOperationEvent.OwUserOperationType LOGOUT
public static final OwUserOperationEvent.OwUserOperationType START
public static final OwUserOperationEvent.OwUserOperationType STOP
public static OwUserOperationEvent.OwUserOperationType[] values()
for (OwUserOperationEvent.OwUserOperationType c : OwUserOperationEvent.OwUserOperationType.values()) System.out.println(c);
public static OwUserOperationEvent.OwUserOperationType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic void fire(OwUserOperationDispatch executor_p, OwBaseUserInfo userInfo_p, String eventSource_p) throws OwException
OwException
public void fireAndForget(OwUserOperationDispatch executor_p, OwBaseUserInfo userInfo_p, String eventSource_p)
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.