The ICCTrigger interface represents the Rational® ClearCase® trigger object.
Whenever data that is kept under source control or metadata that is associated with source-controlled data is changed, that change is represented as an event. Users are allowed to monitor these events or prohibit the event from occurring. Based on the event type, a user pre-operation (pre-op) trigger or a post-operation (post-op) trigger can be fired.
Gets whether this trigger is on the attached list of its element
Gets whether this trigger is on the inheritance list of an element, if element is a directory element
Removes this trigger from the elements to which it is attached
Gets whether this trigger is on the attached list of its element
Read-only property
Property IsOnAttachedList As Boolean
Gets whether this trigger is on the inheritance list of an element, if element is a directory element
Read-only property
Property IsOnInheritanceList As Boolean
Removes this trigger from the elements to which it is attached
Method
Sub Remove([ Comment As String = "" ], [ Recurse As Boolean = False ], [ DirectoryListsSubset As Variant ])
HRESULT Remove( _bstr_t Comment, VARIANT_BOOL Recurse, const _variant_t& DirectoryListsSubset = vtMissing);
Member of: ICCTrigger interface
Gets the trigger type of this element trigger
Read-only property
Property Type As CCTriggerType
Gets the VOB that contains this element trigger
Read-only property
Property VOB As CCVOB