|
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.activity.model.TCaseActivity
public class TCaseActivity
Java class for tCaseActivity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCaseActivity">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<sequence>
<element name="name" type="{http://xmlns.oracle.com/bpm/case/activity}tTranslatedValue"/>
<element name="title" type="{http://xmlns.oracle.com/bpm/case/metadata/common}tTranslatableValue" minOccurs="0"/>
<element name="productVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="activityDefinitionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://xmlns.oracle.com/bpm/case/activity}tTranslatedValue" minOccurs="0"/>
<element name="activityType" type="{http://xmlns.oracle.com/bpm/case/activity}tActivity"/>
<element name="repeatable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="required" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="manual" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="isGlobal" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="isConditional" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="permissionTag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="caseAssociations" type="{http://xmlns.oracle.com/bpm/case/activity}tCaseAssociations"/>
<choice>
<element name="bpmnActivity" type="{http://xmlns.oracle.com/bpm/case/activity}tBpmnActivity"/>
<element name="workflowActivity" type="{http://xmlns.oracle.com/bpm/case/activity}tWorkflowActivity"/>
<element name="globalActivity" type="{http://xmlns.oracle.com/bpm/case/activity}tGlobalActivity"/>
<element name="customActivity" type="{http://xmlns.oracle.com/bpm/case/activity}tCustomActivity"/>
</choice>
<element name="resourceBundle" type="{http://xmlns.oracle.com/bpm/case/activity}tResourceBundle" minOccurs="0"/>
</sequence>
<attribute name="targetNamespace" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TCaseActivity()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getActivityDefinitionId()
Gets the value of the activityDefinitionId property. |
TActivity |
getActivityType()
Gets the value of the activityType property. |
TBpmnActivity |
getBpmnActivity()
Gets the value of the bpmnActivity property. |
TCaseAssociations |
getCaseAssociations()
Gets the value of the caseAssociations property. |
TCustomActivity |
getCustomActivity()
Gets the value of the customActivity property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
TGlobalActivity |
getGlobalActivity()
Gets the value of the globalActivity property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getPermissionTag()
Gets the value of the permissionTag property. |
java.lang.String |
getProductVersion()
Gets the value of the productVersion property. |
TResourceBundle |
getResourceBundle()
Gets the value of the resourceBundle property. |
java.lang.String |
getTargetNamespace()
Gets the value of the targetNamespace property. |
TTranslatableValue |
getTitle()
Gets the value of the title property. |
TWorkflowActivity |
getWorkflowActivity()
Gets the value of the workflowActivity property. |
boolean |
isIsConditional()
Gets the value of the isConditional property. |
boolean |
isIsGlobal()
Gets the value of the isGlobal property. |
boolean |
isManual()
Gets the value of the manual property. |
boolean |
isRepeatable()
Gets the value of the repeatable property. |
boolean |
isRequired()
Gets the value of the required property. |
boolean |
isSetActivityDefinitionId()
|
boolean |
isSetActivityType()
|
boolean |
isSetBpmnActivity()
|
boolean |
isSetCaseAssociations()
|
boolean |
isSetCustomActivity()
|
boolean |
isSetDescription()
|
boolean |
isSetGlobalActivity()
|
boolean |
isSetIsConditional()
|
boolean |
isSetIsGlobal()
|
boolean |
isSetManual()
|
boolean |
isSetName()
|
boolean |
isSetPermissionTag()
|
boolean |
isSetProductVersion()
|
boolean |
isSetRepeatable()
|
boolean |
isSetRequired()
|
boolean |
isSetResourceBundle()
|
boolean |
isSetTargetNamespace()
|
boolean |
isSetTitle()
|
boolean |
isSetWorkflowActivity()
|
void |
setActivityDefinitionId(java.lang.String value)
Sets the value of the activityDefinitionId property. |
void |
setActivityType(TActivity value)
Sets the value of the activityType property. |
void |
setBpmnActivity(TBpmnActivity value)
Sets the value of the bpmnActivity property. |
void |
setCaseAssociations(TCaseAssociations value)
Sets the value of the caseAssociations property. |
void |
setCustomActivity(TCustomActivity value)
Sets the value of the customActivity property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setGlobalActivity(TGlobalActivity value)
Sets the value of the globalActivity property. |
void |
setIsConditional(boolean value)
Sets the value of the isConditional property. |
void |
setIsGlobal(boolean value)
Sets the value of the isGlobal property. |
void |
setManual(boolean value)
Sets the value of the manual property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPermissionTag(java.lang.String value)
Sets the value of the permissionTag property. |
void |
setProductVersion(java.lang.String value)
Sets the value of the productVersion property. |
void |
setRepeatable(boolean value)
Sets the value of the repeatable property. |
void |
setRequired(boolean value)
Sets the value of the required property. |
void |
setResourceBundle(TResourceBundle value)
Sets the value of the resourceBundle property. |
void |
setTargetNamespace(java.lang.String value)
Sets the value of the targetNamespace property. |
void |
setTitle(TTranslatableValue value)
Sets the value of the title property. |
void |
setWorkflowActivity(TWorkflowActivity value)
Sets the value of the workflowActivity 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 TCaseActivity()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
public TTranslatableValue getTitle()
TTranslatableValuepublic void setTitle(TTranslatableValue value)
value - allowed object is
TTranslatableValuepublic boolean isSetTitle()
public java.lang.String getProductVersion()
Stringpublic void setProductVersion(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetProductVersion()
public java.lang.String getActivityDefinitionId()
Stringpublic void setActivityDefinitionId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetActivityDefinitionId()
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public TActivity getActivityType()
TActivitypublic void setActivityType(TActivity value)
value - allowed object is
TActivitypublic boolean isSetActivityType()
public boolean isRepeatable()
public void setRepeatable(boolean value)
public boolean isSetRepeatable()
public boolean isRequired()
public void setRequired(boolean value)
public boolean isSetRequired()
public boolean isManual()
public void setManual(boolean value)
public boolean isSetManual()
public boolean isIsGlobal()
public void setIsGlobal(boolean value)
public boolean isSetIsGlobal()
public boolean isIsConditional()
public void setIsConditional(boolean value)
public boolean isSetIsConditional()
public java.lang.String getPermissionTag()
Stringpublic void setPermissionTag(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetPermissionTag()
public TCaseAssociations getCaseAssociations()
TCaseAssociationspublic void setCaseAssociations(TCaseAssociations value)
value - allowed object is
TCaseAssociationspublic boolean isSetCaseAssociations()
public TBpmnActivity getBpmnActivity()
TBpmnActivitypublic void setBpmnActivity(TBpmnActivity value)
value - allowed object is
TBpmnActivitypublic boolean isSetBpmnActivity()
public TWorkflowActivity getWorkflowActivity()
TWorkflowActivitypublic void setWorkflowActivity(TWorkflowActivity value)
value - allowed object is
TWorkflowActivitypublic boolean isSetWorkflowActivity()
public TGlobalActivity getGlobalActivity()
TGlobalActivitypublic void setGlobalActivity(TGlobalActivity value)
value - allowed object is
TGlobalActivitypublic boolean isSetGlobalActivity()
public TCustomActivity getCustomActivity()
TCustomActivitypublic void setCustomActivity(TCustomActivity value)
value - allowed object is
TCustomActivitypublic boolean isSetCustomActivity()
public TResourceBundle getResourceBundle()
TResourceBundlepublic void setResourceBundle(TResourceBundle value)
value - allowed object is
TResourceBundlepublic boolean isSetResourceBundle()
public java.lang.String getTargetNamespace()
Stringpublic void setTargetNamespace(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetTargetNamespace()
|
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 | ||||||||