public class DataEngineProcess extends Object
| Constructor and Description |
|---|
DataEngineProcess(Process process,
String userId)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
Process |
getProcess()
Retrieve the Process being maintained.
|
String |
getUserId()
Retrieve the user maintaining the Process.
|
void |
setProcess(Process process)
Set the Process to be maintained.
|
void |
setUserId(String userId)
Set the user maintaining the Process.
|
public Process getProcess()
public void setProcess(Process process)
process - the Process to be maintainedpublic String getUserId()
public void setUserId(String userId)
userId - the user maintaining the ProcessCopyright © 2018–2019 ODPi. All rights reserved.