Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.jbpm
Enum JbpmService.VariableName

java.lang.Object
  extended by java.lang.Enum<JbpmService.VariableName>
      extended by org.nuxeo.ecm.platform.jbpm.JbpmService.VariableName
All Implemented Interfaces:
Serializable, Comparable<JbpmService.VariableName>
Enclosing interface:
JbpmService

public static enum JbpmService.VariableName
extends Enum<JbpmService.VariableName>

The variable used as process instance variables.

Author:
arussel

Enum Constant Summary
document
          A document, used as a transient variable name
documentId
           
documentRepositoryName
           
endLifecycleTransition
           
initiator
           
participant
           
participants
           
principal
          A principal, used as a transient variable name
 
Method Summary
static JbpmService.VariableName valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JbpmService.VariableName[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

documentId

public static final JbpmService.VariableName documentId

documentRepositoryName

public static final JbpmService.VariableName documentRepositoryName

endLifecycleTransition

public static final JbpmService.VariableName endLifecycleTransition

initiator

public static final JbpmService.VariableName initiator

participants

public static final JbpmService.VariableName participants

participant

public static final JbpmService.VariableName participant

document

public static final JbpmService.VariableName document
A document, used as a transient variable name


principal

public static final JbpmService.VariableName principal
A principal, used as a transient variable name

Method Detail

values

public static JbpmService.VariableName[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (JbpmService.VariableName c : JbpmService.VariableName.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static JbpmService.VariableName valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.