Interface IBaseEntityFolder2
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseEntityFolder
,ISysTreeNode
public interface IBaseEntityFolder2 extends IBaseEntityFolder
For HP use. extends IBaseEntityFolder since Maya SP1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isFieldModified(java.lang.String fieldName, java.lang.Object oldFieldValue)
Indicates whether the given field is modified, optionally returning the original field value.boolean
modified()
Indicates whether to make the item changeable to other users automatically after a Refresh or Post.boolean
verifyPutFieldWithErrorOnFail(java.lang.String fieldName, java.lang.Object newVal)
Verifies if the given value can be put in the given field.-
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.IBaseEntityFolder
addNodeDisp, attachments, description, description, entityFactory, entityFactoryEx, fatherDisp, fatherID, findEntity, hasAttachment, move, removeNodeEx, subNodes, subNodes, viewOrder, viewOrder
-
Methods inherited from interface step.repository.alm.v16.otaclient.ISysTreeNode
addNode, attribute, child, count, depthType, father, findChildNode, findChildren, name, name, newList, newList, nodeID, path, post, refresh, removeNode
-
-
-
-
Method Detail
-
modified
boolean modified()
Indicates whether to make the item changeable to other users automatically after a Refresh or Post.
Getter method for the COM property "Modified"
- Returns:
- Returns a value of type boolean
-
isFieldModified
boolean isFieldModified(java.lang.String fieldName, java.lang.Object oldFieldValue)
Indicates whether the given field is modified, optionally returning the original field value.
- Parameters:
fieldName
- Mandatory java.lang.String parameter.oldFieldValue
- Optional parameter. Default value is com4j.Variant.getMissing()- Returns:
- Returns a value of type boolean
-
verifyPutFieldWithErrorOnFail
boolean verifyPutFieldWithErrorOnFail(java.lang.String fieldName, java.lang.Object newVal)
Verifies if the given value can be put in the given field. The checks are local, i.e. no round trips are made.
- Parameters:
fieldName
- Mandatory java.lang.String parameter.newVal
- Mandatory java.lang.Object parameter.- Returns:
- Returns a value of type boolean
-
-