Class SystemRestoreParameters

    • Constructor Detail

      • SystemRestoreParameters

        public SystemRestoreParameters()
    • Method Detail

      • getJobNicknames

        public java.util.List<java.lang.String> getJobNicknames()
        If specified, only jobs matching the supplied nickname are returned. If chains are not excluded, only those chains whose jobs are both included in the nickname list will be included. For example, if the nicknames specified include jobA, jobB and jobC, the chain jobA->jobB will be included but not the chain jobC->jobD. If any nicknames are provided, all conflicts are excluded.
        Returns:
        job nicknames
      • setJobNickname

        public void setJobNickname​(java.util.List<java.lang.String> jobNicknames)
      • getExcludeItems

        public java.util.List<java.lang.String> getExcludeItems()
        If specified, will filter out top level SystemRestoreConfiguration attributes. Supported values are:
        • jobs
        • chains
        • conflicts
        • subscribers
        • templates
        • systemParameters
        • customCalendars
        • globalParameters
        • users
        If jobs are excluded, chains and conflicts are as well as are any job specific templates and subscriptions.
        Returns:
        excluded items
      • setExcludeItems

        public void setExcludeItems​(java.util.List<java.lang.String> excludeItems)
      • withExcludeItems

        public SystemRestoreParameters withExcludeItems​(java.util.List<java.lang.String> excludeItems)