Uses of Interface
wt.audit.eventinfo.EventInfo

Packages that use EventInfo
com.ptc.netmarkets.report   
com.ptc.netmarkets.report.utils   
wt.audit.eventinfo   
 

Uses of EventInfo in com.ptc.netmarkets.report
 

Methods in com.ptc.netmarkets.report with parameters of type EventInfo
 boolean StandardNmReportService.containsRole(EventInfo info, Vector roles)
           
 

Uses of EventInfo in com.ptc.netmarkets.report.utils
 

Methods in com.ptc.netmarkets.report.utils with parameters of type EventInfo
 void WfVariableEventInfoReportWriter.updateAuditReport(IxbElement elem, EventInfo info)
           
 void TeamEventRolePrincipalInfoReportWriter.updateAuditReport(IxbElement elem, EventInfo info)
           
 void TeamEventRolePoolInfoReportWriter.updateAuditReport(IxbElement elem, EventInfo info)
           
 void ReportAdditionalInfoGenerator.updateAuditReport(IxbElement elem, EventInfo info)
          This method will append the appropriate AdditionInfo element to the base element.
 void RenameEventInfoReportWriter.updateAuditReport(IxbElement elem, EventInfo info)
           
 void ProjectEventInfoReportWriter.updateAuditReport(IxbElement elem, EventInfo info)
          
 void NotAuthorizedEventInfoReportWriter.updateAuditReport(IxbElement elem, EventInfo info)
           
 void LocationChangeEventInfoReportWriter.updateAuditReport(IxbElement elem, EventInfo info)
           
 void GroupEventInfoReportWriter.updateAuditReport(IxbElement elem, EventInfo info)
          
 void ExecObjectEventInfoReportWriter.updateAuditReport(IxbElement elem, EventInfo info)
          
 void CustomEventInfoReportWriter.updateAuditReport(IxbElement elem, EventInfo info)
           
 void AdHocEventInfoReportWriter.updateAuditReport(IxbElement elem, EventInfo info)
           
 void ActionItemEventInfoReportWriter.updateAuditReport(IxbElement elem, EventInfo info)
           
 void AccessRuleEventInfoReportWriter.updateAuditReport(IxbElement elem, EventInfo info)
          
 

Uses of EventInfo in wt.audit.eventinfo
 

Classes in wt.audit.eventinfo that implement EventInfo
 class AccessRuleEventInfo
           Use the newAccessRuleEventInfo static factory method(s), not the AccessRuleEventInfo constructor, to construct instances of this class.
 class ActionItemEventInfo
           Use the newActionItemEventInfo static factory method(s), not the ActionItemEventInfo constructor, to construct instances of this class.
 class AdHocEventInfo
           Use the newAdHocEventInfo static factory method(s), not the AdHocEventInfo constructor, to construct instances of this class.
 class CADNameChangeEventInfo
           Use the newCADNameChangeEventInfo static factory method(s), not the CADNameChangeEventInfo constructor, to construct instances of this class.
 class CustomEventInfo
           Use the newCustomEventInfo static factory method(s), not the CustomEventInfo constructor, to construct instances of this class.
 class ExecObjectEventInfo
           Use the newExecObjectEventInfo static factory method(s), not the ExecObjectEventInfo constructor, to construct instances of this class.
 class GroupEventInfo
           Use the newGroupEventInfo static factory method(s), not the GroupEventInfo constructor, to construct instances of this class.
 class LocationChangeEventInfo
           Use the newLocationChangeEventInfo static factory method(s), not the LocationChangeEventInfo constructor, to construct instances of this class.
 class NotAuthorizedEventInfo
           Use the newNotAuthorizedEventInfo static factory method(s), not the NotAuthorizedEventInfo constructor, to construct instances of this class.
 class ProjectEventInfo
           Use the newProjectEventInfo static factory method(s), not the ProjectEventInfo constructor, to construct instances of this class.
 class RenameEventInfo
           Use the newRenameEventInfo static factory method(s), not the RenameEventInfo constructor, to construct instances of this class.
 class TeamEventRolePoolInfo
           Use the newTeamEventRolePoolInfo static factory method(s), not the TeamEventRolePoolInfo constructor, to construct instances of this class.
 class TeamEventRolePrincipalInfo
           Use the newTeamEventRolePrincipalInfo static factory method(s), not the TeamEventRolePrincipalInfo constructor, to construct instances of this class.
 class WfVariableEventInfo
           Use the newWfVariableEventInfo static factory method(s), not the WfVariableEventInfo constructor, to construct instances of this class.
 

Methods in wt.audit.eventinfo that return EventInfo
 EventInfo EventInfoLink.getInfo()
          Gets the object for the association that plays role: INFO_ROLE.
 

Methods in wt.audit.eventinfo with parameters of type EventInfo
 void EventInfoLink.setInfo(EventInfo info)
          Sets the object for the association that plays role: INFO_ROLE.
static EventInfoLink EventInfoLink.newEventInfoLink(ProjectAuditEvent event, EventInfo info)
          Default factory for the class.