Package net.webpdf.wsclient.session.rest
Class AdministrationManager<T_REST_DOCUMENT extends RestDocument>
- java.lang.Object
-
- net.webpdf.wsclient.session.rest.AdministrationManager<T_REST_DOCUMENT>
-
- Type Parameters:
T_REST_DOCUMENT- TheRestDocumentused by the currently activeRestSession.
public class AdministrationManager<T_REST_DOCUMENT extends RestDocument> extends Object
An instance ofAdministrationManagerallows to administrate the webPDF server.
-
-
Constructor Summary
Constructors Constructor Description AdministrationManager(@NotNull RestSession<T_REST_DOCUMENT> session)Initializes aAdministrationManagerfor the givenRestSession.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull RestSession<T_REST_DOCUMENT>getSession()
-
-
-
Constructor Detail
-
AdministrationManager
public AdministrationManager(@NotNull @NotNull RestSession<T_REST_DOCUMENT> session)Initializes aAdministrationManagerfor the givenRestSession.- Parameters:
session- TheRestSessionaAdministrationManagershall be created for.
-
-
Method Detail
-
getSession
@NotNull public @NotNull RestSession<T_REST_DOCUMENT> getSession()
- Returns:
- The
RestSessiontheAdministrationManageris managingRestDocuments for.
-
-