Uses of Class
com.atlassian.confluence.core.persistence.schema.descriptor.ColumnDescriptor
-
Packages that use ColumnDescriptor Package Description com.atlassian.confluence.core.persistence.schema.descriptor -
-
Uses of ColumnDescriptor in com.atlassian.confluence.core.persistence.schema.descriptor
Methods in com.atlassian.confluence.core.persistence.schema.descriptor with parameters of type ColumnDescriptor Modifier and Type Method Description booleanColumnDescriptor. matches(ColumnDescriptor that)Constructor parameters in com.atlassian.confluence.core.persistence.schema.descriptor with type arguments of type ColumnDescriptor Constructor Description ComparedColumn(String columnName, com.atlassian.fugue.Maybe<ColumnDescriptor> expected, com.atlassian.fugue.Maybe<ColumnDescriptor> actual)
-