Package de.xima.fc.workflow.model.nodes
Class FcChangeFormRecordChatActivenessProps
- java.lang.Object
-
- de.xima.fc.workflow.taglib.model.BaseActionProps
-
- de.xima.fc.workflow.model.nodes.FcChangeFormRecordChatActivenessProps
-
- All Implemented Interfaces:
IDescriptionProviding
,INameProviding
,Serializable
public final class FcChangeFormRecordChatActivenessProps extends BaseActionProps implements Serializable
Model class for the log entry action (EWorkflowNodeType.FC_CHANGE_FORM_RECORD_CHAT_ACTIVENESS
).- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
BaseActionProps.name
-
-
Field Summary
-
Fields inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTION
-
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME
-
-
Constructor Summary
Constructors Constructor Description FcChangeFormRecordChatActivenessProps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EChangeFormRecordChatActivenessType
getChangeType()
How to change the activeness of the chat, i.e.FormRecordChatUser
getTargetChatUser()
The user (chat member) for selecting the chat for which to change the activeness.void
setChangeType(EChangeFormRecordChatActivenessType changeType)
How to change the activeness of the chat, i.e.void
setTargetChatUser(FormRecordChatUser targetChatUser)
The user (chat member) for selecting the chat for which to change the activeness.-
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
-
-
-
Method Detail
-
getChangeType
public EChangeFormRecordChatActivenessType getChangeType()
How to change the activeness of the chat, i.e. whether to open or to close it.- Returns:
- How to change the activeness of the chat, i.e. whether to open or to close it.
-
setChangeType
public void setChangeType(EChangeFormRecordChatActivenessType changeType)
How to change the activeness of the chat, i.e. whether to open or to close it.- Parameters:
changeType
- How to change the activeness of the chat, i.e. whether to open or to close it.
-
getTargetChatUser
public FormRecordChatUser getTargetChatUser()
The user (chat member) for selecting the chat for which to change the activeness. Uses the first chat that exists for the given user. Throws an error when no or multiple chats were found for the user.- Returns:
- The target member type.
-
setTargetChatUser
public void setTargetChatUser(FormRecordChatUser targetChatUser)
The user (chat member) for selecting the chat for which to change the activeness. Uses the first chat that exists for the given user. Throws an error when no or multiple chats were found for the user.- Parameters:
targetChatUser
- The target member type.
-
-