public interface IProcessInfo
Modifier and Type | Method and Description |
---|---|
java.util.List<IProcessInfo> |
getChildProcesses()
Returns the children processes of the process.
|
IUser |
getCreatedBy()
Returns the creator (user) of the process.
|
java.util.Date |
getCreatedOn()
Returns the created time of the process.
|
java.lang.String |
getDescription()
Returns the description of the process.
|
java.lang.String |
getName()
Returns the name of the process.
|
Id |
getParentProcessId()
Returns the creator (user) of the process.
|
int |
getPercentComplete()
Returns the completed percent of the process.
|
Id |
getProcessId()
Returns the id of the process.
|
Id |
getProcessTypeId()
Returns the process type id of the process.
|
ProcessStatus |
getStatus()
Returns the status of the process.
|
boolean |
isFinished()
Returns if the process is finished.
|
Id getProcessId()
java.lang.String getName()
java.lang.String getDescription()
Id getProcessTypeId()
boolean isFinished()
java.util.Date getCreatedOn()
IUser getCreatedBy()
ProcessStatus getStatus()
Id getParentProcessId()
int getPercentComplete()
java.util.List<IProcessInfo> getChildProcesses()
Licensed Materials - Property of IBM
© Copyright IBM Corp. 2013, 2018. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.