Uses of Interface
com.axemble.vdoc.sdk.interfaces.IForm
Packages that use IForm
Package
Description
-
Uses of IForm in com.axemble.vdoc.sdk.impl
Fields in com.axemble.vdoc.sdk.impl declared as IFormMethods in com.axemble.vdoc.sdk.impl that return IFormModifier and TypeMethodDescriptionPortalResourceDefinition.getForm()
WorkflowModuleImpl.getForm
(IContext context, IResourceDefinition resourceDefinition, String formName) WorkflowModuleImpl.getSubForm
(IContext context, IWorkflow workflow, String formName) -
Uses of IForm in com.axemble.vdoc.sdk.interfaces
Subinterfaces of IForm in com.axemble.vdoc.sdk.interfacesMethods in com.axemble.vdoc.sdk.interfaces that return IForm -
Uses of IForm in com.axemble.vdoc.sdk.interfaces.ui.designer
Methods in com.axemble.vdoc.sdk.interfaces.ui.designer that return IForm -
Uses of IForm in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return IFormModifier and TypeMethodDescriptionGets a action form by its name.IBaseDocumentModule.getForm
(IContext context, IResourceDefinition resourceDefinition, String formName) Gets a resource definition form by its name.Gets a task form by its name.Gets a workflow form by its name.Gets a action form by its name.IBaseWorkflowModule.getForm
(IContext context, IResourceDefinition resourceDefinition, String formName) Gets a resource definition form by its name.Gets a task form by its name.Gets a workflow form by its name.IBaseDocumentModule.getSubForm
(IContext context, IWorkflow workflow, String formName) Gets a sub form by its name.IBaseWorkflowModule.getSubForm
(IContext context, IWorkflow workflow, String formName) Gets a sub form by its name.