Class FcMoveFormRecordToInboxProps

    • Constructor Detail

      • FcMoveFormRecordToInboxProps

        public FcMoveFormRecordToInboxProps()
    • Method Detail

      • getInboxName

        public String getInboxName()
        When the target type is set to COMPUTED_INBOX_NAME: the name of the inbox to move the form record to. May contain placeholders.
        Returns:
        The name of the inbox to move the form record to.
        Since:
        8.2.0
      • setInboxName

        public void setInboxName​(String inboxName)
        When the target type is set to COMPUTED_INBOX_NAME: the name of the inbox to move the form record to. May contain placeholders.
        Parameters:
        inboxName - The name of the inbox to move the form record to.
        Since:
        8.2.0
      • setInboxReference

        public void setInboxReference​(UuidEntityRef inboxReference)
        Parameters:
        inboxReference - an reference of type UuidEntityRef to an inbox
      • getTargetType

        public EMoveFormRecordToInboxTargetType getTargetType()
        The type of the target inbox to move the form record to.
        Returns:
        The type of the target inbox to move the form record to.
        Since:
        8.2.0
      • setTargetType

        public void setTargetType​(EMoveFormRecordToInboxTargetType targetType)
        The type of the target inbox to move the form record to.
        Parameters:
        targetType - The type of the target inbox to move the form record to.
        Since:
        8.2.0