Package org.jbpm.workbench.client.i18n
Interface ProcessAdminConstants
-
- All Superinterfaces:
com.google.gwt.i18n.client.Localizable
,com.google.gwt.i18n.shared.Localizable
,com.google.gwt.i18n.client.LocalizableResource
,com.google.gwt.i18n.client.Messages
public interface ProcessAdminConstants extends com.google.gwt.i18n.client.Messages
This uses GWT to provide client side compile time resolving of locales. See: http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web- toolkit-doc-1-5&t=DevGuideInternationalization (for more information). Each method name matches up with a key in Constants.properties (the properties file can still be used on the server). To use this, useGWT.create(Constants.class)
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.LocalizableResource
com.google.gwt.i18n.client.LocalizableResource.DefaultLocale, com.google.gwt.i18n.client.LocalizableResource.Description, com.google.gwt.i18n.client.LocalizableResource.Generate, com.google.gwt.i18n.client.LocalizableResource.GeneratedFrom, com.google.gwt.i18n.client.LocalizableResource.GenerateKeys, com.google.gwt.i18n.client.LocalizableResource.Key, com.google.gwt.i18n.client.LocalizableResource.Meaning
-
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.Messages
com.google.gwt.i18n.client.Messages.AlternateMessage, com.google.gwt.i18n.client.Messages.DefaultMessage, com.google.gwt.i18n.client.Messages.Example, com.google.gwt.i18n.client.Messages.Offset, com.google.gwt.i18n.client.Messages.Optional, com.google.gwt.i18n.client.Messages.PluralCount, com.google.gwt.i18n.client.Messages.PluralText, com.google.gwt.i18n.client.Messages.Select
-
-
Field Summary
Fields Modifier and Type Field Description static ProcessAdminConstants
INSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
Amount_Of_Tasks()
String
Correlation_Key()
String
Generate_Instances()
String
Process_Instances_Admin()
String
ProcessId()
String
ProcessInstancesSuccessfullyCreated()
String
Reset()
String
ServerTemplate()
String
UnexpectedError(String errorMessage)
-
-
-
Field Detail
-
INSTANCE
static final ProcessAdminConstants INSTANCE
-
-
Method Detail
-
Process_Instances_Admin
String Process_Instances_Admin()
-
Amount_Of_Tasks
String Amount_Of_Tasks()
-
ProcessId
String ProcessId()
-
Generate_Instances
String Generate_Instances()
-
ProcessInstancesSuccessfullyCreated
String ProcessInstancesSuccessfullyCreated()
-
ServerTemplate
String ServerTemplate()
-
Reset
String Reset()
-
Correlation_Key
String Correlation_Key()
-
-