Interface IComponent3
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IComponent
,IComponent2
,IObjectLockingSupport
- All Known Subinterfaces:
IComponent4
,IComponent5
public interface IComponent3 extends IComponent2
Represents a single Business Process Component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
getFlow()
For HP use.void
uploadSnapshot(java.lang.String snapshotSourcePath)
Saves the component snapshot.-
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.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.v16.otaclient.IComponent2
hasDynamicDateParameterValue, isChangeDetectable
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
getFlow
com4j.Com4jObject getFlow()
For HP use. Returns the IBusinessProcess that represents the flow aspect of this component.
- Returns:
- Returns a value of type com4j.Com4jObject
-
uploadSnapshot
void uploadSnapshot(java.lang.String snapshotSourcePath)
Saves the component snapshot. The snapshot file name must be 'Picture.png'.
- Parameters:
snapshotSourcePath
- Mandatory java.lang.String parameter.
-
-