public enum BuiltInItemProperties extends Enum<BuiltInItemProperties>
| Enum Constant and Description |
|---|
AGGREGATE_SCRIPT_URN |
COMPLEXITY
Used in description Items to manage Elementary or Composite Activity Definition
|
CREATOR
Store the Agent name used used to call the
CreateItemFromDescription predefined Step. |
KERNEL_VERSION |
MASTER_SCHEMA_URN |
MODULE |
NAME
The name or ID of the Item, specified by the Factory Item and sent as the first parameter in the
CreateItemFromDescription predefined Step. |
NAMESPACE |
QUERY_URN
The UUID of the Query Item and its Version number separated by colon ':'.
|
SCHEMA_URN
The UUID of the Schema Item and its Version number separated by colon ':'.
|
SCRIPT_URN
The UUID of the Script Item and its Version number separated by colon ':'.
|
SECURITY_DOMAIN
It is used during the permission checks based on Shiro WildcardPermission.
|
STATE_MACHINE_URN
The UUID of the StateMachine Item and its Version number separated by colon ':'.
|
TYPE
The type of the Item, it is a good practice to set it as an immutable, fixed value Property.
|
VERSION |
WORKFLOW_URN
The UUID of the Workflow Item and its Version number separated by colon ':'
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static BuiltInItemProperties |
getValue(String propName) |
String |
toString() |
static BuiltInItemProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuiltInItemProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuiltInItemProperties AGGREGATE_SCRIPT_URN
public static final BuiltInItemProperties CREATOR
CreateItemFromDescription predefined Step.public static final BuiltInItemProperties COMPLEXITY
public static final BuiltInItemProperties KERNEL_VERSION
public static final BuiltInItemProperties MASTER_SCHEMA_URN
public static final BuiltInItemProperties NAME
CreateItemFromDescription predefined Step. It will be automatically added even if it was not defined.public static final BuiltInItemProperties NAMESPACE
public static final BuiltInItemProperties MODULE
public static final BuiltInItemProperties TYPE
public static final BuiltInItemProperties SECURITY_DOMAIN
public static final BuiltInItemProperties VERSION
public static final BuiltInItemProperties SCHEMA_URN
public static final BuiltInItemProperties SCRIPT_URN
public static final BuiltInItemProperties QUERY_URN
public static final BuiltInItemProperties STATE_MACHINE_URN
public static final BuiltInItemProperties WORKFLOW_URN
public static BuiltInItemProperties[] values()
for (BuiltInItemProperties c : BuiltInItemProperties.values()) System.out.println(c);
public static BuiltInItemProperties 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 getName()
public String toString()
toString in class Enum<BuiltInItemProperties>public static BuiltInItemProperties getValue(String propName)
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.