public interface Updater extends Processor
Processor objects that update Updatable objects.
Updating can happen either by modifying the contents of an updatable object, or by replacing it in the
stream. An updater can have multiple updatable objects associated with it.Updatable| Modifier and Type | Method and Description |
|---|---|
int |
getUpdatableCount()
Returns the number of
Updatable nodes that this is updating. |
java.util.Iterator<?> |
getUpdatables()
Returns an iterator for the
Updatable nodes that this is updating. |
flushCache, getID, getInputDataModel, getOutputDataModel, getProcessorDiagram, getProcessorStream, getProcessorType, getTypeName, getXPosition, getYPosition, isCacheEnabled, isCacheFull, isInitial, isInline, isTerminal, run, setCacheEnabled, setPositionBetween, setXYPositiongetKeyedPropertyKeys, getKeyedPropertyValue, getLabel, getName, getPropertyType, getPropertyValue, getSavedByVersion, getStructuredPropertyDefinition, isKeyedProperty, isProperty, isServerConnectionRequiredProperty, propertyIterator, setKeyedPropertyValue, setLabel, setPropertyValue, setPropertyValues, setPropertyValuesFromgetContainerTagIterator, getContainerTags, getContainerTypeID, getContentContainer, getContentModel, getContentModelTags, putContentContainerint getUpdatableCount()
Updatable nodes that this is updating.getUpdatables(),
ProcessorDiagram.linkUpdater(Processor, Processor),
ProcessorDiagram.unlinkUpdater(Processor, Processor)java.util.Iterator<?> getUpdatables()
Updatable nodes that this is updating.getUpdatableCount(),
ProcessorDiagram.linkUpdater(Processor, Processor),
ProcessorDiagram.unlinkUpdater(Processor, Processor)Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.