public abstract class EventTriggerImpl extends AbstractStorable implements EventTrigger
LOGGER| Constructor and Description |
|---|
EventTriggerImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
fillConditionParameters(List<ConditionParameter> conditionParameters) |
List<ConditionParameter> |
getConditionParameters() |
Throwable |
getException() |
TriggerState |
getState() |
void |
performActionsForImportIntoAnotherProject(Map<BigInteger,BigInteger> replacementMap,
BigInteger projectId,
UUID projectUuid,
boolean needToUpdateProjectId,
boolean needToGenerateNewId)
Update projectId/generate new ID if it needs.
|
void |
setConditionParameters(List<ConditionParameter> conditionParameters) |
void |
setException(Throwable exception) |
void |
setState(TriggerState state) |
void |
setTriggerState(String state) |
contains, copy, doAfterCreate, doAfterUpdate, doBeforeRemove, equals, findRootObject, findUsages, flush, getDescription, getExtendsParameters, getID, getManager, getNaturalId, getParent, getPrefix, getStorableProp, getStoreInformationDelegate, getVersion, hashCode, move, performPostCopyActions, performPostImportActions, performPostImportActionsParent, printStackTrace, remove, replicate, returnSimpleParent, setDescription, setID, setNaturalId, setParent, setPrefix, setStorableProp, setVersion, store, toString, update, upStorableVersiongetName, setNameclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetParent, getType, setParentcontains, copy, findRootObject, findUsages, flush, getDescription, getExtendsParameters, getNaturalId, getProjectId, getStorableProp, getStoreInformationDelegate, move, performPostCopyActions, performPostImportActions, performPostImportActionsParent, remove, replicate, returnSimpleParent, setDescription, setNaturalId, setProjectId, setStorableProp, store, upStorableVersiongetName, setNamegetID, setIDgetPrefix, setPrefixgetVersion, setVersionpublic EventTriggerImpl(String name)
public List<ConditionParameter> getConditionParameters()
getConditionParameters in interface EventTriggerpublic void setConditionParameters(List<ConditionParameter> conditionParameters)
setConditionParameters in interface EventTriggerpublic void fillConditionParameters(List<ConditionParameter> conditionParameters)
fillConditionParameters in interface EventTriggerpublic TriggerState getState()
getState in interface EventTriggerpublic void setState(TriggerState state)
setState in interface EventTriggerpublic void setTriggerState(String state)
public Throwable getException()
getException in interface EventTriggerpublic void setException(Throwable exception)
setException in interface EventTriggerpublic void performActionsForImportIntoAnotherProject(Map<BigInteger,BigInteger> replacementMap, BigInteger projectId, UUID projectUuid, boolean needToUpdateProjectId, boolean needToGenerateNewId)
AbstractStorableperformActionsForImportIntoAnotherProject in interface StorableperformActionsForImportIntoAnotherProject in class AbstractStorableCopyright © 2025. All rights reserved.