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

oracle.bpm.casemgmt.metadata.Case.model
Class TECMFolder

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

public class TECMFolder
extends TExtensibleElements
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

TECMFolder

public TECMFolder()
Method Detail

getParentFolder

public TStaticOrXPath getParentFolder()
Gets the value of the parentFolder property.

Returns:
possible object is TStaticOrXPath

setParentFolder

public void setParentFolder(TStaticOrXPath value)
Sets the value of the parentFolder property.

Parameters:
value - allowed object is TStaticOrXPath

isSetParentFolder

public boolean isSetParentFolder()

getCaseInstanceFolder

public TStaticOrXPath getCaseInstanceFolder()
Gets the value of the caseInstanceFolder property.

Returns:
possible object is TStaticOrXPath

setCaseInstanceFolder

public void setCaseInstanceFolder(TStaticOrXPath value)
Sets the value of the caseInstanceFolder property.

Parameters:
value - allowed object is TStaticOrXPath

isSetCaseInstanceFolder

public boolean isSetCaseInstanceFolder()

isCreateSubFolderOnCaseInstanceCreation

public boolean isCreateSubFolderOnCaseInstanceCreation()
Gets the value of the createSubFolderOnCaseInstanceCreation property.


setCreateSubFolderOnCaseInstanceCreation

public void setCreateSubFolderOnCaseInstanceCreation(boolean value)
Sets the value of the createSubFolderOnCaseInstanceCreation property.


isSetCreateSubFolderOnCaseInstanceCreation

public boolean isSetCreateSubFolderOnCaseInstanceCreation()

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.