Interface IBPModelFolder
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IBaseFieldExMail
,IObjectLockingSupport
public interface IBPModelFolder extends IBaseFieldExMail
Business Process Model Folder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
bpModelFactory()
The BPModelFactory object.com4j.Com4jObject
bpModelFolderFactory()
The BPModelFolderFactory object.java.lang.String
name()
The BPModel folder's namevoid
name(java.lang.String pVal)
The BPModel folder's namecom4j.Com4jObject
parent()
The BPModel folder's parent release folder, or null if root-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldExMail
mail
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
name
java.lang.String name()
The BPModel folder's name
Getter method for the COM property "Name"
- Returns:
- Returns a value of type java.lang.String
-
name
void name(java.lang.String pVal)
The BPModel folder's name
Setter method for the COM property "Name"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
bpModelFactory
com4j.Com4jObject bpModelFactory()
The BPModelFactory object.
Getter method for the COM property "BPModelFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
bpModelFolderFactory
com4j.Com4jObject bpModelFolderFactory()
The BPModelFolderFactory object.
Getter method for the COM property "BPModelFolderFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
parent
com4j.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
-
-