Uses of Class
org.eobjects.datacleaner.monitor.scheduling.model.TriggerType

Packages that use TriggerType
org.eobjects.datacleaner.monitor.scheduling.model   
 

Uses of TriggerType in org.eobjects.datacleaner.monitor.scheduling.model
 

Methods in org.eobjects.datacleaner.monitor.scheduling.model that return TriggerType
 TriggerType ScheduleDefinition.getTriggerType()
           
 TriggerType ExecutionIdentifier.getTriggerType()
          Gets the trigger type of this execution.
static TriggerType TriggerType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TriggerType[] TriggerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eobjects.datacleaner.monitor.scheduling.model with parameters of type TriggerType
 void ExecutionIdentifier.setTriggerType(TriggerType triggerType)
           
 

Constructors in org.eobjects.datacleaner.monitor.scheduling.model with parameters of type TriggerType
ExecutionIdentifier(String resultId, TriggerType triggerType)
           
ExecutionLog(ScheduleDefinition schedule, TriggerType triggerType)
           
 



Copyright © 2012 Human Inference. All Rights Reserved.