Class TemporalEndMetacardUpdater
java.lang.Object
org.codice.alliance.video.stream.mpegts.metacard.AbstractBasicMetacardUpdater
org.codice.alliance.video.stream.mpegts.metacard.TemporalEndMetacardUpdater
- All Implemented Interfaces:
MetacardUpdater
If the child has an end time, then set the parent's end time to the child's value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisCondition(ddf.catalog.data.Metacard parent, ddf.catalog.data.Metacard child) The child is guaranteed to already have the attribute.Methods inherited from class org.codice.alliance.video.stream.mpegts.metacard.AbstractBasicMetacardUpdater
update
-
Constructor Details
-
TemporalEndMetacardUpdater
public TemporalEndMetacardUpdater()
-
-
Method Details
-
isCondition
protected boolean isCondition(ddf.catalog.data.Metacard parent, ddf.catalog.data.Metacard child) Description copied from class:AbstractBasicMetacardUpdaterThe child is guaranteed to already have the attribute.- Specified by:
isConditionin classAbstractBasicMetacardUpdater- Parameters:
parent- parent metacardchild- child metacard- Returns:
- true if the parent should be set with the child's value
-