Package de.xima.fc.entities
Class WorkflowNodeSearchTerm
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<WorkflowNode>
de.xima.fc.entities.WorkflowNodeSearchTerm
- 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>>
Each
WorkflowNode can have one or more search terms that are used in database queries to filter nodes.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
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, valueFields inherited from class de.xima.fc.entities.AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersionFields inherited from class de.xima.fc.entities.AbstractEntity
COL_ID, idFields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_IDFields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSIONFields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.xima.fc.entities.AWorkflowElementSearchTerm
getElement, getIndex, getKey, getValue, setElement, setIndex, setKey, setValue, toStringMethods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersionMethods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setId, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface de.xima.cmn.dao.interfaces.IEntity
isPersisted, setId
-
Constructor Details
-
WorkflowNodeSearchTerm
public WorkflowNodeSearchTerm()
-
-
Method Details
-
cloneBasics
- Overrides:
cloneBasicsin classAWorkflowElementSearchTerm<WorkflowNode>- Returns:
- A new search term instance with all fields that do not reference other entities copied from this instance.
-
getId
-