Uses of Enum Class
org.alfresco.officeservices.testclient.AoservicesClient.DialogType
Packages that use AoservicesClient.DialogType
Package
Description
-
Uses of AoservicesClient.DialogType in org.alfresco.officeservices.testclient
Methods in org.alfresco.officeservices.testclient that return AoservicesClient.DialogTypeModifier and TypeMethodDescriptionstatic AoservicesClient.DialogTypeReturns the enum constant of this class with the specified name.static AoservicesClient.DialogType[]AoservicesClient.DialogType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.officeservices.testclient with parameters of type AoservicesClient.DialogTypeModifier and TypeMethodDescriptionbooleanAoservicesClient.getWebForm(URI serviceEndpoint, String location, AoservicesClient.DialogType type, String filter) booleanAoservicesClient.testWebFormExistence(URI serviceEndpoint, String location, AoservicesClient.DialogType type) -
Uses of AoservicesClient.DialogType in org.alfresco.officeservices.testclient.office
Methods in org.alfresco.officeservices.testclient.office with parameters of type AoservicesClient.DialogTypeModifier and TypeMethodDescriptionvoidOffice2003WindowsXPClient.fileDialog(URI target, AoservicesClient.DialogType dialogType) voidOffice2007WindowsXPClient.fileDialog(URI target, AoservicesClient.DialogType dialogType) voidOffice2010Windows7Client.fileDialog(URI target, AoservicesClient.DialogType dialogType)