Class GeneratedCompositeCronJob

    • Field Detail

      • COMPOSITEENTRIES

        public static final java.lang.String COMPOSITEENTRIES
        Qualifier of the CompositeCronJob.compositeEntries attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedCompositeCronJob

        public GeneratedCompositeCronJob()
    • Method Detail

      • getCompositeEntries

        public java.util.List<CompositeEntry> getCompositeEntries​(SessionContext ctx)
        Generated method - Getter of the CompositeCronJob.compositeEntries attribute.
        Returns:
        the compositeEntries - list of cronjobs/jobs which will be executed
      • getCompositeEntries

        public java.util.List<CompositeEntry> getCompositeEntries()
        Generated method - Getter of the CompositeCronJob.compositeEntries attribute.
        Returns:
        the compositeEntries - list of cronjobs/jobs which will be executed
      • setCompositeEntries

        public void setCompositeEntries​(SessionContext ctx,
                                        java.util.List<CompositeEntry> value)
        Generated method - Setter of the CompositeCronJob.compositeEntries attribute.
        Parameters:
        value - the compositeEntries - list of cronjobs/jobs which will be executed
      • setCompositeEntries

        public void setCompositeEntries​(java.util.List<CompositeEntry> value)
        Generated method - Setter of the CompositeCronJob.compositeEntries attribute.
        Parameters:
        value - the compositeEntries - list of cronjobs/jobs which will be executed
      • addToCompositeEntries

        public void addToCompositeEntries​(SessionContext ctx,
                                          CompositeEntry value)
        Generated method - Adds value to compositeEntries.
        Parameters:
        value - the item to add to compositeEntries - list of cronjobs/jobs which will be executed
      • addToCompositeEntries

        public void addToCompositeEntries​(CompositeEntry value)
        Generated method - Adds value to compositeEntries.
        Parameters:
        value - the item to add to compositeEntries - list of cronjobs/jobs which will be executed
      • removeFromCompositeEntries

        public void removeFromCompositeEntries​(SessionContext ctx,
                                               CompositeEntry value)
        Generated method - Removes value from compositeEntries.
        Parameters:
        value - the item to remove from compositeEntries - list of cronjobs/jobs which will be executed
      • removeFromCompositeEntries

        public void removeFromCompositeEntries​(CompositeEntry value)
        Generated method - Removes value from compositeEntries.
        Parameters:
        value - the item to remove from compositeEntries - list of cronjobs/jobs which will be executed