public class RunProcessAction extends Action implements ActiveLinkAction, FilterAction, Cloneable, Serializable
RunProcessAction class is used to
define the run process workflow action within active links, filters or escalations.| Constructor and Description |
|---|
RunProcessAction() |
RunProcessAction(String commandLine) |
| 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.
|
String |
getCommandLine() |
int |
hashCode()
Returns the hash code value for this instance of the current class.
|
void |
setCommandLine(String commandLine) |
String |
toString()
Returns a string description of the object.
|
equals, getActionTypepublic RunProcessAction()
public RunProcessAction(String commandLine)
commandLine - public String getCommandLine()
public void setCommandLine(String commandLine)
public Object clone() throws CloneNotSupportedException
Actionclone in class ActionCloneNotSupportedExceptionpublic boolean equals(Object obj)
Actionpublic int hashCode()
Action? Copyright 2013 BMC Software, Inc.