Uses of Class
com.communardo.confluence.metadata.CommonMetadata
-
Packages that use CommonMetadata Package Description com.communardo.confluence.metadata com.communardo.confluence.metadata.service -
-
Uses of CommonMetadata in com.communardo.confluence.metadata
Methods in com.communardo.confluence.metadata that return CommonMetadata Modifier and Type Method Description static CommonMetadataCommonMetadata. valueOf(String name)Returns the enum constant of this type with the specified name.static CommonMetadata[]CommonMetadata. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CommonMetadata in com.communardo.confluence.metadata.service
Method parameters in com.communardo.confluence.metadata.service with type arguments of type CommonMetadata Modifier and Type Method Description URIMetadataImportExportManager. exportMetadataValues(String query, String cql, String sortColumn, com.atlassian.confluence.search.v2.SearchSort.Order sortDirection, String fieldsFilter, Set<CommonMetadata> commonMetadatas, boolean showHiddenFields, String title, com.atlassian.confluence.pages.AbstractPage ceo, com.atlassian.user.User user)Exports metadata values to a *.csv file based on a search query.
-