public abstract class Action extends Object implements Cloneable
| Constructor and Description |
|---|
Action() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self.
|
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the
provided one.
|
boolean |
equals(Object anObject,
String lhsServer,
String lhsForm,
String rhsServer,
String rhsForm) |
static int |
getActionType(Action action,
boolean isActiveLinkAction)
take the workflow action, and return an action type that is defined in API Constants class.
|
int |
hashCode()
Returns the hash code value for this instance of the current class.
|
String |
toString()
Returns a string description of the object.
|
public static int getActionType(Action action, boolean isActiveLinkAction)
action - action objectisActiveLinkAction - if it is an activelink action. Some actions, such as Push Field
or Set Field exists in both activelink and filter. However, we use a different type to distingush
between active link action and filter action. Active link is a client side logic, while Filter
represents a server side logic.public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic boolean equals(Object obj)
public boolean equals(Object anObject, String lhsServer, String lhsForm, String rhsServer, String rhsForm)
public int hashCode()
? Copyright 2013 BMC Software, Inc.