A B C D E F G H I J K L M N O P Q R S T U V W Y 
All Classes All Packages

A

a(String) - Static method in class com.atlassian.adf.model.mark.Link
 
a(URI) - Static method in class com.atlassian.adf.model.mark.Link
 
a(URL) - Static method in class com.atlassian.adf.model.mark.Link
 
AbstractContentNode<C extends AbstractContentNode<C,​N>,​N extends Node> - Class in com.atlassian.adf.model.node
Nodes that use the "content" key to specify a list of child nodes extend this type to handle the common conventions across those node types.
AbstractContentNode() - Constructor for class com.atlassian.adf.model.node.AbstractContentNode
 
AbstractListNode<L extends AbstractListNode<L>> - Class in com.atlassian.adf.model.node
Common parent of the bulletList and orderedList node types.
AbstractMarkedContentNode<C extends AbstractMarkedContentNode<C,​N,​M>,​N extends Node,​M extends Mark> - Class in com.atlassian.adf.model.node
 
AbstractMarkedNode<N extends AbstractMarkedNode<N,​M>,​M extends Mark> - Class in com.atlassian.adf.model.node
 
AbstractMedia() - Constructor for class com.atlassian.adf.model.node.Media.AbstractMedia
 
AbstractNode<N extends AbstractNode<N>> - Class in com.atlassian.adf.model.node
 
AbstractNode() - Constructor for class com.atlassian.adf.model.node.AbstractNode
 
AbstractNode.ToStringHelper - Class in com.atlassian.adf.model.node
 
AbstractTableCellNode<N extends AbstractTableCellNode<N>> - Class in com.atlassian.adf.model.node
Either of the data-containing nodes that can be placed in a TableRow, meaning either a tableHeader or a tableCell.
accept(Consumer<? super A>, Consumer<? super B>) - Method in interface com.atlassian.adf.util.Fold2
 
accept(Consumer<? super A>, Consumer<? super B>, Consumer<? super C>) - Method in interface com.atlassian.adf.util.Fold3
 
accept(Consumer<? super Media.FileMedia>, Consumer<? super Media.LinkMedia>, Consumer<? super Media.ExternalMedia>) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
accept(Consumer<? super String>, Consumer<? super Map<String, ?>>) - Method in interface com.atlassian.adf.model.node.InlineCard.UrlOrData
Do something with either the URI or JSON-LD data, as appropriate.
accept(Consumer<? super String>, Consumer<? super Map<String, ?>>, Consumer<? super BlockCard.Datasource>) - Method in class com.atlassian.adf.model.node.BlockCard.CardAttributes
Do something with either the URI or JSON-LD data, as appropriate.
accept(Consumer<? super String>, Consumer<? super Map<String, ?>>, Consumer<? super BlockCard.Datasource>) - Method in class com.atlassian.adf.model.node.BlockCard.Datasource
 
ACCESS_LEVEL - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
accessLevel() - Method in class com.atlassian.adf.model.node.Mention
Returns the access level for this mention, if set.
accessLevel(Mention.AccessLevel) - Method in class com.atlassian.adf.model.node.Mention
Sets the access level value for the mention.
accessLevel(String) - Method in class com.atlassian.adf.model.node.Mention
Sets the access level value for the mention.
actualType() - Method in exception com.atlassian.adf.model.ex.AdfException.ValueTypeMismatch
 
add(String, Object) - Method in class com.atlassian.adf.util.FieldMap
 
addAll(Map<String, ?>) - Method in class com.atlassian.adf.util.FieldMap
 
addCommonAttrs(FieldMap) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
addContent(FieldMap) - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
addContentIfPresent(FieldMap) - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
addIf(boolean, String, Supplier<?>) - Method in class com.atlassian.adf.util.FieldMap
 
addIfPresent(String, Object) - Method in class com.atlassian.adf.util.FieldMap
 
addMapped(String, T, Function<T, ?>) - Method in class com.atlassian.adf.util.FieldMap
 
addMappedIfPresent(String, T, Function<T, ?>) - Method in class com.atlassian.adf.util.FieldMap
 
AdfException - Exception in com.atlassian.adf.model.ex
An exception reporting a problem with the structure of an ADF document.
AdfException(String) - Constructor for exception com.atlassian.adf.model.ex.AdfException
 
AdfException(String, Throwable) - Constructor for exception com.atlassian.adf.model.ex.AdfException
 
AdfException.DuplicateProperty - Exception in com.atlassian.adf.model.ex
Thrown to indicate the error of attempting to add the same key to the map representation of a node more than one time.
AdfException.EmptyProperty - Exception in com.atlassian.adf.model.ex
Thrown to indicate that a required string value was specified as an empty string.
AdfException.InvalidURI - Exception in com.atlassian.adf.model.ex
Used as a runtime replacement for URISyntaxException when a parameter value that must be a valid URI is checked.
AdfException.MissingProperty - Exception in com.atlassian.adf.model.ex
Thrown to indicate that a required field or attribute was not provided.
AdfException.MissingType - Exception in com.atlassian.adf.model.ex
Thrown for any node or mark that fails to specify a type value.
AdfException.PropertyException - Exception in com.atlassian.adf.model.ex
Thrown to indicate that there is something wrong with a field (those values placed directly at the top level of a node or mark) or attribute (those placed within the attrs object).
AdfException.UnexpectedRuntimeException - Exception in com.atlassian.adf.model.ex
Used to wrap other runtime exceptions as an AdfException, primarily so that the error path can potentially be provided for it.
AdfException.UnsupportedEnumValue - Exception in com.atlassian.adf.model.ex
Thrown when a limited set of enumerated values are permitted, but a value was encountered that is not in the allowed set.
AdfException.ValueTypeMismatch - Exception in com.atlassian.adf.model.ex
Thrown to indicate that a particular value could not be extracted from a field or attribute because it was not of the correct type.
AdfMarshaller<T> - Interface in com.atlassian.adf.parser
Something that can produce an external form for an ADF document.
AdfParser<T> - Interface in com.atlassian.adf.parser
 
AdfUnmarshaller<T> - Interface in com.atlassian.adf.parser
Something that can restore an ADF document from an external form.
aliceblue - com.atlassian.adf.util.Colors.Named
 
align() - Method in class com.atlassian.adf.model.mark.Alignment
Returns this alignment mark's align value.
align() - Method in enum com.atlassian.adf.model.mark.Alignment.Align
 
ALIGN - Static variable in interface com.atlassian.adf.model.mark.Mark.Attr
Specifies how an Alignment mark alters the presentation of the containing node.
ALIGN_END - com.atlassian.adf.model.node.RichMedia.Layout
 
ALIGN_START - com.atlassian.adf.model.node.RichMedia.Layout
 
alignEnd() - Method in class com.atlassian.adf.model.node.EmbedCard
 
alignEnd() - Method in class com.atlassian.adf.model.node.EmbedCard.Partial.NeedsLayout
 
alignEnd() - Method in class com.atlassian.adf.model.node.MediaSingle
 
alignEnd() - Method in class com.atlassian.adf.model.node.MediaSingle.Partial.NeedsMedia
 
alignment(Alignment) - Method in class com.atlassian.adf.model.node.Paragraph
 
alignment(Alignment.Align) - Static method in class com.atlassian.adf.model.mark.Alignment
Returns an alignment mark with the given align value.
alignment(String) - Static method in class com.atlassian.adf.model.mark.Alignment
Returns an alignment mark with the given align value.
Alignment - Class in com.atlassian.adf.model.mark
The alignment mark sets right (end) or center alignment for a node.
ALIGNMENT - Static variable in interface com.atlassian.adf.model.mark.Mark.Type
 
Alignment.Align - Enum in com.atlassian.adf.model.mark
Specifies how the content should be aligned relative to the overall page layout.
alignStart() - Method in class com.atlassian.adf.model.node.EmbedCard
 
alignStart() - Method in class com.atlassian.adf.model.node.EmbedCard.Partial.NeedsLayout
 
alignStart() - Method in class com.atlassian.adf.model.node.MediaSingle
 
alignStart() - Method in class com.atlassian.adf.model.node.MediaSingle.Partial.NeedsMedia
 
allNodes() - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
allNodes() - Method in class com.atlassian.adf.model.node.MediaSingle
This mimics the behavior of ContentNode.allNodes(), for convenience.
allNodes() - Method in interface com.atlassian.adf.model.node.type.ContentNode
Produces a stream consisting of the in-order traversal of this node and all of its contents, where any nested ContentNodes are also expanded.
allNodesOfType(Class<T>) - Method in class com.atlassian.adf.model.node.MediaSingle
This mimics the behavior of ContentNode.allNodesOfType(Class).
allNodesOfType(Class<T>) - Method in interface com.atlassian.adf.model.node.type.ContentNode
Returns a stream of all descendant nodes of the given type.
allNodesOfTypeAsList(Class<T>) - Method in class com.atlassian.adf.model.node.MediaSingle
This mimics the behavior of ContentNode.allNodesOfTypeAsList(Class).
allNodesOfTypeAsList(Class<T>) - Method in interface com.atlassian.adf.model.node.type.ContentNode
Returns a list of all decendant nodes of the given type.
alt - Variable in class com.atlassian.adf.model.node.Media.AbstractMedia
 
alt() - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
alt() - Method in interface com.atlassian.adf.model.node.Media
 
alt() - Method in class com.atlassian.adf.model.node.MediaInline
 
alt(String) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
alt(String) - Method in interface com.atlassian.adf.model.node.Media
 
alt(String) - Method in class com.atlassian.adf.model.node.MediaInline
 
ALT - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
annotation(String, Annotation.AnnotationType) - Static method in class com.atlassian.adf.model.mark.Annotation
 
Annotation - Class in com.atlassian.adf.model.mark
The annotation mark shows the presence of an annotation or comment on a node.
Annotation(String, Annotation.AnnotationType) - Constructor for class com.atlassian.adf.model.mark.Annotation
 
ANNOTATION - Static variable in interface com.atlassian.adf.model.mark.Mark.Type
 
ANNOTATION_TYPE - Static variable in interface com.atlassian.adf.model.mark.Mark.Attr
Specifies the intended meaning of an Annotation mark.
Annotation.AnnotationType - Enum in com.atlassian.adf.model.mark
 
annotationType() - Method in class com.atlassian.adf.model.mark.Annotation
 
annotationType() - Method in enum com.atlassian.adf.model.mark.Annotation.AnnotationType
 
antiquewhite - com.atlassian.adf.util.Colors.Named
 
APP - com.atlassian.adf.model.node.Mention.UserType
 
append(String) - Method in class com.atlassian.adf.model.node.Text
 
appendContentNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.AbstractContentNode
Allows content nodes that have their own fields to augment the toString() implementation with their own field values.
appendContentNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.AbstractMarkedContentNode
 
appendContentNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.AbstractTableCellNode
 
appendContentNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.DecisionItem
 
appendContentNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.DecisionList
 
appendContentNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.Doc
 
appendContentNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.NestedExpand
 
appendContentNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.OrderedList
 
appendContentNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.Panel
 
appendContentNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.TaskItem
 
appendContentNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.TaskList
 
appendMarkedContentNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.AbstractMarkedContentNode
 
appendMarkedContentNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.BodiedExtension
 
appendMarkedContentNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.CodeBlock
 
appendMarkedContentNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.Expand
 
appendMarkedContentNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.Heading
 
appendMarkedContentNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.Table
 
appendMarkedNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.AbstractMarkedNode
 
appendMarkedNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.Extension
 
appendMarkedNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.InlineExtension
 
appendMarkedNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.MediaInline
 
appendMarkedNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.MediaSingle
 
appendMarkedNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.Text
 
appendMediaFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
appendMediaFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.Media.ExternalMedia
 
appendMediaFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.Media.FileOrLinkMedia
 
appendNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
appendNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.AbstractMarkedNode
 
appendNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.AbstractNode
Allows nodes that have their own fields to augment the toString() implementation with their own field values.
appendNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.BlockCard
 
appendNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.Date
 
appendNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.EmbedCard
 
appendNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.Emoji
 
appendNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.HardBreak
 
appendNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.InlineCard
 
appendNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
appendNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.Mention
 
appendNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.Placeholder
 
appendNodeFields(AbstractNode.ToStringHelper) - Method in class com.atlassian.adf.model.node.Status
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.AbstractNode
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.AbstractTableCellNode
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.Blockquote
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.BodiedExtension
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.BulletList
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.Date
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.DecisionItem
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.Doc
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.Emoji
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.Extension
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.HardBreak
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.InlineCard
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.InlineExtension
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.ListItem
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.MediaGroup
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.MediaSingle
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.Mention
 
appendPlainText(StringBuilder) - Method in interface com.atlassian.adf.model.node.Node
Renders this node as plain-text suitable for viewing by end users.
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.OrderedList
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.Panel
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.Paragraph
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.Placeholder
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.Rule
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.Status
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.Table
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.TableRow
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.TaskItem
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.Text
 
appendPlainText(StringBuilder) - Method in class com.atlassian.adf.model.node.unsupported.UnsupportedNode
 
appendPlainTextContentJoinedWith(char, StringBuilder) - Method in class com.atlassian.adf.model.node.AbstractContentNode
Intended for content nodes that hold block elements, this will render their contents as plain-text by joining the items with the given delimiter between them.
appendPlainTextForUnsupportedNode(Node, StringBuilder) - Static method in class com.atlassian.adf.model.node.unsupported.UnsupportedNode
 
appendPlainTextInlineContent(StringBuilder) - Method in class com.atlassian.adf.model.node.AbstractContentNode
For content nodes that hold InlineContent (or some other marker interface like CaptionContent that has a similar purpose), append that content to the given buffer with appropriate handling of mention nodes.
APPLICATION - com.atlassian.adf.model.node.Mention.AccessLevel
 
aqua - com.atlassian.adf.util.Colors.Named
 
aquamarine - com.atlassian.adf.util.Colors.Named
 
asInt(Number, String) - Static method in class com.atlassian.adf.util.ParserSupport
Parses the given value as an integer, tolerating lossless conversions from other number formats when possible.
ATTRS - Static variable in interface com.atlassian.adf.model.Element.Key
The attrs field is a map that holds additional attributes for a mark or node.
azure - com.atlassian.adf.util.Colors.Named
 

B

B100 - Static variable in class com.atlassian.adf.util.Colors
 
B400 - Static variable in class com.atlassian.adf.util.Colors
 
B50 - Static variable in class com.atlassian.adf.util.Colors
 
B500 - Static variable in class com.atlassian.adf.util.Colors
 
B75 - Static variable in class com.atlassian.adf.util.Colors
 
background - Variable in class com.atlassian.adf.model.node.AbstractTableCellNode
 
background() - Method in class com.atlassian.adf.model.node.AbstractTableCellNode
 
background() - Method in interface com.atlassian.adf.model.node.type.TableCellNode
Returns the background color for the table cell, if one is set.
background(String) - Method in class com.atlassian.adf.model.node.AbstractTableCellNode
 
background(String) - Method in interface com.atlassian.adf.model.node.type.TableCellNode
Sets the background color for the table cell.
BACKGROUND - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
backtrace(String) - Method in exception com.atlassian.adf.model.ex.AdfException
Adds the given frame to the backtrace for this exception.
beige - com.atlassian.adf.util.Colors.Named
 
bisque - com.atlassian.adf.util.Colors.Named
 
black - com.atlassian.adf.util.Colors.Named
 
blanchedalmond - com.atlassian.adf.util.Colors.Named
 
BLOCK_CARD - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
blockCard() - Static method in class com.atlassian.adf.model.node.BlockCard
Creates a partially constructed block card that requires its URI or data to be set before it is valid.
blockCard(String) - Static method in class com.atlassian.adf.model.node.BlockCard
Creates a block card for the linked content with the given URI.
blockCard(URI) - Static method in class com.atlassian.adf.model.node.BlockCard
Creates a block card for the linked content with the given URI.
blockCard(URL) - Static method in class com.atlassian.adf.model.node.BlockCard
Creates a block card for the linked content with the given URI.
blockCard(Map<String, ?>) - Static method in class com.atlassian.adf.model.node.BlockCard
Creates a block card for the linked content with the given JSON-LD description.
BlockCard - Class in com.atlassian.adf.model.node
The blockCard node is an Atlassian link card with a type icon and content description derived from the link.
BlockCard.CardAttributes - Class in com.atlassian.adf.model.node
A sum type providing access to the link data for this card.
BlockCard.Datasource - Class in com.atlassian.adf.model.node
A blockCard node with type=datasource is not really a normal block card.
BlockCard.Partial - Interface in com.atlassian.adf.model.node
Types that represent a partially constructed blockCard or inlineCard.
BlockCard.Partial.NeedsCardAttributes - Class in com.atlassian.adf.model.node
This partially constructed card still needs either a url or data value set.
BlockCard.Partial.NeedsDatasourceId - Class in com.atlassian.adf.model.node
A partially constructed datasource block card that needs the id set.
BlockCard.Partial.NeedsDatasourceParameters - Class in com.atlassian.adf.model.node
A partially constructed datasource block card that needs the parameters set.
BlockCard.Partial.NeedsDatasourceViews - Class in com.atlassian.adf.model.node
A partially constructed datasource block card that needs the views set, which will complete the datasource definition and the BlockCard as a whole.
BlockCard.Partial.OptionalDatasourceParameters<T extends BlockCard.Partial.OptionalDatasourceParameters<T>> - Class in com.atlassian.adf.model.node
 
BlockCard.View - Class in com.atlassian.adf.model.node
 
BlockCardAttributesMustBeSet() - Constructor for exception com.atlassian.adf.model.ex.node.CardException.BlockCardAttributesMustBeSet
 
blockquote() - Static method in class com.atlassian.adf.model.node.Blockquote
 
blockquote(Paragraph) - Static method in class com.atlassian.adf.model.node.Blockquote
 
blockquote(Paragraph...) - Static method in class com.atlassian.adf.model.node.Blockquote
 
blockquote(Iterable<? extends Paragraph>) - Static method in class com.atlassian.adf.model.node.Blockquote
 
blockquote(String) - Static method in class com.atlassian.adf.model.node.Blockquote
 
blockquote(String...) - Static method in class com.atlassian.adf.model.node.Blockquote
 
blockquote(Stream<? extends Paragraph>) - Static method in class com.atlassian.adf.model.node.Blockquote
 
Blockquote - Class in com.atlassian.adf.model.node
The Blockquote node is a container for quotes.
BLOCKQUOTE - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
blue - com.atlassian.adf.util.Colors.Named
 
blue() - Method in class com.atlassian.adf.model.node.Status
 
blue() - Method in class com.atlassian.adf.model.node.Status.Partial.NeedsColor
 
blue(String) - Static method in class com.atlassian.adf.model.node.Status
 
BLUE - com.atlassian.adf.model.node.Status.Color
 
blueStar() - Static method in interface com.atlassian.adf.model.node.Emoji.Standard
 
blueviolet - com.atlassian.adf.util.Colors.Named
 
BODIED_EXTENSION - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
bodiedExtension() - Static method in class com.atlassian.adf.model.node.BodiedExtension
 
bodiedExtension(String, String) - Static method in class com.atlassian.adf.model.node.BodiedExtension
 
BodiedExtension - Class in com.atlassian.adf.model.node
Extensions provide hook points for ecosystem add-ons to integrate with how ADF content is rendered.
BodiedExtensionMark - Interface in com.atlassian.adf.model.mark.type
Any mark that is assignable to bodiedExtension nodes.
border() - Static method in class com.atlassian.adf.model.mark.Border
 
border() - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
border() - Method in interface com.atlassian.adf.model.node.Media
 
border(int, String) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
border(int, String) - Method in interface com.atlassian.adf.model.node.Media
 
border(Border) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
border(Border) - Method in interface com.atlassian.adf.model.node.Media
 
border(Colors.Named) - Static method in class com.atlassian.adf.model.mark.Border
 
border(Color) - Static method in class com.atlassian.adf.model.mark.Border
 
border(String) - Static method in class com.atlassian.adf.model.mark.Border
 
border(String) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
border(String) - Method in interface com.atlassian.adf.model.node.Media
 
Border - Class in com.atlassian.adf.model.mark
The border mark sets border styling.
BORDER - Static variable in interface com.atlassian.adf.model.mark.Mark.Type
 
BorderException - Exception in com.atlassian.adf.model.ex.mark
Reports a problem with a border mark.
BorderException.InvalidColor - Exception in com.atlassian.adf.model.ex.mark
Reports that a border mark specified am invalid value for its color.
BorderException.InvalidSize - Exception in com.atlassian.adf.model.ex.mark
Reports that a border mark specified a size that is out of range.
bq() - Static method in class com.atlassian.adf.model.node.Blockquote
Create an empty Blockquote node.
bq(Paragraph) - Static method in class com.atlassian.adf.model.node.Blockquote
Create a Blockquote node containing a single paragraph as its content.
bq(Paragraph...) - Static method in class com.atlassian.adf.model.node.Blockquote
Create a Blockquote node containing the given paragraph as its content.
bq(Iterable<? extends Paragraph>) - Static method in class com.atlassian.adf.model.node.Blockquote
Create a Blockquote node containing the given paragraph as its content.
bq(String) - Static method in class com.atlassian.adf.model.node.Blockquote
Create a Blockquote node containing a single paragraph with the given text as its content.
bq(String...) - Static method in class com.atlassian.adf.model.node.Blockquote
Create a Blockquote node containing a single paragraph with the given text as its content.
bq(Stream<? extends Paragraph>) - Static method in class com.atlassian.adf.model.node.Blockquote
Create a Blockquote node containing the given paragraph as its content.
br() - Static method in class com.atlassian.adf.model.node.HardBreak
 
breakout() - Method in class com.atlassian.adf.model.node.CodeBlock
 
breakout() - Method in class com.atlassian.adf.model.node.Expand
 
breakout() - Method in class com.atlassian.adf.model.node.LayoutSection
 
breakout(Breakout) - Method in class com.atlassian.adf.model.node.CodeBlock
 
breakout(Breakout) - Method in class com.atlassian.adf.model.node.Expand
 
breakout(Breakout) - Method in class com.atlassian.adf.model.node.LayoutSection
 
Breakout - Class in com.atlassian.adf.model.mark
The breakout mark sets block nodes to extend wider than the normal content area.
BREAKOUT - Static variable in interface com.atlassian.adf.model.mark.Mark.Type
 
Breakout.Mode - Enum in com.atlassian.adf.model.mark
Specifies the desired width of content that breaks out of the usual content margins.
brown - com.atlassian.adf.util.Colors.Named
 
BULLET_LIST - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
bulletList() - Static method in class com.atlassian.adf.model.node.BulletList
 
bulletList(ListItem...) - Static method in class com.atlassian.adf.model.node.BulletList
 
bulletList(Iterable<? extends ListItem>) - Static method in class com.atlassian.adf.model.node.BulletList
 
bulletList(Stream<? extends ListItem>) - Static method in class com.atlassian.adf.model.node.BulletList
 
BulletList - Class in com.atlassian.adf.model.node
A container for list items that produces a bulleted list.
burlywood - com.atlassian.adf.util.Colors.Named
 

C

cadetblue - com.atlassian.adf.util.Colors.Named
 
CannotUseNestedListAsFirstContentItem() - Constructor for exception com.atlassian.adf.model.ex.node.ListException.CannotUseNestedListAsFirstContentItem
 
CannotUseNestedTaskListAsFirstContentItem() - Constructor for exception com.atlassian.adf.model.ex.node.TaskListException.CannotUseNestedTaskListAsFirstContentItem
 
caption() - Static method in class com.atlassian.adf.model.node.Caption
 
caption() - Method in class com.atlassian.adf.model.node.MediaSingle
Returns the caption for the media item, if set.
caption(Caption) - Method in class com.atlassian.adf.model.node.MediaSingle
 
caption(CaptionContent) - Static method in class com.atlassian.adf.model.node.Caption
 
caption(CaptionContent) - Method in class com.atlassian.adf.model.node.MediaSingle
 
caption(CaptionContent...) - Static method in class com.atlassian.adf.model.node.Caption
 
caption(CaptionContent...) - Method in class com.atlassian.adf.model.node.MediaSingle
 
caption(Iterable<? extends CaptionContent>) - Static method in class com.atlassian.adf.model.node.Caption
 
caption(Iterable<? extends CaptionContent>) - Method in class com.atlassian.adf.model.node.MediaSingle
 
caption(String) - Static method in class com.atlassian.adf.model.node.Caption
 
caption(String) - Method in class com.atlassian.adf.model.node.MediaSingle
 
caption(String...) - Static method in class com.atlassian.adf.model.node.Caption
 
caption(String...) - Method in class com.atlassian.adf.model.node.MediaSingle
 
caption(Stream<? extends CaptionContent>) - Static method in class com.atlassian.adf.model.node.Caption
 
caption(Stream<? extends CaptionContent>) - Method in class com.atlassian.adf.model.node.MediaSingle
 
Caption - Class in com.atlassian.adf.model.node
Wraps the caption content that may optionally be assigned to a mediaSingle node.
CAPTION - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
CaptionContent - Interface in com.atlassian.adf.model.node.type
Marks the nodes that can be placed directly into a caption node.
cardAttributes() - Method in class com.atlassian.adf.model.node.BlockCard
Returns the card's link data, either as a URI or as a Map containing a JSON-LD.
CardAttributes() - Constructor for class com.atlassian.adf.model.node.BlockCard.CardAttributes
 
CardException - Exception in com.atlassian.adf.model.ex.node
Reports a problem with one of the various "card" node types: blockCard, embedCard, or inlineCard.
CardException.BlockCardAttributesMustBeSet - Exception in com.atlassian.adf.model.ex.node
Reports an attempt to use a blockCard without first setting any of its url, data, or datasource values.
CardException.DataAndDatasourceCannotBothBeSet - Exception in com.atlassian.adf.model.ex.node
Reports an attempt to set both the data and datasource values on a blockCard.
CardException.DatasourceRequiresAtLeastOneView - Exception in com.atlassian.adf.model.ex.node
Reports an attempt to use a blockCard with datasource attributes that do not contain at least one entry in the views list.
CardException.InvalidWidth - Exception in com.atlassian.adf.model.ex.node
Reports an attempt to use an invalid width value on an embedCard node.
CardException.UrlAndDataCannotBothBeSet - Exception in com.atlassian.adf.model.ex.node
Reports an attempt to set both the url and data values on a blockCard or inlineCard.
CardException.UrlOrDataMustBeSet - Exception in com.atlassian.adf.model.ex.node
Reports an attempt to use an inlineCard without first setting either its url or data value.
Cast - Class in com.atlassian.adf.util
This is a way for us to declare explicitly that we know something that the compiler doesn't and pinky-swear that the value we have really is of the inferred return type.
center() - Static method in class com.atlassian.adf.model.mark.Alignment
Returns an alignment mark with align set to center.
center() - Method in class com.atlassian.adf.model.node.EmbedCard
 
center() - Method in class com.atlassian.adf.model.node.EmbedCard.Partial.NeedsLayout
 
center() - Method in class com.atlassian.adf.model.node.Heading
 
center() - Method in class com.atlassian.adf.model.node.MediaSingle
 
center() - Method in class com.atlassian.adf.model.node.MediaSingle.Partial.NeedsMedia
 
center() - Method in class com.atlassian.adf.model.node.Paragraph
 
CENTER - com.atlassian.adf.model.mark.Alignment.Align
The content should be centered.
CENTER - com.atlassian.adf.model.node.RichMedia.Layout
Aligns the image in the center of the content as a block.
Char - Class in com.atlassian.adf.util
From editor-wikimarkup-transformer/src/char.ts originally, but there is a lot more in here, now.
chartreuse - com.atlassian.adf.util.Colors.Named
 
checkMark() - Static method in interface com.atlassian.adf.model.node.Emoji.Standard
 
checkType(Map<String, ?>, String) - Static method in class com.atlassian.adf.util.ParserSupport
Verify that the type value of the given map is correct.
chocolate - com.atlassian.adf.util.Colors.Named
 
cleanUri(String, String) - Static method in class com.atlassian.adf.util.ParserSupport
 
cleanUri(URI, String) - Static method in class com.atlassian.adf.util.ParserSupport
 
cleanUri(URL, String) - Static method in class com.atlassian.adf.util.ParserSupport
 
clear() - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
clear() - Method in interface com.atlassian.adf.model.node.type.ContentNode
Discards all existing content in this node.
code() - Static method in class com.atlassian.adf.model.mark.Code
 
code() - Method in class com.atlassian.adf.model.node.Text
Add a Code mark to this text.
code(Text) - Static method in class com.atlassian.adf.model.mark.Code
Convenience method for applying a code mark to an existing text node.
code(String) - Static method in class com.atlassian.adf.model.mark.Code
Convenience method for constructing a text node with a code mark.
Code - Class in com.atlassian.adf.model.mark
The code mark sets code styling.
CODE - Static variable in interface com.atlassian.adf.model.mark.Mark.Type
 
CODE_BLOCK - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
codeBlock() - Static method in class com.atlassian.adf.model.node.CodeBlock
 
codeBlock(Text) - Static method in class com.atlassian.adf.model.node.CodeBlock
 
codeBlock(Text...) - Static method in class com.atlassian.adf.model.node.CodeBlock
 
codeBlock(Iterable<? extends Text>) - Static method in class com.atlassian.adf.model.node.CodeBlock
 
codeBlock(String) - Static method in class com.atlassian.adf.model.node.CodeBlock
 
codeBlock(String...) - Static method in class com.atlassian.adf.model.node.CodeBlock
 
codeBlock(Stream<? extends Text>) - Static method in class com.atlassian.adf.model.node.CodeBlock
 
CodeBlock - Class in com.atlassian.adf.model.node
A container for lines of code.
CodeBlockMark - Interface in com.atlassian.adf.model.mark.type
Any mark that is assignable to codeBlock nodes.
CodeTextMark - Interface in com.atlassian.adf.model.mark.type
Text marks that are only usable in code sections and can only be used together with other marks that also implement this marker interface.
collection - Variable in class com.atlassian.adf.model.node.Media.FileOrLinkMedia
 
