Class TCaseAction
java.lang.Object
oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.caserule.model.TCaseAction
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements"> <sequence> <choice maxOccurs="unbounded" minOccurs="0"> <element name="milestone" type="{http://xmlns.oracle.com/bpm/case/action}tMilestoneAction"/> <element name="caseActivity" type="{http://xmlns.oracle.com/bpm/case/action}tCaseActivityAction"/> <element name="phase" type="{http://xmlns.oracle.com/bpm/case/action}tPhaseAction"/> <element name="caseInstance" type="{http://xmlns.oracle.com/bpm/case/action}tCaseInstanceAction"/> <element name="userDefinedEvent" type="{http://xmlns.oracle.com/bpm/case/action}tUserDefinedEventAction"/> </choice> </sequence> </extension> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the milestoneOrCaseActivityOrPhase property.boolean
void
Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
getDocumentation, isSetDocumentation, unsetDocumentation
-
Constructor Details
-
TCaseAction
public TCaseAction()
-
-
Method Details
-
getMilestoneOrCaseActivityOrPhase
Gets the value of the milestoneOrCaseActivityOrPhase property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the milestoneOrCaseActivityOrPhase property.For example, to add a new item, do as follows:
getMilestoneOrCaseActivityOrPhase().add(newItem);
Objects of the following type(s) are allowed in the list
TMilestoneAction
TCaseActivityAction
TPhaseAction
TCaseInstanceAction
TUserDefinedEventAction
-
isSetMilestoneOrCaseActivityOrPhase
public boolean isSetMilestoneOrCaseActivityOrPhase() -
unsetMilestoneOrCaseActivityOrPhase
public void unsetMilestoneOrCaseActivityOrPhase()
-