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 AWorkflowElementSearchTerm
ATTR_ELEMENT, ATTR_INDEX, ATTR_KEY, ATTR_VALUE, COL_ELEMENT, COL_INDEX, COL_KEY, COL_VALUE, element, key, valueFields inherited from class AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersionFields inherited from class 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 ITransferableEntity
IMPORT_ID, INVALID_ID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AWorkflowElementSearchTerm
getElement, getIndex, getKey, getValue, setElement, setIndex, setKey, setValue, toStringMethods inherited from class AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersionMethods inherited from class AbstractEntity
asIntValue, isPersisted, setId, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCodeMethods inherited from interface 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
-