Class WorkflowTrigger
java.lang.Object
de.xima.cmn.dao.model.AEntity<Long>
de.xima.fc.entities.AbstractEntity
de.xima.fc.entities.AbstractLockableEntity
de.xima.fc.entities.AWorkflowElement<WorkflowTrigger, WorkflowTriggerSearchTerm>
de.xima.fc.entities.WorkflowTrigger
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>, de.xima.cmn.dao.interfaces.ILockableEntity<Long>, IDescriptionProviding, ILockingVersionProviding, INameProviding, ITransferable, ITransferableEntity, ITransferableLockableEntity, IUUIDEntity, IActiveFlagProviding, ICustomParametersProviding, IElementKeyProviding, IElementSearchTermsProviding, IIdProviding<Long>, ITriggerKeyProviding, IUuidProviding, IVersionedCustomParametersProviding, IWorkflowElementEntity, IWorkflowElementTypeProviding, IWorkflowTriggerTypeProviding, Serializable, Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity
public class WorkflowTrigger
extends AWorkflowElement<WorkflowTrigger, WorkflowTriggerSearchTerm>
implements IWorkflowTriggerTypeProviding, ITriggerKeyProviding
A workflow trigger that start a
WorkflowTask when a certain event occurs.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from class AWorkflowElement
active, ATTR_ACTIVE, ATTR_CUSTOM_PARAMETERS, ATTR_CUSTOM_PARAMETERS_VERSION, ATTR_DESCRIPTION, ATTR_SEARCH_TERMS, ATTR_TASK, ATTR_TYPE, COL_ACTIVE, COL_CUSTOM_PARAMETERS, COL_CUSTOM_PARAMETERS_VERSION, COL_DESCRIPTION, COL_NAME, COL_TASK, COL_TYPE, customParameters, customParametersVersion, description, name, searchTerms, task, type, uuidFields inherited from class AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersionFields inherited from class AbstractEntity
COL_ID, idFields inherited from interface IDescriptionProviding
ATTR_BESCHREIBUNGFields 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 INameProviding
ATTR_NAMEFields inherited from interface ITransferableEntity
IMPORT_ID, INVALID_IDFields inherited from interface IUUIDEntity
ATTR_UUID, COL_UUID, INVALID_UUID, INVALID_UUID_OBJECT, NULL_SAFE_UUID_TYPE, NULLABLE_UUID_TYPE, TYPE_NAME_UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDisplayName(Locale locale) getId()getKey()voidputSearchTerm(WorkflowTriggerSearchTerm searchTerm) Adds the given search term to this element, and setsAWorkflowElementSearchTerm.getElement()to this element.toString()Methods inherited from class AWorkflowElement
cloneBasics, getBeschreibung, getCustomParameters, getCustomParametersVersion, getDescription, getName, getTask, getType, getUuid, getUUID, getUUIDObject, isActive, setActive, setCustomParameters, setCustomParametersVersion, setDescription, setName, setSearchTerms, setTask, setType, setUUID, setUUIDObjectMethods 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 ICustomParametersProviding
getCustomParametersJsonMethods inherited from interface de.xima.cmn.dao.interfaces.IEntity
isPersisted, setIdMethods inherited from interface IWorkflowElementEntity
setCustomParametersJsonMethods inherited from interface IWorkflowElementTypeProviding
getType
-
Constructor Details
-
WorkflowTrigger
public WorkflowTrigger()
-
-
Method Details
-
getId
- Specified by:
getIdin interfacede.xima.cmn.dao.interfaces.IEntity<Long>- Specified by:
getIdin interfaceIIdProviding<Long>- Returns:
- The ID that identifies this instance.
-
getKey
- Specified by:
getKeyin interfaceIElementKeyProviding- Returns:
- The key that identifies this instance.
-
getSearchTerms
- Specified by:
getSearchTermsin interfaceIElementSearchTermsProviding- Returns:
- The search terms that were defined for this workflow element.
-
getTriggerKey
- Specified by:
getTriggerKeyin interfaceITriggerKeyProviding- Returns:
- The trigger key that identifies this instance.
-
putSearchTerm
Adds the given search term to this element, and setsAWorkflowElementSearchTerm.getElement()to this element.- Parameters:
searchTerm- The search term to add to this element.
-
getDisplayName
-
toString
- Overrides:
toStringin classAbstractLockableEntity
-