Uses of Interface
com.terminalfour.publish.data.IPDData
-
Packages that use IPDData Package Description com.terminalfour.publish.data Thedatapackage contains data objects relating to publish.com.terminalfour.publish.data.element com.terminalfour.publish.data.list com.terminalfour.publish.data.notfound com.terminalfour.publish.data.resolve -
-
Uses of IPDData in com.terminalfour.publish.data
Classes in com.terminalfour.publish.data that implement IPDData Modifier and Type Class Description classPDCacheclassPDChannelclassPDContentItemclassPDContentItemTypeclassPDContentListItemclassPDContentTypeclassPDContentTypeElementclassPDDateTimeclassPDLanguageclassPDSectionclassPDStatementclassPDVersionMethods in com.terminalfour.publish.data with parameters of type IPDData Modifier and Type Method Description static booleanDataUtils. isNotValid(IPDData data)Checks if the providedIPDDatais not valid.static booleanDataUtils. isValid(IPDData data)Checks if the providedIPDDatais valid. -
Uses of IPDData in com.terminalfour.publish.data.element
Classes in com.terminalfour.publish.data.element that implement IPDData Modifier and Type Class Description classPDDateElementclassPDElementclassPDFileElementclassPDListElementclassPDMediaElementclassPDTagElementclassPDTextElement -
Uses of IPDData in com.terminalfour.publish.data.list
Classes in com.terminalfour.publish.data.list that implement IPDData Modifier and Type Class Description classPDListThePDListprovides read-only access to a stateful representation of aPrefefinedListas associated with a specific Content Item.classPDListEntryThePDListEntryprovides read-only access to a stateful representation of aPredefinedListEntrywithin aPredefinedListthat is associated with a specific Content Item. -
Uses of IPDData in com.terminalfour.publish.data.notfound
Subinterfaces of IPDData in com.terminalfour.publish.data.notfound Modifier and Type Interface Description interfaceIPDNotFoundBasic interface that is used as a basis for instances where a data object does not exist or cannot be found.Classes in com.terminalfour.publish.data.notfound that implement IPDData Modifier and Type Class Description classPDCacheNotFoundclassPDChannelNotFoundclassPDContentItemNotFoundclassPDContentListItemNotFoundclassPDContentTypeElementNotFoundclassPDContentTypeNotFoundclassPDDateTimeNotFoundclassPDElementNotFoundclassPDLanguageNotFoundclassPDListEntryNotFoundclassPDListNotFoundclassPDSectionNotFoundclassPDStatementNotFoundclassPDVersionNotFound -
Uses of IPDData in com.terminalfour.publish.data.resolve
Classes in com.terminalfour.publish.data.resolve with type parameters of type IPDData Modifier and Type Interface Description interfaceIResolver<T extends IPDData>TheIResolverinterface should be implemented to allow the resolution of specificIPDDatatypes from within other Publish Data (PD)instances.Methods in com.terminalfour.publish.data.resolve with type parameters of type IPDData Modifier and Type Method Description <T extends IPDData>
booleanIPDResolverFactory. hasResolverFor(Class<T> t)Used to check if anIResolverexists to resolve the given PD type.<T extends IPDData>
TIPDResolverFactory. resolve(Class<T> t, Object... identifiers)Resolve an instance of the givenIPDDatausing the providedidentifiersMethod parameters in com.terminalfour.publish.data.resolve with type arguments of type IPDData Modifier and Type Method Description booleanIResolver. canResolve(Class<? extends IPDData> type)Used to check whether this resolver can be used to resolve a specificIPDDatatype.
-