Package com.appiancorp.suiteapi.process
Class ActivityProperties
java.lang.Object
com.appiancorp.suiteapi.process.ActivityProperties
- All Implemented Interfaces:
Serializable
Container for the properties of an activity. This bean holds references
to the task properties, process properties, and process model properties
for a task, the process it is in, and the model for that process.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the properties of the underlying ProcessModel of process to which this activity is part of.Gets the properties of process to which this activity belongs to.Gets the properties of taskvoid
setProcessModelProperties
(ProcessModelProperties processModelProperties_) Sets the properties of underlying ProcessModel of process to which this task belongs tovoid
setProcessProperties
(ProcessProperties processProperties_) Sets the properties of process to which this activity belongs tovoid
setTaskProperties
(TaskProperties taskProperties_) Sets the properties of tasktoString()
Returns the String representation of theActivityProperties
-
Constructor Details
-
ActivityProperties
public ActivityProperties()
-
-
Method Details
-
getProcessModelProperties
Gets the properties of the underlying ProcessModel of process to which this activity is part of.- Returns:
- the properties of process model
-
setProcessModelProperties
Sets the properties of underlying ProcessModel of process to which this task belongs to- Parameters:
processModelProperties_
-ProcessModelProperties
to set
-
getProcessProperties
Gets the properties of process to which this activity belongs to.- Returns:
- properties of process
-
setProcessProperties
Sets the properties of process to which this activity belongs to- Parameters:
processProperties_
-ProcessProperties
to set
-
getTaskProperties
Gets the properties of task- Returns:
- properties of task
-
setTaskProperties
Sets the properties of task- Parameters:
taskProperties_
-TaskProperties
to set
-
toString
Returns the String representation of theActivityProperties
-