PostActionParameter

public class PostActionParameter

Represents a single post action parameter used by a task. This class is part of the task itself and does not describe the parameter itself. This object translates to retrieving a parameter object during task execution.

Constructors

PostActionParameter

public PostActionParameter()

PostActionParameter

public PostActionParameter(Long objectId, boolean failIfDataNotFound)

Methods

equals

public boolean equals(Object obj)

getObjectId

public Long getObjectId()

hashCode

public int hashCode()

isFailIfDataNotFound

public boolean isFailIfDataNotFound()

setFailIfDataNotFound

public void setFailIfDataNotFound(boolean failIfDataNotFound)

setObjectId

public void setObjectId(Long objectId)

toString

public String toString()