public interface ExecuteWorkflowParams
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExecuteWorkflowParams.Member
The structure's members
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getBooleanParamName()
Retrieves a list containing all the elements for the structure field
booleanParamName. |
List<Boolean> |
getBooleanParamValue()
Retrieves a list containing all the elements for the structure field
booleanParamValue. |
List<String> |
getDateTimeParamName()
Retrieves a list containing all the elements for the structure field
dateTimeParamName. |
List<Date> |
getDateTimeParamValue()
Retrieves a list containing all the elements for the structure field
dateTimeParamValue. |
List<String> |
getDecimalParamName()
Retrieves a list containing all the elements for the structure field
decimalParamName. |
List<BigDecimal> |
getDecimalParamValue()
Retrieves a list containing all the elements for the structure field
decimalParamValue. |
List<String> |
getIntegerParamName()
Retrieves a list containing all the elements for the structure field
integerParamName. |
List<Integer> |
getIntegerParamValue()
Retrieves a list containing all the elements for the structure field
integerParamValue. |
String |
getName()
Retrieves the value for the optional structure field
name. |
WfProcessInstance |
getParentProcessInstance()
Retrieves the value for the optional structure field
parentProcessInstance. |
List<String> |
getStringParamName()
Retrieves a list containing all the elements for the structure field
stringParamName. |
List<String> |
getStringParamValue()
Retrieves a list containing all the elements for the structure field
stringParamValue. |
org.openmdx.base.cci2.ContextCapable |
getTargetObject()
Retrieves the value for the optional structure field
targetObject. |
org.openmdx.base.cci2.ContextCapable |
getTriggeredBy()
Retrieves the value for the optional structure field
triggeredBy. |
String |
getTriggeredByEventId()
Retrieves the value for the optional structure field
triggeredByEventId. |
Integer |
getTriggeredByEventType()
Retrieves the value for the optional structure field
triggeredByEventType. |
List<String> |
getUriParamName()
Retrieves a list containing all the elements for the structure field
uriParamName. |
<T extends org.openmdx.base.cci2.ContextCapable> |
getUriParamValue()
Retrieves a list containing all the elements for the structure field
uriParamValue. |
WfProcess |
getWorkflow()
Retrieves the value for the structure field
workflow. |
List<String> getBooleanParamName()
booleanParamName.List<Boolean> getBooleanParamValue()
booleanParamValue.List<String> getDateTimeParamName()
dateTimeParamName.List<Date> getDateTimeParamValue()
dateTimeParamValue.List<String> getDecimalParamName()
decimalParamName.List<BigDecimal> getDecimalParamValue()
decimalParamValue.List<String> getIntegerParamName()
integerParamName.List<Integer> getIntegerParamValue()
integerParamValue.String getName()
name.name.WfProcessInstance getParentProcessInstance()
parentProcessInstance.parentProcessInstance.List<String> getStringParamName()
stringParamName.List<String> getStringParamValue()
stringParamValue.org.openmdx.base.cci2.ContextCapable getTargetObject()
targetObject.targetObject.org.openmdx.base.cci2.ContextCapable getTriggeredBy()
triggeredBy.triggeredBy.String getTriggeredByEventId()
triggeredByEventId.triggeredByEventId.Integer getTriggeredByEventType()
triggeredByEventType.triggeredByEventType.List<String> getUriParamName()
uriParamName.<T extends org.openmdx.base.cci2.ContextCapable> List<T> getUriParamValue()
uriParamValue.WfProcess getWorkflow()
workflow.workflow.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.