com.ibm.ram.client
Class RAMAction
java.lang.Object
com.ibm.ram.common.data.Action
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
|
Constructor Summary |
RAMAction(int id,
java.lang.String name)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
RAMAction
public RAMAction(int id,
java.lang.String name)
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