|
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.Case.model.TECMFolder
public class TECMFolder
Java class for tECMFolder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tECMFolder">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<sequence>
<element name="parentFolder" type="{http://xmlns.oracle.com/bpm/case/metadata/common}tStaticOrXPath" minOccurs="0"/>
<element name="caseInstanceFolder" type="{http://xmlns.oracle.com/bpm/case/metadata/common}tStaticOrXPath" minOccurs="0"/>
<element name="createSubFolderOnCaseInstanceCreation" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TECMFolder()
|
|
| Method Summary | |
|---|---|
TStaticOrXPath |
getCaseInstanceFolder()
Gets the value of the caseInstanceFolder property. |
TStaticOrXPath |
getParentFolder()
Gets the value of the parentFolder property. |
boolean |
isCreateSubFolderOnCaseInstanceCreation()
Gets the value of the createSubFolderOnCaseInstanceCreation property. |
boolean |
isSetCaseInstanceFolder()
|
boolean |
isSetCreateSubFolderOnCaseInstanceCreation()
|
boolean |
isSetParentFolder()
|
void |
setCaseInstanceFolder(TStaticOrXPath value)
Sets the value of the caseInstanceFolder property. |
void |
setCreateSubFolderOnCaseInstanceCreation(boolean value)
Sets the value of the createSubFolderOnCaseInstanceCreation property. |
void |
setParentFolder(TStaticOrXPath value)
Sets the value of the parentFolder 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 TECMFolder()
| Method Detail |
|---|
public TStaticOrXPath getParentFolder()
TStaticOrXPathpublic void setParentFolder(TStaticOrXPath value)
value - allowed object is
TStaticOrXPathpublic boolean isSetParentFolder()
public TStaticOrXPath getCaseInstanceFolder()
TStaticOrXPathpublic void setCaseInstanceFolder(TStaticOrXPath value)
value - allowed object is
TStaticOrXPathpublic boolean isSetCaseInstanceFolder()
public boolean isCreateSubFolderOnCaseInstanceCreation()
public void setCreateSubFolderOnCaseInstanceCreation(boolean value)
public boolean isSetCreateSubFolderOnCaseInstanceCreation()
|
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 | ||||||||