Package de.xima.fc.entities
Class WorkflowTriggerSearchTerm
- java.lang.Object
 - 
- de.xima.cmn.dao.model.AEntity<Long>
 - 
- de.xima.fc.entities.AbstractEntity
 - 
- de.xima.fc.entities.AbstractLockableEntity
 - 
- de.xima.fc.entities.AWorkflowElementSearchTerm<WorkflowTrigger>
 - 
- de.xima.fc.entities.WorkflowTriggerSearchTerm
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 de.xima.cmn.dao.interfaces.IEntity<Long>,de.xima.cmn.dao.interfaces.ILockableEntity<Long>,ILockingVersionProviding,ITransferable,ITransferableEntity,ITransferableLockableEntity,Serializable,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity public class WorkflowTriggerSearchTerm extends AWorkflowElementSearchTerm<WorkflowTrigger>
EachWorkflowTriggercan have one or more search terms that are used to decide whether a certain trigger applies to a certain event.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from class de.xima.fc.entities.AWorkflowElementSearchTerm
ATTR_ELEMENT, ATTR_INDEX, ATTR_KEY, ATTR_VALUE, COL_ELEMENT, COL_INDEX, COL_KEY, COL_VALUE, element, key, value 
- 
Fields inherited from class de.xima.fc.entities.AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersion 
- 
Fields inherited from class de.xima.fc.entities.AbstractEntity
COL_ID, id 
- 
Fields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID 
 - 
 
- 
Constructor Summary
Constructors Constructor Description WorkflowTriggerSearchTerm() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowTriggerSearchTermcloneBasics()LonggetId()- 
Methods inherited from class de.xima.fc.entities.AWorkflowElementSearchTerm
getElement, getIndex, getKey, getValue, setElement, setIndex, setKey, setValue, toString 
- 
Methods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion 
- 
Methods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setId, setId 
- 
Methods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCode 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface java.lang.Comparable
compareTo 
 - 
 
 - 
 
- 
- 
Method Detail
- 
cloneBasics
public WorkflowTriggerSearchTerm cloneBasics()
- Overrides:
 cloneBasicsin classAWorkflowElementSearchTerm<WorkflowTrigger>- Returns:
 - A new search term instance with all fields that do not reference other entities copied from this instance.
 
 
- 
getId
public Long getId()
 
 - 
 
 -