Package net.webpdf.wsclient.openapi
Class OperationLaunchApplicationActionLaunchApplication
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationLaunchApplicationActionLaunchApplication
-
public class OperationLaunchApplicationActionLaunchApplication extends Object
The launchApplication element will open another application or document when activated. The \"applicationPath\" subelement is required. \"launchParameters\" is optional.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOperationLaunchApplicationActionLaunchApplication.NewWindowEnumUsed to select the window in which the application / document should be opened
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_APPLICATION_PATHstatic StringJSON_PROPERTY_LAUNCH_PARAMETERSstatic StringJSON_PROPERTY_NEW_WINDOW
-
Constructor Summary
Constructors Constructor Description OperationLaunchApplicationActionLaunchApplication()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_APPLICATION_PATH
public static final String JSON_PROPERTY_APPLICATION_PATH
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LAUNCH_PARAMETERS
public static final String JSON_PROPERTY_LAUNCH_PARAMETERS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NEW_WINDOW
public static final String JSON_PROPERTY_NEW_WINDOW
- See Also:
- Constant Field Values
-
-
Method Detail
-
applicationPath
public OperationLaunchApplicationActionLaunchApplication applicationPath(OperationFileSpecification applicationPath)
-
getApplicationPath
@Nullable public @Nullable OperationFileSpecification getApplicationPath()
Get applicationPath- Returns:
- applicationPath
-
setApplicationPath
public void setApplicationPath(OperationFileSpecification applicationPath)
-
launchParameters
public OperationLaunchApplicationActionLaunchApplication launchParameters(OperationLaunchParameter launchParameters)
-
getLaunchParameters
@Nullable public @Nullable OperationLaunchParameter getLaunchParameters()
Get launchParameters- Returns:
- launchParameters
-
setLaunchParameters
public void setLaunchParameters(OperationLaunchParameter launchParameters)
-
newWindow
public OperationLaunchApplicationActionLaunchApplication newWindow(OperationLaunchApplicationActionLaunchApplication.NewWindowEnum newWindow)
-
getNewWindow
@Nullable public @Nullable OperationLaunchApplicationActionLaunchApplication.NewWindowEnum getNewWindow()
Used to select the window in which the application / document should be opened. * userPreference = Uses the variant that is normal in the reader application or that has been configured by the user. * newWindow = Forces the application or document to be opened in a new window. * sameWindow = Attempts (if possible) to open the document in the current reader application window.- Returns:
- newWindow
-
setNewWindow
public void setNewWindow(OperationLaunchApplicationActionLaunchApplication.NewWindowEnum newWindow)
-
-