| Package | Description |
|---|---|
| com.openkm.sdk4j.bean | |
| com.openkm.sdk4j.bean.form | |
| com.openkm.sdk4j.definition | |
| com.openkm.sdk4j.impl | |
| com.openkm.sdk4j.util |
| Modifier and Type | Method and Description |
|---|---|
static FormElement |
FormElementComplex.toFormElement(FormElementComplex fec)
Conversion from FormElementComplex to FormElement.
|
| Modifier and Type | Method and Description |
|---|---|
List<FormElement> |
Report.getFormElements() |
static List<FormElement> |
FormElementComplex.toFormElement(FormElementComplex[] formElementComplexList)
Conversion from FormElementComplex to FormElement, iterate inside layouts
|
static List<FormElement> |
FormElementComplex.toFormElement(List<FormElementComplex> formElementComplexList)
Conversion from FormElementComplex to FormElement, iterate inside layouts
|
| Modifier and Type | Method and Description |
|---|---|
static FormElementComplex |
FormElementComplex.toFormElementComplex(FormElement fe)
Conversion from FormElement to FormElementComplex.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Report.setFormElements(List<FormElement> formElements) |
static List<FormElementComplex> |
FormElementComplex.toFormElementComplex(List<FormElement> formElementList)
Conversion from FormElement to FormElementComplex, iterate inside layouts
|
| Modifier and Type | Class and Description |
|---|---|
class |
Button |
class |
CheckBox |
class |
Download |
class |
EnhancedFormElement |
class |
HorizontalPanel
Created by carolina on 3/03/17.
|
class |
Input |
class |
Select |
class |
Separator |
class |
SuggestBox |
class |
Text |
class |
TextArea |
class |
Upload |
class |
VerticalPanel
Created by carolina on 1/03/17.
|
| Modifier and Type | Method and Description |
|---|---|
List<FormElement> |
HorizontalPanel.getElements() |
List<FormElement> |
VerticalPanel.getElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
HorizontalPanel.setElements(List<FormElement> elements) |
void |
VerticalPanel.setElements(List<FormElement> elements) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<FormElement>> |
BaseWorkflow.getProcessDefinitionForms(long pdId) |
List<FormElement> |
BasePropertyGroup.getPropertyGroupByVersionForm(String uuid,
String grpName,
String versionName) |
List<FormElement> |
BasePropertyGroup.getPropertyGroupForm(String grpName) |
List<FormElement> |
BasePropertyGroup.getPropertyGroupForm(String uuid,
String grpName) |
| Modifier and Type | Method and Description |
|---|---|
static FormElement |
BeanHelper.copyToFormElement(FormElementComplex fec)
Conversion from FormElementComplex to OKMFormElement.
|
| Modifier and Type | Method and Description |
|---|---|
static List<FormElement> |
BeanHelper.copyToFormElementList(List<FormElementComplex> fecList)
Conversion from FormElementComplex List to OKMFormElement list
|
static Map<String,List<FormElement>> |
BeanHelper.copyToProcessDefinitionForms(List<ProcessDefinitionForm> pdfl)
Conversion from ProcessDefinitionFormsList to Map
|
| Modifier and Type | Method and Description |
|---|---|
static FormElementComplex |
BeanHelper.copyToFormElementComplex(FormElement fe)
Conversion from OKMFormElement to FormElementComplex
|
| Modifier and Type | Method and Description |
|---|---|
static List<FormElementComplex> |
BeanHelper.copyToFormElementComplexList(List<FormElement> formElements)
Conversion from FormElement list to FormElementComplexList
|
Copyright © 2021 Open Knowledge Management System S.L.. All Rights Reserved.