public enum BuiltInVertexProperties extends Enum<BuiltInVertexProperties>
| Enum Constant and Description |
|---|
ABORTABLE
Boolean property.
|
ACTIVITY_DEF_NAME |
ACTIVITY_DEF_URN |
ACTIVITY_DEF_VERSION |
AGENT_NAME
String property.
|
AGENT_ROLE
Deprecated.
use
RolePath.setPermissions(java.util.List) instead |
ATTACHMENT_MIME_TYPES
String property.
|
BREAKPOINT
Boolean property ...
|
DELEGATE_NAME
String property.
|
DESCRIPTION
String property used in ActivityDef to store the description text
|
LAST_NUM
Used in Splits as a counter to provide unique ID for instances of
DirectedEdge |
MEMBER_ADD_SCRIPT
String property used in CollectionDefinition to specify the Script to be executed during AddMemberToCollection.
|
MEMBER_REMOVE_SCRIPT
String property used in CollectionDefinition to specify the Script to be executed during RemoveSlotFromCollection.
|
MEMBER_UPDATE_SCRIPT
String property.
|
NAME
String property.
|
OBJECT_TYPE
String property.
|
OUTCOME_INIT
String property to hold the name of the OutcomeInititator to be used by the Job associated with Activities.
|
PAIRING_ID
String property.
|
PROPERTY_DEF_NAME
String property.
|
PROPERTY_DEF_VERSION
Integer property.
|
QUERY_NAME
String property.
|
QUERY_VERSION
Integer property to hold the version of the Script associated with Activities.
|
REPEAT_WHEN
Boolean property.
|
ROUTING_EXPR
String property.
|
ROUTING_SCRIPT_NAME
String property to hold either the name of the Script or the UUID of the Schema Item associated with Splits.
|
ROUTING_SCRIPT_VERSION
Integer property to hold the version of the Schema associated with Splits.
|
SCHEMA_NAME
String property.
|
SCHEMA_VERSION
Integer property to hold the version of the Schema associated with Activities.
|
SCRIPT_NAME
String property.
|
SCRIPT_VERSION
Integer property to hold the version of the Script associated with Activities.
|
SECURITY_ACTION
It is used during the permission checks based on Shiro WildcardPermission.
|
SIMPLE_ELECTRONIC_SIGNATURE |
STATE_MACHINE_NAME
String property to hold either the name of the StateMachine or the UUID of the StateMachine
Item associated with Activities.
|
STATE_MACHINE_VERSION
Integer property to hold the version of the StateMachine associated with Activities.
|
TYPE
String property.
|
VERSION
Integer property.
|
VIEW_NAME
String property used in Script CreateNewNumberedVersionFromLast and SetLastNumberedVersionFromLast
to specify
org.cristalise.kernel.persistency.outcome.Viewpoint#setSchemaName(String). |
VIEW_POINT
String property used to specify
Viewpoint.setName(String). |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static BuiltInVertexProperties |
getValue(String propName) |
String |
toString() |
static BuiltInVertexProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuiltInVertexProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuiltInVertexProperties ABORTABLE
public static final BuiltInVertexProperties ACTIVITY_DEF_NAME
public static final BuiltInVertexProperties ACTIVITY_DEF_VERSION
public static final BuiltInVertexProperties ACTIVITY_DEF_URN
public static final BuiltInVertexProperties AGENT_NAME
public static final BuiltInVertexProperties ATTACHMENT_MIME_TYPES
public static final BuiltInVertexProperties DELEGATE_NAME
public static final BuiltInVertexProperties AGENT_ROLE
RolePath.setPermissions(java.util.List) insteadpublic static final BuiltInVertexProperties BREAKPOINT
public static final BuiltInVertexProperties DESCRIPTION
public static final BuiltInVertexProperties LAST_NUM
DirectedEdgepublic static final BuiltInVertexProperties MEMBER_ADD_SCRIPT
<Dependency name="Employees" isDescription="true">
<DependencyMember itemPath="/domain/path/EmployeeFactory" />
<CollectionProperties>
<KeyValuePair Key="MemberAddScript" String="Department_CheckEmployees:0"/>
</CollectionProperties>
</Dependency>
public static final BuiltInVertexProperties MEMBER_REMOVE_SCRIPT
<Dependency name="Employees" isDescription="true">
<DependencyMember itemPath="/domain/path/EmployeeFactory" />
<CollectionProperties>
<KeyValuePair Key="MemberRemoveScript" String="Department_CheckEmployees:0"/>
</CollectionProperties>
</Dependency>
public static final BuiltInVertexProperties MEMBER_UPDATE_SCRIPT
<Dependency name="Employees" isDescription="true">
<DependencyMember itemPath="/domain/path/EmployeeFactory" />
<CollectionProperties>
<KeyValuePair Key="MemberUpdateScript" String="Department_CheckEmployees:0"/>
</CollectionProperties>
</Dependency>
public static final BuiltInVertexProperties NAME
public static final BuiltInVertexProperties OBJECT_TYPE
public static final BuiltInVertexProperties OUTCOME_INIT
Can be null or undefined.
public static final BuiltInVertexProperties PAIRING_ID
public static final BuiltInVertexProperties PROPERTY_DEF_NAME
public static final BuiltInVertexProperties PROPERTY_DEF_VERSION
public static final BuiltInVertexProperties REPEAT_WHEN
public static final BuiltInVertexProperties ROUTING_EXPR
javascript: new java.lang.Integer(counter % 2);
public static final BuiltInVertexProperties ROUTING_SCRIPT_NAME
ROUTING_EXPR.
Can be null or undefined.public static final BuiltInVertexProperties ROUTING_SCRIPT_VERSION
public static final BuiltInVertexProperties SCHEMA_NAME
public static final BuiltInVertexProperties SCHEMA_VERSION
public static final BuiltInVertexProperties SCRIPT_NAME
public static final BuiltInVertexProperties SCRIPT_VERSION
public static final BuiltInVertexProperties SECURITY_ACTION
public static final BuiltInVertexProperties SIMPLE_ELECTRONIC_SIGNATURE
public static final BuiltInVertexProperties QUERY_NAME
public static final BuiltInVertexProperties QUERY_VERSION
public static final BuiltInVertexProperties STATE_MACHINE_NAME
public static final BuiltInVertexProperties STATE_MACHINE_VERSION
public static final BuiltInVertexProperties TYPE
public static final BuiltInVertexProperties VERSION
public static final BuiltInVertexProperties VIEW_NAME
org.cristalise.kernel.persistency.outcome.Viewpoint#setSchemaName(String).public static final BuiltInVertexProperties VIEW_POINT
Viewpoint.setName(String).public static BuiltInVertexProperties[] values()
for (BuiltInVertexProperties c : BuiltInVertexProperties.values()) System.out.println(c);
public static BuiltInVertexProperties 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<BuiltInVertexProperties>public static BuiltInVertexProperties getValue(String propName)
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.