- FEED_URL_FORMAT - Static variable in class com.frevvo.forms.client.DocumentTypeFeed
-
- FILTER - Static variable in class com.frevvo.forms.client.SubmissionQuery
-
- FILTER - Static variable in class com.frevvo.forms.client.TaskQuery
-
- findControlEntry(FormEntry, String) - Static method in class com.frevvo.forms.client.Helper
-
Find a ControlEntry by it's name
- findControlEntry(FormEntry, String, int) - Static method in class com.frevvo.forms.client.Helper
-
Find a repeating ControlEntry by it's name and the repeat item index
- findControlEntryById(FormEntry, String) - Static method in class com.frevvo.forms.client.Helper
-
Finds the
ControlEntry
by id
Useful when the form has duplicate controls with the same name for some
reason.
- findEntry(F, String) - Static method in class com.frevvo.forms.client.Helper
-
Find an entry by id
- findEntryByTitle(F, String) - Static method in class com.frevvo.forms.client.Helper
-
Find an entry by title
- FORM_INSTANCE_URL_PATTERN - Static variable in class com.frevvo.forms.client.Helper
-
- formActionDocs(boolean) - Method in class com.frevvo.forms.client.FormEntryBuilder
-
- FormData - Interface in com.frevvo.forms.api
-
This interface is used to interact with multipart/form-data returned from
FormEntry
.submitInstance() calls.
- FormDataImpl - Class in com.frevvo.forms.client
-
Helper used to parse form data and return documents, attachments, pdf exports
and/or the snapshot.
- FormDataImpl(DataSource) - Constructor for class com.frevvo.forms.client.FormDataImpl
-
- FormEntry - Class in com.frevvo.forms.client
-
- FormEntry() - Constructor for class com.frevvo.forms.client.FormEntry
-
- FormEntryBuilder - Class in com.frevvo.forms.client
-
Builder to construct form instances from an existing FormTypeEntry
- FormEntryBuilder(FormTypeEntry) - Constructor for class com.frevvo.forms.client.FormEntryBuilder
-
Constructor
- FormFeed - Class in com.frevvo.forms.client
-
This feed contains a list of FormEntry
's.
- FormFeed() - Constructor for class com.frevvo.forms.client.FormFeed
-
Constructs a new Feed instance
- FORMS_FEED_URL_FORMAT - Static variable in class com.frevvo.forms.client.FormFeed
-
- FormsService - Class in com.frevvo.forms.client
-
- FormsService() - Constructor for class com.frevvo.forms.client.FormsService
-
Required for Serialization
- FormsService(String, int) - Constructor for class com.frevvo.forms.client.FormsService
-
- FormsService(String, int, Properties) - Constructor for class com.frevvo.forms.client.FormsService
-
- FormsService(String, String, int, Properties) - Constructor for class com.frevvo.forms.client.FormsService
-
- FormsService(URL, Properties) - Constructor for class com.frevvo.forms.client.FormsService
-
- FormsService(URL, Properties, String) - Constructor for class com.frevvo.forms.client.FormsService
-
- FORMTYPE_CLIENTID_PARAMETER - Static variable in class com.frevvo.forms.client.FormTypeEntry
-
The client id that is going to be associated with the new instance
created; if an instance already exist it will be reused instead of
creating a new one
- FORMTYPE_DATA_PARAMETER - Static variable in class com.frevvo.forms.client.FormTypeEntry
-
A java.util.Map
containing control names/values used to
initialize the form
- FORMTYPE_DOCACTIONSYNC_PARAMETER - Static variable in class com.frevvo.forms.client.FormTypeEntry
-
true
(default) to perform the document action synchronously,
false
otherwise
- FORMTYPE_DOCACTIONURL_PARAMETER - Static variable in class com.frevvo.forms.client.FormTypeEntry
-
The url used to send the form documents.
- FORMTYPE_ENTRY_URL_FORMAT - Static variable in class com.frevvo.forms.client.FormTypeEntry
-
- FORMTYPE_ERRORACTIONTARGET_PARAMETER - Static variable in class com.frevvo.forms.client.FormTypeEntry
-
The target frame to be redirected to the error action url: use with
EMBED_ERRORACTIONURL_PARAMETER
- FORMTYPE_ERRORACTIONURL_PARAMETER - Static variable in class com.frevvo.forms.client.FormTypeEntry
-
The url used to redirect the browser when there are doc action errors
submitting the form.
- FORMTYPE_FORMACTIONDOCS_PARAMETER - Static variable in class com.frevvo.forms.client.FormTypeEntry
-
true
any form action will be ignored and the document set (including attachments) will be returned when the form is submitted.
- FORMTYPE_FORMACTIONMETHOD_PARAMETER - Static variable in class com.frevvo.forms.client.FormTypeEntry
-
The target frame to be redirected to the form action url: use with
EMBED_FORMACTIONMETHOD_PARAMETER
- FORMTYPE_FORMACTIONTARGET_PARAMETER - Static variable in class com.frevvo.forms.client.FormTypeEntry
-
The target frame to be redirected to the form action url: use with
EMBED_FORMACTIONTARGET_PARAMETER
- FORMTYPE_FORMACTIONURL_PARAMETER - Static variable in class com.frevvo.forms.client.FormTypeEntry
-
The url used to redirect the browser after the form designer is
finished/cancelled or the form submitted.
- FORMTYPE_LOCALE_PARAMETER - Static variable in class com.frevvo.forms.client.FormTypeEntry
-
The locale
- FORMTYPE_ONINIT_PARAMETER - Static variable in class com.frevvo.forms.client.FormTypeEntry
-
The Javascript function name to be called before the form is initialized
- FORMTYPE_ONSUBMIT_PARAMETER - Static variable in class com.frevvo.forms.client.FormTypeEntry
-
The Javascript function name to be called after the form is submitted
- FORMTYPE_READONLY_PARAMETER - Static variable in class com.frevvo.forms.client.FormTypeEntry
-
true
to render the form in read-only mode,
false
false otherwise
- FORMTYPE_SAVESUBMISSION_PARAMETER - Static variable in class com.frevvo.forms.client.FormTypeEntry
-
true
default.
- FORMTYPE_SHOW_PALETTE_PARAMETER - Static variable in class com.frevvo.forms.client.FormTypeEntry
-
false
to render the form without the standard/custom palettes.
- FORMTYPE_THEME_PARAMETER - Static variable in class com.frevvo.forms.client.FormTypeEntry
-
The theme id or name used to override the theme set in the form of
application
- FORMTYPE_TZ_PARAMETER - Static variable in class com.frevvo.forms.client.FormTypeEntry
-
The time zone
- FormTypeEntry - Class in com.frevvo.forms.client
-
This entry represents a single FormType created by a user.
- FormTypeEntry() - Constructor for class com.frevvo.forms.client.FormTypeEntry
-
Constructs a new Entry instance
- FormTypeFeed - Class in com.frevvo.forms.client
-
This feed contains a list of FormTypeEntry
's and can also be
used to create new FormTypeEntry
's.
- FormTypeFeed() - Constructor for class com.frevvo.forms.client.FormTypeFeed
-
Constructs a new Feed instance
- FormTypeQuery - Class in com.frevvo.forms.client
-
Simple class for formtype-based queries.
- FormTypeQuery(URL) - Constructor for class com.frevvo.forms.client.FormTypeQuery
-
- FORMTYPES_FEED_URL_FORMAT - Static variable in class com.frevvo.forms.client.FormTypeFeed
-
- FORMTYPES_FEED_URL_FORMAT - Static variable in class com.frevvo.forms.client.FormTypeTemplateFeed
-
- FORMTYPETEMPLATE_ENTRY_URL_FORMAT - Static variable in class com.frevvo.forms.client.FormTypeTemplateEntry
-
- FormTypeTemplateEntry - Class in com.frevvo.forms.client
-
This entry represents a single FormTypeTemplate.
- FormTypeTemplateEntry() - Constructor for class com.frevvo.forms.client.FormTypeTemplateEntry
-
Constructs a new Entry instance
- FormTypeTemplateFeed - Class in com.frevvo.forms.client
-
This feed contains a list of FormTypeTemplateEntry
's.
- FormTypeTemplateFeed() - Constructor for class com.frevvo.forms.client.FormTypeTemplateFeed
-
Constructs a new Feed instance
- FREVVO_KIND_SCHEME - Static variable in class com.frevvo.forms.client.FormsService
-
- FREVVO_SCHEMA - Static variable in class com.frevvo.forms.client.FormsService
-
frevvo data namespace
- FREVVO_SCHEMA_ALIAS - Static variable in class com.frevvo.forms.client.FormsService
-
- FREVVO_SCHEMA_NS - Static variable in class com.frevvo.forms.client.FormsService
-
- FREVVO_SERVICE_VERSION - Static variable in class com.frevvo.forms.client.FormsService
-
- FREVVO_STATE_SCHEME - Static variable in class com.frevvo.forms.client.FormsService
-
- generate(XmlWriter, ExtensionProfile) - Method in class com.frevvo.forms.client.ControlTypeEntry
-
- generate(XmlWriter, ExtensionProfile) - Method in class com.frevvo.forms.client.ext.DeployStateExtension
-
- generate(XmlWriter, ExtensionProfile) - Method in class com.frevvo.forms.client.ext.DirtyExtension
-
- generate(XmlWriter, ExtensionProfile) - Method in class com.frevvo.forms.client.ext.ExtIdExtension
-
- generate(XmlWriter, ExtensionProfile) - Method in class com.frevvo.forms.client.ext.KeysExtension
-
- generate(XmlWriter, ExtensionProfile) - Method in class com.frevvo.forms.client.ext.OwnerExtension
-
- generate(XmlWriter, ExtensionProfile) - Method in class com.frevvo.forms.client.ext.ReadOnlyExtension
-
- generate(XmlWriter, ExtensionProfile) - Method in class com.frevvo.forms.client.ext.ResetToStepExtension
-
- generate(XmlWriter, ExtensionProfile) - Method in class com.frevvo.forms.client.ext.StyleExtension
-
- generate(XmlWriter, ExtensionProfile) - Method in class com.frevvo.forms.client.ext.SystemExtension
-
- generate(XmlWriter, ExtensionProfile) - Method in class com.frevvo.forms.client.ext.TargetNamespaceExtension
-
- generate(XmlWriter, ExtensionProfile) - Method in class com.frevvo.forms.client.ext.TemplateExtension
-
- generate(XmlWriter, ExtensionProfile) - Method in class com.frevvo.forms.client.ext.TypeExtension
-
- generate(XmlWriter, ExtensionProfile) - Method in class com.frevvo.forms.client.ext.VisibilityExtension
-
- generate(XmlWriter, ExtensionProfile) - Method in class com.frevvo.forms.client.SubmissionEntry
-
- generateData(Map<String, Object>) - Static method in class com.frevvo.forms.client.Helper
-
Generate a data value that can be used to initialize controls in a form
- get(ExtensionPoint, boolean) - Static method in class com.frevvo.forms.client.ext.KeysExtension
-
- getActivityName(ExtensionPoint) - Static method in class com.frevvo.forms.client.ext.ResetToStepExtension
-
- getActivityName() - Method in class com.frevvo.forms.client.ext.ResetToStepExtension
-
- getApplicationFeed() - Method in class com.frevvo.forms.client.UserEntry
-
Get the ApplicationFeed owned by this entry.
- getApplicationFeedLink() - Method in class com.frevvo.forms.client.UserEntry
-
Get the ApplicationFeed link owned by this entry.
- getApplicationFeedURL(FormsService, String) - Static method in class com.frevvo.forms.client.Helper
-
- getAttachments() - Method in interface com.frevvo.forms.api.FormData
-
- getAttachments() - Method in class com.frevvo.forms.client.FormDataImpl
-
- getAutoLoginUserInfo(String) - Method in class com.frevvo.forms.client.FormsService
-
- getAutoLoginUserInfo(String, String) - Method in class com.frevvo.forms.client.FormsService
-
- getBaseUrl() - Method in class com.frevvo.forms.client.FormsService
-
- getControlEditLink() - Method in class com.frevvo.forms.client.ControlEntry
-
- getControlFeed() - Method in class com.frevvo.forms.client.FormEntry
-
- getControlFeedLink() - Method in class com.frevvo.forms.client.FormEntry
-
- getControlName() - Method in class com.frevvo.forms.client.ControlEntry
-
Get the name for this control
This is the name set in the designer.
- getControlState() - Method in class com.frevvo.forms.client.ControlEntry
-
- getControlType() - Method in class com.frevvo.forms.client.ControlEntry
-
Get the type of control
E.g.
- getControlType() - Method in class com.frevvo.forms.client.ControlTypeEntry
-
Get the ControlType category for this ControlType entry.
- getControlTypeFeed() - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get the ControlTypeFeed owned by this FormTypeEntry.
- getControlTypeFeedLink() - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get the ControlTypeFeed link owned by this FormType.
- getControlUseLink() - Method in class com.frevvo.forms.client.ControlEntry
-
- getCustomDescription() - Static method in class com.frevvo.forms.client.ControlTypeEntry
-
- getDataSource() - Method in interface com.frevvo.forms.api.FormData
-
- getDataSource() - Method in class com.frevvo.forms.client.FormDataImpl
-
- getDateInAnyTimeZone(String, String, String, TimeZone, TimeZone) - Static method in class com.frevvo.forms.client.TimezoneHelper
-
Use this method to convert to different timezones, it takes care of DST.
- getDefaultDescription() - Static method in class com.frevvo.forms.client.ext.DeployStateExtension
-
Returns the suggested extension description.
- getDefaultDescription() - Static method in class com.frevvo.forms.client.ext.DirtyExtension
-
Returns the suggested extension description.
- getDefaultDescription() - Static method in class com.frevvo.forms.client.ext.ExtIdExtension
-
Returns the suggested extension description.
- getDefaultDescription() - Static method in class com.frevvo.forms.client.ext.KeysExtension
-
Returns the suggested extension description.
- getDefaultDescription() - Static method in class com.frevvo.forms.client.ext.OwnerExtension
-
Returns the suggested extension description.
- getDefaultDescription() - Static method in class com.frevvo.forms.client.ext.ReadOnlyExtension
-
Returns the suggested extension description.
- getDefaultDescription() - Static method in class com.frevvo.forms.client.ext.ResetToStepExtension
-
Returns the suggested extension description.
- getDefaultDescription() - Static method in class com.frevvo.forms.client.ext.StyleExtension
-
- getDefaultDescription() - Static method in class com.frevvo.forms.client.ext.SystemExtension
-
Returns the suggested extension description.
- getDefaultDescription() - Static method in class com.frevvo.forms.client.ext.TargetNamespaceExtension
-
Returns the suggested extension description.
- getDefaultDescription() - Static method in class com.frevvo.forms.client.ext.TemplateExtension
-
Returns the suggested extension description.
- getDefaultDescription() - Static method in class com.frevvo.forms.client.ext.TypeExtension
-
Returns the suggested extension description.
- getDefaultDescription() - Static method in class com.frevvo.forms.client.ext.VisibilityExtension
-
Returns the suggested extension description.
- getDefaultDocument() - Method in interface com.frevvo.forms.api.FormData
-
- getDefaultDocument() - Method in class com.frevvo.forms.client.FormDataImpl
-
- getDefaultDocumentAsString() - Method in interface com.frevvo.forms.api.FormData
-
- getDefaultDocumentAsString() - Method in class com.frevvo.forms.client.FormDataImpl
-
- getDeployState(ExtensionPoint) - Static method in class com.frevvo.forms.client.ext.DeployStateExtension
-
- getDeployState() - Method in class com.frevvo.forms.client.ext.DeployStateExtension
-
- getDeployState() - Method in class com.frevvo.forms.client.FormTypeEntry
-
- getDisplayType() - Method in class com.frevvo.forms.client.ControlEntry
-
Get the display type for this control
E.g.
- getDisplayType() - Method in class com.frevvo.forms.client.ControlTypeEntry
-
Get the Display Type category for this ControlType entry.
- getDocument(String) - Method in interface com.frevvo.forms.api.FormData
-
- getDocument(String) - Method in class com.frevvo.forms.client.FormDataImpl
-
- getDocumentAsString(String) - Method in interface com.frevvo.forms.api.FormData
-
- getDocumentAsString(String) - Method in class com.frevvo.forms.client.FormDataImpl
-
- getDocumentLink(String) - Method in class com.frevvo.forms.client.TaskEntry
-
Get the task documents filtered by content type
- getDocumentLinks() - Method in class com.frevvo.forms.client.SubmissionEntry
-
Get all the submission documents
- getDocumentLinks(String) - Method in class com.frevvo.forms.client.SubmissionEntry
-
Get the submission documents filtered by content type
- getDocuments() - Method in interface com.frevvo.forms.api.FormData
-
- getDocuments() - Method in class com.frevvo.forms.client.FormDataImpl
-
- getDocumentTypeFeed() - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get the DocumentTypeFeed owned by this entry.
- getDocumentTypeFeed() - Method in class com.frevvo.forms.client.SchemaEntry
-
Get the DocumentTypeFeed owned by this entry.
- getDocumentTypeFeedLink() - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get the DocumentTypeFeed link owned by this entry.
- getDocumentTypeFeedLink() - Method in class com.frevvo.forms.client.SchemaEntry
-
Get the DocumentTypeFeed link owned by this entry.
- getEditingFormFeed() - Method in class com.frevvo.forms.client.FormTypeEntry
-
- getElementName() - Method in class com.frevvo.forms.client.FormTypeEntry
-
- getEntry(FormsService, Class<E>) - Method in class com.frevvo.forms.client.EntryHolder
-
Get the entry associated with this holder.
- getEntryPostLink() - Method in class com.frevvo.forms.client.ApplicationFeed
-
- getEntryPostLink() - Method in class com.frevvo.forms.client.DocumentTypeFeed
-
- getEntryPostLink() - Method in class com.frevvo.forms.client.FormTypeFeed
-
- getEntryPostLink() - Method in class com.frevvo.forms.client.FormTypeTemplateFeed
-
- getEntryPostLink() - Method in class com.frevvo.forms.client.SchemaFeed
-
- getEntryPostLink() - Method in class com.frevvo.forms.client.StyleFeed
-
- getEntryPostLink() - Method in class com.frevvo.forms.client.UserFeed
-
- getEntryURL(URL, String) - Static method in class com.frevvo.forms.client.ApplicationEntry
-
Gets an URL for accessing an application entry
- getEntryURL(URL, String) - Static method in class com.frevvo.forms.client.ControlTypeEntry
-
Gets an URL for accessing an FormType entry
- getEntryURL(URL, String) - Static method in class com.frevvo.forms.client.DocumentTypeEntry
-
Gets an URL for accessing an DocumentType entry
- getEntryURL(URL, String) - Static method in class com.frevvo.forms.client.FormEntry
-
Get the form entry URL
- getEntryURL(Class<? extends BaseEntry>, String) - Method in class com.frevvo.forms.client.FormsService
-
Get the entry URL
- getEntryURL(URL, String) - Static method in class com.frevvo.forms.client.FormTypeEntry
-
Gets an URL for accessing an FormType entry
- getEntryURL(URL, String, boolean) - Static method in class com.frevvo.forms.client.FormTypeEntry
-
Get the formtype entry URL
- getEntryURL(URL, String) - Static method in class com.frevvo.forms.client.FormTypeTemplateEntry
-
Gets an URL for accessing an FormTypeTemplate entry
- getEntryURL(URL, String) - Static method in class com.frevvo.forms.client.LocaleEntry
-
- getEntryURL(URL, String) - Static method in class com.frevvo.forms.client.SchemaEntry
-
Gets an URL for accessing an schema entry
- getEntryURL(URL, String) - Static method in class com.frevvo.forms.client.StyleEntry
-
Gets an URL for accessing a style entry
- getEntryURL(URL, String) - Static method in class com.frevvo.forms.client.SubmissionEntry
-
Gets an URL for accessing an FormType entry
- getEntryURL(URL, String) - Static method in class com.frevvo.forms.client.TaskEntry
-
Gets an URL for accessing an FormType entry
- getEntryURL(URL, String) - Static method in class com.frevvo.forms.client.UserEntry
-
Gets an URL for accessing a user entry
- getErrorDescription() - Method in class com.frevvo.forms.client.SubmissionEntry
-
- getExtension(Class<T>) - Method in class com.frevvo.forms.client.ControlTypeEntry
-
- getExtension(Class<T>) - Method in class com.frevvo.forms.client.SubmissionEntry
-
- getExtId(ExtensionPoint) - Static method in class com.frevvo.forms.client.ext.ExtIdExtension
-
- getExtId() - Method in class com.frevvo.forms.client.ext.ExtIdExtension
-
- getFeedURL(URL) - Static method in class com.frevvo.forms.client.ApplicationFeed
-
Gets an URL for accessing the application feed
- getFeedURL(URL) - Static method in class com.frevvo.forms.client.ControlFeed
-
Gets an URL for accessing the ControlType feed
- getFeedURL(URL) - Static method in class com.frevvo.forms.client.ControlTypeFeed
-
Gets an URL for accessing the ControlType feed
- getFeedURL(URL) - Static method in class com.frevvo.forms.client.DocumentTypeFeed
-
Gets an URL for accessing the DocumentType feed
- getFeedURL(URL) - Static method in class com.frevvo.forms.client.FormFeed
-
Gets an URL for accessing the ControlType feed
- getFeedURL(Class<? extends BaseFeed>) - Method in class com.frevvo.forms.client.FormsService
-
Get the feed URL
- getFeedURL(URL) - Static method in class com.frevvo.forms.client.FormTypeFeed
-
Gets an URL for accessing the FormType feed
- getFeedURL(URL) - Static method in class com.frevvo.forms.client.FormTypeTemplateFeed
-
Gets an URL for accessing the FormType feed
- getFeedURL(URL) - Static method in class com.frevvo.forms.client.LocaleFeed
-
Gets an URL for accessing the ControlType feed
- getFeedURL(URL) - Static method in class com.frevvo.forms.client.SchemaFeed
-
Gets an URL for accessing the Schema feed
- getFeedURL(URL) - Static method in class com.frevvo.forms.client.StyleFeed
-
Gets an URL for accessing the Theme feed
- getFeedURL(URL) - Static method in class com.frevvo.forms.client.SubmissionFeed
-
Gets an URL for accessing the Submission feed
- getFeedURL(URL) - Static method in class com.frevvo.forms.client.TaskFeed
-
Gets an URL for accessing the Task feed
- getFeedURL(URL) - Static method in class com.frevvo.forms.client.UserFeed
-
Gets an URL for accessing the users feed for the current session
- getFilter() - Method in class com.frevvo.forms.client.SubmissionQuery
-
Get the filters for this query
- getFilter() - Method in class com.frevvo.forms.client.TaskQuery
-
- getFirstLink(List<Link>, String, String) - Static method in class com.frevvo.forms.client.Helper
-
- getFlowTypeFeed() - Method in class com.frevvo.forms.client.ApplicationEntry
-
Get the FormTypeFeed owned by this ApplicationEntry.
- getFlowTypeFeedLink() - Method in class com.frevvo.forms.client.ApplicationEntry
-
Get the FormTypeFeed link owned by this ApplicationEntry.
- getFormEditEmbedLink() - Method in class com.frevvo.forms.client.FormEntry
-
- getFormEditEmbedLink(Map<String, Object>) - Method in class com.frevvo.forms.client.FormEntry
-
- getFormEditLink() - Method in class com.frevvo.forms.client.FormEntry
-
- getFormEditLink(Map<String, Object>) - Method in class com.frevvo.forms.client.FormEntry
-
- getFormEntryIdFromInstance(URL) - Static method in class com.frevvo.forms.client.Helper
-
Given the url to a form instance created using the FormTypeEntry.createFormInstance() method,
use this method to return the FormEntry id.
- getFormFeed() - Method in class com.frevvo.forms.client.FormTypeEntry
-
- getFormFeedLink() - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get the link to the form feed (entries are instances of this formType)
- getFormTypeEditorEmbedLink(Map<String, Object>) - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get the Javascript link to this FormTypeEntry
's designer.
- getFormTypeEditorLink(Map<String, Object>) - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get the HTML link to this FormTypeEntry
's designer.
- getFormTypeEmbedLink(Map<String, Object>) - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get the embed JS url for this FormTypeEntry
that can be used
to automatically generate an iframe and container markup.
- getFormTypeEmbedLink(Map<String, Object>) - Method in class com.frevvo.forms.client.SubmissionEntry
-
Get the embed JS url for the FormType that can edit this submission
- getFormTypeEmbedLink(Map<String, Object>) - Method in class com.frevvo.forms.client.TaskEntry
-
Get the embed JS url for the FormType that can edit this submission
- getFormTypeEntry() - Method in class com.frevvo.forms.client.FormEntry
-
- getFormTypeEntryLink() - Method in class com.frevvo.forms.client.FormEntry
-
- getFormTypeFeed() - Method in class com.frevvo.forms.client.ApplicationEntry
-
Get the FormTypeFeed owned by this ApplicationEntry.
- getFormTypeFeedLink() - Method in class com.frevvo.forms.client.ApplicationEntry
-
Get the FormTypeFeed link owned by this ApplicationEntry.
- getFormTypeLink(Map<String, Object>) - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get the HTML link to this FormTypeEntry
.
- getFormTypeLink(Map<String, Object>) - Method in class com.frevvo.forms.client.SubmissionEntry
-
Get the HTML link to this FormTypeEntry
.
- getFormTypeLink(Map<String, Object>) - Method in class com.frevvo.forms.client.TaskEntry
-
Get the HTML link to this FormTypeEntry
.
- getFormTypePopupLink(Map<String, Object>) - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get a link to an HTML page that embeds this FormTypeEntry
.
- getFormTypePopupLink(Map<String, Object>) - Method in class com.frevvo.forms.client.SubmissionEntry
-
Get a link to an HTML page that embeds this FormTypeEntry
.
- getFormTypePopupLink(Map<String, Object>) - Method in class com.frevvo.forms.client.TaskEntry
-
Get a link to an HTML page that embeds this FormTypeEntry
.
- getFormTypeSchemaLink() - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get the XML Schema for the FormType.
- getFormUseEmbedLink() - Method in class com.frevvo.forms.client.FormEntry
-
- getFormUseEmbedLink(Map<String, Object>) - Method in class com.frevvo.forms.client.FormEntry
-
- getFormUseLink() - Method in class com.frevvo.forms.client.FormEntry
-
- getFormUseLink(Map<String, Object>) - Method in class com.frevvo.forms.client.FormEntry
-
- getHandler(ExtensionProfile, String, String, Attributes) - Method in class com.frevvo.forms.client.ControlTypeEntry
-
- getHandler(ExtensionProfile, String, String, Attributes) - Method in class com.frevvo.forms.client.ext.DeployStateExtension
-
- getHandler(ExtensionProfile, String, String, Attributes) - Method in class com.frevvo.forms.client.ext.DirtyExtension
-
- getHandler(ExtensionProfile, String, String, Attributes) - Method in class com.frevvo.forms.client.ext.ExtIdExtension
-
- getHandler(ExtensionProfile, String, String, Attributes) - Method in class com.frevvo.forms.client.ext.KeysExtension
-
- getHandler(ExtensionProfile, String, String, Attributes) - Method in class com.frevvo.forms.client.ext.OwnerExtension
-
- getHandler(ExtensionProfile, String, String, Attributes) - Method in class com.frevvo.forms.client.ext.ReadOnlyExtension
-
- getHandler(ExtensionProfile, String, String, Attributes) - Method in class com.frevvo.forms.client.ext.ResetToStepExtension
-
- getHandler(ExtensionProfile, String, String, Attributes) - Method in class com.frevvo.forms.client.ext.StyleExtension
-
- getHandler(ExtensionProfile, String, String, Attributes) - Method in class com.frevvo.forms.client.ext.SystemExtension
-
- getHandler(ExtensionProfile, String, String, Attributes) - Method in class com.frevvo.forms.client.ext.TargetNamespaceExtension
-
- getHandler(ExtensionProfile, String, String, Attributes) - Method in class com.frevvo.forms.client.ext.TemplateExtension
-
- getHandler(ExtensionProfile, String, String, Attributes) - Method in class com.frevvo.forms.client.ext.TypeExtension
-
- getHandler(ExtensionProfile, String, String, Attributes) - Method in class com.frevvo.forms.client.ext.VisibilityExtension
-
- getHandler(ExtensionProfile, String, String, Attributes) - Method in class com.frevvo.forms.client.SubmissionEntry
-
- getHttpClient() - Method in class com.frevvo.forms.client.FormsService
-
- getId() - Method in interface com.frevvo.forms.client.ext.Key
-
- getId() - Method in class com.frevvo.forms.client.ext.KeysExtension.KeyHandler
-
- getImplementationRevision() - Static method in class com.frevvo.forms.client.FormsService
-
- getImplementationTitle() - Static method in class com.frevvo.forms.client.FormsService
-
- getImplementationVersion() - Static method in class com.frevvo.forms.client.FormsService
-
- getInstanceState(FormsService, URL) - Static method in class com.frevvo.forms.client.Helper
-
- getInstanceState(HttpClient, URL) - Static method in class com.frevvo.forms.client.Helper
-
- getInstanceXHTML(FormsService, URL) - Static method in class com.frevvo.forms.client.Helper
-
- getInstanceXHTML(HttpClient, URL) - Static method in class com.frevvo.forms.client.Helper
-
- getJsonState() - Method in class com.frevvo.forms.client.ControlTypeEntry
-
- getKey1() - Method in class com.frevvo.forms.client.ext.KeysExtension
-
- getKey2() - Method in class com.frevvo.forms.client.ext.KeysExtension
-
- getKey3() - Method in class com.frevvo.forms.client.ext.KeysExtension
-
- getKey4() - Method in class com.frevvo.forms.client.ext.KeysExtension
-
- getKey5() - Method in class com.frevvo.forms.client.ext.KeysExtension
-
- getKeys() - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get the keys associated with this submission
- getKeys() - Method in class com.frevvo.forms.client.SubmissionEntry
-
Get the keys associated with this submission
- getKeys() - Method in class com.frevvo.forms.client.TaskEntry
-
Get the keys associated with this submission
- getKeyValue(String) - Method in class com.frevvo.forms.client.ext.KeysExtension
-
- getKind() - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get the kind of formtype: either FLOW or FORM
- getKind() - Method in class com.frevvo.forms.client.SubmissionEntry
-
Get the kind of submission: either FLOW or FORM
- getKind() - Method in class com.frevvo.forms.client.TaskEntry
-
Get the kind of task: either FLOW or FORM
- getLabel() - Method in interface com.frevvo.forms.client.ControlTypeEntry.Option
-
- getLabel() - Method in class com.frevvo.forms.client.ControlTypeEntry.OptionHandler
-
- getLocaleFeed() - Method in class com.frevvo.forms.client.FormTypeEntry
-
- getLocaleFeedLink() - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get the link to the locale feed (entries are supported locales)
- getMedia(String) - Method in class com.frevvo.forms.client.FormsService
-
Get the media source for the given url
- getMediaSource(String, InputStream, String) - Method in class com.frevvo.forms.client.LocaleFeed
-
- getName() - Method in interface com.frevvo.forms.client.ext.Key
-
- getName() - Method in class com.frevvo.forms.client.ext.KeysExtension.KeyHandler
-
- getNext() - Method in class com.frevvo.forms.client.SubmissionFeed
-
- getNext() - Method in class com.frevvo.forms.client.TaskFeed
-
- getOnwerEntry() - Method in class com.frevvo.forms.client.ApplicationEntry
-
Deprecated.
- getOnwerEntry() - Method in class com.frevvo.forms.client.ApplicationFeed
-
Deprecated.
- getOnwerEntry() - Method in class com.frevvo.forms.client.DocumentTypeEntry
-
Deprecated.
- getOnwerEntry() - Method in class com.frevvo.forms.client.FormTypeEntry
-
Deprecated.
- getOnwerEntry() - Method in class com.frevvo.forms.client.SchemaEntry
-
Deprecated.
- getOptions() - Method in class com.frevvo.forms.client.ControlTypeEntry
-
- getOptionsDescription() - Static method in class com.frevvo.forms.client.ControlTypeEntry
-
- getOrderby() - Method in class com.frevvo.forms.client.SubmissionQuery
-
- getOrderby() - Method in class com.frevvo.forms.client.TaskQuery
-
- getOwnerEntry() - Method in class com.frevvo.forms.client.ApplicationEntry
-
Get the UserEntry that owns this entry.
- getOwnerEntry() - Method in class com.frevvo.forms.client.ApplicationFeed
-
Get the UserEntry that owns this feed.
- getOwnerEntry() - Method in class com.frevvo.forms.client.ControlTypeFeed
-
Get the ApplicationEntry that owns this feed.
- getOwnerEntry() - Method in class com.frevvo.forms.client.DocumentTypeEntry
-
Get the ApplicationEntry that owns this feed.
- getOwnerEntry() - Method in class com.frevvo.forms.client.DocumentTypeFeed
-
Get the ApplicationEntry that owns this feed.
- getOwnerEntry() - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get the owner ApplicationEntry for this FormTypeEntry.
- getOwnerEntry() - Method in class com.frevvo.forms.client.FormTypeFeed
-
Get the ApplicationEntry that owns this feed.
- getOwnerEntry() - Method in class com.frevvo.forms.client.FormTypeTemplateFeed
-
Get the ApplicationEntry that owns this feed.
- getOwnerEntry() - Method in class com.frevvo.forms.client.LocaleEntry
-
Get the owner FormType or FlowType Entry for this LocaleEntry.
- getOwnerEntry() - Method in class com.frevvo.forms.client.SchemaEntry
-
Get the ApplicationEntry that owns this feed.
- getOwnerEntry() - Method in class com.frevvo.forms.client.SchemaFeed
-
Get the ApplicationEntry that owns this feed.
- getOwnerEntry() - Method in class com.frevvo.forms.client.StyleFeed
-
Get the UserEntry that owns this feed.
- getOwnerEntry() - Method in class com.frevvo.forms.client.SubmissionFeed
-
Get the ApplicationEntry that owns this feed.
- getOwnerId() - Method in class com.frevvo.forms.client.ApplicationEntry
-
Get the user id that owns this entry.
- getOwnerId() - Method in class com.frevvo.forms.client.ApplicationFeed
-
Get the user id that owns this feed.
- getOwnerId() - Method in class com.frevvo.forms.client.ControlFeed
-
- getOwnerId() - Method in class com.frevvo.forms.client.ControlTypeFeed
-
Get the application id that owns this feed.
- getOwnerId() - Method in class com.frevvo.forms.client.DocumentTypeEntry
-
Get the application id that owns this feed.
- getOwnerId() - Method in class com.frevvo.forms.client.DocumentTypeFeed
-
Get the application id that owns this feed.
- getOwnerId(ExtensionPoint) - Static method in class com.frevvo.forms.client.ext.OwnerExtension
-
- getOwnerId() - Method in class com.frevvo.forms.client.ext.OwnerExtension
-
- getOwnerId() - Method in class com.frevvo.forms.client.FormFeed
-
- getOwnerId() - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get the id of the ApplicationEntry that owns this FormTypeEntry.
- getOwnerId() - Method in class com.frevvo.forms.client.FormTypeFeed
-
Get the application id that owns this feed.
- getOwnerId() - Method in class com.frevvo.forms.client.FormTypeTemplateFeed
-
Get the application id that owns this feed.
- getOwnerId() - Method in class com.frevvo.forms.client.LocaleEntry
-
Get the id of the FormType or FlowType Entry that owns this LocaleEntry.
- getOwnerId() - Method in class com.frevvo.forms.client.LocaleFeed
-
- getOwnerId() - Method in class com.frevvo.forms.client.SchemaEntry
-
Get the application id that owns this feed.
- getOwnerId() - Method in class com.frevvo.forms.client.SchemaFeed
-
Get the application id that owns this feed.
- getOwnerId() - Method in class com.frevvo.forms.client.StyleEntry
-
Get the user id that owns this feed.
- getOwnerId() - Method in class com.frevvo.forms.client.StyleFeed
-
Get the user id that owns this feed.
- getOwnerId() - Method in class com.frevvo.forms.client.SubmissionFeed
-
Get the application id that owns this feed.
- getParameterValue(Object) - Static method in class com.frevvo.forms.client.Helper
-
- getParams() - Method in class com.frevvo.forms.client.XMLContentHandler
-
- getParentEntry() - Method in class com.frevvo.forms.client.ControlTypeEntry
-
Get the Parent ControlType entry for this entry
- getParentEntryLink() - Method in class com.frevvo.forms.client.ControlTypeEntry
-
Get the Parent ControlType entry link for this entry
- getPDFExports() - Method in interface com.frevvo.forms.api.FormData
-
- getPDFExports() - Method in class com.frevvo.forms.client.FormDataImpl
-
- getProperties() - Method in class com.frevvo.forms.client.FormsService
-
- getPublicFormTypeEmbedLink(Map<String, Object>) - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get the public embed JS url for this FormTypeEntry
that can be used
to automatically generate an iframe and container markup.
- getPublicFormTypeLink(Map<String, Object>) - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get the HTML link to this FormTypeEntry
.
- getPublicFormTypePopupLink(Map<String, Object>) - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get a link to an HTML page that embeds this FormTypeEntry
.
- getQuery() - Method in class com.frevvo.forms.client.TaskFeed
-
Return the query for this feed
This can be useful when you need to customize the query for an existing feed
- getQueryParameters(Map<String, Object>, boolean) - Static method in class com.frevvo.forms.client.Helper
-
- getReadOnlyDescription() - Static method in class com.frevvo.forms.client.ControlTypeEntry
-
- getRequiredDescription() - Static method in class com.frevvo.forms.client.ControlTypeEntry
-
Returns the suggested extension description.
- getSchemaFeed() - Method in class com.frevvo.forms.client.ApplicationEntry
-
Get the SchemaFeed owned by this ApplicationEntry.
- getSchemaFeedLink() - Method in class com.frevvo.forms.client.ApplicationEntry
-
Get the SchemaFeed link owned by this ApplicationEntry.
- getScript() - Method in class com.frevvo.forms.client.ApplicationEntry
-
Get the script from this entry.
- getSelf(boolean) - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get self entry
- getService() - Method in class com.frevvo.forms.client.FormTypeEntry
-
- getService() - Method in class com.frevvo.forms.client.SubmissionEntry
-
- getServiceVersion() - Method in class com.frevvo.forms.client.FormsService
-
- getSnapshot() - Method in interface com.frevvo.forms.api.FormData
-
- getSnapshot() - Method in class com.frevvo.forms.client.FormDataImpl
-
- getSnapshotLink(String) - Method in class com.frevvo.forms.client.FormEntry
-
Get the snapshot link for the given content type.
- getSnapshotLink(String) - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get the snapshot link for the given content type.
- getSnapshotLink(String) - Method in class com.frevvo.forms.client.SubmissionEntry
-
Get the snapshot link for the given content type
- getSnapshotLinks() - Method in class com.frevvo.forms.client.FormEntry
-
Get all available snapshot links for this entry
The actual list of images supported depends on the JRE/ImageIO
libraries installed.
- getSnapshotLinks() - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get all available snapshot links for this entry
The actual list of images supported depends on the JRE/ImageIO libraries
installed.
- getSnapshotLinks() - Method in class com.frevvo.forms.client.SubmissionEntry
-
Get all available snapshot links for this entry
- getState() - Method in class com.frevvo.forms.client.SubmissionEntry
-
Get the state for this submission: either SAVED, PENDING or SUBMITTED
- getState() - Method in class com.frevvo.forms.client.TaskEntry
-
Get the state for this submission: either SAVED, PENDING or SUBMITTED, ...
- getStyle(ExtensionPoint) - Static method in class com.frevvo.forms.client.ext.StyleExtension
-
- getStyle() - Method in class com.frevvo.forms.client.ext.StyleExtension
-
- getStyle() - Method in class com.frevvo.forms.client.FormTypeEntry
-
- getStyleFeed() - Method in class com.frevvo.forms.client.UserEntry
-
Get the StyleFeed link owned by this entry.
- getStyleFeedLink() - Method in class com.frevvo.forms.client.UserEntry
-
- getSubmissionEntry() - Method in class com.frevvo.forms.client.FormEntry
-
Get submission for this entry or null if the entry hasn't been submitted
yet or was cancelled
- getSubmissionFeed() - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get the SubmissionFeed for this entry.
- getSubmissionFeedLink() - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get the SubmissionFeed link for submissions for this FormType.
- getSubmissionId() - Method in class com.frevvo.forms.client.FormEntry
-
Return the submission id for this entry.
- getSubmissionIdFromFormEntry(FormEntry) - Static method in class com.frevvo.forms.client.Helper
-
- getSubmissionIdFromInstance(URL) - Static method in class com.frevvo.forms.client.Helper
-
Given the url to a form instance created using the FormTypeEntry.createFormInstance() method,
use this method to return the SubmissionEntry id.
- getSubmissionsEmbedLink(Map<String, Object>) - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get the submissions embed JS url for this FormTypeEntry
that
can be used to automatically generate an iframe and container markup
showing submissions for this form.
- getSubmissionsLink(Map<String, Object>) - Method in class com.frevvo.forms.client.FormTypeEntry
-
Get the HTML link to this FormTypeEntry
.
- getTargetNamespace(ExtensionPoint) - Static method in class com.frevvo.forms.client.ext.TargetNamespaceExtension
-
- getTargetNamespace() - Method in class com.frevvo.forms.client.ext.TargetNamespaceExtension
-
- getTargetNamespace() - Method in class com.frevvo.forms.client.FormTypeEntry
-
- getTaskFeed() - Method in class com.frevvo.forms.client.UserEntry
-
Get the TaskFeed owned by this entry.
- getTaskFeedLink() - Method in class com.frevvo.forms.client.UserEntry
-
Get the TaskFeed link owned by this entry.
- getTaskListEmbedLink(Map<String, Object>) - Method in class com.frevvo.forms.client.TaskFeed
-
- getTaskListLink(Map<String, Object>) - Method in class com.frevvo.forms.client.TaskFeed
-
- getTemplateId(ExtensionPoint) - Static method in class com.frevvo.forms.client.ext.TemplateExtension
-
- getTemplateId() - Method in class com.frevvo.forms.client.ext.TemplateExtension
-
- getTemplateId() - Method in class com.frevvo.forms.client.FormTypeEntry
-
- getTenant() - Method in class com.frevvo.forms.client.FormsService
-
- getTypeId() - Method in class com.frevvo.forms.client.ControlTypeEntry
-
- getTypeId(ExtensionPoint) - Static method in class com.frevvo.forms.client.ext.TypeExtension
-
- getTypeId() - Method in class com.frevvo.forms.client.ext.TypeExtension
-
- getUsername() - Method in class com.frevvo.forms.client.FormsService
-
- getValue() - Method in class com.frevvo.forms.client.ControlEntry
-
- getValue() - Method in interface com.frevvo.forms.client.ControlTypeEntry.Option
-
- getValue() - Method in class com.frevvo.forms.client.ControlTypeEntry.OptionHandler
-
- getValue() - Method in interface com.frevvo.forms.client.ext.Key
-
- getValue() - Method in class com.frevvo.forms.client.ext.KeysExtension.KeyHandler
-
- getValue(GoogleGDataRequest.GoogleCookie) - Static method in class com.google.gdata.client.http.GoogleCookieHelper
-
- getVisibility(ExtensionPoint) - Static method in class com.frevvo.forms.client.ext.VisibilityExtension
-
- getVisibility() - Method in class com.frevvo.forms.client.ext.VisibilityExtension
-
- getVisibility() - Method in class com.frevvo.forms.client.FormTypeEntry
-
- GoogleCookieHelper - Class in com.google.gdata.client.http
-
- GoogleCookieHelper() - Constructor for class com.google.gdata.client.http.GoogleCookieHelper
-
- saveInstance() - Method in class com.frevvo.forms.client.FormEntry
-
Save and continue using this form
- saveInstance(boolean) - Method in class com.frevvo.forms.client.FormEntry
-
Save and optionally terminate this form instance
- saveInstance(FormsService, URL) - Static method in class com.frevvo.forms.client.Helper
-
- saveInstance(FormsService, URL, boolean) - Static method in class com.frevvo.forms.client.Helper
-
- SAX_PARSER_FACTORY - Static variable in class com.frevvo.forms.client.XMLContentHandler
-
- SCHEMA_ENTRY_URL_FORMAT - Static variable in class com.frevvo.forms.client.SchemaEntry
-
- SCHEMA_STATE_PENDING - Static variable in class com.frevvo.forms.client.FormsService
-
- SCHEMA_STATE_SUBMITTED - Static variable in class com.frevvo.forms.client.FormsService
-
- SchemaEntry - Class in com.frevvo.forms.client
-
This entry represents a single Schema created by a user.
- SchemaEntry() - Constructor for class com.frevvo.forms.client.SchemaEntry
-
Constructs a new Entry instance
- SchemaFeed - Class in com.frevvo.forms.client
-
This feed contains a list of SchemaEntry
's and can be used to
create new SchemaEntry
's.
- SchemaFeed() - Constructor for class com.frevvo.forms.client.SchemaFeed
-
Constructs a new Feed instance
- SCHEMAS_FEED_URL_FORMAT - Static variable in class com.frevvo.forms.client.SchemaFeed
-
- SCHEME_CONTROLTYPE - Static variable in class com.frevvo.forms.client.ControlTypeEntry
-
- SCHEME_DISPLAYTYPE - Static variable in class com.frevvo.forms.client.ControlTypeEntry
-
- SCHEME_KIND_FLOW - Static variable in class com.frevvo.forms.client.FormsService
-
- SCHEME_KIND_FORM - Static variable in class com.frevvo.forms.client.FormsService
-
- SCHEME_STATE_SAVED - Static variable in class com.frevvo.forms.client.FormsService
-
- securityManagerName - Variable in class com.frevvo.forms.client.util.AutoLoginUserInfo
-
- setActivityName(ExtensionPoint, String) - Static method in class com.frevvo.forms.client.ext.ResetToStepExtension
-
- setActivityName(String) - Method in class com.frevvo.forms.client.ext.ResetToStepExtension
-
- setAuthor(String) - Method in class com.frevvo.forms.client.SubmissionQuery
-
Unsupported at this point
- setConnectTimeout(int) - Method in class com.frevvo.forms.client.FormsService
-
- setControlState(JSONObject) - Method in class com.frevvo.forms.client.ControlEntry
-
- setDeployState(ExtensionPoint, DeployState) - Static method in class com.frevvo.forms.client.ext.DeployStateExtension
-
- setDeployState(DeployState) - Method in class com.frevvo.forms.client.ext.DeployStateExtension
-
- setDeployState(DeployState) - Method in class com.frevvo.forms.client.FormTypeEntry
-
- setDirty(Boolean) - Method in class com.frevvo.forms.client.ext.DirtyExtension
-
- setElementName(String) - Method in class com.frevvo.forms.client.FormTypeEntry
-
- setExtId(ExtensionPoint, String) - Static method in class com.frevvo.forms.client.ext.ExtIdExtension
-
- setExtId(String) - Method in class com.frevvo.forms.client.ext.ExtIdExtension
-
- setFields(String) - Method in class com.frevvo.forms.client.SubmissionQuery
-
Unsupported at this point
- setFilter(String...) - Method in class com.frevvo.forms.client.SubmissionQuery
-
Set the filters for this query
- setFilter(String) - Method in class com.frevvo.forms.client.TaskQuery
-
- setFullTextQuery(String) - Method in class com.frevvo.forms.client.SubmissionQuery
-
Unsupported at this point.
- setHasComment(String) - Method in class com.frevvo.forms.client.XMLContentHandler
-
- setId(String) - Method in class com.frevvo.forms.client.ext.KeysExtension.KeyHandler
-
- setIsDirty(ExtensionPoint, Boolean) - Static method in class com.frevvo.forms.client.ext.DirtyExtension
-
- setIsSystem(ExtensionPoint, Boolean) - Static method in class com.frevvo.forms.client.ext.SystemExtension
-
- setKind(String) - Method in class com.frevvo.forms.client.FormTypeEntry
-
- setLabel(String) - Method in interface com.frevvo.forms.client.ControlTypeEntry.Option
-
- setLabel(String) - Method in class com.frevvo.forms.client.ControlTypeEntry.OptionHandler
-
- setName(String) - Method in class com.frevvo.forms.client.ext.KeysExtension.KeyHandler
-
- setOrderby(String) - Method in class com.frevvo.forms.client.SubmissionQuery
-
Set the ordering of results
- setOrderby(String) - Method in class com.frevvo.forms.client.TaskQuery
-
- setOwnerId(ExtensionPoint, String) - Static method in class com.frevvo.forms.client.ext.OwnerExtension
-
- setOwnerId(String) - Method in class com.frevvo.forms.client.ext.OwnerExtension
-
- setParameters(Link, String, Object) - Static method in class com.frevvo.forms.client.Helper
-
- setParameters(Link, Map<String, Object>) - Static method in class com.frevvo.forms.client.Helper
-
- setPublic(boolean) - Method in class com.frevvo.forms.client.FormTypeEntry
-
Deprecated.
Use getVisibility() instead
- setPublishedMax(DateTime) - Method in class com.frevvo.forms.client.SubmissionQuery
-
Unsupported at this point.
- setPublishedMin(DateTime) - Method in class com.frevvo.forms.client.SubmissionQuery
-
Unsupported at this point.
- setReadOnly(ExtensionPoint, Boolean) - Static method in class com.frevvo.forms.client.ext.ReadOnlyExtension
-
- setReadOnly(Boolean) - Method in class com.frevvo.forms.client.ext.ReadOnlyExtension
-
- setReadOnly(boolean) - Method in class com.frevvo.forms.client.FormTypeEntry
-
Sets the read-only property for this entry
- setReadTimeout(int) - Method in class com.frevvo.forms.client.FormsService
-
- setResetToStep(String) - Method in class com.frevvo.forms.client.TaskEntry
-
- setResultFormat(Query.ResultFormat) - Method in class com.frevvo.forms.client.SubmissionQuery
-
Unsupported at this point.
- setScript(InputStream) - Method in class com.frevvo.forms.client.ApplicationEntry
-
Update the script for this entry.
- setSelected(boolean) - Method in interface com.frevvo.forms.client.ControlTypeEntry.Option
-
- setSelected(boolean) - Method in class com.frevvo.forms.client.ControlTypeEntry.OptionHandler
-
- setStrict(boolean) - Method in class com.frevvo.forms.client.SubmissionQuery
-
Unsupported at this point.
- setStyle(ExtensionPoint, String) - Static method in class com.frevvo.forms.client.ext.StyleExtension
-
- setStyle(String) - Method in class com.frevvo.forms.client.ext.StyleExtension
-
- setStyle(String) - Method in class com.frevvo.forms.client.FormTypeEntry
-
- setSystem(Boolean) - Method in class com.frevvo.forms.client.ext.SystemExtension
-
- setSystem(boolean) - Method in class com.frevvo.forms.client.SchemaEntry
-
- setTargetNamespace(ExtensionPoint, String) - Static method in class com.frevvo.forms.client.ext.TargetNamespaceExtension
-
- setTargetNamespace(String) - Method in class com.frevvo.forms.client.ext.TargetNamespaceExtension
-
- setTargetNamespace(String) - Method in class com.frevvo.forms.client.FormTypeEntry
-
- setTemplateId(ExtensionPoint, String) - Static method in class com.frevvo.forms.client.ext.TemplateExtension
-
- setTemplateId(String) - Method in class com.frevvo.forms.client.ext.TemplateExtension
-
- setTemplateId(String) - Method in class com.frevvo.forms.client.FormTypeEntry
-
- setTenant(String) - Method in class com.frevvo.forms.client.FormsService
-
- setTypeId(ExtensionPoint, String) - Static method in class com.frevvo.forms.client.ext.TypeExtension
-
- setTypeId(String) - Method in class com.frevvo.forms.client.ext.TypeExtension
-
- setUserName(String) - Method in class com.frevvo.forms.client.FormsService
-
- setValue(String) - Method in class com.frevvo.forms.client.ControlEntry
-
- setValue(String) - Method in interface com.frevvo.forms.client.ControlTypeEntry.Option
-
- setValue(String) - Method in class com.frevvo.forms.client.ControlTypeEntry.OptionHandler
-
- setValue(String) - Method in class com.frevvo.forms.client.ext.KeysExtension.KeyHandler
-
- setValueInEditMode(String) - Method in class com.frevvo.forms.client.ControlEntry
-
- setValues(String...) - Method in class com.frevvo.forms.client.ControlEntry
-
Helper method for setting a values array
Useful for DateTime, etc.
- setVisibility(ExtensionPoint, Visibility) - Static method in class com.frevvo.forms.client.ext.VisibilityExtension
-
- setVisibility(Visibility) - Method in class com.frevvo.forms.client.ext.VisibilityExtension
-
- setVisibility(Visibility) - Method in class com.frevvo.forms.client.FormTypeEntry
-
- signature(String, InputStream) - Method in class com.frevvo.forms.client.FormEntryBuilder
-
Add an xml signature to this builder
- signature(URL) - Method in class com.frevvo.forms.client.FormEntryBuilder
-
Add an xml signature to this builder from a given URL
- SOURCE_ATTACHMENT - Static variable in class com.frevvo.forms.client.FormEntryBuilder
-
- SOURCE_SIGNATURE - Static variable in class com.frevvo.forms.client.FormEntryBuilder
-
- SOURCE_WETSIGNATURE - Static variable in class com.frevvo.forms.client.FormEntryBuilder
-
- startElement(String, String, String, Attributes) - Method in class com.frevvo.forms.client.XMLContentHandler
-
- stripParameter(String, String) - Static method in class com.frevvo.forms.client.Helper
-
- style - Variable in class com.frevvo.forms.client.ext.StyleExtension
-
- STYLE_ELEMENT - Static variable in class com.frevvo.forms.client.ext.StyleExtension
-
- STYLE_ENTRY_URL_FORMAT - Static variable in class com.frevvo.forms.client.StyleEntry
-
- STYLE_SCHEME_DFLT - Static variable in class com.frevvo.forms.client.ext.StyleExtension
-
- StyleEntry - Class in com.frevvo.forms.client
-
This entry represents a single style created by a user, its owner.
- StyleEntry() - Constructor for class com.frevvo.forms.client.StyleEntry
-
Constructs a new Entry instance
- StyleExtension - Class in com.frevvo.forms.client.ext
-
- StyleExtension() - Constructor for class com.frevvo.forms.client.ext.StyleExtension
-
- StyleExtension(String) - Constructor for class com.frevvo.forms.client.ext.StyleExtension
-
- StyleFeed - Class in com.frevvo.forms.client
-
This feed contains a list of StyleEntry
's and can also be used
to create new StyleEntry
's.
- StyleFeed() - Constructor for class com.frevvo.forms.client.StyleFeed
-
Constructs a new Feed instance
- STYLES_FEED_URL_FORMAT - Static variable in class com.frevvo.forms.client.StyleFeed
-
- SUBMISSION_ENTRY_URL_FORMAT - Static variable in class com.frevvo.forms.client.SubmissionEntry
-
- SubmissionEntry - Class in com.frevvo.forms.client
-
This entry represents a single form submission.
- SubmissionEntry() - Constructor for class com.frevvo.forms.client.SubmissionEntry
-
Constructs a new Entry instance
- SubmissionFeed - Class in com.frevvo.forms.client
-
This feed contains a list of SubmissionEntry
's
- SubmissionFeed() - Constructor for class com.frevvo.forms.client.SubmissionFeed
-
Constructs a new Feed instance
- SubmissionMultiPart - Class in com.frevvo.forms.client
-
- SubmissionMultiPart() - Constructor for class com.frevvo.forms.client.SubmissionMultiPart
-
- SubmissionQuery - Class in com.frevvo.forms.client
-
Query for submissions supporting queries by categories, author, form name,
updated date, revision, custom keys and/or by control values if there a
configured to be saved.
- SubmissionQuery(URL) - Constructor for class com.frevvo.forms.client.SubmissionQuery
-
- submitEditingInstance(boolean) - Method in class com.frevvo.forms.client.FormEntry
-
- submitEditingInstance(boolean, String, List<Cookie>) - Method in class com.frevvo.forms.client.FormEntry
-
- submitEditingInstance(Service, URL, boolean) - Static method in class com.frevvo.forms.client.Helper
-
- submitEditingInstance(Service, URL, boolean, String, List<Cookie>) - Static method in class com.frevvo.forms.client.Helper
-
- submitInstance() - Method in class com.frevvo.forms.client.FormEntry
-
Submit this form and return the form documents and attachments.
- submitInstance(String, List<Cookie>) - Method in class com.frevvo.forms.client.FormEntry
-
- submitInstance(Service, URL) - Static method in class com.frevvo.forms.client.Helper
-
Submit a form instance URL
- submitInstance(Service, URL, String, List<Cookie>) - Static method in class com.frevvo.forms.client.Helper
-
Submit a form instance URL
- system - Variable in class com.frevvo.forms.client.ext.SystemExtension
-
- SYSTEM_ELEMENT - Static variable in class com.frevvo.forms.client.ext.SystemExtension
-
- SYSTEM_VALUE_ATTRIBUTE - Static variable in class com.frevvo.forms.client.ext.SystemExtension
-
- SystemExtension - Class in com.frevvo.forms.client.ext
-
GData Extension point for the system element in the frevvo api (for schemas).
- SystemExtension() - Constructor for class com.frevvo.forms.client.ext.SystemExtension
-
- SystemExtension(Boolean) - Constructor for class com.frevvo.forms.client.ext.SystemExtension
-