Class Timeout
java.lang.Object
de.hybris.platform.processengine.definition.xml.Timeout
Allow to configure timeout for the wait node
Java class for timeout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="timeout">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="delay" use="required" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="then" use="required" type="{http://www.hybris.de/xsd/processdefinition}name" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
delay
-
then
-
-
Constructor Details
-
Timeout
public Timeout()
-
-
Method Details
-
getDelay
Gets the value of the delay property.- Returns:
- possible object is
Duration
-
setDelay
Sets the value of the delay property.- Parameters:
value- allowed object isDuration
-
getThen
Gets the value of the then property.- Returns:
- possible object is
String
-
setThen
Sets the value of the then property.- Parameters:
value- allowed object isString
-