Package sk.ipesoft.d2000.d2japi
Interface ProcessListItem
-
public interface ProcessListItemInstance of process List item
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetJsonDetails()Get details of process in JSON format.intgetProcessId()Get process ID (HOBJ) of D2000 processbooleangetProcessValid()Gettrueif the process is running;falseif it is not.
-
-
-
Method Detail
-
getProcessId
int getProcessId()
Get process ID (HOBJ) of D2000 process- Returns:
- HOBJ
-
getProcessValid
boolean getProcessValid()
Gettrueif the process is running;falseif it is not.- Returns:
trueif the process is running;falseif it is not.
-
getJsonDetails
java.lang.String getJsonDetails()
Get details of process in JSON format.- Returns:
- details of process in JSON format
-
-