Class GeneratedDeltadetectionManager

    • Field Detail

      • STREAMCONFIGURATIONEXCLUDEDSUBTYPES_SRC_ORDERED

        protected static java.lang.String STREAMCONFIGURATIONEXCLUDEDSUBTYPES_SRC_ORDERED
        Relation ordering override parameter constants for StreamConfigurationExcludedSubtypes from ((deltadetection))
      • STREAMCONFIGURATIONEXCLUDEDSUBTYPES_TGT_ORDERED

        protected static java.lang.String STREAMCONFIGURATIONEXCLUDEDSUBTYPES_TGT_ORDERED
      • STREAMCONFIGURATIONEXCLUDEDSUBTYPES_MARKMODIFIED

        protected static java.lang.String STREAMCONFIGURATIONEXCLUDEDSUBTYPES_MARKMODIFIED
        Relation disable markmodifed parameter constants for StreamConfigurationExcludedSubtypes from ((deltadetection))
      • DEFAULT_INITIAL_ATTRIBUTES

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

      • GeneratedDeltadetectionManager

        public GeneratedDeltadetectionManager()
    • Method Detail

      • createChangeDetectionJob

        public ChangeDetectionJob createChangeDetectionJob​(java.util.Map attributeValues)
      • createConsumeAllChangesJob

        public ConsumeAllChangesJob createConsumeAllChangesJob​(java.util.Map attributeValues)
      • createItemVersionMarker

        public ItemVersionMarker createItemVersionMarker​(java.util.Map attributeValues)
      • createScriptChangeConsumptionJob

        public ScriptChangeConsumptionJob createScriptChangeConsumptionJob​(java.util.Map attributeValues)
      • createStreamConfiguration

        public StreamConfiguration createStreamConfiguration​(java.util.Map attributeValues)
      • createStreamConfigurationContainer

        public StreamConfigurationContainer createStreamConfigurationContainer​(java.util.Map attributeValues)
      • getName

        public java.lang.String getName()
        Specified by:
        getName in class Extension
      • getStreamConfigurations

        public java.util.Collection<StreamConfiguration> getStreamConfigurations​(SessionContext ctx,
                                                                                 ComposedType item)
        Generated method - Getter of the ComposedType.streamConfigurations attribute.
        Returns:
        the streamConfigurations
      • getStreamConfigurations

        public java.util.Collection<StreamConfiguration> getStreamConfigurations​(ComposedType item)
        Generated method - Getter of the ComposedType.streamConfigurations attribute.
        Returns:
        the streamConfigurations
      • getStreamConfigurationsCount

        public long getStreamConfigurationsCount​(ComposedType item)
      • setStreamConfigurations

        public void setStreamConfigurations​(SessionContext ctx,
                                            ComposedType item,
                                            java.util.Collection<StreamConfiguration> value)
        Generated method - Setter of the ComposedType.streamConfigurations attribute.
        Parameters:
        value - the streamConfigurations
      • setStreamConfigurations

        public void setStreamConfigurations​(ComposedType item,
                                            java.util.Collection<StreamConfiguration> value)
        Generated method - Setter of the ComposedType.streamConfigurations attribute.
        Parameters:
        value - the streamConfigurations
      • addToStreamConfigurations

        public void addToStreamConfigurations​(SessionContext ctx,
                                              ComposedType item,
                                              StreamConfiguration value)
        Generated method - Adds value to streamConfigurations.
        Parameters:
        value - the item to add to streamConfigurations
      • addToStreamConfigurations

        public void addToStreamConfigurations​(ComposedType item,
                                              StreamConfiguration value)
        Generated method - Adds value to streamConfigurations.
        Parameters:
        value - the item to add to streamConfigurations
      • removeFromStreamConfigurations

        public void removeFromStreamConfigurations​(SessionContext ctx,
                                                   ComposedType item,
                                                   StreamConfiguration value)
        Generated method - Removes value from streamConfigurations.
        Parameters:
        value - the item to remove from streamConfigurations
      • removeFromStreamConfigurations

        public void removeFromStreamConfigurations​(ComposedType item,
                                                   StreamConfiguration value)
        Generated method - Removes value from streamConfigurations.
        Parameters:
        value - the item to remove from streamConfigurations