Uses of Class
org.bsc.confluence.ConfluenceService.Storage.Representation
-
Packages that use ConfluenceService.Storage.Representation Package Description org.bsc.confluence org.bsc.confluence.model -
-
Uses of ConfluenceService.Storage.Representation in org.bsc.confluence
Fields in org.bsc.confluence declared as ConfluenceService.Storage.Representation Modifier and Type Field Description ConfluenceService.Storage.RepresentationConfluenceService.Storage. rapresentationMethods in org.bsc.confluence that return ConfluenceService.Storage.Representation Modifier and Type Method Description static ConfluenceService.Storage.RepresentationConfluenceService.Storage.Representation. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfluenceService.Storage.Representation[]ConfluenceService.Storage.Representation. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.bsc.confluence with parameters of type ConfluenceService.Storage.Representation Constructor Description Storage(String value, ConfluenceService.Storage.Representation rapresentation) -
Uses of ConfluenceService.Storage.Representation in org.bsc.confluence.model
Method parameters in org.bsc.confluence.model with type arguments of type ConfluenceService.Storage.Representation Modifier and Type Method Description static <T> TSiteProcessor. processPageUri(URI uri, String homePageTitle, java.util.function.BiFunction<Optional<Exception>,Tuple2<Optional<InputStream>,ConfluenceService.Storage.Representation>,T> callback)static <T> TSiteProcessor. processUriContent(URI uri, String homePageTitle, java.util.function.BiFunction<InputStream,ConfluenceService.Storage.Representation,T> onSuccess)
-