public static enum RuleActions.Actions extends Enum<RuleActions.Actions>
| Enum Constant and Description |
|---|
ADD_RECORD_TYPES |
CLOSE_RECORD_FOLDER |
COMPLETE_EVENT |
COMPLETE_RECORD |
COPY_TO |
EXECUTE_SCRIPT |
FILE_TO |
LINK_TO |
MOVE_TO |
OPEN_RECORD_FOLDER |
REJECT |
REOPEN_RECORD |
REQUEST_INFORMATION |
SEND_EMAIL |
SET_PROPERTY_VALUE |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionValue() |
static RuleActions.Actions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleActions.Actions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleActions.Actions COMPLETE_RECORD
public static final RuleActions.Actions REOPEN_RECORD
public static final RuleActions.Actions OPEN_RECORD_FOLDER
public static final RuleActions.Actions CLOSE_RECORD_FOLDER
public static final RuleActions.Actions FILE_TO
public static final RuleActions.Actions COPY_TO
public static final RuleActions.Actions MOVE_TO
public static final RuleActions.Actions LINK_TO
public static final RuleActions.Actions REJECT
public static final RuleActions.Actions REQUEST_INFORMATION
public static final RuleActions.Actions COMPLETE_EVENT
public static final RuleActions.Actions ADD_RECORD_TYPES
public static final RuleActions.Actions EXECUTE_SCRIPT
public static final RuleActions.Actions SEND_EMAIL
public static final RuleActions.Actions SET_PROPERTY_VALUE
public static RuleActions.Actions[] values()
for (RuleActions.Actions c : RuleActions.Actions.values()) System.out.println(c);
public static RuleActions.Actions 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 String getActionValue()
Copyright © 2005–2016 Alfresco Software. All rights reserved.