public static enum RuleConditions.PropertiesNamesByValue extends Enum<RuleConditions.PropertiesNamesByValue>
| Enum Constant and Description |
|---|
ALL_ITEMS |
CLASSIFIED_BY_DISPOSITION_SCHEDULE |
CONTENT_OF_TYPE_OR_SUB_TYPE |
CUT_OFF |
HAS_ASPECT |
HAS_CATEGORY |
HAS_DISPOSITION_ACTION |
HAS_RECORD_TYPE |
HAS_TAG |
ON_HOLD |
RECORD_COMPLETED |
RECORD_FILED |
RECORD_FOLDER_CLOSED |
SHOW_MORE |
TYPE_OF_RM_ITEM |
VITAL_RECORD |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyValue() |
static RuleConditions.PropertiesNamesByValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleConditions.PropertiesNamesByValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleConditions.PropertiesNamesByValue ALL_ITEMS
public static final RuleConditions.PropertiesNamesByValue HAS_CATEGORY
public static final RuleConditions.PropertiesNamesByValue HAS_TAG
public static final RuleConditions.PropertiesNamesByValue CONTENT_OF_TYPE_OR_SUB_TYPE
public static final RuleConditions.PropertiesNamesByValue HAS_ASPECT
public static final RuleConditions.PropertiesNamesByValue TYPE_OF_RM_ITEM
public static final RuleConditions.PropertiesNamesByValue HAS_RECORD_TYPE
public static final RuleConditions.PropertiesNamesByValue RECORD_COMPLETED
public static final RuleConditions.PropertiesNamesByValue RECORD_FILED
public static final RuleConditions.PropertiesNamesByValue RECORD_FOLDER_CLOSED
public static final RuleConditions.PropertiesNamesByValue VITAL_RECORD
public static final RuleConditions.PropertiesNamesByValue HAS_DISPOSITION_ACTION
public static final RuleConditions.PropertiesNamesByValue CLASSIFIED_BY_DISPOSITION_SCHEDULE
public static final RuleConditions.PropertiesNamesByValue CUT_OFF
public static final RuleConditions.PropertiesNamesByValue ON_HOLD
public static final RuleConditions.PropertiesNamesByValue SHOW_MORE
public static RuleConditions.PropertiesNamesByValue[] values()
for (RuleConditions.PropertiesNamesByValue c : RuleConditions.PropertiesNamesByValue.values()) System.out.println(c);
public static RuleConditions.PropertiesNamesByValue 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 getPropertyValue()
Copyright © 2005–2016 Alfresco Software. All rights reserved.