public class TriggerDefinition extends Object implements Cloneable, Serializable
A trigger is uniquely identified in a dictionary by its name
.
Constructor and Description |
---|
TriggerDefinition() |
TriggerDefinition(String name,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
TriggerDefinition |
clone() |
boolean |
equals(Object other) |
String |
getEntity()
Get the entity name for this trigger.
|
Locale |
getLocale()
Get the
Locale to use for evaluating this trigger. |
String |
getName()
Get the name of this trigger.
|
Query |
getQuery()
Get the query to use for matching this trigger.
|
int |
getScore()
Get the score for matching this trigger.
|
int |
hashCode() |
boolean |
isCompiled()
Get if the most recent modification for this trigger has been compiled.
|
boolean |
isPublished()
Get if the most recent modification for this trigger has been published.
|
void |
setCompiled(boolean value)
Get if the most recent modification for this trigger has been compiled.
|
void |
setEntity(String value)
Set the entity name for this trigger.
|
void |
setLocale(Locale value)
Set the
Locale to use for evaluating this trigger. |
void |
setName(String value)
Set the name of this trigger.
|
void |
setPublished(boolean value)
Get if the most recent modification for this trigger has been published.
|
void |
setQuery(Query value)
Set the query to use for matching this trigger.
|
void |
setScore(int value)
Set the score for matching this trigger.
|
String |
toString() |
public String getName()
public void setName(String value)
public String getEntity()
public void setEntity(String value)
public int getScore()
public void setScore(int value)
public Query getQuery()
public void setQuery(Query value)
public boolean isCompiled()
public void setCompiled(boolean value)
public boolean isPublished()
public void setPublished(boolean value)
public TriggerDefinition clone()
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.