Class ComposerImportAction

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating

    public class ComposerImportAction
    extends _ComposerImportAction
    Provides a Composer package import summary action.
    See Also:
    Serialized Form
    • Field Detail

      • IMPORT_TYPE_UPDATE_MATCH

        public static final String IMPORT_TYPE_UPDATE_MATCH
        The new template version action.
        See Also:
        Constant Field Values
      • IMPORT_TYPE_UPDATE_UNRELATED

        public static final String IMPORT_TYPE_UPDATE_UNRELATED
        The update template version action.
        See Also:
        Constant Field Values
      • ACTION_NEW_TEMPLATE_VERSION

        public static final String ACTION_NEW_TEMPLATE_VERSION
        The new template version action.
        See Also:
        Constant Field Values
      • ACTION_UPDATE_TEMPLATE_VERSION

        public static final String ACTION_UPDATE_TEMPLATE_VERSION
        The update template version action.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ComposerImportAction

        public ComposerImportAction()
    • Method Detail

      • isNewFormAction

        public boolean isNewFormAction()
        Return whether this import action resulted in the creation of a new form.
        Returns:
        whether the action is ACTION_NEW_FORM
        Since:
        3.6.5
      • setResult

        public void setResult​(String result)
        Set the result attribute. Note that this method will truncate the input if needed.
        Overrides:
        setResult in class _ComposerImportAction
        Parameters:
        result - the new value for the result attribute