com.telelogic.cs.api
Interface CollectibleEvent

All Known Implementing Classes:
AttributeEvent, GeneralEvent, SubscriptionEvent, TransitionEvent

public interface CollectibleEvent


Method Summary
 Attribute[] getAttributes()
          Gets an array of (Attributes that were modified during the submission, transition or attribute modification.
 java.lang.String getObjectId()
          Gets the object id (problem_number) of the object which caused the trigger to fire.
 Attribute[] getRequestedAttributes()
          Gets an array of Attributes for all the attributes requested to be sent to the trigger.
 

Method Detail

getObjectId

java.lang.String getObjectId()
Gets the object id (problem_number) of the object which caused the trigger to fire. This will return an empty string on a pre-submission trigger.

Returns:
The id of the object.

getRequestedAttributes

Attribute[] getRequestedAttributes()
Gets an array of Attributes for all the attributes requested to be sent to the trigger. These are attributes that were specifically marked to be sent to all triggers in the lifecycle.

Returns:
Array of all requested extra attributes.

getAttributes

Attribute[] getAttributes()
Gets an array of (Attributes that were modified during the submission, transition or attribute modification.

Returns:
An array of Attribute objects for the modified attributes.


© Copyright IBM Corporation 2000, 2009
US Government Users Restricted Rights--Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
Notices