Interface IBPModelFolder
- 
- All Superinterfaces:
- com4j.Com4jObject,- IBaseField,- IBaseFieldEx,- IBaseFieldExMail,- IObjectLockingSupport
 
 public interface IBPModelFolder extends IBaseFieldExMail Business Process Model Folder.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObjectbpModelFactory()The BPModelFactory object.com4j.Com4jObjectbpModelFolderFactory()The BPModelFolderFactory object.java.lang.Stringname()The BPModel folder's namevoidname(java.lang.String pVal)The BPModel folder's namecom4j.Com4jObjectparent()The BPModel folder's parent release folder, or null if root- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldautoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldExattachments, hasAttachment, history
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldExMailmail
 - 
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupportisLocked, lockObject, unLockObject
 
- 
 
- 
- 
- 
Method Detail- 
namejava.lang.String name() The BPModel folder's name Getter method for the COM property "Name" - Returns:
- Returns a value of type java.lang.String
 
 - 
namevoid name(java.lang.String pVal) The BPModel folder's name Setter method for the COM property "Name" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 - 
bpModelFactorycom4j.Com4jObject bpModelFactory() The BPModelFactory object. Getter method for the COM property "BPModelFactory" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
bpModelFolderFactorycom4j.Com4jObject bpModelFolderFactory() The BPModelFolderFactory object. Getter method for the COM property "BPModelFolderFactory" - Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
parentcom4j.Com4jObject parent() The BPModel folder's parent release folder, or null if root Getter method for the COM property "Parent" - Returns:
- Returns a value of type com4j.Com4jObject
 
 
- 
 
-