ValuePersistence.public final class Action
extends java.lang.Enum
| Modifier and Type | Field and Description | 
|---|---|
static Action | 
HISTORIZE
Deprecated.  
Indicates that ODI store in repository an history of all values held by the
 variable during an execution. 
 | 
static Action | 
LAST_VALUE
Deprecated.  
Indicates that ODI only store in repository the latest value held by the
 variable during an execution. 
 | 
static Action | 
NON_PERSISTENT
Deprecated.  
Indicates that ODI does not store variable value. 
 | 
static Action | 
NON_TRACKABLE
Deprecated.  
For backward compatibility only. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Action | 
valueOf(java.lang.String name)
Deprecated.  
  | 
static Action[] | 
values()
Deprecated.  
  | 
public static final Action LAST_VALUE
public static final Action HISTORIZE
public static final Action NON_PERSISTENT
public static final Action NON_TRACKABLE