|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.6.0) E25378-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.bpm.services.processmetadata.ProcessMetadataSummary
public class ProcessMetadataSummary
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>
| 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 |
|---|
public ProcessMetadataSummary()
| Method Detail |
|---|
public java.lang.String getProcessId()
Stringpublic void setProcessId(java.lang.String value)
value - allowed object is Stringpublic boolean isSetProcessId()
public java.lang.String getProjectName()
Stringpublic void setProjectName(java.lang.String value)
value - allowed object is Stringpublic boolean isSetProjectName()
public java.lang.String getProcessName()
Stringpublic void setProcessName(java.lang.String value)
value - allowed object is Stringpublic boolean isSetProcessName()
public java.lang.String getDomainName()
Stringpublic void setDomainName(java.lang.String value)
value - allowed object is Stringpublic boolean isSetDomainName()
public java.lang.String getCompositeName()
Stringpublic void setCompositeName(java.lang.String value)
value - allowed object is Stringpublic boolean isSetCompositeName()
public java.lang.String getRevision()
Stringpublic void setRevision(java.lang.String value)
value - allowed object is Stringpublic boolean isSetRevision()
public java.lang.String getLabel()
Stringpublic void setLabel(java.lang.String value)
value - allowed object is Stringpublic boolean isSetLabel()
public java.lang.String getCompositeDN()
Stringpublic void setCompositeDN(java.lang.String value)
value - allowed object is Stringpublic boolean isSetCompositeDN()
public java.lang.String getTargetNamespace()
Stringpublic void setTargetNamespace(java.lang.String value)
value - allowed object is Stringpublic boolean isSetTargetNamespace()
public StatusEnum getStatus()
StatusEnumpublic void setStatus(StatusEnum value)
value - allowed object is StatusEnumpublic boolean isSetStatus()
public java.lang.String getOrganizationalUnitId()
Stringpublic void setOrganizationalUnitId(java.lang.String value)
value - allowed object is Stringpublic boolean isSetOrganizationalUnitId()
public java.lang.Boolean isHasGlobalCreationTasks()
Booleanpublic void setHasGlobalCreationTasks(java.lang.Boolean value)
value - allowed object is Booleanpublic boolean isSetHasGlobalCreationTasks()
public java.lang.String getGlobalCreationTaskActivityName()
Stringpublic void setGlobalCreationTaskActivityName(java.lang.String value)
value - allowed object is Stringpublic boolean isSetGlobalCreationTaskActivityName()
public java.lang.String getGlobalCreationTaskActivityLabel()
Stringpublic void setGlobalCreationTaskActivityLabel(java.lang.String value)
value - allowed object is Stringpublic boolean isSetGlobalCreationTaskActivityLabel()
public java.lang.Boolean isHasSwimlaneRole()
Booleanpublic void setHasSwimlaneRole(java.lang.Boolean value)
value - allowed object is Booleanpublic boolean isSetHasSwimlaneRole()
public TaskDisplayInfoType getTaskDisplayInfo()
TaskDisplayInfoTypepublic void setTaskDisplayInfo(TaskDisplayInfoType value)
value - allowed object is TaskDisplayInfoTypepublic boolean isSetTaskDisplayInfo()
public java.lang.String getSubType()
Stringpublic void setSubType(java.lang.String value)
value - allowed object is Stringpublic boolean isSetSubType()
public java.lang.Boolean isIsDefaultRevision()
Booleanpublic void setIsDefaultRevision(java.lang.Boolean value)
value - allowed object is Booleanpublic boolean isSetIsDefaultRevision()
|
Oracle Fusion Middleware Java API Reference for Oracle BPM Suite 11g Release 1 (11.1.1.6.0) E25378-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||