Uses of Class
com.composum.sling.nodes.mount.remote.RemoteWriter.Parameters
-
Packages that use RemoteWriter.Parameters Package Description com.composum.sling.nodes.mount.remote -
-
Uses of RemoteWriter.Parameters in com.composum.sling.nodes.mount.remote
Methods in com.composum.sling.nodes.mount.remote with parameters of type RemoteWriter.Parameters Modifier and Type Method Description protected void
RemoteWriter. addFormValue(@NotNull Map<String,org.apache.http.entity.mime.content.ContentBody> parts, @NotNull RemoteWriter.Parameters parameters, @NotNull String name, @NotNull Object value)
protected void
RemoteWriter. buildForm(@NotNull RemoteResource resource, @NotNull Map<String,org.apache.http.entity.mime.content.ContentBody> parts, @NotNull RemoteWriter.Parameters parameters)
protected boolean
RemoteWriter.ResourceModify. commit(RemoteWriter writer, RemoteWriter.Parameters parameters)
boolean
RemoteWriter. postForm(@NotNull RemoteWriter.ResourceChange change, @Nullable String path, @NotNull RemoteWriter.Parameters parameters)
boolean
RemoteWriter. postMultipart(@NotNull RemoteWriter.ResourceChange change, @Nullable String path, @NotNull Map<String,org.apache.http.entity.mime.content.ContentBody> parts, @NotNull RemoteWriter.Parameters parameters)
-