Class TMilestoneRevokeAction
java.lang.Object
oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.Case.model.TMilestoneRevokeAction
- All Implemented Interfaces:
Serializable
Java class for tMilestoneRevokeAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tMilestoneRevokeAction"> <complexContent> <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements"> <choice minOccurs="0"> <element name="forgetOccurrencesOfActivities" type="{http://xmlns.oracle.com/bpm/case/metadata}tNameList"/> <element name="forgetOccurrencesofUserDefinedEvents" type="{http://xmlns.oracle.com/bpm/case/metadata}tNameList"/> <element name="resetCurrentMilestoneSLA" type="{http://www.w3.org/2001/XMLSchema}anyType"/> <element name="resetActivitiesSLA" type="{http://xmlns.oracle.com/bpm/case/metadata}tNameList"/> </choice> </extension> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the forgetOccurrencesOfActivities property.Gets the value of the forgetOccurrencesofUserDefinedEvents property.Gets the value of the resetActivitiesSLA property.Gets the value of the resetCurrentMilestoneSLA property.boolean
boolean
boolean
boolean
void
Sets the value of the forgetOccurrencesOfActivities property.void
Sets the value of the forgetOccurrencesofUserDefinedEvents property.void
setResetActivitiesSLA
(TNameList value) Sets the value of the resetActivitiesSLA property.void
Sets the value of the resetCurrentMilestoneSLA property.Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
getDocumentation, isSetDocumentation, unsetDocumentation
-
Constructor Details
-
TMilestoneRevokeAction
public TMilestoneRevokeAction()
-
-
Method Details
-
getForgetOccurrencesOfActivities
Gets the value of the forgetOccurrencesOfActivities property.- Returns:
- possible object is
TNameList
-
setForgetOccurrencesOfActivities
Sets the value of the forgetOccurrencesOfActivities property.- Parameters:
value
- allowed object isTNameList
-
isSetForgetOccurrencesOfActivities
public boolean isSetForgetOccurrencesOfActivities() -
getForgetOccurrencesofUserDefinedEvents
Gets the value of the forgetOccurrencesofUserDefinedEvents property.- Returns:
- possible object is
TNameList
-
setForgetOccurrencesofUserDefinedEvents
Sets the value of the forgetOccurrencesofUserDefinedEvents property.- Parameters:
value
- allowed object isTNameList
-
isSetForgetOccurrencesofUserDefinedEvents
public boolean isSetForgetOccurrencesofUserDefinedEvents() -
getResetCurrentMilestoneSLA
Gets the value of the resetCurrentMilestoneSLA property.- Returns:
- possible object is
Object
-
setResetCurrentMilestoneSLA
Sets the value of the resetCurrentMilestoneSLA property.- Parameters:
value
- allowed object isObject
-
isSetResetCurrentMilestoneSLA
public boolean isSetResetCurrentMilestoneSLA() -
getResetActivitiesSLA
Gets the value of the resetActivitiesSLA property.- Returns:
- possible object is
TNameList
-
setResetActivitiesSLA
Sets the value of the resetActivitiesSLA property.- Parameters:
value
- allowed object isTNameList
-
isSetResetActivitiesSLA
public boolean isSetResetActivitiesSLA()
-