Package step.repository.alm.otaclient
Interface IComponent2
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IComponent
,IObjectLockingSupport
- All Known Subinterfaces:
IComponent3
public interface IComponent2 extends IComponent
Represents a single Business Process Component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasDynamicDateParameterValue()
For HP use.boolean
isChangeDetectable()
For HP use.-
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.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.otaclient.IComponent
applicationAreaID, applicationAreaID, businessProcesses, businessProcesses, componentParamFactory, componentStepFactory, deletePicture, extendedStorage, folder, hasPicture, hasPicture, hasScript, isIteratable, isIteratable, isObsolete, name, name, scriptType, scriptType, setStepsData
-
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
isChangeDetectable
boolean isChangeDetectable()
For HP use. Checks whether a SAP component is change detectable.
Getter method for the COM property "IsChangeDetectable"
- Returns:
- Returns a value of type boolean
-
hasDynamicDateParameterValue
boolean hasDynamicDateParameterValue()
For HP use. Checks whether this component has at least one dynamic date parameter value.
Getter method for the COM property "HasDynamicDateParameterValue"
- Returns:
- Returns a value of type boolean
-
-