|
Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository 11g Release 1 (11.1.1) E16598-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.flashline.registry.openapi.decision.Decision
com.flashline.registry.openapi.decision.ExtractionDeploymentDecision
public class ExtractionDeploymentDecision
Stores the status of Extraction objects when a Project is closed. Any Extractions that are in process when a project is closed must be either rejected or deployed.
| Constructor Summary | |
|---|---|
ExtractionDeploymentDecision() |
|
ExtractionDeploymentDecision(long extractionID, java.lang.String status) |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)Get Custom Deserializer |
long |
getExtractionID()Gets the extractionID value for this ExtractionDeploymentDecision. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)Get Custom Serializer |
java.lang.String |
getStatus()Gets the status value for this ExtractionDeploymentDecision. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()Return type metadata object |
int |
hashCode() |
void |
setExtractionID(long extractionID)Sets the extractionID value for this ExtractionDeploymentDecision. |
void |
setStatus(java.lang.String status)Set the status that the Extraction will be updated to. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtractionDeploymentDecision()
public ExtractionDeploymentDecision(long extractionID,
java.lang.String status)
| Method Detail |
|---|
public long getExtractionID()
public void setExtractionID(long extractionID)
extractionID -public java.lang.String getStatus()
public void setStatus(java.lang.String status)
pStatus - Status of the extraction.public boolean equals(java.lang.Object obj)
equals in class Decisionpublic int hashCode()
hashCode in class Decisionpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository 11g Release 1 (11.1.1) E16598-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||