collection() - Method in class com.atlassian.adf.model.mark.Link
 
collection() - Method in class com.atlassian.adf.model.node.Media.FileOrLinkMedia
Returns the media node's collection ID.
collection() - Method in class com.atlassian.adf.model.node.MediaInline
 
collection() - Method in interface com.atlassian.adf.model.node.type.InternalMediaNode
 
collection(String) - Method in class com.atlassian.adf.model.mark.Link
 
collection(String) - Method in class com.atlassian.adf.model.node.Media.FileOrLinkMedia
Replaces the collection ID that was set when the node was constructed.
collection(String) - Method in class com.atlassian.adf.model.node.Media.Partial.LinkNeedsCollection
Deprecated.
Sets the collection ID on this partially constructed media node, after which it is fully constructed as a valid media node.
collection(String) - Method in class com.atlassian.adf.model.node.MediaInline
 
collection(String) - Method in interface com.atlassian.adf.model.node.type.InternalMediaNode
 
COLLECTION - Static variable in interface com.atlassian.adf.model.Element.Attr
Indicates the Collection ID as used by Media Services.
color() - Method in exception com.atlassian.adf.model.ex.mark.BorderException.InvalidColor
 
color() - Method in exception com.atlassian.adf.model.ex.mark.TextColorException.InvalidColor
 
color() - Method in class com.atlassian.adf.model.mark.Border
 
color() - Method in class com.atlassian.adf.model.mark.TextColor
 
color() - Method in class com.atlassian.adf.model.node.Status
 
color() - Method in enum com.atlassian.adf.model.node.Status.Color
 
color() - Method in enum com.atlassian.adf.util.Colors.Named
 
color(Status.Color) - Method in class com.atlassian.adf.model.node.Status
 
color(Status.Color) - Method in class com.atlassian.adf.model.node.Status.Partial.NeedsColor
 
color(Colors.Named) - Method in class com.atlassian.adf.model.mark.Border
 
color(Color) - Method in class com.atlassian.adf.model.mark.Border
 
color(Color) - Method in class com.atlassian.adf.model.mark.TextColor
 
color(String) - Method in class com.atlassian.adf.model.mark.Border
 
color(String) - Method in class com.atlassian.adf.model.mark.TextColor
 
COLOR - Static variable in interface com.atlassian.adf.model.Element.Attr
Used to indicate the color of something.
Colors - Class in com.atlassian.adf.util
From adf-schema/src/utils/colors.ts.
Colors.Named - Enum in com.atlassian.adf.util
The standard color names, as taken from the W3C CSS/Properties/color/keywords specification.
colspan - Variable in class com.atlassian.adf.model.node.AbstractTableCellNode
 
colspan() - Method in exception com.atlassian.adf.model.ex.node.TableCellException.ColspanNotPositive
 
colspan() - Method in exception com.atlassian.adf.model.ex.node.TableCellException.ColwidthDoesNotMatchColspan
 
colspan() - Method in class com.atlassian.adf.model.node.AbstractTableCellNode
 
colspan() - Method in interface com.atlassian.adf.model.node.type.TableCellNode
Returns the colspan setting for the table cell, if one is set.
colspan(Integer) - Method in class com.atlassian.adf.model.node.AbstractTableCellNode
 
COLSPAN - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
colspanAndColwidth(Integer, int[]) - Method in class com.atlassian.adf.model.node.AbstractTableCellNode
 
colspanAndColwidth(Integer, int[]) - Method in interface com.atlassian.adf.model.node.type.TableCellNode
Sets the number of columns that the table cell spans, as well as the widths of those columns.
ColspanNotPositive(int) - Constructor for exception com.atlassian.adf.model.ex.node.TableCellException.ColspanNotPositive
 
colwidth - Variable in class com.atlassian.adf.model.node.AbstractTableCellNode
 
colwidth() - Method in class com.atlassian.adf.model.node.AbstractTableCellNode
 
colwidth() - Method in interface com.atlassian.adf.model.node.type.TableCellNode
Returns the column widths for the table cell's spanned columns, if set.
colwidth(int...) - Method in class com.atlassian.adf.model.node.AbstractTableCellNode
 
COLWIDTH - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
ColwidthCannotBeNegative(int, int) - Constructor for exception com.atlassian.adf.model.ex.node.TableCellException.ColwidthCannotBeNegative
 
ColwidthDoesNotMatchColspan(Integer, int[]) - Constructor for exception com.atlassian.adf.model.ex.node.TableCellException.ColwidthDoesNotMatchColspan
 
colwidthLength() - Method in exception com.atlassian.adf.model.ex.node.TableCellException.ColwidthDoesNotMatchColspan
 
ColwidthMustHaveAtLeastOnePositiveValue() - Constructor for exception com.atlassian.adf.model.ex.node.TableCellException.ColwidthMustHaveAtLeastOnePositiveValue
 
com.atlassian.adf.model - package com.atlassian.adf.model
com.atlassian.adf.model.ex - package com.atlassian.adf.model.ex
Various exceptions indicating that there is a problem with the requested structure of a document.
com.atlassian.adf.model.ex.mark - package com.atlassian.adf.model.ex.mark
Various exceptions indicating that there is a problem with a mark object within the ADF document structure.
com.atlassian.adf.model.ex.node - package com.atlassian.adf.model.ex.node
Various exceptions indicating that there is a problem with a node object within the ADF document structure.
com.atlassian.adf.model.mark - package com.atlassian.adf.model.mark
Marks are special document elements that are used to decorate text nodes.
com.atlassian.adf.model.mark.type - package com.atlassian.adf.model.mark.type
Marker interfaces that help classify mark types by how they may be used.
com.atlassian.adf.model.mark.unsupported - package com.atlassian.adf.model.mark.unsupported
Special marks that wrap opaque mark values that have an unrecognized type.
com.atlassian.adf.model.node - package 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 - package com.atlassian.adf.model.node.type
Marker interfaces and other supporting types that help classify nodes by how they may be used.
com.atlassian.adf.model.node.unsupported - package com.atlassian.adf.model.node.unsupported
Special nodes that wrap opaque content nodes that have an unrecognized type.
com.atlassian.adf.parser - package com.atlassian.adf.parser
Basic description of what an ADF parser looks like.
com.atlassian.adf.util - package com.atlassian.adf.util
Utility classes that are common to ADF nodes and marks, but not generally of any interest outside of the builder implementation.
comment() - Method in annotation type com.atlassian.adf.model.Documentation
Additional information about the nature of the problem with the existing public documentation.
ConstraintViolation(String) - Constructor for exception com.atlassian.adf.model.ex.mark.MarkException.ConstraintViolation
 
CONTAINER - com.atlassian.adf.model.node.Mention.AccessLevel
 
content - Variable in class com.atlassian.adf.model.node.AbstractContentNode
 
content() - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
content() - Method in interface com.atlassian.adf.model.node.type.ContentNode
Returns the existing contents of this content node.
content(LayoutColumn) - Method in class com.atlassian.adf.model.node.LayoutSection.Partial.NeedsFirstColumn
 
content(LayoutColumn) - Method in class com.atlassian.adf.model.node.LayoutSection.Partial.NeedsSecondColumn
 
content(LayoutColumn, LayoutColumn) - Method in class com.atlassian.adf.model.node.LayoutSection.Partial.NeedsFirstColumn
 
content(LayoutColumn, LayoutColumn) - Method in class com.atlassian.adf.model.node.LayoutSection.Partial.NeedsSecondColumn
 
content(LayoutColumn, LayoutColumn, LayoutColumn) - Method in class com.atlassian.adf.model.node.LayoutSection.Partial.NeedsFirstColumn
 
content(Iterable<? extends N>) - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
content(Iterable<? extends N>) - Method in interface com.atlassian.adf.model.node.type.ContentNode
Adds the given nodes as content within this containing node.
content(String) - Method in class com.atlassian.adf.model.node.AbstractTableCellNode
 
content(String) - Method in class com.atlassian.adf.model.node.Caption
 
content(String) - Method in class com.atlassian.adf.model.node.CodeBlock
 
content(String) - Method in class com.atlassian.adf.model.node.DecisionItem
 
content(String) - Method in class com.atlassian.adf.model.node.Heading
Adds the given string to this heading after first wrapping it as a Text node.
content(String) - Method in class com.atlassian.adf.model.node.Panel
 
content(String) - Method in class com.atlassian.adf.model.node.TaskItem
 
content(String) - Method in interface com.atlassian.adf.model.node.type.TableCellNode
 
content(String...) - Method in class com.atlassian.adf.model.node.AbstractTableCellNode
 
content(String...) - Method in class com.atlassian.adf.model.node.Caption
 
content(String...) - Method in class com.atlassian.adf.model.node.CodeBlock
 
content(String...) - Method in class com.atlassian.adf.model.node.DecisionItem
 
content(String...) - Method in class com.atlassian.adf.model.node.Heading
Adds the given strings to this heading after first wrapping them as Text nodes.
content(String...) - Method in class com.atlassian.adf.model.node.Panel
 
content(String...) - Method in class com.atlassian.adf.model.node.TaskItem
 
content(String...) - Method in interface com.atlassian.adf.model.node.type.TableCellNode
 
content(Stream<? extends N>) - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
content(Stream<? extends N>) - Method in interface com.atlassian.adf.model.node.type.ContentNode
Adds the given nodes as content within this containing node.
content(N) - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
content(N) - Method in interface com.atlassian.adf.model.node.type.ContentNode
Adds the given node as content within this containing node.
content(N...) - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
content(N...) - Method in interface com.atlassian.adf.model.node.type.ContentNode
Adds the given nodes as content within this containing node.
CONTENT - Static variable in interface com.atlassian.adf.model.node.Node.Key
This field contains an array of child nodes.
contentClass() - Method in class com.atlassian.adf.model.node.AbstractListNode
 
contentClass() - Method in class com.atlassian.adf.model.node.AbstractTableCellNode
 
contentClass() - Method in class com.atlassian.adf.model.node.Blockquote
 
contentClass() - Method in class com.atlassian.adf.model.node.BodiedExtension
 
contentClass() - Method in class com.atlassian.adf.model.node.Caption
 
contentClass() - Method in class com.atlassian.adf.model.node.CodeBlock
 
contentClass() - Method in class com.atlassian.adf.model.node.DecisionItem
 
contentClass() - Method in class com.atlassian.adf.model.node.DecisionList
 
contentClass() - Method in class com.atlassian.adf.model.node.Doc
 
contentClass() - Method in class com.atlassian.adf.model.node.Expand
 
contentClass() - Method in class com.atlassian.adf.model.node.Heading
 
contentClass() - Method in class com.atlassian.adf.model.node.LayoutColumn
 
contentClass() - Method in class com.atlassian.adf.model.node.LayoutSection
 
contentClass() - Method in class com.atlassian.adf.model.node.ListItem
 
contentClass() - Method in class com.atlassian.adf.model.node.MediaGroup
 
contentClass() - Method in class com.atlassian.adf.model.node.NestedExpand
 
contentClass() - Method in class com.atlassian.adf.model.node.Panel
 
contentClass() - Method in class com.atlassian.adf.model.node.Paragraph
 
contentClass() - Method in class com.atlassian.adf.model.node.Table
 
contentClass() - Method in class com.atlassian.adf.model.node.TableRow
 
contentClass() - Method in class com.atlassian.adf.model.node.TaskItem
 
contentClass() - Method in class com.atlassian.adf.model.node.TaskList
 
contentClass() - Method in interface com.atlassian.adf.model.node.type.ContentNode
Returns Class<N>, the class representing the type of items held by this node.
ContentException - Exception in com.atlassian.adf.model.ex.node
Reports a problem with the content section for a node.
ContentException.ContentRequired - Exception in com.atlassian.adf.model.ex.node
Reports that the content fields was not provided or was left empty on a node that requires at least one content item to be valid.
ContentException.FieldRequired - Exception in com.atlassian.adf.model.ex.node
Reports that the content field was not provided on a node that requires its presence.
contentFieldMaps() - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
ContentNode<C extends ContentNode<C,​N>,​N extends Node> - Interface in com.atlassian.adf.model.node.type
Describes the behaviour common to all nodes that act as holders of other content.
contentNodeEquals(C) - Method in class com.atlassian.adf.model.node.AbstractContentNode
Allows content nodes that have their own fields to augment the equals implementation with tests for their own field values.
contentNodeEquals(C) - Method in class com.atlassian.adf.model.node.AbstractMarkedContentNode
 
contentNodeEquals(DecisionItem) - Method in class com.atlassian.adf.model.node.DecisionItem
 
contentNodeEquals(DecisionList) - Method in class com.atlassian.adf.model.node.DecisionList
 
contentNodeEquals(Doc) - Method in class com.atlassian.adf.model.node.Doc
 
contentNodeEquals(NestedExpand) - Method in class com.atlassian.adf.model.node.NestedExpand
 
contentNodeEquals(OrderedList) - Method in class com.atlassian.adf.model.node.OrderedList
 
contentNodeEquals(Panel) - Method in class com.atlassian.adf.model.node.Panel
 
contentNodeEquals(TaskItem) - Method in class com.atlassian.adf.model.node.TaskItem
 
contentNodeEquals(TaskList) - Method in class com.atlassian.adf.model.node.TaskList
 
contentNodeEquals(N) - Method in class com.atlassian.adf.model.node.AbstractTableCellNode
 
contentNodeHashCode() - Method in class com.atlassian.adf.model.node.AbstractContentNode
Allows content nodes that have their own fields to augment the hashCode implementation with a hash of their own field values.
contentNodeHashCode() - Method in class com.atlassian.adf.model.node.AbstractMarkedContentNode
 
contentNodeHashCode() - Method in class com.atlassian.adf.model.node.AbstractTableCellNode
 
contentNodeHashCode() - Method in class com.atlassian.adf.model.node.DecisionItem
 
contentNodeHashCode() - Method in class com.atlassian.adf.model.node.DecisionList
 
contentNodeHashCode() - Method in class com.atlassian.adf.model.node.Doc
 
contentNodeHashCode() - Method in class com.atlassian.adf.model.node.NestedExpand
 
contentNodeHashCode() - Method in class com.atlassian.adf.model.node.OrderedList
 
contentNodeHashCode() - Method in class com.atlassian.adf.model.node.Panel
 
contentNodeHashCode() - Method in class com.atlassian.adf.model.node.TaskItem
 
contentNodeHashCode() - Method in class com.atlassian.adf.model.node.TaskList
 
contentNodeValidate() - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
contentNodeValidate() - Method in class com.atlassian.adf.model.node.AbstractListNode
 
contentNodeValidate() - Method in class com.atlassian.adf.model.node.AbstractMarkedContentNode
 
contentNodeValidate() - Method in class com.atlassian.adf.model.node.AbstractTableCellNode
 
contentNodeValidate() - Method in class com.atlassian.adf.model.node.Blockquote
 
contentNodeValidate() - Method in class com.atlassian.adf.model.node.DecisionList
 
contentNodeValidate() - Method in class com.atlassian.adf.model.node.LayoutColumn
 
contentNodeValidate() - Method in class com.atlassian.adf.model.node.ListItem
 
contentNodeValidate() - Method in class com.atlassian.adf.model.node.NestedExpand
 
contentNodeValidate() - Method in class com.atlassian.adf.model.node.Panel
 
contentNodeValidate() - Method in class com.atlassian.adf.model.node.TableRow
 
contentNodeValidate() - Method in class com.atlassian.adf.model.node.TaskList
 
ContentRequired() - Constructor for exception com.atlassian.adf.model.ex.node.ContentException.ContentRequired
 
copy() - Method in interface com.atlassian.adf.model.Element
Returns a deep copy of this element, including copies of any nodes or marks that it contains.
copy() - Method in class com.atlassian.adf.model.mark.Alignment
 
copy() - Method in class com.atlassian.adf.model.mark.Annotation
 
copy() - Method in class com.atlassian.adf.model.mark.Border
 
copy() - Method in class com.atlassian.adf.model.mark.Breakout
 
copy() - Method in class com.atlassian.adf.model.mark.Code
 
copy() - Method in class com.atlassian.adf.model.mark.DataConsumer
 
copy() - Method in class com.atlassian.adf.model.mark.Em
 
copy() - Method in class com.atlassian.adf.model.mark.Fragment
 
copy() - Method in class com.atlassian.adf.model.mark.Indentation
 
copy() - Method in class com.atlassian.adf.model.mark.Link
 
copy() - Method in interface com.atlassian.adf.model.mark.Mark
 
copy() - Method in class com.atlassian.adf.model.mark.Strike
 
copy() - Method in class com.atlassian.adf.model.mark.Strong
 
copy() - Method in class com.atlassian.adf.model.mark.SubSup
 
copy() - Method in class com.atlassian.adf.model.mark.TextColor
 
copy() - Method in interface com.atlassian.adf.model.mark.type.BodiedExtensionMark
 
copy() - Method in interface com.atlassian.adf.model.mark.type.CodeBlockMark
 
copy() - Method in interface com.atlassian.adf.model.mark.type.CodeTextMark
 
copy() - Method in interface com.atlassian.adf.model.mark.type.ExpandMark
 
copy() - Method in interface com.atlassian.adf.model.mark.type.ExtensionMark
 
copy() - Method in interface com.atlassian.adf.model.mark.type.FormattedTextMark
 
copy() - Method in interface com.atlassian.adf.model.mark.type.HeadingMark
 
copy() - Method in interface com.atlassian.adf.model.mark.type.InlineExtensionMark
 
copy() - Method in interface com.atlassian.adf.model.mark.type.LayoutSectionMark
 
copy() - Method in interface com.atlassian.adf.model.mark.type.MediaInlineMark
 
copy() - Method in interface com.atlassian.adf.model.mark.type.MediaMark
 
copy() - Method in interface com.atlassian.adf.model.mark.type.MediaSingleMark
 
copy() - Method in interface com.atlassian.adf.model.mark.type.ParagraphMark
 
copy() - Method in interface com.atlassian.adf.model.mark.type.PositionMark
 
copy() - Method in interface com.atlassian.adf.model.mark.type.TableMark
 
copy() - Method in interface com.atlassian.adf.model.mark.type.TextMark
 
copy() - Method in class com.atlassian.adf.model.mark.Underline
 
copy() - Method in class com.atlassian.adf.model.mark.unsupported.UnsupportedTextMark
 
copy() - Method in class com.atlassian.adf.model.node.AbstractMarkedNode
 
copy() - Method in class com.atlassian.adf.model.node.BlockCard
 
copy() - Method in class com.atlassian.adf.model.node.Blockquote
 
copy() - Method in class com.atlassian.adf.model.node.BodiedExtension
 
copy() - Method in class com.atlassian.adf.model.node.BulletList
 
copy() - Method in class com.atlassian.adf.model.node.Caption
 
copy() - Method in class com.atlassian.adf.model.node.CodeBlock
 
copy() - Method in class com.atlassian.adf.model.node.Date
 
copy() - Method in class com.atlassian.adf.model.node.DecisionItem
 
copy() - Method in class com.atlassian.adf.model.node.DecisionList
 
copy() - Method in class com.atlassian.adf.model.node.Doc
 
copy() - Method in class com.atlassian.adf.model.node.EmbedCard
 
copy() - Method in class com.atlassian.adf.model.node.Emoji
 
copy() - Method in class com.atlassian.adf.model.node.Expand
 
copy() - Method in class com.atlassian.adf.model.node.Extension
 
copy() - Method in class com.atlassian.adf.model.node.ExtensionSettings
 
copy() - Method in class com.atlassian.adf.model.node.HardBreak
 
copy() - Method in class com.atlassian.adf.model.node.Heading
 
copy() - Method in class com.atlassian.adf.model.node.InlineCard
 
copy() - Method in class com.atlassian.adf.model.node.InlineExtension
 
copy() - Method in class com.atlassian.adf.model.node.LayoutColumn
 
copy() - Method in class com.atlassian.adf.model.node.LayoutSection
 
copy() - Method in class com.atlassian.adf.model.node.ListItem
 
copy() - Method in class com.atlassian.adf.model.node.Media.ExternalMedia
 
copy() - Method in class com.atlassian.adf.model.node.Media.FileMedia
 
copy() - Method in class com.atlassian.adf.model.node.Media.LinkMedia
 
copy() - Method in class com.atlassian.adf.model.node.MediaGroup
 
copy() - Method in class com.atlassian.adf.model.node.MediaInline
 
copy() - Method in class com.atlassian.adf.model.node.MediaSingle
 
copy() - Method in class com.atlassian.adf.model.node.Mention
 
copy() - Method in class com.atlassian.adf.model.node.NestedExpand
 
copy() - Method in interface com.atlassian.adf.model.node.Node
 
copy() - Method in class com.atlassian.adf.model.node.OrderedList
 
copy() - Method in class com.atlassian.adf.model.node.Panel
 
copy() - Method in class com.atlassian.adf.model.node.Paragraph
 
copy() - Method in class com.atlassian.adf.model.node.Placeholder
 
copy() - Method in class com.atlassian.adf.model.node.Rule
 
copy() - Method in class com.atlassian.adf.model.node.Status
 
copy() - Method in class com.atlassian.adf.model.node.Table
 
copy() - Method in class com.atlassian.adf.model.node.TableCell
 
copy() - Method in class com.atlassian.adf.model.node.TableHeader
 
copy() - Method in class com.atlassian.adf.model.node.TableRow
 
copy() - Method in class com.atlassian.adf.model.node.TaskItem
 
copy() - Method in class com.atlassian.adf.model.node.TaskList
 
copy() - Method in class com.atlassian.adf.model.node.Text
 
copy() - Method in interface com.atlassian.adf.model.node.type.ContentNode
 
copy() - Method in interface com.atlassian.adf.model.node.type.ExtensionNode
 
copy() - Method in interface com.atlassian.adf.model.node.type.Marked
 
copy() - Method in class com.atlassian.adf.model.node.unsupported.UnsupportedNode
 
copy() - Method in class com.atlassian.adf.model.UnsupportedElement
 
coral - com.atlassian.adf.util.Colors.Named
 
cornflowerblue - com.atlassian.adf.util.Colors.Named
 
cornsilk - com.atlassian.adf.util.Colors.Named
 
count() - Method in exception com.atlassian.adf.model.ex.node.LayoutSectionException.ColumnCountException
 
count() - Method in exception com.atlassian.adf.model.ex.node.MediaException.TooManyContentItems
 
createMarkHolder() - Method in class com.atlassian.adf.model.node.AbstractMarkedContentNode
 
createMarkHolder() - Method in class com.atlassian.adf.model.node.AbstractMarkedNode
 
crimson - com.atlassian.adf.util.Colors.Named
 
crossMark() - Static method in interface com.atlassian.adf.model.node.Emoji.Standard
 
custom() - Method in class com.atlassian.adf.model.node.Panel
 
custom() - Method in class com.atlassian.adf.model.node.Panel.Partial.NeedsPanelType
 
custom(PanelContent) - Static method in class com.atlassian.adf.model.node.Panel
 
custom(PanelContent...) - Static method in class com.atlassian.adf.model.node.Panel
 
custom(Iterable<? extends PanelContent>) - Static method in class com.atlassian.adf.model.node.Panel
 
custom(String) - Static method in class com.atlassian.adf.model.node.Panel
 
custom(String...) - Static method in class com.atlassian.adf.model.node.Panel
 
custom(Stream<? extends PanelContent>) - Static method in class com.atlassian.adf.model.node.Panel
 
CUSTOM - com.atlassian.adf.model.node.Panel.PanelType
 
cyan - com.atlassian.adf.util.Colors.Named
 

D

darkblue - com.atlassian.adf.util.Colors.Named
 
darkcyan - com.atlassian.adf.util.Colors.Named
 
darkgoldenrod - com.atlassian.adf.util.Colors.Named
 
darkgray - com.atlassian.adf.util.Colors.Named
 
darkgreen - com.atlassian.adf.util.Colors.Named
 
darkgrey - com.atlassian.adf.util.Colors.Named
 
darkkhaki - com.atlassian.adf.util.Colors.Named
 
darkmagenta - com.atlassian.adf.util.Colors.Named
 
darkolivegreen - com.atlassian.adf.util.Colors.Named
 
darkorange - com.atlassian.adf.util.Colors.Named
 
darkorchid - com.atlassian.adf.util.Colors.Named
 
darkred - com.atlassian.adf.util.Colors.Named
 
darksalmon - com.atlassian.adf.util.Colors.Named
 
darkseagreen - com.atlassian.adf.util.Colors.Named
 
darkslateblue - com.atlassian.adf.util.Colors.Named
 
darkslategray - com.atlassian.adf.util.Colors.Named
 
darkslategrey - com.atlassian.adf.util.Colors.Named
 
darkturquoise - com.atlassian.adf.util.Colors.Named
 
darkviolet - com.atlassian.adf.util.Colors.Named
 
data() - Method in interface com.atlassian.adf.model.node.InlineCard.UrlOrData
Return the JSON-LD data, if that is the form that the link was provided in.
data() - Method in class com.atlassian.adf.model.node.MediaInline
 
data(Map<String, ?>) - Method in class com.atlassian.adf.model.node.BlockCard.Partial.NeedsCardAttributes
Creates a JSON-LD block card.
data(Map<String, ?>) - Method in class com.atlassian.adf.model.node.InlineCard.Partial.NeedsUrlOrData
 
data(Map<String, ?>) - Method in class com.atlassian.adf.model.node.MediaInline
 
DATA - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
DATA_CONSUMER - Static variable in interface com.atlassian.adf.model.mark.Mark.Type
 
DataAndDatasourceCannotBothBeSet() - Constructor for exception com.atlassian.adf.model.ex.node.CardException.DataAndDatasourceCannotBothBeSet
 
dataConsumer() - Static method in class com.atlassian.adf.model.mark.DataConsumer
 
dataConsumer(Iterable<String>) - Static method in class com.atlassian.adf.model.mark.DataConsumer
 
dataConsumer(String) - Static method in class com.atlassian.adf.model.mark.DataConsumer
 
dataConsumer(String...) - Static method in class com.atlassian.adf.model.mark.DataConsumer
 
dataConsumer(Stream<String>) - Static method in class com.atlassian.adf.model.mark.DataConsumer
 
DataConsumer - Class in com.atlassian.adf.model.mark
Its purpose seems to be related to giving extension nodes a way to specify that an extension will want access to the data supplied by the given data sources on the page, presumably so that it can render them nicely for the end user.
DataConsumer.Partial - Interface in com.atlassian.adf.model.mark
Types that represent a partially constructed dataConsumer.
DataConsumer.Partial.NeedsSource - Class in com.atlassian.adf.model.mark
This partially constructed dataConsumer still needs at least one source.
DataConsumerException - Exception in com.atlassian.adf.model.ex.mark
Reports a problem with a dataConsumer mark.
DataConsumerException.DuplicateSource - Exception in com.atlassian.adf.model.ex.mark
Reports that the same source was listed multiple times for the same dataConsumer.
DataConsumerException.NoSources - Exception in com.atlassian.adf.model.ex.mark
Reports that no sources were provided for the dataConsumer.
DataConsumerException.SourceException - Exception in com.atlassian.adf.model.ex.mark
Reports a problem with the sources attribute of a dataConsumer mark.
datasource() - Method in class com.atlassian.adf.model.node.BlockCard.Partial.NeedsCardAttributes
Creates a partially constructed datasource block card.
DATASOURCE - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
DatasourceRequiresAtLeastOneView() - Constructor for exception com.atlassian.adf.model.ex.node.CardException.DatasourceRequiresAtLeastOneView
 
date() - Method in annotation type com.atlassian.adf.model.Documentation
The date on which the documentation was last reviewed.
date() - Static method in class com.atlassian.adf.model.node.Date
 
date(long) - Static method in class com.atlassian.adf.model.node.Date
 
date(String) - Static method in class com.atlassian.adf.model.node.Date
 
date(Instant) - Static method in class com.atlassian.adf.model.node.Date
 
date(Date) - Static method in class com.atlassian.adf.model.node.Date
 
Date - Class in com.atlassian.adf.model.node
The date node displays a date in the user's locale.
DATE - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
Date.Partial - Interface in com.atlassian.adf.model.node
Types that represent a partially constructed Date.
Date.Partial.NeedsTimestamp - Class in com.atlassian.adf.model.node
This partially constructed date still needs its timestamp attribute set.
DateUtil - Class in com.atlassian.adf.util
From packages/editor/editor-common/src/utils/date.ts in atlassian-frontend.
DateUtil() - Constructor for class com.atlassian.adf.util.DateUtil
 
decided() - Method in class com.atlassian.adf.model.node.DecisionItem
 
decided() - Method in class com.atlassian.adf.model.node.DecisionItem.Partial.NeedsState
 
DECIDED - com.atlassian.adf.model.node.DecisionItem.State
 
DECISION_ITEM - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
DECISION_LIST - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
decisionItem() - Static method in class com.atlassian.adf.model.node.DecisionItem
 
DecisionItem - Class in com.atlassian.adf.model.node
The decisionItem node is a decision in a decisionList.
DecisionItem.Partial - Interface in com.atlassian.adf.model.node
Types that represent a partially constructed decisionItem.
DecisionItem.Partial.NeedsLocalId - Class in com.atlassian.adf.model.node
This partially constructed decistionItem still needs its localId attribute set.
DecisionItem.Partial.NeedsState - Class in com.atlassian.adf.model.node
This partially constructed decisionItem still needs its state attribute set.
DecisionItem.State - Enum in com.atlassian.adf.model.node
 
decisionList() - Static method in class com.atlassian.adf.model.node.DecisionList
 
decisionList(String) - Static method in class com.atlassian.adf.model.node.DecisionList
 
decisionList(String, DecisionItem) - Static method in class com.atlassian.adf.model.node.DecisionList
 
decisionList(String, DecisionItem...) - Static method in class com.atlassian.adf.model.node.DecisionList
 
decisionList(String, Iterable<? extends DecisionItem>) - Static method in class com.atlassian.adf.model.node.DecisionList
 
decisionList(String, Stream<? extends DecisionItem>) - Static method in class com.atlassian.adf.model.node.DecisionList
 
