Class FcCopyFormRecordProps

    • Constructor Detail

      • FcCopyFormRecordProps

        public FcCopyFormRecordProps()
    • Method Detail

      • getTargetInbox

        public UuidEntityRef getTargetInbox()
        Returns:
        Inbox to which to move the form record. When null, the form record is copied to the same inbox as the current form record.
      • getTriggerToInvoke

        public TriggerKey getTriggerToInvoke()
        Returns:
        A trigger to invoke after the form record was copied. When null, no trigger is invoked.
      • isAnonymize

        public boolean isAnonymize()
        Returns:
        true if the form record user metadata should be anonymize, false otherwise.
      • setAnonymize

        public void setAnonymize​(boolean anonymizeUserMetadata)
        Parameters:
        anonymizeUserMetadata - true if the form record user metadata should be anonymize, false otherwise.
      • setTargetInbox

        public void setTargetInbox​(UuidEntityRef targetInbox)
        Parameters:
        targetInbox - Inbox to which to move the form record. When null, the form record is copied to the same inbox as the current form record.
      • setTriggerToInvoke

        public void setTriggerToInvoke​(TriggerKey triggerToInvoke)
        Parameters:
        triggerToInvoke - A trigger to invoke after the form record was copied. When null, no trigger is invoked.