Uses of Class
de.xima.fc.workflow.processor.value.common.UserDataDescriptor
-
Packages that use UserDataDescriptor Package Description de.xima.fc.workflow.processor.value.common -
-
Uses of UserDataDescriptor in de.xima.fc.workflow.processor.value.common
Fields in de.xima.fc.workflow.processor.value.common declared as UserDataDescriptor Modifier and Type Field Description static UserDataDescriptor
CommonRecordValueDescriptors. USER_DATA
AIValueDescriptor
for the data of auser
.Methods in de.xima.fc.workflow.processor.value.common with parameters of type UserDataDescriptor Modifier and Type Method Description FormRecordChatDescriptor
FormRecordChatDescriptor. withMembers(UserDataDescriptor memberDescriptor)
Derives a newFormRecordChatDescriptor
from this descriptor with the members property added, corresponding toFormRecordChat.getMemberRefs()
.FormRecordMessageDescriptor
FormRecordMessageDescriptor. withSender(UserDataDescriptor senderDescriptor)
Includes the sender property in the form record message descriptor.
-