Class TActivityActivateSentryEvent
java.lang.Object
oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.Case.model.TActivityActivateSentryEvent
- All Implemented Interfaces:
Serializable
Java class for tActivityActivateSentryEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tActivityActivateSentryEvent"> <complexContent> <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements"> <choice minOccurs="0"> <element name="containingPhaseStarted" type="{http://www.w3.org/2001/XMLSchema}anyType"/> <element name="allActivitiesCompleted" type="{http://xmlns.oracle.com/bpm/case/metadata}tNameList"/> <element name="anyActivityCompleted" type="{http://xmlns.oracle.com/bpm/case/metadata}tNameList"/> <element name="allMilestonesCompleted" type="{http://xmlns.oracle.com/bpm/case/metadata}tNameList"/> <element name="anyMilestoneCompleted" type="{http://xmlns.oracle.com/bpm/case/metadata}tNameList"/> <element name="documentEvent" type="{http://xmlns.oracle.com/bpm/case/metadata}tDocumentSentryEvent"/> <element name="dataEvent" type="{http://xmlns.oracle.com/bpm/case/metadata}tDataSentryEvent"/> <element name="userDefinedEvent" type="{http://xmlns.oracle.com/bpm/case/metadata}tUserDefinedSentryEvent"/> </choice> </extension> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the allActivitiesCompleted property.Gets the value of the allMilestonesCompleted property.Gets the value of the anyActivityCompleted property.Gets the value of the anyMilestoneCompleted property.Gets the value of the containingPhaseStarted property.Gets the value of the dataEvent property.Gets the value of the documentEvent property.Gets the value of the userDefinedEvent property.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
Sets the value of the allActivitiesCompleted property.void
Sets the value of the allMilestonesCompleted property.void
setAnyActivityCompleted
(TNameList value) Sets the value of the anyActivityCompleted property.void
Sets the value of the anyMilestoneCompleted property.void
setContainingPhaseStarted
(Object value) Sets the value of the containingPhaseStarted property.void
setDataEvent
(TDataSentryEvent value) Sets the value of the dataEvent property.void
Sets the value of the documentEvent property.void
Sets the value of the userDefinedEvent property.Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
getDocumentation, isSetDocumentation, unsetDocumentation
-
Constructor Details
-
TActivityActivateSentryEvent
public TActivityActivateSentryEvent()
-
-
Method Details
-
getContainingPhaseStarted
Gets the value of the containingPhaseStarted property.- Returns:
- possible object is
Object
-
setContainingPhaseStarted
Sets the value of the containingPhaseStarted property.- Parameters:
value
- allowed object isObject
-
isSetContainingPhaseStarted
public boolean isSetContainingPhaseStarted() -
getAllActivitiesCompleted
Gets the value of the allActivitiesCompleted property.- Returns:
- possible object is
TNameList
-
setAllActivitiesCompleted
Sets the value of the allActivitiesCompleted property.- Parameters:
value
- allowed object isTNameList
-
isSetAllActivitiesCompleted
public boolean isSetAllActivitiesCompleted() -
getAnyActivityCompleted
Gets the value of the anyActivityCompleted property.- Returns:
- possible object is
TNameList
-
setAnyActivityCompleted
Sets the value of the anyActivityCompleted property.- Parameters:
value
- allowed object isTNameList
-
isSetAnyActivityCompleted
public boolean isSetAnyActivityCompleted() -
getAllMilestonesCompleted
Gets the value of the allMilestonesCompleted property.- Returns:
- possible object is
TNameList
-
setAllMilestonesCompleted
Sets the value of the allMilestonesCompleted property.- Parameters:
value
- allowed object isTNameList
-
isSetAllMilestonesCompleted
public boolean isSetAllMilestonesCompleted() -
getAnyMilestoneCompleted
Gets the value of the anyMilestoneCompleted property.- Returns:
- possible object is
TNameList
-
setAnyMilestoneCompleted
Sets the value of the anyMilestoneCompleted property.- Parameters:
value
- allowed object isTNameList
-
isSetAnyMilestoneCompleted
public boolean isSetAnyMilestoneCompleted() -
getDocumentEvent
Gets the value of the documentEvent property.- Returns:
- possible object is
TDocumentSentryEvent
-
setDocumentEvent
Sets the value of the documentEvent property.- Parameters:
value
- allowed object isTDocumentSentryEvent
-
isSetDocumentEvent
public boolean isSetDocumentEvent() -
getDataEvent
Gets the value of the dataEvent property.- Returns:
- possible object is
TDataSentryEvent
-
setDataEvent
Sets the value of the dataEvent property.- Parameters:
value
- allowed object isTDataSentryEvent
-
isSetDataEvent
public boolean isSetDataEvent() -
getUserDefinedEvent
Gets the value of the userDefinedEvent property.- Returns:
- possible object is
TUserDefinedSentryEvent
-
setUserDefinedEvent
Sets the value of the userDefinedEvent property.- Parameters:
value
- allowed object isTUserDefinedSentryEvent
-
isSetUserDefinedEvent
public boolean isSetUserDefinedEvent()
-