Uses of Interface
com.atlassian.adf.model.node.type.InternalMediaNode
-
Packages that use InternalMediaNode Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document.com.atlassian.adf.model.node.type Marker interfaces and other supporting types that help classify nodes by how they may be used. -
-
Uses of InternalMediaNode in com.atlassian.adf.model.node
Classes in com.atlassian.adf.model.node that implement InternalMediaNode Modifier and Type Class Description static classMedia.FileMediastatic classMedia.FileOrLinkMedia<T extends Media.FileOrLinkMedia<T>>static classMedia.LinkMediaclassMediaInlineThemediaInlinenode type works just likefileandlinktypes ofmedianodes, except that instead of being placed inside themediaGroupandmediaSingleblock nodes, they are used in places thatinline contentis permitted, such as within aparagraph. -
Uses of InternalMediaNode in com.atlassian.adf.model.node.type
Methods in com.atlassian.adf.model.node.type that return InternalMediaNode Modifier and Type Method Description InternalMediaNodeInternalMediaNode. collection(String collection)InternalMediaNodeInternalMediaNode. id(String id)InternalMediaNodeInternalMediaNode. occurrenceKey(String occurrenceKey)
-