Interface ICustomizationAction2
-
- All Superinterfaces:
com4j.Com4jObject
,ICustomizationAction
- All Known Subinterfaces:
ICustomizationAction3
,ICustomizationAction4
public interface ICustomizationAction2 extends ICustomizationAction
Represents a type of user action. Actions are listed in the AC_ACTION_NAME field of the Actions table.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isTemplate()
Checks whether the customization item originated from the project template.-
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.ICustomizationAction
addGroup, auditAction, auditAction, groups, groups, isGroupPermited, isOwnerGroup, isUserPermited, name, ownerGroup, ownerGroup, removeGroup, updated, updated
-
-