|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.9.0) E25378-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.activity.model.TGlobalActivity
public class TGlobalActivity
Java class for tGlobalActivity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tGlobalActivity"> <complexContent> <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements"> <sequence> <element name="definition" type="{http://xmlns.oracle.com/bpm/case/activity}tCustomDefinition"/> <element name="parameters" type="{http://xmlns.oracle.com/bpm/case/activity}tParameters" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
TGlobalActivity() |
Method Summary | |
---|---|
TCustomDefinition |
getDefinition() Gets the value of the definition property. |
TParameters |
getParameters() Gets the value of the parameters property. |
boolean |
isSetDefinition() |
boolean |
isSetParameters() |
void |
setDefinition(TCustomDefinition value) Sets the value of the definition property. |
void |
setParameters(TParameters value) Sets the value of the parameters property. |
Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements |
---|
getDocumentation, isSetDocumentation, unsetDocumentation |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TGlobalActivity()
Method Detail |
---|
public TCustomDefinition getDefinition()
TCustomDefinition
public void setDefinition(TCustomDefinition value)
value
- allowed object is TCustomDefinition
public boolean isSetDefinition()
public TParameters getParameters()
TParameters
public void setParameters(TParameters value)
value
- allowed object is TParameters
public boolean isSetParameters()
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.9.0) E25378-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |