Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpm.casemgmt.metadata.activity.model
Class TCaseActivity

java.lang.Object
  extended by oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
      extended by oracle.bpm.casemgmt.metadata.activity.model.TCaseActivity
All Implemented Interfaces:
java.io.Serializable

public class TCaseActivity
extends TExtensibleElements
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

TCaseActivity

public TCaseActivity()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getTitle

public TTranslatableValue getTitle()
Gets the value of the title property.

Returns:
possible object is TTranslatableValue

setTitle

public void setTitle(TTranslatableValue value)
Sets the value of the title property.

Parameters:
value - allowed object is TTranslatableValue

isSetTitle

public boolean isSetTitle()

getProductVersion

public java.lang.String getProductVersion()
Gets the value of the productVersion property.

Returns:
possible object is String

setProductVersion

public void setProductVersion(java.lang.String value)
Sets the value of the productVersion property.

Parameters:
value - allowed object is String

isSetProductVersion

public boolean isSetProductVersion()

getActivityDefinitionId

public java.lang.String getActivityDefinitionId()
Gets the value of the activityDefinitionId property.

Returns:
possible object is String

setActivityDefinitionId

public void setActivityDefinitionId(java.lang.String value)
Sets the value of the activityDefinitionId property.

Parameters:
value - allowed object is String

isSetActivityDefinitionId

public boolean isSetActivityDefinitionId()

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

isSetDescription

public boolean isSetDescription()

getActivityType

public TActivity getActivityType()
Gets the value of the activityType property.

Returns:
possible object is TActivity

setActivityType

public void setActivityType(TActivity value)
Sets the value of the activityType property.

Parameters:
value - allowed object is TActivity

isSetActivityType

public boolean isSetActivityType()

isRepeatable

public boolean isRepeatable()
Gets the value of the repeatable property.


setRepeatable

public void setRepeatable(boolean value)
Sets the value of the repeatable property.


isSetRepeatable

public boolean isSetRepeatable()

isRequired

public boolean isRequired()
Gets the value of the required property.


setRequired

public void setRequired(boolean value)
Sets the value of the required property.


isSetRequired

public boolean isSetRequired()

isManual

public boolean isManual()
Gets the value of the manual property.


setManual

public void setManual(boolean value)
Sets the value of the manual property.


isSetManual

public boolean isSetManual()

isIsGlobal

public boolean isIsGlobal()
Gets the value of the isGlobal property.


setIsGlobal

public void setIsGlobal(boolean value)
Sets the value of the isGlobal property.


isSetIsGlobal

public boolean isSetIsGlobal()

isIsConditional

public boolean isIsConditional()
Gets the value of the isConditional property.


setIsConditional

public void setIsConditional(boolean value)
Sets the value of the isConditional property.


isSetIsConditional

public boolean isSetIsConditional()

getPermissionTag

public java.lang.String getPermissionTag()
Gets the value of the permissionTag property.

Returns:
possible object is String

setPermissionTag

public void setPermissionTag(java.lang.String value)
Sets the value of the permissionTag property.

Parameters:
value - allowed object is String

isSetPermissionTag

public boolean isSetPermissionTag()

getCaseAssociations

public TCaseAssociations getCaseAssociations()
Gets the value of the caseAssociations property.

Returns:
possible object is TCaseAssociations

setCaseAssociations

public void setCaseAssociations(TCaseAssociations value)
Sets the value of the caseAssociations property.

Parameters:
value - allowed object is TCaseAssociations

isSetCaseAssociations

public boolean isSetCaseAssociations()

getBpmnActivity

public TBpmnActivity getBpmnActivity()
Gets the value of the bpmnActivity property.

Returns:
possible object is TBpmnActivity

setBpmnActivity

public void setBpmnActivity(TBpmnActivity value)
Sets the value of the bpmnActivity property.

Parameters:
value - allowed object is TBpmnActivity

isSetBpmnActivity

public boolean isSetBpmnActivity()

getWorkflowActivity

public TWorkflowActivity getWorkflowActivity()
Gets the value of the workflowActivity property.

Returns:
possible object is TWorkflowActivity

setWorkflowActivity

public void setWorkflowActivity(TWorkflowActivity value)
Sets the value of the workflowActivity property.

Parameters:
value - allowed object is TWorkflowActivity

isSetWorkflowActivity

public boolean isSetWorkflowActivity()

getGlobalActivity

public TGlobalActivity getGlobalActivity()
Gets the value of the globalActivity property.

Returns:
possible object is TGlobalActivity

setGlobalActivity

public void setGlobalActivity(TGlobalActivity value)
Sets the value of the globalActivity property.

Parameters:
value - allowed object is TGlobalActivity

isSetGlobalActivity

public boolean isSetGlobalActivity()

getCustomActivity

public TCustomActivity getCustomActivity()
Gets the value of the customActivity property.

Returns:
possible object is TCustomActivity

setCustomActivity

public void setCustomActivity(TCustomActivity value)
Sets the value of the customActivity property.

Parameters:
value - allowed object is TCustomActivity

isSetCustomActivity

public boolean isSetCustomActivity()

getResourceBundle

public TResourceBundle getResourceBundle()
Gets the value of the resourceBundle property.

Returns:
possible object is TResourceBundle

setResourceBundle

public void setResourceBundle(TResourceBundle value)
Sets the value of the resourceBundle property.

Parameters:
value - allowed object is TResourceBundle

isSetResourceBundle

public boolean isSetResourceBundle()

getTargetNamespace

public java.lang.String getTargetNamespace()
Gets the value of the targetNamespace property.

Returns:
possible object is String

setTargetNamespace

public void setTargetNamespace(java.lang.String value)
Sets the value of the targetNamespace property.

Parameters:
value - allowed object is String

isSetTargetNamespace

public boolean isSetTargetNamespace()

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.