Interface IComponent4
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IComponent
,IComponent2
,IComponent3
,IObjectLockingSupport
- All Known Subinterfaces:
IComponent5
public interface IComponent4 extends IComponent3
Represents a single Business Process Component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
facetFactory()
The FacetFactory for this component.java.lang.String
getComponentParametersNames()
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.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.IComponent3
getFlow, uploadSnapshot
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
facetFactory
com4j.Com4jObject facetFactory()
The FacetFactory for this component.
Getter method for the COM property "FacetFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
getComponentParametersNames
java.lang.String getComponentParametersNames()
For HP use. Get A String containing the names of the current component parametes seperated by comma.
- Returns:
- Returns a value of type java.lang.String
-
-