Class ProcessStartingInfo
java.lang.Object
com.appiancorp.suiteapi.process.webservices.ProcessStartingInfo
- All Implemented Interfaces:
Serializable
Bean for process starting info
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the parameters for the process modelGets the process model idGets the process model service namevoid
setParameters
(ProcessVariable[] parameters_) Sets the parameters for the process modelvoid
setProcessModelId
(Long processModelId_) Sets the process model idvoid
setProcessModelServiceName
(String processModelServiceName_) Sets the process model service name
-
Constructor Details
-
ProcessStartingInfo
public ProcessStartingInfo()
-
-
Method Details
-
getParameters
Gets the parameters for the process model- Returns:
- the parameters for the process model
-
setParameters
Sets the parameters for the process model- Parameters:
parameters_
- the parameters for the process model to set- See Also:
-
getProcessModelId
Gets the process model id- Returns:
- the process model id
-
setProcessModelId
Sets the process model id- Parameters:
processModelId_
- the process model is to set- See Also:
-
getProcessModelServiceName
Gets the process model service name- Returns:
- the process model service name
-
setProcessModelServiceName
Sets the process model service name- Parameters:
processModelServiceName_
- the process model service name to set- See Also:
-