com.ibm.ram.client
Class RAMAction

java.lang.Object
  extended by com.ibm.ram.common.data.Action
      extended by com.ibm.ram.client.RAMAction

public class RAMAction
extends Action

Describes the action to be performed on an object during a RAMSession.put (IRAMSessionObject ...). Use the constants to define actions that are to be performed. Pass the RAMAction to an IRAMSessionObject.setAction(...) and call RAMSession.put (IRAMSessionObject ...) to perform the action.

Since:
7.1
Author:
kbauer

Field Summary
static RAMAction ARCHIVE
           
static RAMAction CREATE
           
static RAMAction CREATE_AS_IS
           
static RAMAction CREATE_DRAFT
           
static RAMAction DELETE
           
static RAMAction RETIRE
           
static RAMAction REVERSION
           
static RAMAction UPDATE
           
static RAMAction UPDATE_AS_IS
           
static RAMAction UPDATE_DRAFT
           
 
Constructor Summary
RAMAction(int id, java.lang.String name)
           
 
Method Summary
 java.lang.String getIdentifier()
           
 java.lang.String getWorkflowId()
           
 java.lang.String toString()
           
 
Methods inherited from class com.ibm.ram.common.data.Action
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CREATE

public static final RAMAction CREATE

UPDATE

public static final RAMAction UPDATE

DELETE

public static final RAMAction DELETE

REVERSION

public static final RAMAction REVERSION

CREATE_DRAFT

public static final RAMAction CREATE_DRAFT

UPDATE_DRAFT

public static final RAMAction UPDATE_DRAFT

CREATE_AS_IS

public static final RAMAction CREATE_AS_IS

UPDATE_AS_IS

public static final RAMAction UPDATE_AS_IS

RETIRE

public static final RAMAction RETIRE

ARCHIVE

public static final RAMAction ARCHIVE
Constructor Detail

RAMAction

public RAMAction(int id,
                 java.lang.String name)
Method Detail

getIdentifier

public java.lang.String getIdentifier()
Returns:
Returns the fIdentifier.
Since:
7.2

getWorkflowId

public java.lang.String getWorkflowId()
Returns:
Returns the fWorkflowId.
Since:
7.2

toString

public java.lang.String toString()
Overrides:
toString in class Action