Class BaseUtilTrigger
- java.lang.Object
-
- com.arassec.igor.core.model.BaseIgorComponent
-
- com.arassec.igor.core.model.trigger.BaseTrigger
-
- com.arassec.igor.module.misc.trigger.BaseUtilTrigger
-
- All Implemented Interfaces:
IgorComponent,Trigger
- Direct Known Subclasses:
CronTrigger,ManualTrigger
public abstract class BaseUtilTrigger extends BaseTrigger
Baseclass for Triggers.
-
-
Field Summary
-
Fields inherited from class com.arassec.igor.core.model.BaseIgorComponent
id
-
-
Constructor Summary
Constructors Constructor Description BaseUtilTrigger(String typeId)Creates a new component instance.
-
Method Summary
-
Methods inherited from class com.arassec.igor.core.model.BaseIgorComponent
getCategoryId, getId, getTypeId, getUnEditableProperties, initialize, setId, shutdown
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.arassec.igor.core.model.IgorComponent
getCategoryId, getId, getTypeId, getUnEditableProperties, initialize, setId, shutdown
-
-
-
-
Constructor Detail
-
BaseUtilTrigger
public BaseUtilTrigger(String typeId)
Creates a new component instance.- Parameters:
typeId- The type ID.
-
-