Skip navigation links

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


oracle.bpm.services.processmetadata
Class ProcessMetadataSummary

java.lang.Object
  extended by oracle.bpm.services.processmetadata.ProcessMetadataSummary

All Implemented Interfaces:
java.io.Serializable

public class ProcessMetadataSummary
extends java.lang.Object
implements java.io.Serializable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="processId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="projectName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="processName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="domainName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="compositeName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="revision" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="compositeDN" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="targetNamespace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="status" type="{http://xmlns.oracle.com/bpm/process/metadata}statusEnum"/>
         <element name="organizationalUnitId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="hasGlobalCreationTasks" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="globalCreationTaskActivityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="globalCreationTaskActivityLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="hasSwimlaneRole" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="taskDisplayInfo" type="{http://xmlns.oracle.com/bpm/process/metadata}taskDisplayInfoType" minOccurs="0"/>
         <element name="subType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="isDefaultRevision" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
ProcessMetadataSummary()
           

 

Method Summary
 java.lang.String getCompositeDN()
          Gets the value of the compositeDN property.
 java.lang.String getCompositeName()
          Gets the value of the compositeName property.
 java.lang.String getDomainName()
          Gets the value of the domainName property.
 java.lang.String getGlobalCreationTaskActivityLabel()
          Gets the value of the globalCreationTaskActivityLabel property.
 java.lang.String getGlobalCreationTaskActivityName()
          Gets the value of the globalCreationTaskActivityName property.
 java.lang.String getLabel()
          Gets the value of the label property.
 java.lang.String getOrganizationalUnitId()
          Gets the value of the organizationalUnitId property.
 java.lang.String getProcessId()
          Gets the value of the processId property.
 java.lang.String getProcessName()
          Gets the value of the processName property.
 java.lang.String getProjectName()
          Gets the value of the projectName property.
 java.lang.String getRevision()
          Gets the value of the revision property.
 StatusEnum getStatus()
          Gets the value of the status property.
 java.lang.String getSubType()
          Gets the value of the subType property.
 java.lang.String getTargetNamespace()
          Gets the value of the targetNamespace property.
 TaskDisplayInfoType getTaskDisplayInfo()
          Gets the value of the taskDisplayInfo property.
 java.lang.Boolean isHasGlobalCreationTasks()
          Gets the value of the hasGlobalCreationTasks property.
 java.lang.Boolean isHasSwimlaneRole()
          Gets the value of the hasSwimlaneRole property.
 java.lang.Boolean isIsDefaultRevision()
          Gets the value of the isDefaultRevision property.
 boolean isSetCompositeDN()
           
 boolean isSetCompositeName()
           
 boolean isSetDomainName()
           
 boolean isSetGlobalCreationTaskActivityLabel()
           
 boolean isSetGlobalCreationTaskActivityName()
           
 boolean isSetHasGlobalCreationTasks()
           
 boolean isSetHasSwimlaneRole()
           
 boolean isSetIsDefaultRevision()
           
 boolean isSetLabel()
           
 boolean isSetOrganizationalUnitId()
           
 boolean isSetProcessId()
           
 boolean isSetProcessName()
           
 boolean isSetProjectName()
           
 boolean isSetRevision()
           
 boolean isSetStatus()
           
 boolean isSetSubType()
           
 boolean isSetTargetNamespace()
           
 boolean isSetTaskDisplayInfo()
           
 void setCompositeDN(java.lang.String value)
          Sets the value of the compositeDN property.
 void setCompositeName(java.lang.String value)
          Sets the value of the compositeName property.
 void setDomainName(java.lang.String value)
          Sets the value of the domainName property.
 void setGlobalCreationTaskActivityLabel(java.lang.String value)
          Sets the value of the globalCreationTaskActivityLabel property.
 void setGlobalCreationTaskActivityName(java.lang.String value)
          Sets the value of the globalCreationTaskActivityName property.
 void setHasGlobalCreationTasks(java.lang.Boolean value)
          Sets the value of the hasGlobalCreationTasks property.
 void setHasSwimlaneRole(java.lang.Boolean value)
          Sets the value of the hasSwimlaneRole property.
 void setIsDefaultRevision(java.lang.Boolean value)
          Sets the value of the isDefaultRevision property.
 void setLabel(java.lang.String value)
          Sets the value of the label property.
 void setOrganizationalUnitId(java.lang.String value)
          Sets the value of the organizationalUnitId property.
 void setProcessId(java.lang.String value)
          Sets the value of the processId property.
 void setProcessName(java.lang.String value)
          Sets the value of the processName property.
 void setProjectName(java.lang.String value)
          Sets the value of the projectName property.
 void setRevision(java.lang.String value)
          Sets the value of the revision property.
 void setStatus(StatusEnum value)
          Sets the value of the status property.
 void setSubType(java.lang.String value)
          Sets the value of the subType property.
 void setTargetNamespace(java.lang.String value)
          Sets the value of the targetNamespace property.
 void setTaskDisplayInfo(TaskDisplayInfoType value)
          Sets the value of the taskDisplayInfo property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ProcessMetadataSummary

public ProcessMetadataSummary()

Method Detail

getProcessId

public java.lang.String getProcessId()
Gets the value of the processId property.
Returns:
possible object is String

setProcessId

public void setProcessId(java.lang.String value)
Sets the value of the processId property.
Parameters:
value - allowed object is String

isSetProcessId

public boolean isSetProcessId()

getProjectName

public java.lang.String getProjectName()
Gets the value of the projectName property.
Returns:
possible object is String

setProjectName

public void setProjectName(java.lang.String value)
Sets the value of the projectName property.
Parameters:
value - allowed object is String

isSetProjectName

public boolean isSetProjectName()

getProcessName

public java.lang.String getProcessName()
Gets the value of the processName property.
Returns:
possible object is String

setProcessName

public void setProcessName(java.lang.String value)
Sets the value of the processName property.
Parameters:
value - allowed object is String

isSetProcessName

public boolean isSetProcessName()

getDomainName

public java.lang.String getDomainName()
Gets the value of the domainName property.
Returns:
possible object is String

setDomainName

public void setDomainName(java.lang.String value)
Sets the value of the domainName property.
Parameters:
value - allowed object is String

isSetDomainName

public boolean isSetDomainName()

getCompositeName

public java.lang.String getCompositeName()
Gets the value of the compositeName property.
Returns:
possible object is String

setCompositeName

public void setCompositeName(java.lang.String value)
Sets the value of the compositeName property.
Parameters:
value - allowed object is String

isSetCompositeName

public boolean isSetCompositeName()

getRevision

public java.lang.String getRevision()
Gets the value of the revision property.
Returns:
possible object is String

setRevision

public void setRevision(java.lang.String value)
Sets the value of the revision property.
Parameters:
value - allowed object is String

isSetRevision

public boolean isSetRevision()

getLabel

public java.lang.String getLabel()
Gets the value of the label property.
Returns:
possible object is String

setLabel

public void setLabel(java.lang.String value)
Sets the value of the label property.
Parameters:
value - allowed object is String

isSetLabel

public boolean isSetLabel()

getCompositeDN

public java.lang.String getCompositeDN()
Gets the value of the compositeDN property.
Returns:
possible object is String

setCompositeDN

public void setCompositeDN(java.lang.String value)
Sets the value of the compositeDN property.
Parameters:
value - allowed object is String

isSetCompositeDN

public boolean isSetCompositeDN()

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()

getStatus

public StatusEnum getStatus()
Gets the value of the status property.
Returns:
possible object is StatusEnum

setStatus

public void setStatus(StatusEnum value)
Sets the value of the status property.
Parameters:
value - allowed object is StatusEnum

isSetStatus

public boolean isSetStatus()

getOrganizationalUnitId

public java.lang.String getOrganizationalUnitId()
Gets the value of the organizationalUnitId property.
Returns:
possible object is String

setOrganizationalUnitId

public void setOrganizationalUnitId(java.lang.String value)
Sets the value of the organizationalUnitId property.
Parameters:
value - allowed object is String

isSetOrganizationalUnitId

public boolean isSetOrganizationalUnitId()

isHasGlobalCreationTasks

public java.lang.Boolean isHasGlobalCreationTasks()
Gets the value of the hasGlobalCreationTasks property.
Returns:
possible object is Boolean

setHasGlobalCreationTasks

public void setHasGlobalCreationTasks(java.lang.Boolean value)
Sets the value of the hasGlobalCreationTasks property.
Parameters:
value - allowed object is Boolean

isSetHasGlobalCreationTasks

public boolean isSetHasGlobalCreationTasks()

getGlobalCreationTaskActivityName

public java.lang.String getGlobalCreationTaskActivityName()
Gets the value of the globalCreationTaskActivityName property.
Returns:
possible object is String

setGlobalCreationTaskActivityName

public void setGlobalCreationTaskActivityName(java.lang.String value)
Sets the value of the globalCreationTaskActivityName property.
Parameters:
value - allowed object is String

isSetGlobalCreationTaskActivityName

public boolean isSetGlobalCreationTaskActivityName()

getGlobalCreationTaskActivityLabel

public java.lang.String getGlobalCreationTaskActivityLabel()
Gets the value of the globalCreationTaskActivityLabel property.
Returns:
possible object is String

setGlobalCreationTaskActivityLabel

public void setGlobalCreationTaskActivityLabel(java.lang.String value)
Sets the value of the globalCreationTaskActivityLabel property.
Parameters:
value - allowed object is String

isSetGlobalCreationTaskActivityLabel

public boolean isSetGlobalCreationTaskActivityLabel()

isHasSwimlaneRole

public java.lang.Boolean isHasSwimlaneRole()
Gets the value of the hasSwimlaneRole property.
Returns:
possible object is Boolean

setHasSwimlaneRole

public void setHasSwimlaneRole(java.lang.Boolean value)
Sets the value of the hasSwimlaneRole property.
Parameters:
value - allowed object is Boolean

isSetHasSwimlaneRole

public boolean isSetHasSwimlaneRole()

getTaskDisplayInfo

public TaskDisplayInfoType getTaskDisplayInfo()
Gets the value of the taskDisplayInfo property.
Returns:
possible object is TaskDisplayInfoType

setTaskDisplayInfo

public void setTaskDisplayInfo(TaskDisplayInfoType value)
Sets the value of the taskDisplayInfo property.
Parameters:
value - allowed object is TaskDisplayInfoType

isSetTaskDisplayInfo

public boolean isSetTaskDisplayInfo()

getSubType

public java.lang.String getSubType()
Gets the value of the subType property.
Returns:
possible object is String

setSubType

public void setSubType(java.lang.String value)
Sets the value of the subType property.
Parameters:
value - allowed object is String

isSetSubType

public boolean isSetSubType()

isIsDefaultRevision

public java.lang.Boolean isIsDefaultRevision()
Gets the value of the isDefaultRevision property.
Returns:
possible object is Boolean

setIsDefaultRevision

public void setIsDefaultRevision(java.lang.Boolean value)
Sets the value of the isDefaultRevision property.
Parameters:
value - allowed object is Boolean

isSetIsDefaultRevision

public boolean isSetIsDefaultRevision()

Skip navigation links

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


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