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:
-
Nested Class Summary
Nested classes/interfaces inherited from class BaseActionProps
BaseActionProps.name -
Field Summary
Fields inherited from interface IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface INameProviding
ATTR_NAME, COL_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionHow to change the activeness of the chat, i.e. whether to open or to close it.The user (chat member) for selecting the chat for which to change the activeness.voidsetChangeType(EChangeFormRecordChatActivenessType changeType) How to change the activeness of the chat, i.e. whether to open or to close it.voidsetTargetChatUser(FormRecordChatUser targetChatUser) The user (chat member) for selecting the chat for which to change the activeness.Methods inherited from class BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Constructor Details
-
FcChangeFormRecordChatActivenessProps
public FcChangeFormRecordChatActivenessProps()
-
-
Method Details
-
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
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
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
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.
-