decisionList(UUID) - Static method in class com.atlassian.adf.model.node.DecisionList
 
decisionList(UUID, DecisionItem) - Static method in class com.atlassian.adf.model.node.DecisionList
 
decisionList(UUID, DecisionItem...) - Static method in class com.atlassian.adf.model.node.DecisionList
 
decisionList(UUID, Iterable<? extends DecisionItem>) - Static method in class com.atlassian.adf.model.node.DecisionList
 
decisionList(UUID, Stream<? extends DecisionItem>) - Static method in class com.atlassian.adf.model.node.DecisionList
 
DecisionList - Class in com.atlassian.adf.model.node
Decision lists provide lists that look much like a bulletList, but they cannot be nested and there are differences in their visual representation.
DecisionList.Partial - Interface in com.atlassian.adf.model.node
Types that represent a partially constructed decisionList.
DecisionList.Partial.NeedsLocalId - Class in com.atlassian.adf.model.node
This partially constructed decisionList still needs its localId attribute set.
decode(String) - Static method in class com.atlassian.adf.util.Colors
 
deepCopy() - Method in class com.atlassian.adf.util.FieldMap
 
deepCopy(Map<String, ?>) - Static method in class com.atlassian.adf.util.FieldMap
 
deeppink - com.atlassian.adf.util.Colors.Named
 
deepskyblue - com.atlassian.adf.util.Colors.Named
 
DEFAULT - com.atlassian.adf.model.node.ExtensionSettings.Layout
 
DEFAULT - com.atlassian.adf.model.node.Mention.UserType
 
DEFAULT - com.atlassian.adf.model.node.Table.Layout
 
DEFAULT_COLOR - Static variable in class com.atlassian.adf.model.mark.Border
The default color that will be used for the border if it is not explicitly given.
DEFAULT_SIZE - Static variable in class com.atlassian.adf.model.mark.Border
The default size, in pixels, that will be used for the border if it is not explicitly given.
defaultWidth() - Method in class com.atlassian.adf.model.node.CodeBlock
 
defaultWidth() - Method in class com.atlassian.adf.model.node.Expand
 
defaultWidth() - Method in class com.atlassian.adf.model.node.LayoutSection
 
dimgray - com.atlassian.adf.util.Colors.Named
 
dimgrey - com.atlassian.adf.util.Colors.Named
 
disappointed() - Static method in interface com.atlassian.adf.model.node.Emoji.Standard
 
doc() - Static method in class com.atlassian.adf.model.node.Doc
 
doc(Doc.Version) - Static method in class com.atlassian.adf.model.node.Doc
 
doc(Doc.Version, DocContent) - Static method in class com.atlassian.adf.model.node.Doc
 
doc(Doc.Version, DocContent...) - Static method in class com.atlassian.adf.model.node.Doc
 
doc(Doc.Version, Iterable<? extends DocContent>) - Static method in class com.atlassian.adf.model.node.Doc
 
doc(Doc.Version, Stream<? extends DocContent>) - Static method in class com.atlassian.adf.model.node.Doc
 
doc(DocContent) - Static method in class com.atlassian.adf.model.node.Doc
 
doc(DocContent...) - Static method in class com.atlassian.adf.model.node.Doc
 
doc(Iterable<? extends DocContent>) - Static method in class com.atlassian.adf.model.node.Doc
 
doc(Stream<? extends DocContent>) - Static method in class com.atlassian.adf.model.node.Doc
 
Doc - Class in com.atlassian.adf.model.node
The root container node of every Atlassian Document Format (ADF) document.
DOC - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
Doc.Version - Enum in com.atlassian.adf.model.node
 
DocContent - Interface in com.atlassian.adf.model.node.type
Marks the nodes that can be placed directly into a doc node.
DocException - Exception in com.atlassian.adf.model.ex.node
Reports a problem with the top-most node of an ADF document.
DocException.InvalidTopLevel - Exception in com.atlassian.adf.model.ex.node
Indicates that a request to parse a document as ADF failed because the top-most node was not a doc.
DocException.UnsupportedVersion - Exception in com.atlassian.adf.model.ex.node
Indicates that the doc node specified an unsupported value for its version.
Documentation - Annotation Type in com.atlassian.adf.model
Expresses the library maintainer's opinion of the state of the public documentation for the Atlassian Document Format with regard to the annotated node or mark.
Documentation.State - Enum in com.atlassian.adf.model
Expresses that library's author on the state of the Jira ADF Documentation for this item (whether it is a mark, a node, or a property of either) at the time of its more recent review on Documentation.date().
dodgerblue - com.atlassian.adf.util.Colors.Named
 
done() - Method in class com.atlassian.adf.model.node.TaskItem
 
done() - Method in class com.atlassian.adf.model.node.TaskItem.Partial.NeedsLocalIdAndState
 
done() - Method in class com.atlassian.adf.model.node.TaskItem.Partial.NeedsState
 
done(String) - Static method in class com.atlassian.adf.model.node.TaskItem
 
DONE - com.atlassian.adf.model.node.TaskItem.State
 
doubleEq(double, double) - Static method in class com.atlassian.adf.model.node.AbstractNode
 
doubleHash(double) - Static method in class com.atlassian.adf.model.node.AbstractNode
 
DuplicateMarkType(Mark) - Constructor for exception com.atlassian.adf.model.ex.mark.MarkException.DuplicateMarkType
 
DuplicateMarkType(String) - Constructor for exception com.atlassian.adf.model.ex.mark.MarkException.DuplicateMarkType
 
DuplicateProperty(String) - Constructor for exception com.atlassian.adf.model.ex.AdfException.DuplicateProperty
 
DuplicateSource(String) - Constructor for exception com.atlassian.adf.model.ex.mark.DataConsumerException.DuplicateSource
 

E

Element - Interface in com.atlassian.adf.model
Any object within the Atlassian Document Format (ADF) structure.
Element.Attr - Interface in com.atlassian.adf.model
Constants used as names of attributes in both nodes and marks.
Element.Key - Interface in com.atlassian.adf.model
Constants used as property names in both nodes and marks.
elementType() - Method in interface com.atlassian.adf.model.Element
The type value that identifies this element, such as "paragraph" or "strong".
elementType() - Method in class com.atlassian.adf.model.mark.Alignment
 
elementType() - Method in class com.atlassian.adf.model.mark.Annotation
 
elementType() - Method in class com.atlassian.adf.model.mark.Border
 
elementType() - Method in class com.atlassian.adf.model.mark.Breakout
 
elementType() - Method in class com.atlassian.adf.model.mark.Code
 
elementType() - Method in class com.atlassian.adf.model.mark.DataConsumer
 
elementType() - Method in class com.atlassian.adf.model.mark.Em
 
elementType() - Method in class com.atlassian.adf.model.mark.Fragment
 
elementType() - Method in class com.atlassian.adf.model.mark.Indentation
 
elementType() - Method in class com.atlassian.adf.model.mark.Link
 
elementType() - Method in class com.atlassian.adf.model.mark.Strike
 
elementType() - Method in class com.atlassian.adf.model.mark.Strong
 
elementType() - Method in class com.atlassian.adf.model.mark.SubSup
 
elementType() - Method in class com.atlassian.adf.model.mark.TextColor
 
elementType() - Method in class com.atlassian.adf.model.mark.Underline
 
elementType() - Method in class com.atlassian.adf.model.node.BlockCard
 
elementType() - Method in class com.atlassian.adf.model.node.Blockquote
 
elementType() - Method in class com.atlassian.adf.model.node.BodiedExtension
 
elementType() - Method in class com.atlassian.adf.model.node.BulletList
 
elementType() - Method in class com.atlassian.adf.model.node.Caption
 
elementType() - Method in class com.atlassian.adf.model.node.CodeBlock
 
elementType() - Method in class com.atlassian.adf.model.node.Date
 
elementType() - Method in class com.atlassian.adf.model.node.DecisionItem
 
elementType() - Method in class com.atlassian.adf.model.node.DecisionList
 
elementType() - Method in class com.atlassian.adf.model.node.Doc
 
elementType() - Method in class com.atlassian.adf.model.node.EmbedCard
 
elementType() - Method in class com.atlassian.adf.model.node.Emoji
 
elementType() - Method in class com.atlassian.adf.model.node.Expand
 
elementType() - Method in class com.atlassian.adf.model.node.Extension
 
elementType() - Method in class com.atlassian.adf.model.node.HardBreak
 
elementType() - Method in class com.atlassian.adf.model.node.Heading
 
elementType() - Method in class com.atlassian.adf.model.node.InlineCard
 
elementType() - Method in class com.atlassian.adf.model.node.InlineExtension
 
elementType() - Method in class com.atlassian.adf.model.node.LayoutColumn
 
elementType() - Method in class com.atlassian.adf.model.node.LayoutSection
 
elementType() - Method in class com.atlassian.adf.model.node.ListItem
 
elementType() - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
elementType() - Method in class com.atlassian.adf.model.node.MediaGroup
 
elementType() - Method in class com.atlassian.adf.model.node.MediaInline
 
elementType() - Method in class com.atlassian.adf.model.node.MediaSingle
 
elementType() - Method in class com.atlassian.adf.model.node.Mention
 
elementType() - Method in class com.atlassian.adf.model.node.NestedExpand
 
elementType() - Method in class com.atlassian.adf.model.node.OrderedList
 
elementType() - Method in class com.atlassian.adf.model.node.Panel
 
elementType() - Method in class com.atlassian.adf.model.node.Paragraph
 
elementType() - Method in class com.atlassian.adf.model.node.Placeholder
 
elementType() - Method in class com.atlassian.adf.model.node.Rule
 
elementType() - Method in class com.atlassian.adf.model.node.Status
 
elementType() - Method in class com.atlassian.adf.model.node.Table
 
elementType() - Method in class com.atlassian.adf.model.node.TableCell
 
elementType() - Method in class com.atlassian.adf.model.node.TableHeader
 
elementType() - Method in class com.atlassian.adf.model.node.TableRow
 
elementType() - Method in class com.atlassian.adf.model.node.TaskItem
 
elementType() - Method in class com.atlassian.adf.model.node.TaskList
 
elementType() - Method in class com.atlassian.adf.model.node.Text
 
elementType() - Method in class com.atlassian.adf.model.UnsupportedElement
 
em() - Static method in class com.atlassian.adf.model.mark.Em
 
em() - Method in class com.atlassian.adf.model.node.Text
Add an Em mark to this text.
em(Text) - Static method in class com.atlassian.adf.model.mark.Em
Convenience method for applying an em mark to an existing text node.
em(String) - Static method in class com.atlassian.adf.model.mark.Em
Convenience method for constructing a text node with an em mark.
Em - Class in com.atlassian.adf.model.mark
The em mark sets italic (emphasis) styling.
EM - Static variable in interface com.atlassian.adf.model.mark.Mark.Type
 
EM_DASH - Static variable in class com.atlassian.adf.util.Char
An em dash, "\u2014".
EMBED_CARD - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
embedCard() - Static method in class com.atlassian.adf.model.node.EmbedCard
 
embedCard(RichMedia.Layout) - Static method in class com.atlassian.adf.model.node.EmbedCard
 
embedCard(RichMedia.Layout, URI) - Static method in class com.atlassian.adf.model.node.EmbedCard
 
embedCard(RichMedia.Layout, URL) - Static method in class com.atlassian.adf.model.node.EmbedCard
 
embedCard(String) - Static method in class com.atlassian.adf.model.node.EmbedCard
 
EmbedCard - Class in com.atlassian.adf.model.node
 
EmbedCard.Partial - Interface in com.atlassian.adf.model.node
Types that represent a partially constructed embedCard.
EmbedCard.Partial.NeedsLayout - Class in com.atlassian.adf.model.node
This partially constructed embedCard still needs its layout attribute set.
EmbedCard.Partial.NeedsUrl - Class in com.atlassian.adf.model.node
This partially constructed embedCard still needs its url attribute set.
emoji() - Static method in class com.atlassian.adf.model.node.Emoji
 
emoji(String) - Static method in class com.atlassian.adf.model.node.Emoji
 
Emoji - Class in com.atlassian.adf.model.node
An inline node that represents an emoji.
EMOJI - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
Emoji.Partial - Interface in com.atlassian.adf.model.node
Types that represent a partially constructed emoji.
Emoji.Partial.NeedsShortName - Class in com.atlassian.adf.model.node
This partially constructed emoji still needs its shortName attribute set.
Emoji.Standard - Interface in com.atlassian.adf.model.node
 
EmptyProperty(String) - Constructor for exception com.atlassian.adf.model.ex.AdfException.EmptyProperty
 
EN_DASH - Static variable in class com.atlassian.adf.util.Char
An en dash, "\u2013".
end() - Static method in class com.atlassian.adf.model.mark.Alignment
Returns an alignment mark with align set to end.
end() - Method in class com.atlassian.adf.model.node.Heading
 
end() - Method in class com.atlassian.adf.model.node.Paragraph
 
END - com.atlassian.adf.model.mark.Alignment.Align
The content should be aligned on the right (end).
enumName() - Method in exception com.atlassian.adf.model.ex.AdfException.UnsupportedEnumValue
 
EnumParser<E extends Enum<E>> - Class in com.atlassian.adf.util
Extracts a lookup map from an enumerated type.
EnumParser(Class<E>, Function<E, String>) - Constructor for class com.atlassian.adf.util.EnumParser
Create a parser for an enumerated type.
enumValue() - Method in exception com.atlassian.adf.model.ex.AdfException.UnsupportedEnumValue
 
equals(Object) - Method in class com.atlassian.adf.model.mark.Annotation
 
equals(Object) - Method in class com.atlassian.adf.model.mark.Border
 
equals(Object) - Method in class com.atlassian.adf.model.mark.DataConsumer
 
equals(Object) - Method in class com.atlassian.adf.model.mark.Fragment
 
equals(Object) - Method in class com.atlassian.adf.model.mark.Indentation
 
equals(Object) - Method in class com.atlassian.adf.model.mark.Link
 
equals(Object) - Method in class com.atlassian.adf.model.mark.TextColor
 
equals(Object) - Method in class com.atlassian.adf.model.node.AbstractNode
After checking for the trivial cases of obj == this, obj == null, or getClass() != obj.getClass(), delegates equality testing to AbstractNode.nodeEquals(AbstractNode) .
equals(Object) - Method in class com.atlassian.adf.model.node.BlockCard.Datasource
 
equals(Object) - Method in class com.atlassian.adf.model.node.BlockCard.View
 
equals(Object) - Method in class com.atlassian.adf.model.node.ExtensionSettings
 
equals(Object) - Method in class com.atlassian.adf.model.UnsupportedElement
 
error() - Method in class com.atlassian.adf.model.node.Panel
 
error() - Method in class com.atlassian.adf.model.node.Panel.Partial.NeedsPanelType
 
error(PanelContent) - Static method in class com.atlassian.adf.model.node.Panel
 
error(PanelContent...) - Static method in class com.atlassian.adf.model.node.Panel
 
error(Iterable<? extends PanelContent>) - Static method in class com.atlassian.adf.model.node.Panel
 
error(String) - Static method in class com.atlassian.adf.model.node.Panel
 
error(String...) - Static method in class com.atlassian.adf.model.node.Panel
 
error(Stream<? extends PanelContent>) - Static method in class com.atlassian.adf.model.node.Panel
 
ERROR - com.atlassian.adf.model.node.Panel.PanelType
 
escapeSpecialChars(String) - Static method in class com.atlassian.adf.util.UrlUtil
Sanitizes a URL for maximum compatibility between Java and Javascript.
expand() - Static method in class com.atlassian.adf.model.node.Expand
 
expand(NonNestableBlockContent) - Static method in class com.atlassian.adf.model.node.Expand
 
expand(NonNestableBlockContent...) - Static method in class com.atlassian.adf.model.node.Expand
 
expand(Iterable<? extends NonNestableBlockContent>) - Static method in class com.atlassian.adf.model.node.Expand
 
expand(Stream<? extends NonNestableBlockContent>) - Static method in class com.atlassian.adf.model.node.Expand
 
Expand - Class in com.atlassian.adf.model.node
The expand node is a container that enables content to be hidden or shown, similar to an accordion or disclosure widget.
EXPAND - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
ExpandMark - Interface in com.atlassian.adf.model.mark.type
Any mark that is assignable to expand nodes.
expectedLength() - Method in exception com.atlassian.adf.model.ex.node.TableCellException.ColwidthDoesNotMatchColspan
 
expectedMarkClass() - Method in exception com.atlassian.adf.model.ex.mark.MarkException.TypeMismatch
 
expectedMarkClass() - Method in exception com.atlassian.adf.model.ex.mark.MarkException.TypeUnsupported
 
expectedType() - Method in exception com.atlassian.adf.model.ex.AdfException.ValueTypeMismatch
 
extension() - Static method in class com.atlassian.adf.model.node.Extension
 
extension(String, String) - Static method in class com.atlassian.adf.model.node.Extension
 
Extension - Class in com.atlassian.adf.model.node
Extensions provide hook points for ecosystem add-ons to integrate with how ADF content is rendered.
EXTENSION - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
EXTENSION_KEY - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
EXTENSION_TYPE - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
extensionKey() - Method in class com.atlassian.adf.model.node.BodiedExtension
 
extensionKey() - Method in class com.atlassian.adf.model.node.Extension
 
extensionKey() - Method in class com.atlassian.adf.model.node.ExtensionSettings
 
extensionKey() - Method in class com.atlassian.adf.model.node.InlineExtension
 
extensionKey() - Method in interface com.atlassian.adf.model.node.type.ExtensionNode
 
extensionKey(String) - Method in class com.atlassian.adf.model.node.BodiedExtension
 
extensionKey(String) - Method in class com.atlassian.adf.model.node.Extension
 
extensionKey(String) - Method in class com.atlassian.adf.model.node.ExtensionSettings
 
extensionKey(String) - Method in class com.atlassian.adf.model.node.ExtensionSettings.Partial.NeedsExtensionKey
 
extensionKey(String) - Method in class com.atlassian.adf.model.node.InlineExtension
 
extensionKey(String) - Method in interface com.atlassian.adf.model.node.type.ExtensionNode
Replace the extension's key.
ExtensionMark - Interface in com.atlassian.adf.model.mark.type
Any mark that is assignable to extension nodes.
ExtensionNode<N extends ExtensionNode<N,​M>,​M extends Mark> - Interface in com.atlassian.adf.model.node.type
Describes features that are common to the various extension node types.
extensionSettings() - Static method in class com.atlassian.adf.model.node.ExtensionSettings
 
extensionSettings(String, String) - Static method in class com.atlassian.adf.model.node.ExtensionSettings
 
extensionSettings(Function<ExtensionSettings, T>) - Static method in class com.atlassian.adf.model.node.ExtensionSettings
 
ExtensionSettings - Class in com.atlassian.adf.model.node
A helper class that provides consistent management of extension settings for the various node types that represent extensions.
ExtensionSettings.Layout - Enum in com.atlassian.adf.model.node
 
ExtensionSettings.Partial - Interface in com.atlassian.adf.model.node
Types that represent a partially constructed extension node of some kind.
ExtensionSettings.Partial.NeedsExtensionKey<T> - Class in com.atlassian.adf.model.node
This partially constructed extension still needs its extensionKey attribute set.
ExtensionSettings.Partial.NeedsExtensionType<T> - Class in com.atlassian.adf.model.node
This partially constructed extension still needs its extensionType attribute set.
extensionType() - Method in class com.atlassian.adf.model.node.BodiedExtension
 
extensionType() - Method in class com.atlassian.adf.model.node.Extension
 
extensionType() - Method in class com.atlassian.adf.model.node.ExtensionSettings
 
extensionType() - Method in class com.atlassian.adf.model.node.InlineExtension
 
extensionType() - Method in interface com.atlassian.adf.model.node.type.ExtensionNode
 
extensionType(String) - Method in class com.atlassian.adf.model.node.BodiedExtension
 
extensionType(String) - Method in class com.atlassian.adf.model.node.Extension
 
extensionType(String) - Method in class com.atlassian.adf.model.node.ExtensionSettings
 
extensionType(String) - Method in class com.atlassian.adf.model.node.ExtensionSettings.Partial.NeedsExtensionType
 
extensionType(String) - Method in class com.atlassian.adf.model.node.InlineExtension
 
extensionType(String) - Method in interface com.atlassian.adf.model.node.type.ExtensionNode
Replace the extension's type.
external() - Method in interface com.atlassian.adf.model.node.Media
 
external() - Method in class com.atlassian.adf.model.node.Media.ExternalMedia
 
external() - Method in class com.atlassian.adf.model.node.Media.FileOrLinkMedia
 
external() - Method in class com.atlassian.adf.model.node.Media.Partial.NeedsType
Sets this to be a EXTERNAL media node.
EXTERNAL - com.atlassian.adf.model.node.Media.MediaType
 
externalMedia() - Static method in interface com.atlassian.adf.model.node.Media
 
externalMedia(String) - Static method in interface com.atlassian.adf.model.node.Media
 
externalMedia(URI) - Static method in interface com.atlassian.adf.model.node.Media
 
externalMedia(URL) - Static method in interface com.atlassian.adf.model.node.Media
 
ExternalNeedsUrl() - Constructor for class com.atlassian.adf.model.node.Media.Partial.ExternalNeedsUrl
 
extractLookupMap(Function<Factory<? extends T>, K>, Factory<? extends T>...) - Static method in class com.atlassian.adf.util.Factory
Given a group of factories, builds a lookup map that can resolve each factory's Factory.typeClass() to the corresponding factory.

F

Factory<T extends Element> - Class in com.atlassian.adf.util
Supporting class for the parser that resolves the type of an element to its corresponding node or mark class as well as a sub-parser that can reconstruct the element from its map value.
Factory(String, Class<T>, Function<Map<String, ?>, ? extends T>) - Constructor for class com.atlassian.adf.util.Factory
 
FACTORY - Static variable in class com.atlassian.adf.model.mark.unsupported.UnsupportedTextMark
 
FACTORY - Static variable in interface com.atlassian.adf.model.node.Media
 
FieldMap - Class in com.atlassian.adf.util
A mutable Map<String, Object> with a few helpful additions for constructing the representation of ADF nodes and marks.
FieldMap() - Constructor for class com.atlassian.adf.util.FieldMap
 
FieldRequired() - Constructor for exception com.atlassian.adf.model.ex.node.ContentException.FieldRequired
 
file() - Method in class com.atlassian.adf.model.node.Media.ExternalMedia
 
file() - Method in interface com.atlassian.adf.model.node.Media
 
file() - Method in class com.atlassian.adf.model.node.Media.FileMedia
 
file() - Method in class com.atlassian.adf.model.node.Media.LinkMedia
 
file() - Method in class com.atlassian.adf.model.node.Media.Partial.NeedsType
Sets this to be a FILE media node.
file() - Method in class com.atlassian.adf.model.node.MediaInline
 
file() - Method in class com.atlassian.adf.model.node.MediaInline.Partial.CanSetMediaType
 
FILE - com.atlassian.adf.model.node.Media.MediaType
 
FILE - com.atlassian.adf.model.node.MediaInline.MediaType
 
fileMedia() - Static method in interface com.atlassian.adf.model.node.Media
Begins the fluent construction of a file media node.
fileMedia(String) - Static method in interface com.atlassian.adf.model.node.Media
 
fileMedia(String, String) - Static method in interface com.atlassian.adf.model.node.Media
Creates a new FILE media node with the given media ID and collection ID.
firebrick - com.atlassian.adf.util.Colors.Named
 
flagOff() - Static method in interface com.atlassian.adf.model.node.Emoji.Standard
 
flagOn() - Static method in interface com.atlassian.adf.model.node.Emoji.Standard
 
floralwhite - com.atlassian.adf.util.Colors.Named
 
fold(Function<? super A, ? extends T>, Function<? super B, ? extends T>) - Method in interface com.atlassian.adf.util.Fold2
 
fold(Function<? super A, ? extends T>, Function<? super B, ? extends T>, Function<? super C, ? extends T>) - Method in interface com.atlassian.adf.util.Fold3
 
fold(Function<? super Media.FileMedia, ? extends R>, Function<? super Media.LinkMedia, ? extends R>, Function<? super Media.ExternalMedia, ? extends R>) - Method in class com.atlassian.adf.model.node.Media.ExternalMedia
 
fold(Function<? super Media.FileMedia, ? extends R>, Function<? super Media.LinkMedia, ? extends R>, Function<? super Media.ExternalMedia, ? extends R>) - Method in class com.atlassian.adf.model.node.Media.FileMedia
 
fold(Function<? super Media.FileMedia, ? extends R>, Function<? super Media.LinkMedia, ? extends R>, Function<? super Media.ExternalMedia, ? extends R>) - Method in interface com.atlassian.adf.model.node.Media
 
fold(Function<? super Media.FileMedia, ? extends R>, Function<? super Media.LinkMedia, ? extends R>, Function<? super Media.ExternalMedia, ? extends R>) - Method in class com.atlassian.adf.model.node.Media.LinkMedia
 
fold(Function<? super String, ? extends T>, Function<? super Map<String, ?>, ? extends T>) - Method in interface com.atlassian.adf.model.node.InlineCard.UrlOrData
Transforms the link data into a desired resulting output form.
fold(Function<? super String, ? extends T>, Function<? super Map<String, ?>, ? extends T>, Function<? super BlockCard.Datasource, ? extends T>) - Method in class com.atlassian.adf.model.node.BlockCard.CardAttributes
Transforms the link data into a desired resulting output form.
fold(Function<? super String, ? extends T>, Function<? super Map<String, ?>, ? extends T>, Function<? super BlockCard.Datasource, ? extends T>) - Method in class com.atlassian.adf.model.node.BlockCard.Datasource
 
Fold2<A,​B> - Interface in com.atlassian.adf.util
Sum type of two other types.
Fold3<A,​B,​C> - Interface in com.atlassian.adf.util
Sum type of three other types.
forestgreen - com.atlassian.adf.util.Colors.Named
 
FormattedTextMark - Interface in com.atlassian.adf.model.mark.type
Text marks that are only usable in formatted-text sections and can only be used together with other marks that also implement this marker interface.
fragment() - Static method in class com.atlassian.adf.model.mark.Fragment
 
fragment(String) - Static method in class com.atlassian.adf.model.mark.Fragment
 
fragment(Map<String, ?>) - Static method in class com.atlassian.adf.model.node.NodeParserSupport
Parses an ADF document or an ADF fragment in isolation.
Fragment - Class in com.atlassian.adf.model.mark
Its purpose seems to be related to giving extension nodes a way to refer to page fragments that should be integrated into the rendering at this point.
FRAGMENT - Static variable in interface com.atlassian.adf.model.mark.Mark.Type
 
Fragment.Partial - Interface in com.atlassian.adf.model.mark
Types that represent a partially constructed fragment.
Fragment.Partial.NeedsLocalId - Class in com.atlassian.adf.model.mark
This partially constructed fragment still needs its localId attribute set.
frame(String, Supplier<T>) - Static method in exception com.atlassian.adf.model.ex.AdfException
Wraps code that calculates a value with a catch block that will add the specified frame to the AdfException.backtrace(String) if that code throws a runtime exception.
fromJson(String) - Method in interface com.atlassian.adf.parser.JsonParser
 
fuchsia - com.atlassian.adf.util.Colors.Named
 
FULL_WIDTH - com.atlassian.adf.model.mark.Breakout.Mode
Breaks out of the normal margins to use the widest display of the content with the smallest margins permitted in Atlassian's design standards.
FULL_WIDTH - com.atlassian.adf.model.node.ExtensionSettings.Layout
 
FULL_WIDTH - com.atlassian.adf.model.node.RichMedia.Layout
Stretches the image the entire width of the page (or the surrounding container, such as a table cell).
FULL_WIDTH - com.atlassian.adf.model.node.Table.Layout
 
fullWidth() - Static method in class com.atlassian.adf.model.mark.Breakout
 
fullWidth() - Method in class com.atlassian.adf.model.node.CodeBlock
 
fullWidth() - Method in class com.atlassian.adf.model.node.EmbedCard
 
fullWidth() - Method in class com.atlassian.adf.model.node.EmbedCard.Partial.NeedsLayout
 
fullWidth() - Method in class com.atlassian.adf.model.node.Expand
 
fullWidth() - Method in class com.atlassian.adf.model.node.LayoutSection
 
fullWidth() - Method in class com.atlassian.adf.model.node.MediaSingle
 
fullWidth() - Method in class com.atlassian.adf.model.node.MediaSingle.Partial.NeedsMedia
 
Functions - Class in com.atlassian.adf.util
 

G

G200 - Static variable in class com.atlassian.adf.util.Colors
 
G300 - Static variable in class com.atlassian.adf.util.Colors
 
G400 - Static variable in class com.atlassian.adf.util.Colors
 
G50 - Static variable in class com.atlassian.adf.util.Colors
 
G500 - Static variable in class com.atlassian.adf.util.Colors
 
G75 - Static variable in class com.atlassian.adf.util.Colors
 
gainsboro - com.atlassian.adf.util.Colors.Named
 
