com.bmc.arsys.api
Class WfdBreakpoint
java.lang.Object
com.bmc.arsys.api.WfdBreakpoint
public class WfdBreakpoint
- extends Object
The WfdBreakpoint
class contains information about a workflow location
where the worker thread should stop. In addition, it contains
identification information and certain conditions that must be met before the thread
will stop. For example if the passcount = N where N is non-zero, the location must be executed
N times before the thread will stop.
id
public int id
disable
public boolean disable
passcount
public int passcount
bpQualifier
public QualifierInfo bpQualifier
filter
public String filter
schema
public String schema
stage
public int stage
actionNo
public int actionNo
elsePath
public boolean elsePath
WfdBreakpoint
public WfdBreakpoint()
© Copyright 2006, 2007 BMC Software, Inc.