Class TPhaseCompleteSentryEvent
java.lang.Object
oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.Case.model.TPhaseCompleteSentryEvent
- All Implemented Interfaces:
Serializable
Java class for tPhaseCompleteSentryEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tPhaseCompleteSentryEvent"> <complexContent> <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements"> <choice minOccurs="0"> <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="allActivitiesInPhaseCompleted" type="{http://www.w3.org/2001/XMLSchema}anyType"/> <element name="allRequiredActivitiesInPhaseCompleted" type="{http://www.w3.org/2001/XMLSchema}anyType"/> <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="allMilestonesInPhaseCompleted" type="{http://www.w3.org/2001/XMLSchema}anyType"/> <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 allActivitiesInPhaseCompleted property.Gets the value of the allMilestonesCompleted property.Gets the value of the allMilestonesInPhaseCompleted property.Gets the value of the allRequiredActivitiesInPhaseCompleted property.Gets the value of the anyActivityCompleted property.Gets the value of the anyMilestoneCompleted 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
boolean
boolean
void
Sets the value of the allActivitiesCompleted property.void
Sets the value of the allActivitiesInPhaseCompleted property.void
Sets the value of the allMilestonesCompleted property.void
Sets the value of the allMilestonesInPhaseCompleted property.void
Sets the value of the allRequiredActivitiesInPhaseCompleted property.void
setAnyActivityCompleted
(TNameList value) Sets the value of the anyActivityCompleted property.void
Sets the value of the anyMilestoneCompleted 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
-
TPhaseCompleteSentryEvent
public TPhaseCompleteSentryEvent()
-
-
Method Details
-
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() -
getAllActivitiesInPhaseCompleted
Gets the value of the allActivitiesInPhaseCompleted property.- Returns:
- possible object is
Object
-
setAllActivitiesInPhaseCompleted
Sets the value of the allActivitiesInPhaseCompleted property.- Parameters:
value
- allowed object isObject
-
isSetAllActivitiesInPhaseCompleted
public boolean isSetAllActivitiesInPhaseCompleted() -
getAllRequiredActivitiesInPhaseCompleted
Gets the value of the allRequiredActivitiesInPhaseCompleted property.- Returns:
- possible object is
Object
-
setAllRequiredActivitiesInPhaseCompleted
Sets the value of the allRequiredActivitiesInPhaseCompleted property.- Parameters:
value
- allowed object isObject
-
isSetAllRequiredActivitiesInPhaseCompleted
public boolean isSetAllRequiredActivitiesInPhaseCompleted() -
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() -
getAllMilestonesInPhaseCompleted
Gets the value of the allMilestonesInPhaseCompleted property.- Returns:
- possible object is
Object
-
setAllMilestonesInPhaseCompleted
Sets the value of the allMilestonesInPhaseCompleted property.- Parameters:
value
- allowed object isObject
-
isSetAllMilestonesInPhaseCompleted
public boolean isSetAllMilestonesInPhaseCompleted() -
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()
-