@StableMinor(version="12.3", sinceVersion="7.1") public interface IStep extends Serializable
process
step. This interface provides
informations about the step.Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description of the step.
|
Date |
getIgnoredDate()
Returns the date time that indicates when the step was ignored by user.
|
String |
getIgnoredUserId()
Returns the userId who ignored the step.
|
String |
getMessage()
Returns the message of the step.
|
IProcess |
getProcess()
Returns the process owner of the step.
|
int |
getStepNumber()
Returns the number of this step.
|
boolean |
isMandatory()
Returns whether this step is mandatory.
|
boolean isMandatory()
String getDescription()
String getMessage()
IProcess getProcess()
Date getIgnoredDate()
null
.null
if the step wasn't ignored.String getIgnoredUserId()
null
.null
if the step wasn't ignored.int getStepNumber()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.