|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.caseinstance.model.TCaseHeader
public class TCaseHeader
Java class for tCaseHeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCaseHeader">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<sequence>
<element name="caseId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="caseNumber" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="caseName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="caseDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="priority" type="{http://xmlns.oracle.com/bpm/case}tPriority"/>
<element name="createdBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="createdByDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dueDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="state" type="{http://xmlns.oracle.com/bpm/case}tStateEnum"/>
<element name="stateDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ecmFolder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="caseDefinitionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="caseDefinitionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="caseNamespace" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="identificationKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="category" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="categoryDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="outcome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="outcomeDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sca" type="{http://xmlns.oracle.com/bpm/case}tSca"/>
<element name="actions" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TCaseHeader()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getActions()
Gets the value of the actions property. |
java.lang.String |
getCaseDefinitionId()
Gets the value of the caseDefinitionId property. |
java.lang.String |
getCaseDefinitionName()
Gets the value of the caseDefinitionName property. |
java.lang.String |
getCaseDisplayName()
Gets the value of the caseDisplayName property. |
java.lang.String |
getCaseId()
Gets the value of the caseId property. |
java.lang.String |
getCaseName()
Gets the value of the caseName property. |
java.lang.String |
getCaseNamespace()
Gets the value of the caseNamespace property. |
java.math.BigInteger |
getCaseNumber()
Gets the value of the caseNumber property. |
java.lang.String |
getCategory()
Gets the value of the category property. |
java.lang.String |
getCategoryDisplayName()
Gets the value of the categoryDisplayName property. |
java.lang.String |
getCreatedBy()
Gets the value of the createdBy property. |
java.lang.String |
getCreatedByDisplayName()
Gets the value of the createdByDisplayName property. |
javax.xml.datatype.XMLGregorianCalendar |
getCreatedDate()
Gets the value of the createdDate property. |
javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> |
getDueDate()
Gets the value of the dueDate property. |
java.lang.String |
getEcmFolder()
Gets the value of the ecmFolder property. |
javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> |
getEndDate()
Gets the value of the endDate property. |
javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> |
getExpirationDate()
Gets the value of the expirationDate property. |
java.lang.String |
getIdentificationKey()
Gets the value of the identificationKey property. |
java.lang.String |
getOutcome()
Gets the value of the outcome property. |
java.lang.String |
getOutcomeDisplayName()
Gets the value of the outcomeDisplayName property. |
int |
getPriority()
Gets the value of the priority property. |
TSca |
getSca()
Gets the value of the sca property. |
TStateEnum |
getState()
Gets the value of the state property. |
java.lang.String |
getStateDisplayName()
Gets the value of the stateDisplayName property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
void |
setCaseDefinitionId(java.lang.String value)
Sets the value of the caseDefinitionId property. |
void |
setCaseDefinitionName(java.lang.String value)
Sets the value of the caseDefinitionName property. |
void |
setCaseDisplayName(java.lang.String value)
Sets the value of the caseDisplayName property. |
void |
setCaseId(java.lang.String value)
Sets the value of the caseId property. |
void |
setCaseName(java.lang.String value)
Sets the value of the caseName property. |
void |
setCaseNamespace(java.lang.String value)
Sets the value of the caseNamespace property. |
void |
setCaseNumber(java.math.BigInteger value)
Sets the value of the caseNumber property. |
void |
setCategory(java.lang.String value)
Sets the value of the category property. |
void |
setCategoryDisplayName(java.lang.String value)
Sets the value of the categoryDisplayName property. |
void |
setCreatedBy(java.lang.String value)
Sets the value of the createdBy property. |
void |
setCreatedByDisplayName(java.lang.String value)
Sets the value of the createdByDisplayName property. |
void |
setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the createdDate property. |
void |
setDueDate(javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> value)
Sets the value of the dueDate property. |
void |
setEcmFolder(java.lang.String value)
Sets the value of the ecmFolder property. |
void |
setEndDate(javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> value)
Sets the value of the endDate property. |
void |
setExpirationDate(javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> value)
Sets the value of the expirationDate property. |
void |
setIdentificationKey(java.lang.String value)
Sets the value of the identificationKey property. |
void |
setOutcome(java.lang.String value)
Sets the value of the outcome property. |
void |
setOutcomeDisplayName(java.lang.String value)
Sets the value of the outcomeDisplayName property. |
void |
setPriority(int value)
Sets the value of the priority property. |
void |
setSca(TSca value)
Sets the value of the sca property. |
void |
setState(TStateEnum value)
Sets the value of the state property. |
void |
setStateDisplayName(java.lang.String value)
Sets the value of the stateDisplayName property. |
void |
setTitle(java.lang.String value)
Sets the value of the title property. |
| Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements |
|---|
getDocumentation |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TCaseHeader()
| Method Detail |
|---|
public java.lang.String getCaseId()
Stringpublic void setCaseId(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getCaseNumber()
BigIntegerpublic void setCaseNumber(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getCaseName()
Stringpublic void setCaseName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCaseDisplayName()
Stringpublic void setCaseDisplayName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic int getPriority()
public void setPriority(int value)
public java.lang.String getCreatedBy()
Stringpublic void setCreatedBy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCreatedByDisplayName()
Stringpublic void setCreatedByDisplayName(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getCreatedDate()
XMLGregorianCalendarpublic void setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> getEndDate()
JAXBElement<XMLGregorianCalendar>public void setEndDate(javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> value)
value - allowed object is
JAXBElement<XMLGregorianCalendar>public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> getExpirationDate()
JAXBElement<XMLGregorianCalendar>public void setExpirationDate(javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> value)
value - allowed object is
JAXBElement<XMLGregorianCalendar>public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> getDueDate()
JAXBElement<XMLGregorianCalendar>public void setDueDate(javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> value)
value - allowed object is
JAXBElement<XMLGregorianCalendar>public TStateEnum getState()
TStateEnumpublic void setState(TStateEnum value)
value - allowed object is
TStateEnumpublic java.lang.String getStateDisplayName()
Stringpublic void setStateDisplayName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEcmFolder()
Stringpublic void setEcmFolder(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCaseDefinitionId()
Stringpublic void setCaseDefinitionId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCaseDefinitionName()
Stringpublic void setCaseDefinitionName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCaseNamespace()
Stringpublic void setCaseNamespace(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIdentificationKey()
Stringpublic void setIdentificationKey(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCategory()
Stringpublic void setCategory(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCategoryDisplayName()
Stringpublic void setCategoryDisplayName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOutcome()
Stringpublic void setOutcome(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOutcomeDisplayName()
Stringpublic void setOutcomeDisplayName(java.lang.String value)
value - allowed object is
Stringpublic TSca getSca()
TScapublic void setSca(TSca value)
value - allowed object is
TScapublic java.util.List<java.lang.String> getActions()
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 actions property.
For example, to add a new item, do as follows:
getActions().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.7.0) E25378-07 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||