get(Map<String, ?>, String) - Static method in class com.atlassian.adf.util.ParserSupport
Extract a value from the given map, assuming that it will be of the expected type (or null.
getAttr(Map<String, ?>, String) - Static method in class com.atlassian.adf.util.ParserSupport
 
getAttr(Map<String, ?>, String, Class<T>) - Static method in class com.atlassian.adf.util.ParserSupport
 
getAttrDouble(Map<String, ?>, String) - Static method in class com.atlassian.adf.util.ParserSupport
 
getAttrInt(Map<String, ?>, String) - Static method in class com.atlassian.adf.util.ParserSupport
 
getAttrIntOrThrow(Map<String, ?>, String) - Static method in class com.atlassian.adf.util.ParserSupport
 
getAttrNonEmpty(Map<String, ?>, String) - Static method in class com.atlassian.adf.util.ParserSupport
 
getAttrNumber(Map<String, ?>, String) - Static method in class com.atlassian.adf.util.ParserSupport
 
getAttrNumberOrThrow(Map<String, ?>, String) - Static method in class com.atlassian.adf.util.ParserSupport
 
getAttrOrThrow(Map<String, ?>, String) - Static method in class com.atlassian.adf.util.ParserSupport
 
getAttrOrThrow(Map<String, ?>, String, Class<T>) - Static method in class com.atlassian.adf.util.ParserSupport
 
getCause() - Method in exception com.atlassian.adf.model.ex.AdfException.UnexpectedRuntimeException
 
getOrThrow(Map<String, ?>, String) - Static method in class com.atlassian.adf.util.ParserSupport
Extract a value from the given map, requiring that it be of the given type (or null.
getPath() - Method in exception com.atlassian.adf.model.ex.AdfException
Returns the current path information for this exception, if it is available.
getTypeOrThrow(Map<String, ?>) - Static method in class com.atlassian.adf.util.ParserSupport
Extract the type value from the given map.
ghostwhite - com.atlassian.adf.util.Colors.Named
 
gold - com.atlassian.adf.util.Colors.Named
 
goldenrod - com.atlassian.adf.util.Colors.Named
 
gray - com.atlassian.adf.util.Colors.Named
 
green - com.atlassian.adf.util.Colors.Named
 
green() - Method in class com.atlassian.adf.model.node.Status
 
green() - Method in class com.atlassian.adf.model.node.Status.Partial.NeedsColor
 
green(String) - Static method in class com.atlassian.adf.model.node.Status
 
GREEN - com.atlassian.adf.model.node.Status.Color
 
greenStar() - Static method in interface com.atlassian.adf.model.node.Emoji.Standard
 
greenyellow - com.atlassian.adf.util.Colors.Named
 
grey - com.atlassian.adf.util.Colors.Named
 

H

h1() - Static method in class com.atlassian.adf.model.node.Heading
 
h1(InlineContent) - Static method in class com.atlassian.adf.model.node.Heading
 
h1(InlineContent...) - Static method in class com.atlassian.adf.model.node.Heading
 
h1(Iterable<? extends InlineContent>) - Static method in class com.atlassian.adf.model.node.Heading
 
h1(String) - Static method in class com.atlassian.adf.model.node.Heading
 
h1(String...) - Static method in class com.atlassian.adf.model.node.Heading
 
h1(Stream<? extends InlineContent>) - Static method in class com.atlassian.adf.model.node.Heading
 
h2() - Static method in class com.atlassian.adf.model.node.Heading
 
h2(InlineContent) - Static method in class com.atlassian.adf.model.node.Heading
 
h2(InlineContent...) - Static method in class com.atlassian.adf.model.node.Heading
 
h2(Iterable<? extends InlineContent>) - Static method in class com.atlassian.adf.model.node.Heading
 
h2(String) - Static method in class com.atlassian.adf.model.node.Heading
 
h2(String...) - Static method in class com.atlassian.adf.model.node.Heading
 
h2(Stream<? extends InlineContent>) - Static method in class com.atlassian.adf.model.node.Heading
 
h3() - Static method in class com.atlassian.adf.model.node.Heading
 
h3(InlineContent) - Static method in class com.atlassian.adf.model.node.Heading
 
h3(InlineContent...) - Static method in class com.atlassian.adf.model.node.Heading
 
h3(Iterable<? extends InlineContent>) - Static method in class com.atlassian.adf.model.node.Heading
 
h3(String) - Static method in class com.atlassian.adf.model.node.Heading
 
h3(String...) - Static method in class com.atlassian.adf.model.node.Heading
 
h3(Stream<? extends InlineContent>) - Static method in class com.atlassian.adf.model.node.Heading
 
h4() - Static method in class com.atlassian.adf.model.node.Heading
 
h4(InlineContent) - Static method in class com.atlassian.adf.model.node.Heading
 
h4(InlineContent...) - Static method in class com.atlassian.adf.model.node.Heading
 
h4(Iterable<? extends InlineContent>) - Static method in class com.atlassian.adf.model.node.Heading
 
h4(String) - Static method in class com.atlassian.adf.model.node.Heading
 
h4(String...) - Static method in class com.atlassian.adf.model.node.Heading
 
h4(Stream<? extends InlineContent>) - Static method in class com.atlassian.adf.model.node.Heading
 
h5() - Static method in class com.atlassian.adf.model.node.Heading
 
h5(InlineContent) - Static method in class com.atlassian.adf.model.node.Heading
 
h5(InlineContent...) - Static method in class com.atlassian.adf.model.node.Heading
 
h5(Iterable<? extends InlineContent>) - Static method in class com.atlassian.adf.model.node.Heading
 
h5(String) - Static method in class com.atlassian.adf.model.node.Heading
 
h5(String...) - Static method in class com.atlassian.adf.model.node.Heading
 
h5(Stream<? extends InlineContent>) - Static method in class com.atlassian.adf.model.node.Heading
 
h6() - Static method in class com.atlassian.adf.model.node.Heading
 
h6(InlineContent) - Static method in class com.atlassian.adf.model.node.Heading
 
h6(InlineContent...) - Static method in class com.atlassian.adf.model.node.Heading
 
h6(Iterable<? extends InlineContent>) - Static method in class com.atlassian.adf.model.node.Heading
 
h6(String) - Static method in class com.atlassian.adf.model.node.Heading
 
h6(String...) - Static method in class com.atlassian.adf.model.node.Heading
 
h6(Stream<? extends InlineContent>) - Static method in class com.atlassian.adf.model.node.Heading
 
HARD_BREAK - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
hardBreak() - Static method in class com.atlassian.adf.model.node.HardBreak
 
HardBreak - Class in com.atlassian.adf.model.node
An inline node that inserts a forced line-break within a sequence of text strings.
HardBreakException - Exception in com.atlassian.adf.model.ex.node
Reports a problem with a hardBreak node.
HardBreakException.TextMustBeNewline - Exception in com.atlassian.adf.model.ex.node
The rather useless text attribute on hardBreak nodes is usually omitted, and when specified is only permitted to use the value "\n" — that is, a single newline character.
hardBreakWithText() - Static method in class com.atlassian.adf.model.node.HardBreak
 
hashCode() - Method in class com.atlassian.adf.model.mark.Annotation
 
hashCode() - Method in class com.atlassian.adf.model.mark.Border
 
hashCode() - Method in class com.atlassian.adf.model.mark.DataConsumer
 
hashCode() - Method in class com.atlassian.adf.model.mark.Fragment
 
hashCode() - Method in class com.atlassian.adf.model.mark.Indentation
 
hashCode() - Method in class com.atlassian.adf.model.mark.Link
 
hashCode() - Method in class com.atlassian.adf.model.mark.TextColor
 
hashCode() - Method in class com.atlassian.adf.model.node.AbstractNode
Hashes the node's class together with AbstractNode.nodeHashCode().
hashCode() - Method in class com.atlassian.adf.model.node.BlockCard.Datasource
 
hashCode() - Method in class com.atlassian.adf.model.node.BlockCard.View
 
hashCode() - Method in class com.atlassian.adf.model.node.ExtensionSettings
 
hashCode() - Method in class com.atlassian.adf.model.UnsupportedElement
 
hasSameMarks(Text) - Method in class com.atlassian.adf.model.node.Text
 
hasText() - Method in class com.atlassian.adf.model.node.HardBreak
Returns whether the "\n" text is included in this hard break node.
heading(int) - Static method in class com.atlassian.adf.model.node.Heading
 
heading(int, InlineContent) - Static method in class com.atlassian.adf.model.node.Heading
 
heading(int, InlineContent...) - Static method in class com.atlassian.adf.model.node.Heading
 
heading(int, Iterable<? extends InlineContent>) - Static method in class com.atlassian.adf.model.node.Heading
 
heading(int, String) - Static method in class com.atlassian.adf.model.node.Heading
 
heading(int, String...) - Static method in class com.atlassian.adf.model.node.Heading
 
heading(int, Stream<? extends InlineContent>) - Static method in class com.atlassian.adf.model.node.Heading
 
Heading - Class in com.atlassian.adf.model.node
Represents a topic heading, as for the <h1> through <h6> tags used in HTML.
HEADING - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
HeadingException - Exception in com.atlassian.adf.model.ex.node
Reports a problem with a heading node.
HeadingException.InvalidLevel - Exception in com.atlassian.adf.model.ex.node
Reports that a heading node specified a level that is out of range.
HeadingMark - Interface in com.atlassian.adf.model.mark.type
Any mark that is assignable to heading nodes.
height - Variable in class com.atlassian.adf.model.node.Media.AbstractMedia
 
height() - Method in exception com.atlassian.adf.model.ex.node.MediaException.HeightMustBePositive
 
height() - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
height() - Method in interface com.atlassian.adf.model.node.Media
Returns the media node's display height, if set.
height() - Method in class com.atlassian.adf.model.node.MediaInline
Returns the mediaInline node's display height, if set.
height(Number) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
height(Number) - Method in interface com.atlassian.adf.model.node.Media
Sets the height of the media.
height(Number) - Method in class com.atlassian.adf.model.node.MediaInline
Sets the height of the media.
HEIGHT - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
HeightMustBePositive(Number) - Constructor for exception com.atlassian.adf.model.ex.node.MediaException.HeightMustBePositive
 
hex(int) - Static method in class com.atlassian.adf.util.Char
Returns the hexadecimal digit for the given value, which must be in the range [0, 15].
hex(Color) - Static method in class com.atlassian.adf.util.Colors
 
hex6(Color) - Static method in class com.atlassian.adf.util.Colors
 
hex8(Color) - Static method in class com.atlassian.adf.util.Colors
 
honeydew - com.atlassian.adf.util.Colors.Named
 
hotpink - com.atlassian.adf.util.Colors.Named
 
hr() - Static method in class com.atlassian.adf.model.node.Rule
 
href() - Method in class com.atlassian.adf.model.mark.Link
Returns the href value for the link; that is, its target URI.
href(String) - Method in class com.atlassian.adf.model.mark.Link
Modifies this link's target.
href(URI) - Method in class com.atlassian.adf.model.mark.Link
Modifies this link's target.
href(URL) - Method in class com.atlassian.adf.model.mark.Link
Modifies this link's target.
HREF - Static variable in interface com.atlassian.adf.model.mark.Mark.Attr
Provides the target URL of a Link mark.

I

id - Variable in class com.atlassian.adf.model.node.Media.FileOrLinkMedia
 
id() - Method in class com.atlassian.adf.model.mark.Annotation
 
id() - Method in class com.atlassian.adf.model.mark.Link
 
id() - Method in class com.atlassian.adf.model.node.BlockCard.Datasource
 
id() - Method in class com.atlassian.adf.model.node.Emoji
Returns the id of the emoji, if set.
id() - Method in class com.atlassian.adf.model.node.Media.FileOrLinkMedia
Returns the media node's ID.
id() - Method in class com.atlassian.adf.model.node.MediaInline
Returns the mediaInline node's ID.
id() - Method in class com.atlassian.adf.model.node.Mention
Returns the ID of the mention's target.
id() - Method in interface com.atlassian.adf.model.node.type.InternalMediaNode
 
id(String) - Method in class com.atlassian.adf.model.mark.Link
 
id(String) - Method in class com.atlassian.adf.model.node.BlockCard.Datasource
 
id(String) - Method in class com.atlassian.adf.model.node.BlockCard.Partial.NeedsDatasourceId
 
id(String) - Method in class com.atlassian.adf.model.node.Emoji
Sets the internal identifier for the emoji.
id(String) - Method in class com.atlassian.adf.model.node.Media.FileOrLinkMedia
Replaces the id that was set when the node was constructed.
id(String) - Method in class com.atlassian.adf.model.node.Media.Partial.FileNeedsId
 
id(String) - Method in class com.atlassian.adf.model.node.Media.Partial.LinkNeedsId
Deprecated.
 
id(String) - Method in class com.atlassian.adf.model.node.MediaInline
 
id(String) - Method in class com.atlassian.adf.model.node.MediaInline.Partial.NeedsId
 
id(String) - Method in class com.atlassian.adf.model.node.Mention
 
id(String) - Method in interface com.atlassian.adf.model.node.type.InternalMediaNode
 
ID - Static variable in interface com.atlassian.adf.model.Element.Attr
Some kind of identifier.
ifExternal(Consumer<? super Media.ExternalMedia>) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
ifExternal(Consumer<? super Media.ExternalMedia>) - Method in interface com.atlassian.adf.model.node.Media
 
ifFile(Consumer<? super Media.FileMedia>) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
ifFile(Consumer<? super Media.FileMedia>) - Method in interface com.atlassian.adf.model.node.Media
 
ifLink(Consumer<? super Media.LinkMedia>) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
Deprecated.
Most of the support for link media no longer functions in the editor code base, so clients are unlikely to encounter it in the wild and should not use it in new ADF.
ifLink(Consumer<? super Media.LinkMedia>) - Method in interface com.atlassian.adf.model.node.Media
Deprecated.
Most of the support for link media no longer functions in the editor code base, so clients are unlikely to encounter it in the wild and should not use it in new ADF.
immutableCopy() - Method in class com.atlassian.adf.util.FieldMap
 
immutableCopy(Map<String, ?>) - Static method in class com.atlassian.adf.util.FieldMap
 
INCOMPLETE - com.atlassian.adf.model.Documentation.State
The existing documentation is correct, but some of the features are not included in the documentation or their values are not fully explained.
indentation(int) - Static method in class com.atlassian.adf.model.mark.Indentation
 
indentation(int) - Method in class com.atlassian.adf.model.node.Heading
 
indentation(int) - Method in class com.atlassian.adf.model.node.Paragraph
 
indentation(Indentation) - Method in class com.atlassian.adf.model.node.Paragraph
 
Indentation - Class in com.atlassian.adf.model.mark
The indentation mark sets the level of indentation for a node, up to 6.
INDENTATION - Static variable in interface com.atlassian.adf.model.mark.Mark.Type
 
IndentationException - Exception in com.atlassian.adf.model.ex.mark
Reports a problem with an indentation mark.
IndentationException.InvalidLevel - Exception in com.atlassian.adf.model.ex.mark
Reports that an indentation mark specified a level that is out of range.
index() - Method in exception com.atlassian.adf.model.ex.node.TableCellException.ColwidthCannotBeNegative
 
indianred - com.atlassian.adf.util.Colors.Named
 
indigo - com.atlassian.adf.util.Colors.Named
 
info() - Static method in interface com.atlassian.adf.model.node.Emoji.Standard
 
info() - Method in class com.atlassian.adf.model.node.Panel
 
info() - Method in class com.atlassian.adf.model.node.Panel.Partial.NeedsPanelType
 
info(PanelContent) - Static method in class com.atlassian.adf.model.node.Panel
 
info(PanelContent...) - Static method in class com.atlassian.adf.model.node.Panel
 
info(Iterable<? extends PanelContent>) - Static method in class com.atlassian.adf.model.node.Panel
 
info(String) - Static method in class com.atlassian.adf.model.node.Panel
 
info(String...) - Static method in class com.atlassian.adf.model.node.Panel
 
info(Stream<? extends PanelContent>) - Static method in class com.atlassian.adf.model.node.Panel
 
INFO - com.atlassian.adf.model.node.Panel.PanelType
 
INLINE_CARD - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
INLINE_COMMENT - com.atlassian.adf.model.mark.Annotation.AnnotationType
 
INLINE_EXTENSION - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
inlineCard() - Static method in class com.atlassian.adf.model.node.InlineCard
Creates a partially constructed inline card that requires its URL or data to be set before it is valid.
inlineCard(String) - Static method in class com.atlassian.adf.model.node.InlineCard
Creates an inline card for the linked content with the given URI.
inlineCard(URI) - Static method in class com.atlassian.adf.model.node.InlineCard
Creates an inline card for the linked content with the given URI.
inlineCard(URL) - Static method in class com.atlassian.adf.model.node.InlineCard
Creates an inline card for the linked content with the given URI.
inlineCard(Map<String, ?>) - Static method in class com.atlassian.adf.model.node.InlineCard
Creates an inline card for the linked content with the given JSON-LD description.
InlineCard - Class in com.atlassian.adf.model.node
An Atlassian link card with a type icon and content description derived from the link.
InlineCard.Partial - Interface in com.atlassian.adf.model.node
Types that represent a partially constructed inlineCard.
InlineCard.Partial.NeedsUrlOrData - Class in com.atlassian.adf.model.node
This partially constructed inline card still needs either a url or data value set.
InlineCard.UrlOrData - Interface in com.atlassian.adf.model.node
A sum type providing access to the link data for this card.
inlineComment(String) - Static method in class com.atlassian.adf.model.mark.Annotation
 
InlineContent - Interface in com.atlassian.adf.model.node.type
Marks the nodes that are text or can usually be freely intermixed with it.
inlineExtension() - Static method in class com.atlassian.adf.model.node.InlineExtension
 
inlineExtension(String, String) - Static method in class com.atlassian.adf.model.node.InlineExtension
 
InlineExtension - Class in com.atlassian.adf.model.node
Extensions provide hook points for ecosystem add-ons to integrate with how ADF content is rendered.
InlineExtensionMark - Interface in com.atlassian.adf.model.mark.type
Any mark that is assignable to inlineExtension nodes.
inputStream() - Static method in class com.atlassian.adf.model.Schema
 
InternalMediaNode - Interface in com.atlassian.adf.model.node.type
A marker interface for media 'file' and 'link' nodes as well as mediaInline nodes.
InvalidColor(String) - Constructor for exception com.atlassian.adf.model.ex.mark.BorderException.InvalidColor
 
InvalidColor(String) - Constructor for exception com.atlassian.adf.model.ex.mark.TextColorException.InvalidColor
 
InvalidLevel(int) - Constructor for exception com.atlassian.adf.model.ex.mark.IndentationException.InvalidLevel
 
InvalidLevel(int) - Constructor for exception com.atlassian.adf.model.ex.node.HeadingException.InvalidLevel
 
InvalidSize(int) - Constructor for exception com.atlassian.adf.model.ex.mark.BorderException.InvalidSize
 
InvalidTopLevel(String) - Constructor for exception com.atlassian.adf.model.ex.node.DocException.InvalidTopLevel
 
InvalidURI(String, String) - Constructor for exception com.atlassian.adf.model.ex.AdfException.InvalidURI
 
InvalidURI(String, String, URISyntaxException) - Constructor for exception com.atlassian.adf.model.ex.AdfException.InvalidURI
 
InvalidWidth(Number) - Constructor for exception com.atlassian.adf.model.ex.node.CardException.InvalidWidth
 
InvalidWidth(Number) - Constructor for exception com.atlassian.adf.model.ex.node.LayoutColumnException.InvalidWidth
 
IS_NUMBER_COLUMN_ENABLED - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
isAlnum(char) - Static method in class com.atlassian.adf.util.Char
Checks for a simple ASCII alphanumeric character, meaning one of the decimal digit '0' through '9', an uppercase unmodified English-language letter 'A' through 'Z', or the same 'a' through 'z' range in lowercase.
isAlpha(char) - Static method in class com.atlassian.adf.util.Char
Checks for a simple ASCII alphabetic character, meaning an uppercase unmodified English-language letter 'A' through 'Z', or the same 'a' through 'z' range in lowercase.
isDigit(char) - Static method in class com.atlassian.adf.util.Char
Checks for a simple ASCII digit, meaning a decimal digit '0' through '9'.
isEmpty() - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
isEmpty() - Method in interface com.atlassian.adf.model.node.type.ContentNode
 
isExternal() - Method in class com.atlassian.adf.model.node.Media.ExternalMedia
 
isExternal() - Method in class com.atlassian.adf.model.node.Media.FileOrLinkMedia
 
isExternal() - Method in interface com.atlassian.adf.model.node.Media
 
isFile() - Method in class com.atlassian.adf.model.node.Media.ExternalMedia
 
isFile() - Method in class com.atlassian.adf.model.node.Media.FileMedia
 
isFile() - Method in interface com.atlassian.adf.model.node.Media
 
isFile() - Method in class com.atlassian.adf.model.node.Media.LinkMedia
 
isFile() - Method in class com.atlassian.adf.model.node.MediaInline
 
isFile() - Method in interface com.atlassian.adf.model.node.type.InternalMediaNode
 
isHeader() - Method in class com.atlassian.adf.model.node.TableCell
Returns false unconditionally, because this is an ordinary table cell.
isHeader() - Method in class com.atlassian.adf.model.node.TableHeader
Returns true unconditionally, because this is a table header cell.
isHeader() - Method in interface com.atlassian.adf.model.node.type.TableCellNode
 
isHex(String) - Static method in class com.atlassian.adf.util.Colors
 
isHexit(char) - Static method in class com.atlassian.adf.util.Char
Checks for a simple ASCII hexadecimal digit, meaning a decimal digit '0' through '9' or one of the letters 'A' through 'F' (allowing both uppercase or lowercase).
isHexLength(String) - Static method in class com.atlassian.adf.util.Colors
 
isLineTerminator(char) - Static method in class com.atlassian.adf.util.Char
Checks whether the given character is a line terminator in the sense of what matches the . character in a non-multiline regex.
isLink() - Method in class com.atlassian.adf.model.node.Media.ExternalMedia
Deprecated.
Most of the support for link media no longer functions in the editor code base, so clients are unlikely to encounter it in the wild and should not use it in new ADF.
isLink() - Method in class com.atlassian.adf.model.node.Media.FileMedia
Deprecated.
Most of the support for link media no longer functions in the editor code base, so clients are unlikely to encounter it in the wild and should not use it in new ADF.
isLink() - Method in interface com.atlassian.adf.model.node.Media
Deprecated.
Most of the support for link media no longer functions in the editor code base, so clients are unlikely to encounter it in the wild and should not use it in new ADF.
isLink() - Method in class com.atlassian.adf.model.node.Media.LinkMedia
Deprecated.
Most of the support for link media no longer functions in the editor code base, so clients are unlikely to encounter it in the wild and should not use it in new ADF.
isLink() - Method in class com.atlassian.adf.model.node.MediaInline
Deprecated.
Most of the support for link media no longer functions in the editor code base, so clients are unlikely to encounter it in the wild and should not use it in new ADF.
isLink() - Method in interface com.atlassian.adf.model.node.type.InternalMediaNode
Deprecated.
Most of the support for link media no longer functions in the editor code base, so clients are unlikely to encounter it in the wild and should not use it in new ADF.
isLower(char) - Static method in class com.atlassian.adf.util.Char
Checks for a simple ASCII lowercase letter, meaning 'a' through 'z'.
isNumberColumnEnabled() - Method in class com.atlassian.adf.model.node.Table
 
isNumberColumnEnabled(Boolean) - Method in class com.atlassian.adf.model.node.Table
 
isRgb(String) - Static method in class com.atlassian.adf.util.Colors
 
isSafeUrl(String) - Static method in class com.atlassian.adf.util.UrlUtil
 
isSpace(char) - Static method in class com.atlassian.adf.util.Char
Checks for a simple ASCII whitespace character as defined by the \s character class in regular expression patterns.
isSub() - Method in class com.atlassian.adf.model.mark.SubSup
 
isSup() - Method in class com.atlassian.adf.model.mark.SubSup
 
isSupported() - Method in interface com.atlassian.adf.model.Element
Indicates whether this element is fully supported by this library.
isSupported() - Method in class com.atlassian.adf.model.node.AbstractNode
 
isSupported() - Method in class com.atlassian.adf.model.UnsupportedElement
 
isUpper(char) - Static method in class com.atlassian.adf.util.Char
Checks for a simple ASCII uppercase letter, meaning 'A' through 'Z'.
iterateJoined(Iterable<T>, Consumer<? super T>, Runnable) - Static method in class com.atlassian.adf.util.Functions
Iterates the source collection, calling effect for each element with calls to the joiner between them.
ivory - com.atlassian.adf.util.Colors.Named
 

J

jsonParser() - Method in interface com.atlassian.adf.parser.AdfParser
Get simplified, direct access to the underlying JSON parser.
JsonParser - Interface in com.atlassian.adf.parser
Very simplified view of a JSON parser that only provides conversion to/from Map<String>.

K

khaki - com.atlassian.adf.util.Colors.Named
 

L

language() - Method in class com.atlassian.adf.model.node.CodeBlock
Returns the language setting for this code block, if set.
language(String) - Method in class com.atlassian.adf.model.node.CodeBlock
Sets the language that should be used to interpret the code block's contents.
LANGUAGE - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
lavender - com.atlassian.adf.util.Colors.Named
 
lavenderblush - com.atlassian.adf.util.Colors.Named
 
lawngreen - com.atlassian.adf.util.Colors.Named
 
layout() - Method in class com.atlassian.adf.model.node.BlockCard.Datasource
 
layout() - Method in class com.atlassian.adf.model.node.BodiedExtension
 
layout() - Method in class com.atlassian.adf.model.node.EmbedCard
 
layout() - Method in class com.atlassian.adf.model.node.Extension
 
layout() - Method in enum com.atlassian.adf.model.node.ExtensionSettings.Layout
 
layout() - Method in class com.atlassian.adf.model.node.MediaSingle
Returns the RichMedia.Layout setting for this single media item.
layout() - Method in enum com.atlassian.adf.model.node.RichMedia.Layout
 
layout() - Method in class com.atlassian.adf.model.node.Table
 
layout() - Method in enum com.atlassian.adf.model.node.Table.Layout
 
layout(ExtensionSettings.Layout) - Method in class com.atlassian.adf.model.node.BodiedExtension
 
layout(ExtensionSettings.Layout) - Method in class com.atlassian.adf.model.node.Extension
 
layout(RichMedia.Layout) - Method in class com.atlassian.adf.model.node.BlockCard.Datasource
 
layout(RichMedia.Layout) - Method in class com.atlassian.adf.model.node.BlockCard.Partial.OptionalDatasourceParameters
 
layout(RichMedia.Layout) - Method in class com.atlassian.adf.model.node.EmbedCard
 
layout(RichMedia.Layout) - Method in class com.atlassian.adf.model.node.EmbedCard.Partial.NeedsLayout
 
layout(RichMedia.Layout) - Method in class com.atlassian.adf.model.node.MediaSingle
 
layout(RichMedia.Layout) - Method in class com.atlassian.adf.model.node.MediaSingle.Partial.NeedsMedia
 
layout(Table.Layout) - Method in class com.atlassian.adf.model.node.Table
 
layout(String) - Method in class com.atlassian.adf.model.node.BlockCard.Datasource
 
layout(String) - Method in class com.atlassian.adf.model.node.BlockCard.Partial.OptionalDatasourceParameters
 
layout(String) - Method in class com.atlassian.adf.model.node.BodiedExtension
 
layout(String) - Method in class com.atlassian.adf.model.node.EmbedCard
 
layout(String) - Method in class com.atlassian.adf.model.node.EmbedCard.Partial.NeedsLayout
 
layout(String) - Method in class com.atlassian.adf.model.node.Extension
 
layout(String) - Method in class com.atlassian.adf.model.node.MediaSingle
 
layout(String) - Method in class com.atlassian.adf.model.node.MediaSingle.Partial.NeedsMedia
 
LAYOUT - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
LAYOUT_COLUMN - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
LAYOUT_SECTION - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
layoutColumn(Number) - Static method in class com.atlassian.adf.model.node.LayoutColumn
 
LayoutColumn - Class in com.atlassian.adf.model.node
Declares one of the 2 to 3 columns in a layoutSection.
LayoutColumnContent - Interface in com.atlassian.adf.model.node.type
Marks the nodes that can be placed directly into a layoutColumn node.
LayoutColumnException - Exception in com.atlassian.adf.model.ex.node
Reports a problem with a layoutColumn node.
LayoutColumnException.InvalidWidth - Exception in com.atlassian.adf.model.ex.node
Reports an attempt to use an invalid width value on a layoutColumn node.
layoutSection() - Static method in class com.atlassian.adf.model.node.LayoutSection
Creates a partially constructed layout section that will only be complete once exactly 2 or 3 layout caloumns have been added to it.
layoutSection(LayoutColumn, LayoutColumn) - Static method in class com.atlassian.adf.model.node.LayoutSection
Creates a layout section with the given two layout columns as content.
layoutSection(LayoutColumn, LayoutColumn, LayoutColumn) - Static method in class com.atlassian.adf.model.node.LayoutSection
Creates a layout section with the given three layout columns as content.
LayoutSection - Class in com.atlassian.adf.model.node
In Confluence, the top-level doc node is allowed to include layoutSection nodes.
LayoutSection.Partial - Interface in com.atlassian.adf.model.node
Types that represent a partially constructed layoutSection.
LayoutSection.Partial.NeedsFirstColumn - Class in com.atlassian.adf.model.node
A partially constructed layout section that still needs the first column to be added to it.
LayoutSection.Partial.NeedsSecondColumn - Class in com.atlassian.adf.model.node
A partially constructed layout section that still needs the second column to be added to it.
LayoutSectionException - Exception in com.atlassian.adf.model.ex.node
Reports a problem with a layoutSection node.
LayoutSectionException.ColumnCountException - Exception in com.atlassian.adf.model.ex.node
Reports a problem with the number of layoutColumn nodes contained within a layoutSection node.
LayoutSectionException.NotEnoughLayoutColumns - Exception in com.atlassian.adf.model.ex.node
Indicates that a layoutSection node did not have enough layoutColumn nodes within it to be valid.
LayoutSectionException.TooManyLayoutColumns - Exception in com.atlassian.adf.model.ex.node
Indicates that a layoutSection node had too many layoutColumn nodes within it to be valid.
LayoutSectionMark - Interface in com.atlassian.adf.model.mark.type
Any mark that is assignable to layoutSection nodes.
lemonchiffon - com.atlassian.adf.util.Colors.Named
 
let(Consumer<? super ExtensionSettings>) - Method in class com.atlassian.adf.model.node.ExtensionSettings
 
let(Consumer<FieldMap>) - Method in class com.atlassian.adf.util.FieldMap
 
level() - Method in exception com.atlassian.adf.model.ex.mark.IndentationException.InvalidLevel
 
level() - Method in exception com.atlassian.adf.model.ex.node.HeadingException.InvalidLevel
 
level() - Method in class com.atlassian.adf.model.mark.Indentation
 
level() - Method in class com.atlassian.adf.model.node.Heading
Returns the heading level for this heading note, such as 3 for an <h3> heading.
level(int) - Method in class com.atlassian.adf.model.node.Heading
 
LEVEL - Static variable in interface com.atlassian.adf.model.Element.Attr
An indentation or nesting level, given as an integer value from 1 to 6.
li() - Static method in class com.atlassian.adf.model.node.ListItem
 
li(ListItemContent) - Method in class com.atlassian.adf.model.node.AbstractListNode
A convenience method for content(listItem(content))
li(ListItemContent) - Static method in class com.atlassian.adf.model.node.ListItem
 
li(ListItemContent) - Method in interface com.atlassian.adf.model.node.type.ListNode
A convenience method for content(listItem(content))
li(ListItemContent...) - Method in class com.atlassian.adf.model.node.AbstractListNode
A convenience method for content(listItem(content))
li(ListItemContent...) - Static method in class com.atlassian.adf.model.node.ListItem
 
li(ListItemContent...) - Method in interface com.atlassian.adf.model.node.type.ListNode
A convenience method for content(listItem(content))
li(Iterable<? extends ListItemContent>) - Method in class com.atlassian.adf.model.node.AbstractListNode
A convenience method for content(listItem(content))
li(Iterable<? extends ListItemContent>) - Static method in class com.atlassian.adf.model.node.ListItem
 
li(Iterable<? extends ListItemContent>) - Method in interface com.atlassian.adf.model.node.type.ListNode
A convenience method for content(listItem(content))
li(String) - Method in class com.atlassian.adf.model.node.AbstractListNode
A convenience method for content(listItem(content))
li(String) - Static method in class com.atlassian.adf.model.node.ListItem
 
li(String) - Method in interface com.atlassian.adf.model.node.type.ListNode
A convenience method for content(listItem(content))
li(String...) - Method in class com.atlassian.adf.model.node.AbstractListNode
A convenience method for content(listItem(content))
li(String...) - Static method in class com.atlassian.adf.model.node.ListItem
 
li(String...) - Method in interface com.atlassian.adf.model.node.type.ListNode
A convenience method for content(listItem(content))
li(Stream<? extends ListItemContent>) - Method in class com.atlassian.adf.model.node.AbstractListNode
A convenience method for content(listItem(content))
li(Stream<? extends ListItemContent>) - Static method in class com.atlassian.adf.model.node.ListItem
 
li(Stream<? extends ListItemContent>) - Method in interface com.atlassian.adf.model.node.type.ListNode
A convenience method for content(listItem(content))
lightblue - com.atlassian.adf.util.Colors.Named
 
lightBulbOff() - Static method in interface com.atlassian.adf.model.node.Emoji.Standard
 
lightBulbOn() - Static method in interface com.atlassian.adf.model.node.Emoji.Standard
 
lightcoral - com.atlassian.adf.util.Colors.Named
 
lightcyan - com.atlassian.adf.util.Colors.Named
 
lightgoldenrodyellow - com.atlassian.adf.util.Colors.Named
 
lightgray - com.atlassian.adf.util.Colors.Named
 
lightgreen - com.atlassian.adf.util.Colors.Named
 
lightgrey - com.atlassian.adf.util.Colors.Named
 
lightpink - com.atlassian.adf.util.Colors.Named
 
lightsalmon - com.atlassian.adf.util.Colors.Named
 
lightseagreen - com.atlassian.adf.util.Colors.Named
 
lightskyblue - com.atlassian.adf.util.Colors.Named
 
lightslategray - com.atlassian.adf.util.Colors.Named
 
lightslategrey - com.atlassian.adf.util.Colors.Named
 
lightsteelblue - com.atlassian.adf.util.Colors.Named
 
lightyellow - com.atlassian.adf.util.Colors.Named
 
lime - com.atlassian.adf.util.Colors.Named
 
limegreen - com.atlassian.adf.util.Colors.Named
 
limit() - Method in exception com.atlassian.adf.model.ex.mark.MarkException.LimitReached
 
LimitReached(int, Collection<String>) - Constructor for exception com.atlassian.adf.model.ex.mark.MarkException.LimitReached
 
LimitReached(int, Map<String, ?>) - Constructor for exception com.atlassian.adf.model.ex.mark.MarkException.LimitReached
 
linen - com.atlassian.adf.util.Colors.Named
 
link() - Method in class com.atlassian.adf.model.node.Media.ExternalMedia
 
link() - Method in class com.atlassian.adf.model.node.Media.FileMedia
 
link() - Method in interface com.atlassian.adf.model.node.Media
Deprecated.
Most of the support for link media no longer functions in the editor code base, so clients are unlikely to encounter it in the wild and should not use it in new ADF.
link() - Method in class com.atlassian.adf.model.node.Media.LinkMedia
 
link() - Method in class com.atlassian.adf.model.node.Media.Partial.NeedsType
Deprecated.
Most of the support for link media no longer functions in the editor code base, so clients are unlikely to encounter it in the wild and should not use it in new ADF.
link() - Method in class com.atlassian.adf.model.node.MediaInline
 
link() - Method in class com.atlassian.adf.model.node.MediaInline.Partial.CanSetMediaType
Deprecated.
Most of the support for link media no longer functions in the editor code base, so clients are unlikely to encounter it in the wild and should not use it in new ADF.
link() - Method in class com.atlassian.adf.model.node.MediaSingle
 
link(Link) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
link(Link) - Method in class com.atlassian.adf.model.node.MediaInline
 
link(Link) - Method in class com.atlassian.adf.model.node.MediaSingle
 
link(String) - Static method in class com.atlassian.adf.model.mark.Link
 
link(String) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
link(String) - Method in class com.atlassian.adf.model.node.MediaInline
 
link(String) - Method in class com.atlassian.adf.model.node.MediaSingle
 
link(String) - Method in class com.atlassian.adf.model.node.Text
Add a Link mark to this text using the given target URL.
link(URI) - Static method in class com.atlassian.adf.model.mark.Link
 
link(URL) - Static method in class com.atlassian.adf.model.mark.Link
 
link(URL) - Method in class com.atlassian.adf.model.node.Text
Add a Link mark to this text using the given target URL.
Link - Class in com.atlassian.adf.model.mark
The link mark sets a hyperlink.
LINK - com.atlassian.adf.model.node.Media.MediaType
Deprecated.
Most of the support for link media no longer functions in the editor code base, so clients are unlikely to encounter it in the wild and should not use it in new ADF.
LINK - com.atlassian.adf.model.node.MediaInline.MediaType
Deprecated.
Most of the support for link media no longer functions in the editor code base, so clients are unlikely to encounter it in the wild and should not use it in new ADF.
LINK - Static variable in interface com.atlassian.adf.model.mark.Mark.Type
 
linkMark() - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
linkMark() - Method in interface com.atlassian.adf.model.node.Media
 
linkMark() - Method in class com.atlassian.adf.model.node.MediaInline
 
linkMark(Link) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
linkMark(Link) - Method in interface com.atlassian.adf.model.node.Media
 
linkMark(Link) - Method in class com.atlassian.adf.model.node.MediaInline
 
linkMark(String) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
linkMark(String) - Method in interface com.atlassian.adf.model.node.Media
 
linkMark(String) - Method in class com.atlassian.adf.model.node.MediaInline
 
linkMark(URL) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
linkMark(URL) - Method in interface com.atlassian.adf.model.node.Media
 
linkMark(URL) - Method in class com.atlassian.adf.model.node.MediaInline
 
linkMedia() - Static method in interface com.atlassian.adf.model.node.Media
Begins the fluent construction of a link media node.
linkMedia(String) - Static method in interface com.atlassian.adf.model.node.Media
 
linkMedia(String, String) - Static method in interface com.atlassian.adf.model.node.Media
Creates a new LINK media node with the given media ID and collection ID.
LIST_ITEM - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
ListException - Exception in com.atlassian.adf.model.ex.node
Reports a problem with a bulletList, orderedList, or listItem node.
ListException.CannotUseNestedListAsFirstContentItem - Exception in com.atlassian.adf.model.ex.node
Reports an attempt to nest a bulletList or orderedList as the first piece of content in a listItem.
ListException.OrderMustNotBeNegative - Exception in com.atlassian.adf.model.ex.node
Reports an attempt to create an orderedList with an order value that is negative.
listItem() - Static method in class com.atlassian.adf.model.node.ListItem
 
listItem(ListItemContent) - Static method in class com.atlassian.adf.model.node.ListItem
 
listItem(ListItemContent...) - Static method in class com.atlassian.adf.model.node.ListItem
 
listItem(Iterable<? extends ListItemContent>) - Static method in class com.atlassian.adf.model.node.ListItem
 
listItem(String) - Static method in class com.atlassian.adf.model.node.ListItem
 
listItem(String...) - Static method in class com.atlassian.adf.model.node.ListItem
 
listItem(Stream<? extends ListItemContent>) - Static method in class com.atlassian.adf.model.node.ListItem
 
ListItem - Class in com.atlassian.adf.model.node
Represents an item in either a bulletList or an orderedList.
ListItemContent - Interface in com.atlassian.adf.model.node.type
Marks the nodes that can be placed directly into a listItem node.
ListNode<L extends ListNode<L>> - Interface in com.atlassian.adf.model.node.type
Describes features that are common to bulletList and taskList nodes.
LOCAL_ID - Static variable in interface com.atlassian.adf.model.Element.Attr
Some kind of identifier.
localId() - Method in class com.atlassian.adf.model.mark.Fragment
 
localId() - Method in class com.atlassian.adf.model.node.BodiedExtension
 
localId() - Method in class com.atlassian.adf.model.node.DecisionItem
 
localId() - Method in class com.atlassian.adf.model.node.DecisionList
 
localId() - Method in class com.atlassian.adf.model.node.Extension
 
localId() - Method in class com.atlassian.adf.model.node.ExtensionSettings
 
localId() - Method in class com.atlassian.adf.model.node.InlineExtension
 
localId() - Method in class com.atlassian.adf.model.node.Status
 
localId() - Method in class com.atlassian.adf.model.node.Table
 
localId() - Method in class com.atlassian.adf.model.node.TaskItem
 
localId() - Method in class com.atlassian.adf.model.node.TaskList
 
localId() - Method in interface com.atlassian.adf.model.node.type.ExtensionNode
 
localId(String) - Method in class com.atlassian.adf.model.mark.Fragment.Partial.NeedsLocalId
 
localId(String) - Method in class com.atlassian.adf.model.node.BodiedExtension
 
localId(String) - Method in class com.atlassian.adf.model.node.DecisionItem
 
localId(String) - Method in class com.atlassian.adf.model.node.DecisionItem.Partial.NeedsLocalId
 
localId(String) - Method in class com.atlassian.adf.model.node.DecisionList
 
localId(String) - Method in class com.atlassian.adf.model.node.DecisionList.Partial.NeedsLocalId
 
localId(String) - Method in class com.atlassian.adf.model.node.Extension
 
localId(String) - Method in class com.atlassian.adf.model.node.ExtensionSettings
 
localId(String) - Method in class com.atlassian.adf.model.node.InlineExtension
 
localId(String) - Method in class com.atlassian.adf.model.node.Status
 
localId(String) - Method in class com.atlassian.adf.model.node.Table
 
localId(String) - Method in class com.atlassian.adf.model.node.TaskItem
 
localId(String) - Method in class com.atlassian.adf.model.node.TaskItem.Partial.NeedsLocalId
 
localId(String) - Method in class com.atlassian.adf.model.node.TaskItem.Partial.NeedsLocalIdAndState
 
localId(String) - Method in class com.atlassian.adf.model.node.TaskList
 
localId(String) - Method in interface com.atlassian.adf.model.node.type.ExtensionNode
Replaces (or clears) the extension's local ID.
localId(UUID) - Method in class com.atlassian.adf.model.node.DecisionItem
 
localId(UUID) - Method in class com.atlassian.adf.model.node.DecisionItem.Partial.NeedsLocalId
 
localId(UUID) - Method in class com.atlassian.adf.model.node.DecisionList
 
lookup(String) - Static method in enum com.atlassian.adf.util.Colors.Named
 
lowercase() - Method in class com.atlassian.adf.model.node.Text
This converts the text string to lowercase using Locale#ROOT semantics.

M

magenta - com.atlassian.adf.util.Colors.Named
 
map() - Static method in class com.atlassian.adf.util.FieldMap
 
map(String, Object) - Static method in class com.atlassian.adf.util.FieldMap
 
map(String, Object, String, Object) - Static method in class com.atlassian.adf.util.FieldMap
 
map(String, Object, String, Object, String, Object) - Static method in class com.atlassian.adf.util.FieldMap
 
map(String, Object, String, Object, String, Object, String, Object) - Static method in class com.atlassian.adf.util.FieldMap
 
map(Function<ExtensionSettings, T>) - Method in class com.atlassian.adf.model.node.ExtensionSettings
 
map(Map<String, ?>) - Static method in class com.atlassian.adf.util.FieldMap
 
mapToList(Iterable<T>, Function<? super T, ? extends U>) - Static method in class com.atlassian.adf.util.Functions
Given an iterable collection, map each element from the collection to a new value and return the resulting values as a list.
mapToList(Stream<T>, Function<? super T, ? extends U>) - Static method in class com.atlassian.adf.util.Functions
Given a stream, map each element from it to a new value and return the resulting values as a list.
mapToList(T[], Function<? super T, ? extends U>) - Static method in class com.atlassian.adf.util.Functions
Given an array, map each element from the array to a new value and return the resulting values as a list.
mapWithType() - Method in class com.atlassian.adf.model.node.AbstractNode
 
mark(HeadingMark) - Method in class com.atlassian.adf.model.node.Heading
 
mark(MediaMark) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
mark(MediaSingleMark) - Method in class com.atlassian.adf.model.node.MediaSingle
 
mark(ParagraphMark) - Method in class com.atlassian.adf.model.node.Paragraph
 
mark(TextMark) - Method in class com.atlassian.adf.model.node.Text
 
mark(String) - Method in class com.atlassian.adf.model.node.AbstractMarkedContentNode
 
mark(String) - Method in class com.atlassian.adf.model.node.AbstractMarkedNode
 
mark(String) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
mark(String) - Method in interface com.atlassian.adf.model.node.type.Marked
Returns the existing mark of the given type, if it exists.
mark(M) - Method in class com.atlassian.adf.model.node.AbstractMarkedContentNode
 
mark(M) - Method in class com.atlassian.adf.model.node.AbstractMarkedNode
 
mark(M) - Method in interface com.atlassian.adf.model.node.type.Marked
Adds the given mark to this marked node.
Mark - Interface in com.atlassian.adf.model.mark
Marks are special document elements that are used to decorate text nodes.
MARK_PREFIX - Static variable in exception com.atlassian.adf.model.ex.AdfException
Used in exception backtraces to introduce the mark's type after any preceding information about where the mark was found.
Mark.Attr - Interface in com.atlassian.adf.model.mark
Constants used as the attribute names in marks.
Mark.Type - Interface in com.atlassian.adf.model.mark
Constants used as the type names in marks.
markClass() - Method in class com.atlassian.adf.model.node.AbstractMarkedContentNode
 
markClass() - Method in class com.atlassian.adf.model.node.AbstractMarkedNode
 
markClass() - Method in class com.atlassian.adf.model.node.BodiedExtension
 
markClass() - Method in class com.atlassian.adf.model.node.CodeBlock
 
markClass() - Method in class com.atlassian.adf.model.node.Expand
 
markClass() - Method in class com.atlassian.adf.model.node.Extension
 
markClass() - Method in class com.atlassian.adf.model.node.Heading
 
markClass() - Method in class com.atlassian.adf.model.node.InlineExtension
 
markClass() - Method in class com.atlassian.adf.model.node.LayoutSection
 
markClass() - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
markClass() - Method in class com.atlassian.adf.model.node.MediaInline
 
markClass() - Method in class com.atlassian.adf.model.node.MediaSingle
 
markClass() - Method in class com.atlassian.adf.model.node.Paragraph
 
markClass() - Method in class com.atlassian.adf.model.node.Table
 
markClass() - Method in class com.atlassian.adf.model.node.Text
 
markClass() - Method in interface com.atlassian.adf.model.node.type.Marked
Returns the type of marks that may be applied to this node.
MarkDisallowed(String, Mark) - Constructor for exception com.atlassian.adf.model.ex.mark.MarkException.MarkDisallowed
 
MarkDisallowed(String, String) - Constructor for exception com.atlassian.adf.model.ex.mark.MarkException.MarkDisallowed
 
Marked<N extends Node & Marked<N,​M>,​M extends Mark> - Interface in com.atlassian.adf.model.node.type
Indicates that this node can use a marks element to alter its presentation.
markedContentNodeEquals(C) - Method in class com.atlassian.adf.model.node.AbstractMarkedContentNode
 
markedContentNodeEquals(BodiedExtension) - Method in class com.atlassian.adf.model.node.BodiedExtension
 
markedContentNodeEquals(CodeBlock) - Method in class com.atlassian.adf.model.node.CodeBlock
 
markedContentNodeEquals(Expand) - Method in class com.atlassian.adf.model.node.Expand
 
markedContentNodeEquals(Heading) - Method in class com.atlassian.adf.model.node.Heading
 
markedContentNodeEquals(Table) - Method in class com.atlassian.adf.model.node.Table
 
markedContentNodeHashCode() - Method in class com.atlassian.adf.model.node.AbstractMarkedContentNode
 
markedContentNodeHashCode() - Method in class com.atlassian.adf.model.node.BodiedExtension
 
markedContentNodeHashCode() - Method in class com.atlassian.adf.model.node.CodeBlock
 
markedContentNodeHashCode() - Method in class com.atlassian.adf.model.node.Expand
 
markedContentNodeHashCode() - Method in class com.atlassian.adf.model.node.Heading
 
markedContentNodeHashCode() - Method in class com.atlassian.adf.model.node.Table
 
markedContentNodeValidate() - Method in class com.atlassian.adf.model.node.AbstractMarkedContentNode
 
markedContentNodeValidate() - Method in class com.atlassian.adf.model.node.BodiedExtension
 
markedContentNodeValidate() - Method in class com.atlassian.adf.model.node.Expand
 
markedContentNodeValidate() - Method in class com.atlassian.adf.model.node.LayoutSection
 
markedNodeEquals(Extension) - Method in class com.atlassian.adf.model.node.Extension
 
markedNodeEquals(InlineExtension) - Method in class com.atlassian.adf.model.node.InlineExtension
 
markedNodeEquals(MediaInline) - Method in class com.atlassian.adf.model.node.MediaInline
 
markedNodeEquals(MediaSingle) - Method in class com.atlassian.adf.model.node.MediaSingle
 
markedNodeEquals(Text) - Method in class com.atlassian.adf.model.node.Text
 
markedNodeEquals(N) - Method in class com.atlassian.adf.model.node.AbstractMarkedNode
 
markedNodeHashCode() - Method in class com.atlassian.adf.model.node.AbstractMarkedNode
 
markedNodeHashCode() - Method in class com.atlassian.adf.model.node.Extension
 
markedNodeHashCode() - Method in class com.atlassian.adf.model.node.InlineExtension
 
markedNodeHashCode() - Method in class com.atlassian.adf.model.node.MediaInline
 
markedNodeHashCode() - Method in class com.atlassian.adf.model.node.MediaSingle
 
markedNodeHashCode() - Method in class com.atlassian.adf.model.node.Text
 
markedNodeValidate() - Method in class com.atlassian.adf.model.node.AbstractMarkedNode
 
MarkException - Exception in com.atlassian.adf.model.ex.mark
Reports a problem with an ADF mark.
MarkException.ConstraintViolation - Exception in com.atlassian.adf.model.ex.mark
Indicates that a mark which could not be excluded by the type system is nevertheless invalid in the given circumstances due to other constraints related to ADF or how the marked node has been used.
MarkException.DuplicateMarkType - Exception in com.atlassian.adf.model.ex.mark
Indicates that the caller has attempted to add two marks with the same value for the type field to the same node.
MarkException.LimitReached - Exception in com.atlassian.adf.model.ex.mark
Indicates that the new mark cannot be added because there is a limit to how many marks the node is permitted to have and that limit has already been reached.
MarkException.MarkDisallowed - Exception in com.atlassian.adf.model.ex.mark
Indicates that the new mark cannot be added because its use has been restricted for some reason.
MarkException.RestrictedMarkAlreadyPresent - Exception in com.atlassian.adf.model.ex.mark
Indicates that a request to disable marks on a given node cannot proceed because the target node is already marked.
MarkException.TypeMismatch - Exception in com.atlassian.adf.model.ex.mark
Indicates that the given mark type does not satisfy the type system's contraints on what mark types are permitted here.
MarkException.TypeUnsupported - Exception in com.atlassian.adf.model.ex.mark
Indicates that the given mark type does not satisfy the type system's contraints on what mark types are permitted here.
markIfAllowed(TextMark) - Method in class com.atlassian.adf.model.node.Text
Adds the given mark to the node if it is permitted.
MarkParserSupport - Class in com.atlassian.adf.model.mark
Used by marked nodes to process any marks that are present.
marks - Variable in class com.atlassian.adf.model.node.AbstractMarkedContentNode
 
marks - Variable in class com.atlassian.adf.model.node.AbstractMarkedNode
 
marks() - Method in class com.atlassian.adf.model.node.AbstractMarkedContentNode
 
marks() - Method in class com.atlassian.adf.model.node.AbstractMarkedNode
 
marks() - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
marks() - Method in interface com.atlassian.adf.model.node.type.Marked
Returns a list of the marks currently assigned to this node.
marks(Class<T>) - Method in class com.atlassian.adf.model.node.AbstractMarkedContentNode
 
marks(Class<T>) - Method in class com.atlassian.adf.model.node.AbstractMarkedNode
 
marks(Class<T>) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
marks(Class<T>) - Method in interface com.atlassian.adf.model.node.type.Marked
Returns a stream of the marks that are currently assigned to this node and match the given type.
MARKS - Static variable in interface com.atlassian.adf.model.node.Node.Key
This field contains an array of marks that decorate the node.
MARKS_PREFIX - Static variable in exception com.atlassian.adf.model.ex.AdfException
Used in exception backtraces to indicate that the problem occurs within a node's marks fields rather than elsewhere in the node's information.
markType() - Method in exception com.atlassian.adf.model.ex.mark.MarkException.DuplicateMarkType
 
markType() - Method in exception com.atlassian.adf.model.ex.mark.MarkException.MarkDisallowed
 
markTypes() - Method in exception com.atlassian.adf.model.ex.mark.MarkException.LimitReached
 
markTypes() - Method in exception com.atlassian.adf.model.ex.mark.MarkException.RestrictedMarkAlreadyPresent
 
markTypes() - Method in class com.atlassian.adf.model.node.AbstractMarkedContentNode
 
markTypes() - Method in class com.atlassian.adf.model.node.AbstractMarkedNode
 
markTypes() - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
markTypes() - Method in interface com.atlassian.adf.model.node.type.Marked
Returns a set of all the mark types that have been assigned to this node.
maroon - com.atlassian.adf.util.Colors.Named
 
marshall(Doc) - Method in interface com.atlassian.adf.parser.AdfMarshaller
 
MAXIMUM_LAYOUT_COLUMN_COUNT - Static variable in class com.atlassian.adf.model.node.LayoutSection
 
MAXIMUM_SIZE - Static variable in class com.atlassian.adf.model.mark.Border
The maximum size, in pixels, that may be used for a border.
media() - Static method in interface com.atlassian.adf.model.node.Media
Begins the fluent construction of a media node.
media() - Method in class com.atlassian.adf.model.node.MediaSingle
 
media(Media) - Method in class com.atlassian.adf.model.node.MediaSingle
 
media(Media) - Method in class com.atlassian.adf.model.node.MediaSingle.Partial.NeedsMedia
 
Media - Interface in com.atlassian.adf.model.node
Represents a single file or link stored in media services.
MEDIA - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
MEDIA_GROUP - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
MEDIA_INLINE - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
MEDIA_SINGLE - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
Media.AbstractMedia<N extends Media.AbstractMedia<N>> - Class in com.atlassian.adf.model.node
 
Media.ExternalMedia - Class in com.atlassian.adf.model.node
 
Media.FileMedia - Class in com.atlassian.adf.model.node
 
Media.FileOrLinkMedia<T extends Media.FileOrLinkMedia<T>> - Class in com.atlassian.adf.model.node
 
Media.LinkMedia - Class in com.atlassian.adf.model.node
 
Media.MediaType - Enum in com.atlassian.adf.model.node
 
Media.Partial - Interface in com.atlassian.adf.model.node
Types that represent a partially constructed media.
Media.Partial.ExternalNeedsUrl - Class in com.atlassian.adf.model.node
This partially constructed media node is external and still needs a url.
Media.Partial.FileNeedsId - Class in com.atlassian.adf.model.node
This partially constructed media node is a file and still needs a media id.
Media.Partial.LinkNeedsCollection - Class in com.atlassian.adf.model.node
Deprecated.
Most of the support for link media no longer functions in the editor code base, so clients are unlikely to encounter it in the wild and should not use it in new ADF.
Media.Partial.LinkNeedsId - Class in com.atlassian.adf.model.node
Deprecated.
Most of the support for link media no longer functions in the editor code base, so clients are unlikely to encounter it in the wild and should not use it in new ADF.
Media.Partial.NeedsType - Class in com.atlassian.adf.model.node
Partially constructed media node still needs the specific media type set.
mediaEquals(Media.ExternalMedia) - Method in class com.atlassian.adf.model.node.Media.ExternalMedia
 
mediaEquals(N) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
mediaEquals(T) - Method in class com.atlassian.adf.model.node.Media.FileOrLinkMedia
 
MediaException - Exception in com.atlassian.adf.model.ex.node
Reports a problem with a media node or one of the containers that can hold one: mediaGroup, mediaSingle, or mediaInline.
MediaException.HeightMustBePositive - Exception in com.atlassian.adf.model.ex.node
Reports an attempt to use an invalid height value on a media node or one of its containers.
MediaException.MediaSizeException - Exception in com.atlassian.adf.model.ex.node
Reports an attempt to use an invalid width or height value on a media node or one of its containers.
MediaException.TooManyContentItems - Exception in com.atlassian.adf.model.ex.node
Reports that too many content items were provided for a mediaSingle node.
MediaException.WidthMustBePositive - Exception in com.atlassian.adf.model.ex.node
Reports an attempt to use an invalid width value on a media node or one of its containers, except that mediaSingle uses MediaException.WidthMustBeValidPercentage instead.
MediaException.WidthMustBeValidPercentage - Exception in com.atlassian.adf.model.ex.node
Reports an attempt to use an invalid width value on a node that expects a percentage width value.
MediaException.WidthMustBeValidPixelCount - Exception in com.atlassian.adf.model.ex.node
Reports an attempt to use an invalid width value on a node that expects a pixel count.
mediaGroup() - Static method in class com.atlassian.adf.model.node.MediaGroup
 
mediaGroup(Media) - Static method in class com.atlassian.adf.model.node.MediaGroup
 
mediaGroup(Media...) - Static method in class com.atlassian.adf.model.node.MediaGroup
 
mediaGroup(Iterable<? extends Media>) - Static method in class com.atlassian.adf.model.node.MediaGroup
 
mediaGroup(Stream<? extends Media>) - Static method in class com.atlassian.adf.model.node.MediaGroup
 
MediaGroup - Class in com.atlassian.adf.model.node
A container for several media items.
mediaHashCode() - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
mediaHashCode() - Method in class com.atlassian.adf.model.node.Media.ExternalMedia
 
mediaHashCode() - Method in class com.atlassian.adf.model.node.Media.FileOrLinkMedia
 
mediaInline() - Static method in class com.atlassian.adf.model.node.MediaInline
 
mediaInline(String) - Static method in class com.atlassian.adf.model.node.MediaInline
 
mediaInline(String, MediaInline.MediaType, String) - Static method in class com.atlassian.adf.model.node.MediaInline
Creates a new mediaInline node with the given media ID, media type, and collection ID.
mediaInline(String, String) - Static method in class com.atlassian.adf.model.node.MediaInline
Creates a new mediaInline node with the given media ID and collection ID.
MediaInline - Class in com.atlassian.adf.model.node
The mediaInline node type works just like file and link types of media nodes, except that instead of being placed inside the mediaGroup and mediaSingle block nodes, they are used in places that inline content is permitted, such as within a paragraph.
MediaInline.MediaType - Enum in com.atlassian.adf.model.node
 
MediaInline.Partial - Interface in com.atlassian.adf.model.node
Types that represent a partially constructed mediaInline.
MediaInline.Partial.CanSetMediaType<T extends MediaInline.Partial.CanSetMediaType<T>> - Class in com.atlassian.adf.model.node
The media type of this partially constructed mediaInline can still be changed.
MediaInline.Partial.NeedsId - Class in com.atlassian.adf.model.node
This partially constructed mediaInline still needs its media id attribute set.
mediaInlineFile() - Static method in class com.atlassian.adf.model.node.MediaInline
 
mediaInlineFile(String) - Static method in class com.atlassian.adf.model.node.MediaInline
 
mediaInlineLink() - Static method in class com.atlassian.adf.model.node.MediaInline
Deprecated.
Most of the support for link media no longer functions in the editor code base, so clients are unlikely to encounter it in the wild and should not use it in new ADF.
mediaInlineLink(String) - Static method in class com.atlassian.adf.model.node.MediaInline
Deprecated.
Most of the support for link media no longer functions in the editor code base, so clients are unlikely to encounter it in the wild and should not use it in new ADF.
MediaInlineMark - Interface in com.atlassian.adf.model.mark.type
Any mark that is assignable to mediaInline nodes.
MediaMark - Interface in com.atlassian.adf.model.mark.type
Any mark that is assignable to media nodes.
mediaSingle() - Static method in class com.atlassian.adf.model.node.MediaSingle
 
mediaSingle(Media) - Static method in class com.atlassian.adf.model.node.MediaSingle
 
mediaSingle(RichMedia.Layout) - Static method in class com.atlassian.adf.model.node.MediaSingle
Creates a new partially constructed mediaSingle node with the given layout.
mediaSingle(RichMedia.Layout, Media) - Static method in class com.atlassian.adf.model.node.MediaSingle
Creates a new mediaSingle node with the given layout and media item.
mediaSingle(String, Media) - Static method in class com.atlassian.adf.model.node.MediaSingle
Creates a new mediaSingle node with the given layout and media item.
MediaSingle - Class in com.atlassian.adf.model.node
A container for exactly one media item, optionally followed by a caption.
MediaSingle.Partial - Interface in com.atlassian.adf.model.node
Types that represent a partially constructed mediaSingle.
MediaSingle.Partial.NeedsMedia - Class in com.atlassian.adf.model.node
This partially constructed mediaSingle still needs its media content set.
MediaSingle.WidthType - Enum in com.atlassian.adf.model.node
Determines whether the width attribute should be interpreted as a percentage or pixel count.
MediaSingleMark - Interface in com.atlassian.adf.model.mark.type
Any mark that is assignable to mediaSingle nodes.
mediaType - Variable in class com.atlassian.adf.model.node.MediaInline.Partial.CanSetMediaType
 
mediaType() - Method in enum com.atlassian.adf.model.node.Media.MediaType
 
mediaType() - Method in class com.atlassian.adf.model.node.MediaInline
 
mediaType() - Method in enum com.atlassian.adf.model.node.MediaInline.MediaType
 
mediaType(MediaInline.MediaType) - Method in class com.atlassian.adf.model.node.MediaInline
 
mediaType(MediaInline.MediaType) - Method in class com.atlassian.adf.model.node.MediaInline.Partial.CanSetMediaType
 
mediaType(String) - Method in class com.atlassian.adf.model.node.MediaInline
 
mediaType(String) - Method in class com.atlassian.adf.model.node.MediaInline.Partial.CanSetMediaType
 
mediumaquamarine - com.atlassian.adf.util.Colors.Named
 
mediumblue - com.atlassian.adf.util.Colors.Named
 
mediumorchid - com.atlassian.adf.util.Colors.Named
 
mediumpurple - com.atlassian.adf.util.Colors.Named
 
mediumseagreen - com.atlassian.adf.util.Colors.Named
 
mediumslateblue - com.atlassian.adf.util.Colors.Named
 
mediumspringgreen - com.atlassian.adf.util.Colors.Named
 
mediumturquoise - com.atlassian.adf.util.Colors.Named
 
mediumvioletred - com.atlassian.adf.util.Colors.Named
 
mention(String) - Static method in class com.atlassian.adf.model.node.Mention
Create a new mention using the given Atlassian Account ID or collection name.
Mention - Class in com.atlassian.adf.model.node
Represents a user mention.
MENTION - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
Mention.AccessLevel - Enum in com.atlassian.adf.model.node
The well-known accessLevel enumerated values that were originally documented for mention nodes.
Mention.UserType - Enum in com.atlassian.adf.model.node
 
midnightblue - com.atlassian.adf.util.Colors.Named
 
MINIMUM_LAYOUT_COLUMN_COUNT - Static variable in class com.atlassian.adf.model.node.LayoutSection
 
MINIMUM_SIZE - Static variable in class com.atlassian.adf.model.mark.Border
The minimum size, in pixels, that may be used for a border.
mintcream - com.atlassian.adf.util.Colors.Named
 
minus() - Static method in interface com.atlassian.adf.model.node.Emoji.Standard
 
MissingProperty(String) - Constructor for exception com.atlassian.adf.model.ex.AdfException.MissingProperty
 
MissingType() - Constructor for exception com.atlassian.adf.model.ex.AdfException.MissingType
 
mistyrose - com.atlassian.adf.util.Colors.Named
 
moccasin - com.atlassian.adf.util.Colors.Named
 
mode() - Method in class com.atlassian.adf.model.mark.Breakout
Returns the mode setting for this breakout mark.
mode() - Method in enum com.atlassian.adf.model.mark.Breakout.Mode
 
MODE - Static variable in interface com.atlassian.adf.model.mark.Mark.Attr
Specifies how a Breakout mark alters the presentation of the containing node.

N

N0 - Static variable in class com.atlassian.adf.util.Colors
 
N20 - Static variable in class com.atlassian.adf.util.Colors
 
N200 - Static variable in class com.atlassian.adf.util.Colors
 
N30 - Static variable in class com.atlassian.adf.util.Colors
 
N300 - Static variable in class com.atlassian.adf.util.Colors
 
N40 - Static variable in class com.atlassian.adf.util.Colors
 
N50 - Static variable in class com.atlassian.adf.util.Colors
 
N500 - Static variable in class com.atlassian.adf.util.Colors
 
N60 - Static variable in class com.atlassian.adf.util.Colors
 
N80 - Static variable in class com.atlassian.adf.util.Colors
 
N800 - Static variable in class com.atlassian.adf.util.Colors
 
N90 - Static variable in class com.atlassian.adf.util.Colors
 
name() - Method in class com.atlassian.adf.model.mark.Fragment
 
name(String) - Method in class com.atlassian.adf.model.mark.Fragment
 
NAME - Static variable in interface com.atlassian.adf.model.mark.Mark.Attr
Specifies the name of a Fragment that is associated with an extension node (or similar).
navajowhite - com.atlassian.adf.util.Colors.Named
 
navy - com.atlassian.adf.util.Colors.Named
 
NBSP - Static variable in class com.atlassian.adf.util.Char
A non-breaking space, "\u00a0".
NeedsDatasourceViews(BlockCard.Partial.NeedsDatasourceParameters, Map<String, ?>) - Constructor for class com.atlassian.adf.model.node.BlockCard.Partial.NeedsDatasourceViews
 
NeedsPanelType() - Constructor for class com.atlassian.adf.model.node.Panel.Partial.NeedsPanelType
 
NeedsText(Status.Color) - Constructor for class com.atlassian.adf.model.node.Status.Partial.NeedsText
 
NESTED_EXPAND - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
nestedExpand() - Static method in class com.atlassian.adf.model.node.NestedExpand
 
nestedExpand(NestedExpandContent) - Static method in class com.atlassian.adf.model.node.NestedExpand
 
nestedExpand(NestedExpandContent...) - Static method in class com.atlassian.adf.model.node.NestedExpand
 
nestedExpand(Iterable<? extends NestedExpandContent>) - Static method in class com.atlassian.adf.model.node.NestedExpand
 
nestedExpand(Stream<? extends NestedExpandContent>) - Static method in class com.atlassian.adf.model.node.NestedExpand
 
NestedExpand - Class in com.atlassian.adf.model.node
A nestedExpand node serves the same purpose as expand, except that it is used inside of a tableCell or tableHeader instead of directly inside a doc.
NestedExpandContent - Interface in com.atlassian.adf.model.node.type
Marks the nodes that can be placed directly into a nestedExpand node.
neutral() - Method in class com.atlassian.adf.model.node.Status
 
neutral() - Method in class com.atlassian.adf.model.node.Status.Partial.NeedsColor
 
neutral(String) - Static method in class com.atlassian.adf.model.node.Status
 
NEUTRAL - com.atlassian.adf.model.node.Status.Color
 
Node - Interface in com.atlassian.adf.model.node
A node in the Atlassian Document Format describes an element to be rendered as rich content.
NODE_PREFIX - Static variable in exception com.atlassian.adf.model.ex.AdfException
Used in exception backtraces to introduce the node's type after any preceding information about where the node was found.
Node.Attr - Interface in com.atlassian.adf.model.node
Constants used as the attribute names in nodes.
Node.Key - Interface in com.atlassian.adf.model.node
Constants used as property names in nodes.
Node.Type - Interface in com.atlassian.adf.model.node
Constants used as the type names for the various ADF nodes.
nodeEquals(C) - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
nodeEquals(BlockCard) - Method in class com.atlassian.adf.model.node.BlockCard
 
nodeEquals(Date) - Method in class com.atlassian.adf.model.node.Date
 
nodeEquals(EmbedCard) - Method in class com.atlassian.adf.model.node.EmbedCard
 
nodeEquals(Emoji) - Method in class com.atlassian.adf.model.node.Emoji
 
nodeEquals(HardBreak) - Method in class com.atlassian.adf.model.node.HardBreak
 
nodeEquals(InlineCard) - Method in class com.atlassian.adf.model.node.InlineCard
 
nodeEquals(Mention) - Method in class com.atlassian.adf.model.node.Mention
 
nodeEquals(Placeholder) - Method in class com.atlassian.adf.model.node.Placeholder
 
nodeEquals(Status) - Method in class com.atlassian.adf.model.node.Status
 
nodeEquals(N) - Method in class com.atlassian.adf.model.node.AbstractMarkedNode
 
nodeEquals(N) - Method in class com.atlassian.adf.model.node.AbstractNode
Allows nodes that have their own fields to augment the equals implementation with tests for their own field values.
nodeEquals(N) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
NodeException - Exception in com.atlassian.adf.model.ex.node
Reports a problem with an ADF node.
NodeException.TypeMismatch - Exception in com.atlassian.adf.model.ex.node
Reports that the type of node used does not implement the class that is required in the given parentType node's content.
nodeHashCode() - Method in class com.atlassian.adf.model.node.AbstractContentNode
Implementation of nodeHashCode() that combines a hash of the AbstractContentNode.content() with the value from AbstractContentNode.contentNodeHashCode().
nodeHashCode() - Method in class com.atlassian.adf.model.node.AbstractMarkedNode
 
nodeHashCode() - Method in class com.atlassian.adf.model.node.AbstractNode
Allows nodes that have their own fields to augment the hashCode implementation with a hash of their own field values.
nodeHashCode() - Method in class com.atlassian.adf.model.node.BlockCard
 
nodeHashCode() - Method in class com.atlassian.adf.model.node.Date
 
nodeHashCode() - Method in class com.atlassian.adf.model.node.EmbedCard
 
nodeHashCode() - Method in class com.atlassian.adf.model.node.Emoji
 
nodeHashCode() - Method in class com.atlassian.adf.model.node.HardBreak
 
nodeHashCode() - Method in class com.atlassian.adf.model.node.InlineCard
 
nodeHashCode() - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
nodeHashCode() - Method in class com.atlassian.adf.model.node.Mention
 
nodeHashCode() - Method in class com.atlassian.adf.model.node.Placeholder
 
nodeHashCode() - Method in class com.atlassian.adf.model.node.Status
 
NodeParserSupport - Class in com.atlassian.adf.model.node
Used by the various content nodes to process the other nodes that they contain.
NONE - com.atlassian.adf.model.node.Mention.AccessLevel
 
nonEmpty(String, String) - Static method in interface com.atlassian.adf.model.Element
A convenience method used during parsing to throw a MissingProperty exception for missing required values or EmptyProperty exception if the value provided is an empty string.
NonNestableBlockContent - Interface in com.atlassian.adf.model.node.type
Marks the nodes that can be used within expand and bodiedExtension nodes.
nonNull(T, String) - Static method in interface com.atlassian.adf.model.Element
A convenience method used during parsing to throw a MissingProperty exception for missing required values.
normalizeHexColor(String) - Static method in class com.atlassian.adf.util.Colors
 
normalizeHexColor(String, String) - Static method in class com.atlassian.adf.util.Colors
 
NoSources() - Constructor for exception com.atlassian.adf.model.ex.mark.DataConsumerException.NoSources
 
note() - Method in class com.atlassian.adf.model.node.Panel
 
note() - Method in class com.atlassian.adf.model.node.Panel.Partial.NeedsPanelType
 
note(PanelContent) - Static method in class com.atlassian.adf.model.node.Panel
 
note(PanelContent...) - Static method in class com.atlassian.adf.model.node.Panel
 
note(Iterable<? extends PanelContent>) - Static method in class com.atlassian.adf.model.node.Panel
 
note(String) - Static method in class com.atlassian.adf.model.node.Panel
 
note(String...) - Static method in class com.atlassian.adf.model.node.Panel
 
note(Stream<? extends PanelContent>) - Static method in class com.atlassian.adf.model.node.Panel
 
NOTE - com.atlassian.adf.model.node.Panel.PanelType
 
NotEnoughLayoutColumns(int) - Constructor for exception com.atlassian.adf.model.ex.node.LayoutSectionException.NotEnoughLayoutColumns
 
nullOrNonEmpty(String, String) - Static method in interface com.atlassian.adf.model.Element
A convenience method used during parsing to throw an EmptyProperty exception if the value provided is an empty string, while still permitting null.
numberEq(Number, Number) - Static method in class com.atlassian.adf.model.node.AbstractNode
 
numberHash(Number) - Static method in class com.atlassian.adf.model.node.AbstractNode
 

O

OCCURRENCE_KEY - Static variable in interface com.atlassian.adf.model.Element.Attr
A token provided by media services in reference to a specific use of a given piece of content.
occurrenceKey - Variable in class com.atlassian.adf.model.node.Media.FileOrLinkMedia
 
occurrenceKey() - Method in class com.atlassian.adf.model.mark.Link
 
occurrenceKey() - Method in class com.atlassian.adf.model.node.Media.FileOrLinkMedia
Returns the media node's occurrence key, if set.
occurrenceKey() - Method in class com.atlassian.adf.model.node.MediaInline
Returns the mediaInline node's occurrence key, if set.
occurrenceKey() - Method in interface com.atlassian.adf.model.node.type.InternalMediaNode
 
occurrenceKey(String) - Method in class com.atlassian.adf.model.mark.Link
 
occurrenceKey(String) - Method in class com.atlassian.adf.model.node.Media.FileOrLinkMedia
Sets the occurrence key for this media item.
occurrenceKey(String) - Method in class com.atlassian.adf.model.node.MediaInline
Sets the occurrence key for this mediaInline item.
occurrenceKey(String) - Method in interface com.atlassian.adf.model.node.type.InternalMediaNode
 
ol() - Static method in class com.atlassian.adf.model.node.OrderedList
 
ol(int) - Static method in class com.atlassian.adf.model.node.OrderedList
 
ol(int, ListItem...) - Static method in class com.atlassian.adf.model.node.OrderedList
 
ol(int, Iterable<? extends ListItem>) - Static method in class com.atlassian.adf.model.node.OrderedList
 
ol(int, Stream<? extends ListItem>) - Static method in class com.atlassian.adf.model.node.OrderedList
 
ol(ListItem...) - Static method in class com.atlassian.adf.model.node.OrderedList
 
ol(Iterable<? extends ListItem>) - Static method in class com.atlassian.adf.model.node.OrderedList
 
ol(Stream<? extends ListItem>) - Static method in class com.atlassian.adf.model.node.OrderedList
 
oldlace - com.atlassian.adf.util.Colors.Named
 
olive - com.atlassian.adf.util.Colors.Named
 
olivedrab - com.atlassian.adf.util.Colors.Named
 
orange - com.atlassian.adf.util.Colors.Named
 
orangered - com.atlassian.adf.util.Colors.Named
 
orchid - com.atlassian.adf.util.Colors.Named
 
order() - Method in exception com.atlassian.adf.model.ex.node.ListException.OrderMustNotBeNegative
 
order() - Method in class com.atlassian.adf.model.node.OrderedList
Returns the ordinal of the initial value in the list, if set.
order(Integer) - Method in class com.atlassian.adf.model.node.OrderedList
Changes the starting value for the list, which otherwise defaults to starting at 1.
ORDER - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
ORDERED_LIST - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
orderedList() - Static method in class com.atlassian.adf.model.node.OrderedList
 
orderedList(int) - Static method in class com.atlassian.adf.model.node.OrderedList
 
orderedList(int, ListItem...) - Static method in class com.atlassian.adf.model.node.OrderedList
 
orderedList(int, Iterable<? extends ListItem>) - Static method in class com.atlassian.adf.model.node.OrderedList
 
orderedList(int, Stream<? extends ListItem>) - Static method in class com.atlassian.adf.model.node.OrderedList
 
orderedList(ListItem...) - Static method in class com.atlassian.adf.model.node.OrderedList
 
orderedList(Iterable<? extends ListItem>) - Static method in class com.atlassian.adf.model.node.OrderedList
 
orderedList(Stream<? extends ListItem>) - Static method in class com.atlassian.adf.model.node.OrderedList
 
OrderedList - Class in com.atlassian.adf.model.node
A container for list items that produces a numbered list of them.
OrderMustNotBeNegative(int) - Constructor for exception com.atlassian.adf.model.ex.node.ListException.OrderMustNotBeNegative
 
ORIGINAL_HEIGHT - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
ORIGINAL_WIDTH - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
originalHeight() - Method in class com.atlassian.adf.model.node.EmbedCard
 
originalHeight(Number) - Method in class com.atlassian.adf.model.node.EmbedCard
 
originalSize(Number, Number) - Method in class com.atlassian.adf.model.node.EmbedCard
 
originalWidth() - Method in class com.atlassian.adf.model.node.EmbedCard
 
originalWidth(Number) - Method in class com.atlassian.adf.model.node.EmbedCard
 

P

p() - Static method in class com.atlassian.adf.model.node.Paragraph
 
p(InlineContent) - Static method in class com.atlassian.adf.model.node.Paragraph
 
p(InlineContent...) - Static method in class com.atlassian.adf.model.node.Paragraph
 
p(Iterable<? extends InlineContent>) - Static method in class com.atlassian.adf.model.node.Paragraph
 
p(String) - Static method in class com.atlassian.adf.model.node.Paragraph
 
p(String...) - Static method in class com.atlassian.adf.model.node.Paragraph
Creates a new paragraph with the given content, all within that single paragraph.
p(Stream<? extends InlineContent>) - Static method in class com.atlassian.adf.model.node.Paragraph
 
P100 - Static variable in class com.atlassian.adf.util.Colors
 
P300 - Static variable in class com.atlassian.adf.util.Colors
 
P400 - Static variable in class com.atlassian.adf.util.Colors
 
P50 - Static variable in class com.atlassian.adf.util.Colors
 
P500 - Static variable in class com.atlassian.adf.util.Colors
 
P75 - Static variable in class com.atlassian.adf.util.Colors
 
palegoldenrod - com.atlassian.adf.util.Colors.Named
 
palegreen - com.atlassian.adf.util.Colors.Named
 
paleturquoise - com.atlassian.adf.util.Colors.Named
 
palevioletred - com.atlassian.adf.util.Colors.Named
 
panel() - Static method in class com.atlassian.adf.model.node.Panel
 
panel(Panel.PanelType) - Static method in class com.atlassian.adf.model.node.Panel
 
panel(Panel.PanelType, PanelContent) - Static method in class com.atlassian.adf.model.node.Panel
 
panel(Panel.PanelType, PanelContent...) - Static method in class com.atlassian.adf.model.node.Panel
 
panel(Panel.PanelType, Iterable<? extends PanelContent>) - Static method in class com.atlassian.adf.model.node.Panel
 
panel(Panel.PanelType, Stream<? extends PanelContent>) - Static method in class com.atlassian.adf.model.node.Panel
 
panel(String) - Static method in class com.atlassian.adf.model.node.Panel
 
panel(String, PanelContent) - Static method in class com.atlassian.adf.model.node.Panel
 
panel(String, PanelContent...) - Static method in class com.atlassian.adf.model.node.Panel
 
panel(String, Iterable<? extends PanelContent>) - Static method in class com.atlassian.adf.model.node.Panel
 
panel(String, Stream<? extends PanelContent>) - Static method in class com.atlassian.adf.model.node.Panel
 
Panel - Class in com.atlassian.adf.model.node
A container that highlights content as additional information, a warning, or the result of an action.
PANEL - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
PANEL_COLOR - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
PANEL_ICON - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
PANEL_ICON_ID - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
PANEL_ICON_TEXT - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
PANEL_TYPE - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
Panel.PanelType - Enum in com.atlassian.adf.model.node
 
Panel.Partial - Interface in com.atlassian.adf.model.node
Types that represent a partially constructed panel.
Panel.Partial.NeedsPanelType - Class in com.atlassian.adf.model.node
This partially constructed panel still needs its panelType attribute set.
panelColor() - Method in class com.atlassian.adf.model.node.Panel
 
panelColor(String) - Method in class com.atlassian.adf.model.node.Panel
 
PanelContent - Interface in com.atlassian.adf.model.node.type
Marks the nodes that can be placed directly into a panel node.
panelIcon() - Method in class com.atlassian.adf.model.node.Panel
 
panelIcon(String) - Method in class com.atlassian.adf.model.node.Panel
 
panelIconId() - Method in class com.atlassian.adf.model.node.Panel
 
panelIconId(String) - Method in class com.atlassian.adf.model.node.Panel
 
panelIconText() - Method in class com.atlassian.adf.model.node.Panel
 
panelIconText(String) - Method in class com.atlassian.adf.model.node.Panel
 
panelType() - Method in class com.atlassian.adf.model.node.Panel
Return the panel's type.
panelType() - Method in enum com.atlassian.adf.model.node.Panel.PanelType
 
panelType(Panel.PanelType) - Method in class com.atlassian.adf.model.node.Panel
 
panelType(Panel.PanelType) - Method in class com.atlassian.adf.model.node.Panel.Partial.NeedsPanelType
 
panelType(String) - Method in class com.atlassian.adf.model.node.Panel
 
panelType(String) - Method in class com.atlassian.adf.model.node.Panel.Partial.NeedsPanelType
 
papayawhip - com.atlassian.adf.util.Colors.Named
 
PAPERCLIP - Static variable in class com.atlassian.adf.util.Char
A paperclip emoji, "\ud83d\udcce".
paragraph() - Static method in class com.atlassian.adf.model.node.Paragraph
 
paragraph(InlineContent) - Static method in class com.atlassian.adf.model.node.Paragraph
 
paragraph(InlineContent...) - Static method in class com.atlassian.adf.model.node.Paragraph
 
paragraph(Iterable<? extends InlineContent>) - Static method in class com.atlassian.adf.model.node.Paragraph
 
paragraph(String) - Static method in class com.atlassian.adf.model.node.Paragraph
 
paragraph(String...) - Static method in class com.atlassian.adf.model.node.Paragraph
 
paragraph(Stream<? extends InlineContent>) - Static method in class com.atlassian.adf.model.node.Paragraph
 
Paragraph - Class in com.atlassian.adf.model.node
A container for a block of formatted text delineated by a carriage return.
PARAGRAPH - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
ParagraphMark - Interface in com.atlassian.adf.model.mark.type
Any mark that is assignable to paragraph nodes.
parameters() - Method in class com.atlassian.adf.model.node.BlockCard.Datasource
 
parameters() - Method in class com.atlassian.adf.model.node.BodiedExtension
 
parameters() - Method in class com.atlassian.adf.model.node.Extension
 
parameters() - Method in class com.atlassian.adf.model.node.ExtensionSettings
 
parameters() - Method in class com.atlassian.adf.model.node.InlineExtension
 
parameters() - Method in interface com.atlassian.adf.model.node.type.ExtensionNode
 
parameters(Map<String, ?>) - Method in class com.atlassian.adf.model.node.BlockCard.Datasource
 
parameters(Map<String, ?>) - Method in class com.atlassian.adf.model.node.BlockCard.Partial.NeedsDatasourceParameters
 
parameters(Map<String, ?>) - Method in class com.atlassian.adf.model.node.BodiedExtension
 
parameters(Map<String, ?>) - Method in class com.atlassian.adf.model.node.Extension
 
parameters(Map<String, ?>) - Method in class com.atlassian.adf.model.node.ExtensionSettings
 
parameters(Map<String, ?>) - Method in class com.atlassian.adf.model.node.InlineExtension
 
parameters(Map<String, ?>) - Method in interface com.atlassian.adf.model.node.type.ExtensionNode
Replaces (or clears) the extension's parameter map.
PARAMETERS - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
parentType() - Method in exception com.atlassian.adf.model.ex.node.NodeException.TypeMismatch
 
parse(Class<T>, Map<String, ?>) - Static method in interface com.atlassian.adf.model.node.Node
Parses a node of unknown type and without any known context for it.
parse(String) - Method in class com.atlassian.adf.util.EnumParser
Find the enumerated value for which the keyExtractor return key as the value.
parse(Map<String, ?>) - Static method in class com.atlassian.adf.model.node.DecisionItem
 
parse(Map<String, ?>) - Static method in class com.atlassian.adf.model.node.Doc
Parses ADF from a single map of string keys to their values, suitable for direct interpretation from JSON.
parse(Map<String, ?>) - Static method in interface com.atlassian.adf.model.node.Node
Parses a node of unknown type and without any known context for it.
parse(Map<String, ?>) - Static method in class com.atlassian.adf.model.node.TaskItem
 
parse(Map<String, ?>) - Method in class com.atlassian.adf.util.Factory
Parses the given value map, assuming that it is a well-formed representation of an element of the type that this factory can produce.
parseAllowNull(String) - Method in class com.atlassian.adf.util.EnumParser
Find the enumerated value for which the keyExtractor return key as the value, with null values tolerated.
parseCommonAttrs(Map<String, ?>) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
parseContentItem(Map<String, ?>, Class<N>) - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
parseContentItems(List<Map<String, ?>>, Class<N>) - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
parseMarks(Map<String, ?>) - Method in class com.atlassian.adf.model.node.AbstractMarkedContentNode
 
parseMarks(Map<String, ?>) - Method in class com.atlassian.adf.model.node.AbstractMarkedNode
 
parseMarks(Map<String, ?>, Class<M>, Factory<M>, Marked<?, M>) - Static method in class com.atlassian.adf.model.mark.MarkParserSupport
Given a map representation of a marked node, attempts to parse any marks that are present in it.
parseOptionalContent(Map<String, ?>, Class<N>) - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
parseRequiredContent(Map<String, ?>, Class<N>) - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
parseRequiredContentAllowEmpty(Map<String, ?>, Class<N>) - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
ParserSupport - Class in com.atlassian.adf.util
Utility/support methods common to parsing nodes or marks.
parseTableNode(Map<String, ?>) - Method in class com.atlassian.adf.model.node.AbstractTableCellNode
 
parseTextMarks(Map<String, ?>, Marked<?, TextMark>) - Static method in class com.atlassian.adf.model.mark.MarkParserSupport
 
peachpuff - com.atlassian.adf.util.Colors.Named
 
PERCENTAGE - com.atlassian.adf.model.node.MediaSingle.WidthType
 
peru - com.atlassian.adf.util.Colors.Named
 
pink - com.atlassian.adf.util.Colors.Named
 
PIXEL - com.atlassian.adf.model.node.MediaSingle.WidthType
 
placeholder() - Method in class com.atlassian.adf.model.node.Placeholder
 
placeholder(String) - Static method in class com.atlassian.adf.model.node.Placeholder
 
Placeholder - Class in com.atlassian.adf.model.node
Provides placeholder text for something.
PLACEHOLDER - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
Placeholder.Partial - Interface in com.atlassian.adf.model.node
Types that represent a partially constructed placeholder.
Placeholder.Partial.NeedsText - Class in com.atlassian.adf.model.node
This partially constructed placeholder still needs its text attribute set.
plainTextFallback(Node) - Static method in class com.atlassian.adf.model.node.unsupported.UnsupportedNode
 
plum - com.atlassian.adf.util.Colors.Named
 
plus() - Static method in interface com.atlassian.adf.model.node.Emoji.Standard
 
PositionMark - Interface in com.atlassian.adf.model.mark.type
Marks related to layout of elements, such as indentation or alignment controls.
powderblue - com.atlassian.adf.util.Colors.Named
 
pre() - Static method in class com.atlassian.adf.model.node.CodeBlock
 
pre(Text) - Static method in class com.atlassian.adf.model.node.CodeBlock
 
pre(Text...) - Static method in class com.atlassian.adf.model.node.CodeBlock
 
pre(Iterable<? extends Text>) - Static method in class com.atlassian.adf.model.node.CodeBlock
 
pre(String) - Static method in class com.atlassian.adf.model.node.CodeBlock
 
pre(String...) - Static method in class com.atlassian.adf.model.node.CodeBlock
 
pre(Stream<? extends Text>) - Static method in class com.atlassian.adf.model.node.CodeBlock
 
properties() - Method in class com.atlassian.adf.model.node.BlockCard.View
 
properties(Map<String, ?>) - Method in class com.atlassian.adf.model.node.BlockCard.View
 
propertyName() - Method in exception com.atlassian.adf.model.ex.AdfException.PropertyException
 
purple - com.atlassian.adf.util.Colors.Named
 
purple() - Method in class com.atlassian.adf.model.node.Status.Partial.NeedsColor
 
purple() - Method in class com.atlassian.adf.model.node.Status
 
purple(String) - Static method in class com.atlassian.adf.model.node.Status
 
PURPLE - com.atlassian.adf.model.node.Status.Color
 

Q

question() - Static method in interface com.atlassian.adf.model.node.Emoji.Standard
 

R

R100 - Static variable in class com.atlassian.adf.util.Colors
 
R300 - Static variable in class com.atlassian.adf.util.Colors
 
R400 - Static variable in class com.atlassian.adf.util.Colors
 
R50 - Static variable in class com.atlassian.adf.util.Colors
 
R500 - Static variable in class com.atlassian.adf.util.Colors
 
R75 - Static variable in class com.atlassian.adf.util.Colors
 
reason() - Method in exception com.atlassian.adf.model.ex.mark.MarkException.MarkDisallowed
 
reason() - Method in exception com.atlassian.adf.model.ex.mark.MarkException.RestrictedMarkAlreadyPresent
 
rebeccapurple - com.atlassian.adf.util.Colors.Named
 
red - com.atlassian.adf.util.Colors.Named
 
red() - Method in class com.atlassian.adf.model.node.Status.Partial.NeedsColor
 
red() - Method in class com.atlassian.adf.model.node.Status
 
red(String) - Static method in class com.atlassian.adf.model.node.Status
 
RED - com.atlassian.adf.model.node.Status.Color
 
redStar() - Static method in interface com.atlassian.adf.model.node.Emoji.Standard
 
removeIf(Predicate<? super N>) - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
removeIf(Predicate<? super N>) - Method in interface com.atlassian.adf.model.node.type.ContentNode
Discards all content that matches the given predicate.
replaceContent(List<? extends N>) - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
replaceContent(List<? extends N>) - Method in interface com.atlassian.adf.model.node.type.ContentNode
Completely replace this content node's existing content items with the new ones provided.
requiredClass() - Method in exception com.atlassian.adf.model.ex.node.NodeException.TypeMismatch
 
requireNotEmpty() - Method in class com.atlassian.adf.model.node.AbstractContentNode
Verifies that at least one content element has been provided.
RestrictedMarkAlreadyPresent(String, Collection<String>) - Constructor for exception com.atlassian.adf.model.ex.mark.MarkException.RestrictedMarkAlreadyPresent
 
RestrictedMarkAlreadyPresent(String, Map<String, ?>) - Constructor for exception com.atlassian.adf.model.ex.mark.MarkException.RestrictedMarkAlreadyPresent
 
REVIEWED - com.atlassian.adf.model.Documentation.State
The contents were complete and up-to-date as of the review date.
rgb(Color) - Static method in class com.atlassian.adf.util.Colors
 
rgba(Color, Number) - Static method in class com.atlassian.adf.util.Colors
 
rgbToHex(String) - Static method in class com.atlassian.adf.util.Colors
 
RichMedia - Class in com.atlassian.adf.model.node
Copies this abstraction from @atlaskit/adf-schema to avoid copy/paste of the related enums.
RichMedia() - Constructor for class com.atlassian.adf.model.node.RichMedia
 
RichMedia.Layout - Enum in com.atlassian.adf.model.node
Layout that determines how the media idea should be positioned in relation to the flow of other information on the page.
rosybrown - com.atlassian.adf.util.Colors.Named
 
rowspan - Variable in class com.atlassian.adf.model.node.AbstractTableCellNode
 
rowspan() - Method in exception com.atlassian.adf.model.ex.node.TableCellException.RowspanNegative
 
rowspan() - Method in class com.atlassian.adf.model.node.AbstractTableCellNode
 
rowspan() - Method in interface com.atlassian.adf.model.node.type.TableCellNode
Returns the rowspan setting for the table cell, if one is set.
rowspan(Integer) - Method in class com.atlassian.adf.model.node.AbstractTableCellNode
 
rowspan(Integer) - Method in interface com.atlassian.adf.model.node.type.TableCellNode
Sets the number of rows that the table cell spans.
ROWSPAN - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
RowspanNegative(int) - Constructor for exception com.atlassian.adf.model.ex.node.TableCellException.RowspanNegative
 
royalblue - com.atlassian.adf.util.Colors.Named
 
rule() - Static method in class com.atlassian.adf.model.node.Rule
 
Rule - Class in com.atlassian.adf.model.node
Representing a divider, this is equivalent to an HTML <hr/> tag.
RULE - Static variable in interface com.atlassian.adf.model.node.Node.Type
 

S

saddlebrown - com.atlassian.adf.util.Colors.Named
 
salmon - com.atlassian.adf.util.Colors.Named
 
sandybrown - com.atlassian.adf.util.Colors.Named
 
sanitize(Doc) - Static method in class com.atlassian.adf.util.Sanitizer
 
Sanitizer - Class in com.atlassian.adf.util
From src/lib/adf/adf-sanitizer.ts in pf-content-service.
schema() - Static method in class com.atlassian.adf.model.Schema
 
Schema - Class in com.atlassian.adf.model
Schema reader for the JSON schema included in the source.
seagreen - com.atlassian.adf.util.Colors.Named
 
seashell - com.atlassian.adf.util.Colors.Named
 
self() - Method in class com.atlassian.adf.model.node.AbstractNode
 
set(String) - Method in class com.atlassian.adf.model.node.Text
 
SHORT_NAME - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
shortName() - Method in class com.atlassian.adf.model.node.Emoji
Returns the short name of the emoji.
shortName(String) - Method in class com.atlassian.adf.model.node.Emoji.Partial.NeedsShortName
 
shortName(String) - Method in class com.atlassian.adf.model.node.Emoji
 
sienna - com.atlassian.adf.util.Colors.Named
 
silver - com.atlassian.adf.util.Colors.Named
 
SITE - com.atlassian.adf.model.node.Mention.AccessLevel
 
size() - Method in exception com.atlassian.adf.model.ex.mark.BorderException.InvalidSize
 
size() - Method in class com.atlassian.adf.model.mark.Border
 
size(int) - Method in class com.atlassian.adf.model.mark.Border
 
size(Number, Number) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
size(Number, Number) - Method in interface com.atlassian.adf.model.node.Media
Sets the width and height of the media.
size(Number, Number) - Method in class com.atlassian.adf.model.node.MediaInline
Sets the width and height of the media.
SIZE - Static variable in interface com.atlassian.adf.model.Element.Attr
The size of something.
skyblue - com.atlassian.adf.util.Colors.Named
 
slateblue - com.atlassian.adf.util.Colors.Named
 
slategray - com.atlassian.adf.util.Colors.Named
 
slategrey - com.atlassian.adf.util.Colors.Named
 
slightSmile() - Static method in interface com.atlassian.adf.model.node.Emoji.Standard
 
smiley() - Static method in interface com.atlassian.adf.model.node.Emoji.Standard
 
snow - com.atlassian.adf.util.Colors.Named
 
source() - Method in exception com.atlassian.adf.model.ex.mark.DataConsumerException.DuplicateSource
 
source(String) - Method in class com.atlassian.adf.model.mark.DataConsumer.Partial.NeedsSource
 
source(String) - Method in class com.atlassian.adf.model.mark.DataConsumer
 
SourceException(String) - Constructor for exception com.atlassian.adf.model.ex.mark.DataConsumerException.SourceException
 
sources() - Method in class com.atlassian.adf.model.mark.DataConsumer
 
sources(Iterable<String>) - Method in class com.atlassian.adf.model.mark.DataConsumer.Partial.NeedsSource
 
sources(String...) - Method in class com.atlassian.adf.model.mark.DataConsumer.Partial.NeedsSource
 
sources(Stream<String>) - Method in class com.atlassian.adf.model.mark.DataConsumer.Partial.NeedsSource
 
SOURCES - Static variable in interface com.atlassian.adf.model.mark.Mark.Attr
Specifies the data sources to associate with this DataConsumer mark.
SPECIAL - com.atlassian.adf.model.node.Mention.UserType
 
springgreen - com.atlassian.adf.util.Colors.Named
 
state() - Method in annotation type com.atlassian.adf.model.Documentation
A simple status indicator for the health of the public documentation regarding this item.
state() - Method in class com.atlassian.adf.model.node.DecisionItem
 
state() - Method in class com.atlassian.adf.model.node.TaskItem
 
state(DecisionItem.State) - Method in class com.atlassian.adf.model.node.DecisionItem.Partial.NeedsState
 
state(DecisionItem.State) - Method in class com.atlassian.adf.model.node.DecisionItem
 
state(TaskItem.State) - Method in class com.atlassian.adf.model.node.TaskItem.Partial.NeedsLocalIdAndState
 
state(TaskItem.State) - Method in class com.atlassian.adf.model.node.TaskItem.Partial.NeedsState
 
state(TaskItem.State) - Method in class com.atlassian.adf.model.node.TaskItem
 
state(String) - Method in class com.atlassian.adf.model.node.DecisionItem.Partial.NeedsState
 
state(String) - Method in class com.atlassian.adf.model.node.DecisionItem
 
state(String) - Method in class com.atlassian.adf.model.node.TaskItem.Partial.NeedsLocalIdAndState
 
state(String) - Method in class com.atlassian.adf.model.node.TaskItem.Partial.NeedsState
 
STATE - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
status() - Static method in class com.atlassian.adf.model.node.Status
 
status(Status.Color) - Static method in class com.atlassian.adf.model.node.Status
 
status(Status.Color, String) - Static method in class com.atlassian.adf.model.node.Status
 
Status - Class in com.atlassian.adf.model.node
This node defines a status lozenge, such as is shown for the workflow status of a Jira issue or for the /status macro in Confluence.
STATUS - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
Status.Color - Enum in com.atlassian.adf.model.node
The color used for the status lozenge.
Status.Partial - Interface in com.atlassian.adf.model.node
Types that represent a partially constructed status.
Status.Partial.NeedsColor - Class in com.atlassian.adf.model.node
This partially constructed status still needs its color attribute set.
Status.Partial.NeedsText - Class in com.atlassian.adf.model.node
This partially constructed status still needs its text attribute set.
steelblue - com.atlassian.adf.util.Colors.Named
 
strike() - Static method in class com.atlassian.adf.model.mark.Strike
 
strike() - Method in class com.atlassian.adf.model.node.Text
Add a Strike mark to this text.
strike(Text) - Static method in class com.atlassian.adf.model.mark.Strike
Convenience method for applying a strike mark to an existing text node.
strike(String) - Static method in class com.atlassian.adf.model.mark.Strike
Convenience method for constructing a text node with a strike mark.
Strike - Class in com.atlassian.adf.model.mark
The em mark sets strike-through styling.
STRIKE - Static variable in interface com.atlassian.adf.model.mark.Mark.Type
 
strong() - Static method in class com.atlassian.adf.model.mark.Strong
 
strong() - Method in class com.atlassian.adf.model.node.Text
Add a Strong mark to this text.
strong(Text) - Static method in class com.atlassian.adf.model.mark.Strong
Convenience method for applying a strong mark to an existing text node.
strong(String) - Static method in class com.atlassian.adf.model.mark.Strong
Convenience method for constructing a text node with a strong mark.
Strong - Class in com.atlassian.adf.model.mark
The em mark sets strong styling.
STRONG - Static variable in interface com.atlassian.adf.model.mark.Mark.Type
 
stuckOutTongue() - Static method in interface com.atlassian.adf.model.node.Emoji.Standard
 
style() - Method in class com.atlassian.adf.model.node.Status
 
style(String) - Method in class com.atlassian.adf.model.node.Status
 
STYLE - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
sub() - Static method in class com.atlassian.adf.model.mark.SubSup
 
sub() - Method in class com.atlassian.adf.model.node.Text
Add a sub mark to this text.
sub(Text) - Static method in class com.atlassian.adf.model.mark.SubSup
Convenience method for applying a sub mark to an existing text node.
sub(String) - Static method in class com.atlassian.adf.model.mark.SubSup
Convenience method for constructing a text node with a sub mark.
SUB - com.atlassian.adf.model.mark.SubSup.Type
 
SubSup - Class in com.atlassian.adf.model.mark
The subsup mark sets superscript or subscript styling.
SUBSUP - Static variable in interface com.atlassian.adf.model.mark.Mark.Type
 
SubSup.Type - Enum in com.atlassian.adf.model.mark
 
success() - Method in class com.atlassian.adf.model.node.Panel.Partial.NeedsPanelType
 
success() - Method in class com.atlassian.adf.model.node.Panel
 
success(PanelContent) - Static method in class com.atlassian.adf.model.node.Panel
 
success(PanelContent...) - Static method in class com.atlassian.adf.model.node.Panel
 
success(Iterable<? extends PanelContent>) - Static method in class com.atlassian.adf.model.node.Panel
 
success(String) - Static method in class com.atlassian.adf.model.node.Panel
 
success(String...) - Static method in class com.atlassian.adf.model.node.Panel
 
success(Stream<? extends PanelContent>) - Static method in class com.atlassian.adf.model.node.Panel
 
SUCCESS - com.atlassian.adf.model.node.Panel.PanelType
 
sup() - Static method in class com.atlassian.adf.model.mark.SubSup
 
sup() - Method in class com.atlassian.adf.model.node.Text
Add a sup mark to this text.
sup(Text) - Static method in class com.atlassian.adf.model.mark.SubSup
Convenience method for applying a sup mark to an existing text node.
sup(String) - Static method in class com.atlassian.adf.model.mark.SubSup
Convenience method for constructing a text node with a sup mark.
SUP - com.atlassian.adf.model.mark.SubSup.Type
 

T

T100 - Static variable in class com.atlassian.adf.util.Colors
 
T300 - Static variable in class com.atlassian.adf.util.Colors
 
T50 - Static variable in class com.atlassian.adf.util.Colors
 
T500 - Static variable in class com.atlassian.adf.util.Colors
 
T75 - Static variable in class com.atlassian.adf.util.Colors
 
table() - Static method in class com.atlassian.adf.model.node.Table
 
table(Table.Layout) - Static method in class com.atlassian.adf.model.node.Table
 
table(Table.Layout, TableRow) - Static method in class com.atlassian.adf.model.node.Table
 
table(Table.Layout, TableRow...) - Static method in class com.atlassian.adf.model.node.Table
 
table(Table.Layout, Iterable<? extends TableRow>) - Static method in class com.atlassian.adf.model.node.Table
 
table(Table.Layout, Stream<? extends TableRow>) - Static method in class com.atlassian.adf.model.node.Table
 
table(TableRow) - Static method in class com.atlassian.adf.model.node.Table
 
table(TableRow...) - Static method in class com.atlassian.adf.model.node.Table
 
table(Iterable<? extends TableRow>) - Static method in class com.atlassian.adf.model.node.Table
 
table(Stream<? extends TableRow>) - Static method in class com.atlassian.adf.model.node.Table
 
Table - Class in com.atlassian.adf.model.node
A container for the nodes that define a table.
TABLE - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
TABLE_CELL - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
TABLE_HEADER - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
TABLE_ROW - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
Table.Layout - Enum in com.atlassian.adf.model.node
 
tableCell() - Static method in class com.atlassian.adf.model.node.TableCell
 
tableCell(TableCellContent) - Static method in class com.atlassian.adf.model.node.TableCell
 
tableCell(TableCellContent...) - Static method in class com.atlassian.adf.model.node.TableCell
 
tableCell(Iterable<? extends TableCellContent>) - Static method in class com.atlassian.adf.model.node.TableCell
 
tableCell(Stream<? extends TableCellContent>) - Static method in class com.atlassian.adf.model.node.TableCell
 
TableCell - Class in com.atlassian.adf.model.node
A table cell within a table row.
TableCellContent - Interface in com.atlassian.adf.model.node.type
Marks the nodes that can be placed directly into either a tableHeader or tableCell node.
TableCellException - Exception in com.atlassian.adf.model.ex.node
Reports an error with a tableCell or tableHeader node.
TableCellException.ColspanNotPositive - Exception in com.atlassian.adf.model.ex.node
Reports that the colspan attribute for a tableCell or tableHeader node was not positive.
TableCellException.ColwidthCannotBeNegative - Exception in com.atlassian.adf.model.ex.node
Reports that at least one negative value was provided in the colwidth attribute for a tableCell or tableHeader.
TableCellException.ColwidthDoesNotMatchColspan - Exception in com.atlassian.adf.model.ex.node
Reports that the array of values colwidth attribute for a tableCell or tableHeader did not match the colspan attribute.
TableCellException.ColwidthException - Exception in com.atlassian.adf.model.ex.node
Reports a problem with the colwidth attribute of a tableCell or tableHeader.
TableCellException.ColwidthMustHaveAtLeastOnePositiveValue - Exception in com.atlassian.adf.model.ex.node
Reports that all of the values colwidth attribute for a tableCell or tableHeader were 0.
TableCellException.RowspanNegative - Exception in com.atlassian.adf.model.ex.node
Reports that the rowspan attribute for a tableCell or tableHeader was negative.
TableCellNode<N extends TableCellNode<N>> - Interface in com.atlassian.adf.model.node.type
Describes features that are common to tableHeader and tableCell nodes.
tableHeader() - Static method in class com.atlassian.adf.model.node.TableHeader
 
tableHeader(TableCellContent) - Static method in class com.atlassian.adf.model.node.TableHeader
 
tableHeader(TableCellContent...) - Static method in class com.atlassian.adf.model.node.TableHeader
 
tableHeader(Iterable<? extends TableCellContent>) - Static method in class com.atlassian.adf.model.node.TableHeader
 
tableHeader(Stream<? extends TableCellContent>) - Static method in class com.atlassian.adf.model.node.TableHeader
 
TableHeader - Class in com.atlassian.adf.model.node
A table cell within a table heading row.
TableMark - Interface in com.atlassian.adf.model.mark.type
Any mark that is assignable to table nodes.
tableRow() - Static method in class com.atlassian.adf.model.node.TableRow
 
tableRow(TableRowContent) - Static method in class com.atlassian.adf.model.node.TableRow
 
tableRow(TableRowContent...) - Static method in class com.atlassian.adf.model.node.TableRow
 
tableRow(Iterable<? extends TableRowContent>) - Static method in class com.atlassian.adf.model.node.TableRow
 
tableRow(Stream<? extends TableRowContent>) - Static method in class com.atlassian.adf.model.node.TableRow
 
TableRow - Class in com.atlassian.adf.model.node
Defines rows within a table and is a container for table heading and table cell nodes.
TableRowContent - Interface in com.atlassian.adf.model.node.type
Marks the nodes that can be placed directly into a tableRow node.
tan - com.atlassian.adf.util.Colors.Named
 
TASK_ITEM - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
TASK_LIST - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
taskItem() - Static method in class com.atlassian.adf.model.node.TaskItem
 
TaskItem - Class in com.atlassian.adf.model.node
Provides the content for one of the items in a taskList.
TaskItem.Partial - Interface in com.atlassian.adf.model.node
Types that represent a partially constructed taskItem.
TaskItem.Partial.NeedsLocalId - Class in com.atlassian.adf.model.node
This partially constructed taskItem still needs its localId attribute set.
TaskItem.Partial.NeedsLocalIdAndState - Class in com.atlassian.adf.model.node
This partially constructed taskItem still needs its localId and state attributes set (and this builder permits them to be set in either order).
TaskItem.Partial.NeedsState - Class in com.atlassian.adf.model.node
This partially constructed taskItem still needs its state attribute set.
TaskItem.State - Enum in com.atlassian.adf.model.node
 
taskList(String) - Static method in class com.atlassian.adf.model.node.TaskList
 
taskList(String, TaskListContent) - Static method in class com.atlassian.adf.model.node.TaskList
 
taskList(String, TaskListContent...) - Static method in class com.atlassian.adf.model.node.TaskList
 
taskList(String, Iterable<? extends TaskListContent>) - Static method in class com.atlassian.adf.model.node.TaskList
 
taskList(String, Stream<? extends TaskListContent>) - Static method in class com.atlassian.adf.model.node.TaskList
 
TaskList - Class in com.atlassian.adf.model.node
Task lists provide lists that look much like a bulletList, but there are differences in their visual representation.
TaskListContent - Interface in com.atlassian.adf.model.node.type
Marks the nodes that can be placed directly into a taskList node.
TaskListException - Exception in com.atlassian.adf.model.ex.node
Reports a problem with a taskList node.
TaskListException.CannotUseNestedTaskListAsFirstContentItem - Exception in com.atlassian.adf.model.ex.node
Reports an attempt to nest a taskList as the first piece of content in a taskITem.
td() - Static method in class com.atlassian.adf.model.node.TableCell
 
td(TableCellContent) - Static method in class com.atlassian.adf.model.node.TableCell
 
td(TableCellContent...) - Static method in class com.atlassian.adf.model.node.TableCell
 
td(Iterable<? extends TableCellContent>) - Static method in class com.atlassian.adf.model.node.TableCell
 
td(String) - Static method in class com.atlassian.adf.model.node.TableCell
 
td(String...) - Static method in class com.atlassian.adf.model.node.TableCell
 
td(Stream<? extends TableCellContent>) - Static method in class com.atlassian.adf.model.node.TableCell
 
teal - com.atlassian.adf.util.Colors.Named
 
text() - Method in class com.atlassian.adf.model.node.BodiedExtension
 
text() - Method in class com.atlassian.adf.model.node.Emoji
Returns the text of the emoji, if set.
text() - Method in class com.atlassian.adf.model.node.Extension
 
text() - Method in class com.atlassian.adf.model.node.ExtensionSettings
 
text() - Method in class com.atlassian.adf.model.node.HardBreak
 
text() - Method in class com.atlassian.adf.model.node.InlineExtension
 
text() - Method in class com.atlassian.adf.model.node.Mention
Returns the display text for this mention, if set.
text() - Method in class com.atlassian.adf.model.node.Placeholder
 
text() - Method in class com.atlassian.adf.model.node.Status
 
text() - Method in class com.atlassian.adf.model.node.Text
Returns the text that is contained within this text node; never null or empty.
text() - Method in interface com.atlassian.adf.model.node.type.ExtensionNode
 
text(Iterable<? extends String>) - Static method in class com.atlassian.adf.model.node.Text
Create a stream of text nodes for the given input strings without any marks.
text(String) - Method in class com.atlassian.adf.model.node.BodiedExtension
 
text(String) - Method in class com.atlassian.adf.model.node.Emoji
Sets the text version of the emoji.
text(String) - Method in class com.atlassian.adf.model.node.Extension
 
text(String) - Method in class com.atlassian.adf.model.node.ExtensionSettings
 
text(String) - Method in class com.atlassian.adf.model.node.InlineExtension
 
text(String) - Method in class com.atlassian.adf.model.node.Mention
Sets the text value for the mention.
text(String) - Method in class com.atlassian.adf.model.node.Paragraph
Convenience method for appending an ordinary text node to this paragraph.
text(String) - Method in class com.atlassian.adf.model.node.Placeholder.Partial.NeedsText
 
text(String) - Method in class com.atlassian.adf.model.node.Placeholder
 
text(String) - Method in class com.atlassian.adf.model.node.Status.Partial.NeedsText
 
text(String) - Method in class com.atlassian.adf.model.node.Status
 
text(String) - Static method in class com.atlassian.adf.model.node.Text
Create a new text node for the given input string without any marks.
text(String) - Method in interface com.atlassian.adf.model.node.type.ExtensionNode
Replaces (or clears) the extension's text value.
text(String...) - Method in class com.atlassian.adf.model.node.Paragraph
Convenience method for appending multiple ordinary text nodes to this paragraph.
text(String...) - Static method in class com.atlassian.adf.model.node.Text
Create a stream of text nodes for the given input strings without any marks.
text(String, TextMark) - Method in class com.atlassian.adf.model.node.Paragraph
Convenience method for appending an text node with a single mark to this paragraph.
text(String, TextMark...) - Method in class com.atlassian.adf.model.node.Paragraph
Convenience method for appending an text node with multiple marks to this paragraph.
text(String, TextMark...) - Static method in class com.atlassian.adf.model.node.Text
Create a new text node that also has the specified marks.
text(String, Iterable<? extends TextMark>) - Static method in class com.atlassian.adf.model.node.Text
 
text(String, Stream<? extends TextMark>) - Static method in class com.atlassian.adf.model.node.Text
 
text(Stream<? extends String>) - Static method in class com.atlassian.adf.model.node.Text
Create a stream of text nodes for the given input strings without any marks.
Text - Class in com.atlassian.adf.model.node
Holds document text.
TEXT - Static variable in interface com.atlassian.adf.model.Element.Attr
Provides text content.
TEXT - Static variable in interface com.atlassian.adf.model.node.Node.Key
This field contains a text value to be displayed, either as normal text content or as a placeholder for something else.
TEXT - Static variable in interface com.atlassian.adf.model.node.Node.Type
 
TEXT_COLOR - Static variable in interface com.atlassian.adf.model.mark.Mark.Type
 
textColor(Colors.Named) - Static method in class com.atlassian.adf.model.mark.TextColor
 
textColor(Colors.Named) - Method in class com.atlassian.adf.model.node.Text
Add a TextColor mark to this text.
textColor(Color) - Static method in class com.atlassian.adf.model.mark.TextColor
 
textColor(Color) - Method in class com.atlassian.adf.model.node.Text
Add a TextColor mark to this text.
textColor(String) - Static method in class com.atlassian.adf.model.mark.TextColor
 
textColor(String) - Method in class com.atlassian.adf.model.node.Text
Add a TextColor mark to this text.
TextColor - Class in com.atlassian.adf.model.mark
The textColor mark adds <span style="color: #ff0000;">...</span> color styling.
TextColorException - Exception in com.atlassian.adf.model.ex.mark
Reports a problem with a textColor mark.
TextColorException.InvalidColor - Exception in com.atlassian.adf.model.ex.mark
Indicates that the requested color attribute for a textColor mark is not supported.
TextMark - Interface in com.atlassian.adf.model.mark.type
Any mark that is assignable to text nodes.
TextMustBeNewline() - Constructor for exception com.atlassian.adf.model.ex.node.HardBreakException.TextMustBeNewline
 
th() - Static method in class com.atlassian.adf.model.node.TableHeader
 
th(TableCellContent) - Static method in class com.atlassian.adf.model.node.TableHeader
 
th(TableCellContent...) - Static method in class com.atlassian.adf.model.node.TableHeader
 
th(Iterable<? extends TableCellContent>) - Static method in class com.atlassian.adf.model.node.TableHeader
 
th(String) - Static method in class com.atlassian.adf.model.node.TableHeader
 
th(String...) - Static method in class com.atlassian.adf.model.node.TableHeader
 
th(Stream<? extends TableCellContent>) - Static method in class com.atlassian.adf.model.node.TableHeader
 
thistle - com.atlassian.adf.util.Colors.Named
 
thumbsDown() - Static method in interface com.atlassian.adf.model.node.Emoji.Standard
 
thumbsUp() - Static method in interface com.atlassian.adf.model.node.Emoji.Standard
 
timestamp() - Method in class com.atlassian.adf.model.node.Date
 
timestamp(String) - Method in class com.atlassian.adf.model.node.Date.Partial.NeedsTimestamp
 
timestamp(String) - Method in class com.atlassian.adf.model.node.Date
 
TIMESTAMP - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
timestampToIsoFormat(String) - Static method in class com.atlassian.adf.util.DateUtil
 
tip() - Method in class com.atlassian.adf.model.node.Panel.Partial.NeedsPanelType
 
tip() - Method in class com.atlassian.adf.model.node.Panel
 
tip(PanelContent) - Static method in class com.atlassian.adf.model.node.Panel
 
tip(PanelContent...) - Static method in class com.atlassian.adf.model.node.Panel
 
tip(Iterable<? extends PanelContent>) - Static method in class com.atlassian.adf.model.node.Panel
 
tip(String) - Static method in class com.atlassian.adf.model.node.Panel
 
tip(String...) - Static method in class com.atlassian.adf.model.node.Panel
 
tip(Stream<? extends PanelContent>) - Static method in class com.atlassian.adf.model.node.Panel
 
TIP - com.atlassian.adf.model.node.Panel.PanelType
 
title() - Method in class com.atlassian.adf.model.mark.Link
Returns the title value for this link, if set.
title() - Method in class com.atlassian.adf.model.node.Expand
 
title() - Method in class com.atlassian.adf.model.node.NestedExpand
 
title(String) - Method in class com.atlassian.adf.model.mark.Link
 
title(String) - Method in class com.atlassian.adf.model.node.Expand
 
title(String) - Method in class com.atlassian.adf.model.node.NestedExpand
 
TITLE - Static variable in interface com.atlassian.adf.model.Element.Attr
Provides the title text for an active page element, such as a hyperlink or an expandable section.
todo() - Method in class com.atlassian.adf.model.node.TaskItem.Partial.NeedsLocalIdAndState
 
todo() - Method in class com.atlassian.adf.model.node.TaskItem.Partial.NeedsState
 
todo() - Method in class com.atlassian.adf.model.node.TaskItem
 
todo(String) - Static method in class com.atlassian.adf.model.node.TaskItem
 
TODO - com.atlassian.adf.model.node.TaskItem.State
 
toHex() - Method in enum com.atlassian.adf.util.Colors.Named
 
toHex(String) - Static method in enum com.atlassian.adf.util.Colors.Named
 
toJson(Map<String, ?>) - Method in interface com.atlassian.adf.parser.JsonParser
 
toMap() - Method in interface com.atlassian.adf.model.Element
Transforms this element to a map of String values to various basic object types suitable for direct rendering as JSON content.
toMap() - Method in class com.atlassian.adf.model.mark.Alignment
 
toMap() - Method in class com.atlassian.adf.model.mark.Annotation
 
toMap() - Method in class com.atlassian.adf.model.mark.Border
 
toMap() - Method in class com.atlassian.adf.model.mark.Breakout
 
toMap() - Method in class com.atlassian.adf.model.mark.DataConsumer
 
toMap() - Method in class com.atlassian.adf.model.mark.Fragment
 
toMap() - Method in class com.atlassian.adf.model.mark.Indentation
 
toMap() - Method in class com.atlassian.adf.model.mark.Link
 
toMap() - Method in class com.atlassian.adf.model.mark.SubSup
 
toMap() - Method in class com.atlassian.adf.model.mark.TextColor
 
toMap() - Method in class com.atlassian.adf.model.node.AbstractTableCellNode
Note: The map of attributes is always added, even if it is empty.
toMap() - Method in class com.atlassian.adf.model.node.BlockCard
 
toMap() - Method in class com.atlassian.adf.model.node.Blockquote
 
toMap() - Method in class com.atlassian.adf.model.node.BodiedExtension
 
toMap() - Method in class com.atlassian.adf.model.node.BulletList
 
toMap() - Method in class com.atlassian.adf.model.node.Caption
 
toMap() - Method in class com.atlassian.adf.model.node.CodeBlock
 
toMap() - Method in class com.atlassian.adf.model.node.Date
 
toMap() - Method in class com.atlassian.adf.model.node.DecisionItem
 
toMap() - Method in class com.atlassian.adf.model.node.DecisionList
 
toMap() - Method in class com.atlassian.adf.model.node.Doc
Renders this document as a single map of string keys to their values, suitable for direct translation into JSON.
toMap() - Method in class com.atlassian.adf.model.node.EmbedCard
 
toMap() - Method in class com.atlassian.adf.model.node.Emoji
 
toMap() - Method in class com.atlassian.adf.model.node.Expand
 
toMap() - Method in class com.atlassian.adf.model.node.Extension
 
toMap() - Method in class com.atlassian.adf.model.node.HardBreak
 
toMap() - Method in class com.atlassian.adf.model.node.Heading
 
toMap() - Method in class com.atlassian.adf.model.node.InlineCard
 
toMap() - Method in class com.atlassian.adf.model.node.InlineExtension
 
toMap() - Method in class com.atlassian.adf.model.node.LayoutColumn
 
toMap() - Method in class com.atlassian.adf.model.node.LayoutSection
 
toMap() - Method in class com.atlassian.adf.model.node.ListItem
 
toMap() - Method in class com.atlassian.adf.model.node.Media.ExternalMedia
 
toMap() - Method in class com.atlassian.adf.model.node.Media.FileOrLinkMedia
 
toMap() - Method in class com.atlassian.adf.model.node.MediaGroup
 
toMap() - Method in class com.atlassian.adf.model.node.MediaInline
 
toMap() - Method in class com.atlassian.adf.model.node.MediaSingle
 
toMap() - Method in class com.atlassian.adf.model.node.Mention
 
toMap() - Method in class com.atlassian.adf.model.node.NestedExpand
 
toMap() - Method in class com.atlassian.adf.model.node.OrderedList
 
toMap() - Method in class com.atlassian.adf.model.node.Panel
 
toMap() - Method in class com.atlassian.adf.model.node.Paragraph
 
toMap() - Method in class com.atlassian.adf.model.node.Placeholder
 
toMap() - Method in class com.atlassian.adf.model.node.Rule
 
toMap() - Method in class com.atlassian.adf.model.node.Status
 
toMap() - Method in class com.atlassian.adf.model.node.Table
 
toMap() - Method in class com.atlassian.adf.model.node.TableRow
 
toMap() - Method in class com.atlassian.adf.model.node.TaskItem
 
toMap() - Method in class com.atlassian.adf.model.node.TaskList
 
toMap() - Method in class com.atlassian.adf.model.node.Text
 
toMap() - Method in class com.atlassian.adf.model.UnsupportedElement
 
tomato - com.atlassian.adf.util.Colors.Named
 
TooManyContentItems(int) - Constructor for exception com.atlassian.adf.model.ex.node.MediaException.TooManyContentItems
 
TooManyLayoutColumns(int) - Constructor for exception com.atlassian.adf.model.ex.node.LayoutSectionException.TooManyLayoutColumns
 
toPlainText() - Method in class com.atlassian.adf.model.node.AbstractNode
Renders this node as a plain-text string representation that is suitable for viewing by end users.
toPlainText() - Method in interface com.atlassian.adf.model.node.Node
Renders this node as plain-text suitable for viewing by end users.
toPlainText() - Method in class com.atlassian.adf.model.node.unsupported.UnsupportedNode
 
toRgb() - Method in enum com.atlassian.adf.util.Colors.Named
 
toRgb(String) - Static method in enum com.atlassian.adf.util.Colors.Named
 
toString() - Method in exception com.atlassian.adf.model.ex.AdfException
 
toString() - Method in class com.atlassian.adf.model.mark.Alignment
 
toString() - Method in class com.atlassian.adf.model.mark.Annotation
 
toString() - Method in class com.atlassian.adf.model.mark.Border
 
toString() - Method in class com.atlassian.adf.model.mark.Breakout
 
toString() - Method in class com.atlassian.adf.model.mark.DataConsumer
 
toString() - Method in class com.atlassian.adf.model.mark.Fragment
 
toString() - Method in class com.atlassian.adf.model.mark.Indentation
 
toString() - Method in class com.atlassian.adf.model.mark.Link
 
toString() - Method in class com.atlassian.adf.model.mark.SubSup
 
toString() - Method in class com.atlassian.adf.model.mark.TextColor
 
toString() - Method in class com.atlassian.adf.model.mark.unsupported.UnsupportedTextMark
 
toString() - Method in class com.atlassian.adf.model.node.AbstractNode
Generates a toString() that is suitable for debugging or logging.
toString() - Method in class com.atlassian.adf.model.node.AbstractNode.ToStringHelper
 
toString() - Method in class com.atlassian.adf.model.node.BlockCard.Datasource
 
toString() - Method in class com.atlassian.adf.model.node.BlockCard.View
 
toString() - Method in class com.atlassian.adf.model.UnsupportedElement
 
tr() - Static method in class com.atlassian.adf.model.node.TableRow
 
tr(TableRowContent) - Method in class com.atlassian.adf.model.node.Table
A convenience method for content(tableRow(content))
tr(TableRowContent) - Static method in class com.atlassian.adf.model.node.TableRow
 
tr(TableRowContent...) - Method in class com.atlassian.adf.model.node.Table
A convenience method for content(tableRow(content))
tr(TableRowContent...) - Static method in class com.atlassian.adf.model.node.TableRow
 
tr(Iterable<? extends TableRowContent>) - Method in class com.atlassian.adf.model.node.Table
A convenience method for content(tableRow(content))
tr(Iterable<? extends TableRowContent>) - Static method in class com.atlassian.adf.model.node.TableRow
 
tr(Stream<? extends TableRowContent>) - Method in class com.atlassian.adf.model.node.Table
A convenience method for content(tableRow(content))
tr(Stream<? extends TableRowContent>) - Static method in class com.atlassian.adf.model.node.TableRow
 
transformContent(Function<? super N, ? extends N>) - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
transformContent(Function<? super N, ? extends N>) - Method in interface com.atlassian.adf.model.node.type.ContentNode
Applies a transformation to the immediate children of this content node.
transformDescendants(Class<T>, Function<? super T, ? extends T>) - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
transformDescendants(Class<T>, Function<? super T, ? extends T>) - Method in interface com.atlassian.adf.model.node.type.ContentNode
Applies a transformation to all descendants of this node that match the given type.
trim(StringBuilder, int) - Method in class com.atlassian.adf.model.node.AbstractContentNode
Trims a substring directly in the string builder's buffer to avoid creating an intermediate String, trimming that, and writing it back to the original buffer.
turquoise - com.atlassian.adf.util.Colors.Named
 
type() - Method in exception com.atlassian.adf.model.ex.mark.MarkException.TypeMismatch
 
type() - Method in exception com.atlassian.adf.model.ex.mark.MarkException.TypeUnsupported
 
type() - Method in exception com.atlassian.adf.model.ex.node.DocException.InvalidTopLevel
 
type() - Method in exception com.atlassian.adf.model.ex.node.NodeException.TypeMismatch
 
type() - Method in class com.atlassian.adf.model.mark.SubSup
 
type() - Method in enum com.atlassian.adf.model.mark.SubSup.Type
 
type() - Method in class com.atlassian.adf.model.node.BlockCard.View
 
type() - Method in class com.atlassian.adf.model.node.Media.ExternalMedia
 
type() - Method in class com.atlassian.adf.model.node.Media.FileMedia
 
type() - Method in class com.atlassian.adf.model.node.Media.LinkMedia
 
type() - Method in interface com.atlassian.adf.model.node.Media
Returns the media node's type.
type() - Method in class com.atlassian.adf.util.Factory
 
type(String) - Method in class com.atlassian.adf.model.node.BlockCard.View
 
TYPE - Static variable in interface com.atlassian.adf.model.Element.Key
The type field specifies a string value that identifies the type of the node.
TYPE - Static variable in interface com.atlassian.adf.model.mark.Mark.Attr
Specifies the sub-type for a SubSup mark, indicating whether the marked text should be displayed in superscript or subscript.
TYPE - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
typeClass() - Method in class com.atlassian.adf.util.Factory
 
TypeMismatch(Class<? extends Mark>, String) - Constructor for exception com.atlassian.adf.model.ex.mark.MarkException.TypeMismatch
 
TypeMismatch(String, Class<? extends Node>, String) - Constructor for exception com.atlassian.adf.model.ex.node.NodeException.TypeMismatch
 
TypeUnsupported(Class<? extends Mark>, String) - Constructor for exception com.atlassian.adf.model.ex.mark.MarkException.TypeUnsupported
 

U

ul() - Static method in class com.atlassian.adf.model.node.BulletList
 
ul(ListItem...) - Static method in class com.atlassian.adf.model.node.BulletList
 
ul(Iterable<? extends ListItem>) - Static method in class com.atlassian.adf.model.node.BulletList
 
ul(Stream<? extends ListItem>) - Static method in class com.atlassian.adf.model.node.BulletList
 
undecided() - Method in class com.atlassian.adf.model.node.DecisionItem.Partial.NeedsState
 
undecided() - Method in class com.atlassian.adf.model.node.DecisionItem
 
UNDECIDED - com.atlassian.adf.model.node.DecisionItem.State
 
underline() - Static method in class com.atlassian.adf.model.mark.Underline
 
underline() - Method in class com.atlassian.adf.model.node.Text
Add an Underline mark to this text.
underline(Text) - Static method in class com.atlassian.adf.model.mark.Underline
Convenience method for applying an underline mark to an existing text node.
underline(String) - Static method in class com.atlassian.adf.model.mark.Underline
Convenience method for constructing a text node with an underline mark.
Underline - Class in com.atlassian.adf.model.mark
The underline mark sets underline styling.
UNDERLINE - Static variable in interface com.atlassian.adf.model.mark.Mark.Type
 
UNDOCUMENTED - com.atlassian.adf.model.Documentation.State
There is no existing documentation of this feature.
UnexpectedRuntimeException(RuntimeException) - Constructor for exception com.atlassian.adf.model.ex.AdfException.UnexpectedRuntimeException
 
unmarshall(T) - Method in interface com.atlassian.adf.parser.AdfUnmarshaller
 
unsafeCast(Object) - Static method in class com.atlassian.adf.util.Cast
Infer the expected type from the context and implicitly cast the provided value to match it.
unsupported(Class<T>, Function<Map<String, ?>, U>) - Static method in class com.atlassian.adf.util.Factory
 
UnsupportedElement - Class in com.atlassian.adf.model
Represents an ADF element that isn't supported by this library and can only be preserved as-is, not directly manipulated, because we don't know what it is, what it does, or what constraints there might be around its use.
UnsupportedElement(Map<String, ?>) - Constructor for class com.atlassian.adf.model.UnsupportedElement
 
UnsupportedEnumValue(String, String) - Constructor for exception com.atlassian.adf.model.ex.AdfException.UnsupportedEnumValue
 
unsupportedMarkFactory() - Method in class com.atlassian.adf.model.node.AbstractMarkedContentNode
 
unsupportedMarkFactory() - Method in class com.atlassian.adf.model.node.AbstractMarkedNode
 
unsupportedMarkFactory() - Method in class com.atlassian.adf.model.node.Text
 
unsupportedNode(String, Class<N>, Map<String, ?>) - Static method in class com.atlassian.adf.model.node.unsupported.UnsupportedNodeFactory
 
UnsupportedNode<N extends UnsupportedNode<N>> - Class in com.atlassian.adf.model.node.unsupported
 
UnsupportedNodeFactory - Class in com.atlassian.adf.model.node.unsupported
 
UnsupportedNodeFactory() - Constructor for class com.atlassian.adf.model.node.unsupported.UnsupportedNodeFactory
 
UnsupportedTextMark - Class in com.atlassian.adf.model.mark.unsupported
Represents some unknown mark that was used on a text node.
UnsupportedVersion(Number) - Constructor for exception com.atlassian.adf.model.ex.node.DocException.UnsupportedVersion
 
uppercase() - Method in class com.atlassian.adf.model.node.Text
This converts the text string to uppercase using Locale#ROOT semantics.
uri() - Method in exception com.atlassian.adf.model.ex.AdfException.InvalidURI
Returns the malformed URL value that was provided.
url() - Method in class com.atlassian.adf.model.node.BlockCard.Datasource
 
url() - Method in class com.atlassian.adf.model.node.EmbedCard
 
url() - Method in interface com.atlassian.adf.model.node.InlineCard.UrlOrData
Return the url property, if that is the form that the link was provided in.
url() - Method in class com.atlassian.adf.model.node.Media.ExternalMedia
Returns the url value for the external media.
url() - Static method in class com.atlassian.adf.model.Schema
 
url(String) - Method in class com.atlassian.adf.model.node.BlockCard.Datasource
 
url(String) - Method in class com.atlassian.adf.model.node.BlockCard.Partial.NeedsCardAttributes
Creates a URL block card; if a datasource with a URL is desired, call BlockCard.Partial.NeedsCardAttributes.datasource() first.
url(String) - Method in class com.atlassian.adf.model.node.BlockCard.Partial.OptionalDatasourceParameters
 
url(String) - Method in class com.atlassian.adf.model.node.EmbedCard.Partial.NeedsUrl
 
url(String) - Method in class com.atlassian.adf.model.node.EmbedCard
 
url(String) - Method in class com.atlassian.adf.model.node.InlineCard.Partial.NeedsUrlOrData
 
url(String) - Method in class com.atlassian.adf.model.node.Media.Partial.ExternalNeedsUrl
Sets the URI on this partially constructed media node, after which it is fully constructed as a valid media node.
url(URI) - Method in class com.atlassian.adf.model.node.BlockCard.Datasource
 
url(URI) - Method in class com.atlassian.adf.model.node.BlockCard.Partial.NeedsCardAttributes
Creates a URL block card; if a datasource with a URL is desired, call BlockCard.Partial.NeedsCardAttributes.datasource() first.
url(URI) - Method in class com.atlassian.adf.model.node.BlockCard.Partial.OptionalDatasourceParameters
 
url(URI) - Method in class com.atlassian.adf.model.node.EmbedCard.Partial.NeedsUrl
 
url(URI) - Method in class com.atlassian.adf.model.node.EmbedCard
 
url(URI) - Method in class com.atlassian.adf.model.node.InlineCard.Partial.NeedsUrlOrData
 
url(URI) - Method in class com.atlassian.adf.model.node.Media.Partial.ExternalNeedsUrl
Sets the URI on this partially constructed media node, after which it is fully constructed as a valid media node.
url(URL) - Method in class com.atlassian.adf.model.node.BlockCard.Datasource
 
url(URL) - Method in class com.atlassian.adf.model.node.BlockCard.Partial.NeedsCardAttributes
Creates a URL block card; if a datasource with a URL is desired, call BlockCard.Partial.NeedsCardAttributes.datasource() first.
url(URL) - Method in class com.atlassian.adf.model.node.BlockCard.Partial.OptionalDatasourceParameters
 
url(URL) - Method in class com.atlassian.adf.model.node.EmbedCard.Partial.NeedsUrl
 
url(URL) - Method in class com.atlassian.adf.model.node.EmbedCard
 
url(URL) - Method in class com.atlassian.adf.model.node.InlineCard.Partial.NeedsUrlOrData
 
url(URL) - Method in class com.atlassian.adf.model.node.Media.Partial.ExternalNeedsUrl
Sets the URI on this partially constructed media node, after which it is fully constructed as a valid media node.
URL - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
UrlAndDataCannotBothBeSet() - Constructor for exception com.atlassian.adf.model.ex.node.CardException.UrlAndDataCannotBothBeSet
 
urlOrData() - Method in class com.atlassian.adf.model.node.InlineCard
Returns the card's link data, either as a URI or as a Map containing a JSON-LD.
UrlOrDataMustBeSet() - Constructor for exception com.atlassian.adf.model.ex.node.CardException.UrlOrDataMustBeSet
 
UrlUtil - Class in com.atlassian.adf.util
Utility class for working with URLs in a way that helps keep them from breaking either Java or JavaScript code.
USER_TYPE - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
userType() - Method in class com.atlassian.adf.model.node.Mention
Returns the user type for this mention, if set.
userType(Mention.UserType) - Method in class com.atlassian.adf.model.node.Mention
Sets the user type value for the mention.
userType(String) - Method in class com.atlassian.adf.model.node.Mention
Sets the user type value for the mention.

V

V1 - com.atlassian.adf.model.node.Doc.Version
 
validate() - Method in interface com.atlassian.adf.model.Element
Verifies that the node is well-formed (including the state of any descendents that it has).
validate() - Method in class com.atlassian.adf.model.mark.DataConsumer
 
validate() - Method in class com.atlassian.adf.model.node.AbstractContentNode
 
validate() - Method in class com.atlassian.adf.model.node.AbstractMarkedNode
 
validate() - Method in class com.atlassian.adf.model.node.BlockCard
 
validate() - Method in class com.atlassian.adf.model.node.Date
 
validate() - Method in class com.atlassian.adf.model.node.EmbedCard
 
validate() - Method in class com.atlassian.adf.model.node.Emoji
 
validate() - Method in class com.atlassian.adf.model.node.HardBreak
 
validate() - Method in class com.atlassian.adf.model.node.InlineCard
 
validate() - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
validate() - Method in class com.atlassian.adf.model.node.Mention
 
validate() - Method in class com.atlassian.adf.model.node.Placeholder
 
validate() - Method in class com.atlassian.adf.model.node.Rule
 
validate() - Method in class com.atlassian.adf.model.node.Status
 
validate() - Method in class com.atlassian.adf.model.UnsupportedElement
 
validateContentItems() - Method in class com.atlassian.adf.model.node.AbstractContentNode
Validates that each of the content nodes is in a valid state.
validateContentNodeForAppend(LayoutColumn) - Method in class com.atlassian.adf.model.node.LayoutSection
 
validateContentNodeForAppend(Paragraph) - Method in class com.atlassian.adf.model.node.Blockquote
 
validateContentNodeForAppend(Text) - Method in class com.atlassian.adf.model.node.CodeBlock
 
validateContentNodeForAppend(DocContent) - Method in class com.atlassian.adf.model.node.Doc
 
validateContentNodeForAppend(LayoutColumnContent) - Method in class com.atlassian.adf.model.node.LayoutColumn
 
validateContentNodeForAppend(ListItemContent) - Method in class com.atlassian.adf.model.node.ListItem
 
validateContentNodeForAppend(NestedExpandContent) - Method in class com.atlassian.adf.model.node.NestedExpand
 
validateContentNodeForAppend(NonNestableBlockContent) - Method in class com.atlassian.adf.model.node.BodiedExtension
 
validateContentNodeForAppend(NonNestableBlockContent) - Method in class com.atlassian.adf.model.node.Expand
 
validateContentNodeForAppend(PanelContent) - Method in class com.atlassian.adf.model.node.Panel
 
validateContentNodeForAppend(TableCellContent) - Method in class com.atlassian.adf.model.node.AbstractTableCellNode
 
validateContentNodeForAppend(TaskListContent) - Method in class com.atlassian.adf.model.node.TaskList
 
validateContentNodeForAppend(N) - Method in class com.atlassian.adf.model.node.AbstractContentNode
Called on each content node before it is added to validate that the node can be accepted.
validateText(String) - Method in class com.atlassian.adf.model.node.Text
 
validateUrl(String, String) - Static method in class com.atlassian.adf.util.UrlUtil
 
validateUrl(String, String, boolean) - Static method in class com.atlassian.adf.util.UrlUtil
 
value() - Method in exception com.atlassian.adf.model.ex.node.TableCellException.ColwidthCannotBeNegative
 
value() - Method in enum com.atlassian.adf.model.node.Doc.Version
 
valueOf(String) - Static method in enum com.atlassian.adf.model.Documentation.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.adf.model.mark.Alignment.Align
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.adf.model.mark.Annotation.AnnotationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.adf.model.mark.Breakout.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.adf.model.mark.SubSup.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.adf.model.node.DecisionItem.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.adf.model.node.Doc.Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.adf.model.node.ExtensionSettings.Layout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.adf.model.node.Media.MediaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.adf.model.node.MediaInline.MediaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.adf.model.node.MediaSingle.WidthType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.adf.model.node.Mention.AccessLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.adf.model.node.Mention.UserType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.adf.model.node.Panel.PanelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.adf.model.node.RichMedia.Layout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.adf.model.node.Status.Color
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.adf.model.node.Table.Layout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.adf.model.node.TaskItem.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.adf.util.Colors.Named
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.atlassian.adf.model.Documentation.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.adf.model.mark.Alignment.Align
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.adf.model.mark.Annotation.AnnotationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.adf.model.mark.Breakout.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.adf.model.mark.SubSup.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.adf.model.node.DecisionItem.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.adf.model.node.Doc.Version
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.adf.model.node.ExtensionSettings.Layout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.adf.model.node.Media.MediaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.adf.model.node.MediaInline.MediaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.adf.model.node.MediaSingle.WidthType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.adf.model.node.Mention.AccessLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.adf.model.node.Mention.UserType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.adf.model.node.Panel.PanelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.adf.model.node.RichMedia.Layout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.adf.model.node.Status.Color
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.adf.model.node.Table.Layout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.adf.model.node.TaskItem.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.adf.util.Colors.Named
Returns an array containing the constants of this enum type, in the order they are declared.
ValueTypeMismatch(String, String, String) - Constructor for exception com.atlassian.adf.model.ex.AdfException.ValueTypeMismatch
 
version() - Method in exception com.atlassian.adf.model.ex.node.DocException.UnsupportedVersion
 
version() - Method in class com.atlassian.adf.model.node.Doc
Returns the version of the ADF standard used for this document.
version() - Static method in class com.atlassian.adf.model.Schema
The current known JSON schema version, "33.1.0".
version(Doc.Version) - Method in class com.atlassian.adf.model.node.Doc
Sets a new version for this document.
VERSION - Static variable in interface com.atlassian.adf.model.node.Node.Key
This field is only used by the top-level doc node, to indicate the current ADF document structure version.
view(String) - Static method in class com.atlassian.adf.model.node.BlockCard.View
 
views() - Method in class com.atlassian.adf.model.node.BlockCard.Datasource
 
views(BlockCard.View...) - Method in class com.atlassian.adf.model.node.BlockCard.Partial.NeedsDatasourceViews
 
views(List<BlockCard.View>) - Method in class com.atlassian.adf.model.node.BlockCard.Datasource
 
views(List<BlockCard.View>) - Method in class com.atlassian.adf.model.node.BlockCard.Partial.NeedsDatasourceViews
 
violet - com.atlassian.adf.util.Colors.Named
 
voidFn(Consumer<T>) - Static method in class com.atlassian.adf.util.Functions
Convenience wrapper to turn a Consumer<T> into a Function<T, Void>.

W

warning() - Static method in interface com.atlassian.adf.model.node.Emoji.Standard
 
warning() - Method in class com.atlassian.adf.model.node.Panel.Partial.NeedsPanelType
 
warning() - Method in class com.atlassian.adf.model.node.Panel
 
warning(PanelContent) - Static method in class com.atlassian.adf.model.node.Panel
 
warning(PanelContent...) - Static method in class com.atlassian.adf.model.node.Panel
 
warning(Iterable<? extends PanelContent>) - Static method in class com.atlassian.adf.model.node.Panel
 
warning(String) - Static method in class com.atlassian.adf.model.node.Panel
 
warning(String...) - Static method in class com.atlassian.adf.model.node.Panel
 
warning(Stream<? extends PanelContent>) - Static method in class com.atlassian.adf.model.node.Panel
 
WARNING - com.atlassian.adf.model.node.Panel.PanelType
 
wheat - com.atlassian.adf.util.Colors.Named
 
white - com.atlassian.adf.util.Colors.Named
 
whitesmoke - com.atlassian.adf.util.Colors.Named
 
wide() - Static method in class com.atlassian.adf.model.mark.Breakout
 
wide() - Method in class com.atlassian.adf.model.node.CodeBlock
 
wide() - Method in class com.atlassian.adf.model.node.EmbedCard.Partial.NeedsLayout
 
wide() - Method in class com.atlassian.adf.model.node.EmbedCard
 
wide() - Method in class com.atlassian.adf.model.node.Expand
 
wide() - Method in class com.atlassian.adf.model.node.LayoutSection
 
wide() - Method in class com.atlassian.adf.model.node.MediaSingle.Partial.NeedsMedia
 
wide() - Method in class com.atlassian.adf.model.node.MediaSingle
 
WIDE - com.atlassian.adf.model.mark.Breakout.Mode
Breaks out of the normal margins to permit a wider display of this content, but still leaving a moderate margin on either side.
WIDE - com.atlassian.adf.model.node.ExtensionSettings.Layout
 
WIDE - com.atlassian.adf.model.node.RichMedia.Layout
Aligns the image in the center of the content as a block, but expands into the default margins to produce a wider image.
WIDE - com.atlassian.adf.model.node.Table.Layout
 
width - Variable in class com.atlassian.adf.model.node.Media.AbstractMedia
 
width() - Method in exception com.atlassian.adf.model.ex.node.CardException.InvalidWidth
 
width() - Method in exception com.atlassian.adf.model.ex.node.LayoutColumnException.InvalidWidth
 
width() - Method in exception com.atlassian.adf.model.ex.node.MediaException.WidthMustBePositive
 
width() - Method in exception com.atlassian.adf.model.ex.node.MediaException.WidthMustBeValidPercentage
 
width() - Method in exception com.atlassian.adf.model.ex.node.MediaException.WidthMustBeValidPixelCount
 
width() - Method in class com.atlassian.adf.model.node.BlockCard.Datasource
 
width() - Method in class com.atlassian.adf.model.node.EmbedCard
 
width() - Method in class com.atlassian.adf.model.node.LayoutColumn
 
width() - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
width() - Method in interface com.atlassian.adf.model.node.Media
Returns the media node's display width, if set.
width() - Method in class com.atlassian.adf.model.node.MediaInline
Returns the mediaInline node's display width, if set.
width() - Method in class com.atlassian.adf.model.node.MediaSingle
Returns the display width for this single media item, if set.
width() - Method in class com.atlassian.adf.model.node.Table
 
width(Number) - Method in class com.atlassian.adf.model.node.BlockCard.Datasource
 
width(Number) - Method in class com.atlassian.adf.model.node.BlockCard.Partial.OptionalDatasourceParameters
 
width(Number) - Method in class com.atlassian.adf.model.node.EmbedCard
 
width(Number) - Method in class com.atlassian.adf.model.node.LayoutColumn
 
width(Number) - Method in class com.atlassian.adf.model.node.Media.AbstractMedia
 
width(Number) - Method in interface com.atlassian.adf.model.node.Media
Sets the width of the media.
width(Number) - Method in class com.atlassian.adf.model.node.MediaInline
Sets the width of the media.
width(Number) - Method in class com.atlassian.adf.model.node.MediaSingle.Partial.NeedsMedia
 
width(Number) - Method in class com.atlassian.adf.model.node.MediaSingle
Sets the width of the single media node's display.
width(Number) - Method in class com.atlassian.adf.model.node.Table
 
WIDTH - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
WIDTH_TYPE - Static variable in interface com.atlassian.adf.model.node.Node.Attr
 
widthAsPercentage(Number) - Method in class com.atlassian.adf.model.node.MediaSingle.Partial.NeedsMedia
 
widthAsPercentage(Number) - Method in class com.atlassian.adf.model.node.MediaSingle
Sets the width of the single media node's display, as a percentage.
widthInPixels(Number) - Method in class com.atlassian.adf.model.node.MediaSingle.Partial.NeedsMedia
 
widthInPixels(Number) - Method in class com.atlassian.adf.model.node.MediaSingle
Sets the width of the single media node's display, as a pixel count.
WidthMustBePositive(Number) - Constructor for exception com.atlassian.adf.model.ex.node.MediaException.WidthMustBePositive
 
WidthMustBeValidPercentage(Number) - Constructor for exception com.atlassian.adf.model.ex.node.MediaException.WidthMustBeValidPercentage
 
WidthMustBeValidPixelCount(int) - Constructor for exception com.atlassian.adf.model.ex.node.MediaException.WidthMustBeValidPixelCount
 
widthType() - Method in class com.atlassian.adf.model.node.MediaSingle
Returns the width type, which controls how the width is interpreted.
widthType() - Method in enum com.atlassian.adf.model.node.MediaSingle.WidthType
 
wink() - Static method in interface com.atlassian.adf.model.node.Emoji.Standard
 
withNumberColumn() - Method in class com.atlassian.adf.model.node.Table
 
withoutNumberColumn() - Method in class com.atlassian.adf.model.node.Table
 
WJ - Static variable in class com.atlassian.adf.util.Char
A word-joiner, which has no visual representation.
WRAP_LEFT - com.atlassian.adf.model.node.RichMedia.Layout
Provide an image floated to the left of the page with text wrapped around it.
WRAP_RIGHT - com.atlassian.adf.model.node.RichMedia.Layout
Provide an image floated to the right of the page with text wrapped around it.
wrapLeft() - Method in class com.atlassian.adf.model.node.EmbedCard.Partial.NeedsLayout
 
wrapLeft() - Method in class com.atlassian.adf.model.node.EmbedCard
 
wrapLeft() - Method in class com.atlassian.adf.model.node.MediaSingle.Partial.NeedsMedia
 
wrapLeft() - Method in class com.atlassian.adf.model.node.MediaSingle
 
wrapRight() - Method in class com.atlassian.adf.model.node.EmbedCard.Partial.NeedsLayout
 
wrapRight() - Method in class com.atlassian.adf.model.node.EmbedCard
 
wrapRight() - Method in class com.atlassian.adf.model.node.MediaSingle.Partial.NeedsMedia
 
wrapRight() - Method in class com.atlassian.adf.model.node.MediaSingle
 
WRONG - com.atlassian.adf.model.Documentation.State
The existing documentation contains information that is incorrect or misleading.

Y

Y200 - Static variable in class com.atlassian.adf.util.Colors
 
Y400 - Static variable in class com.atlassian.adf.util.Colors
 
Y50 - Static variable in class com.atlassian.adf.util.Colors
 
Y500 - Static variable in class com.atlassian.adf.util.Colors
 
Y75 - Static variable in class com.atlassian.adf.util.Colors
 
yellow - com.atlassian.adf.util.Colors.Named
 
yellow() - Method in class com.atlassian.adf.model.node.Status.Partial.NeedsColor
 
yellow() - Method in class com.atlassian.adf.model.node.Status
 
yellow(String) - Static method in class com.atlassian.adf.model.node.Status
 
YELLOW - com.atlassian.adf.model.node.Status.Color
 
yellowgreen - com.atlassian.adf.util.Colors.Named
 
yellowStar() - Static method in interface com.atlassian.adf.model.node.Emoji.Standard
 
A B C D E F G H I J K L M N O P Q R S T U V W Y 
All Classes All Packages