| Modifier and Type | Method and Description |
|---|---|
UDTValue |
UDFExecution.executeUDTFunction(SessionToken session,
UDTValue proxy,
java.lang.String functionName)
Executes the designated user-defined function for the designated value of a
UDT and returns the resulting UDT-value.
|
UDTValue |
ProcessUnawareAccess.retrieveExternalUDTValue(SessionToken session,
java.util.UUID instanceID,
int dataElementID)
Retrieves the most recent (proxy of the) value of the designated data
element of user-defined type (UDT) written by an external component or null
if the data element has not been written externally yet.
|
UDTValue |
ProcessUnawareAccess.retrieveLatestUDTValue(SessionToken session,
java.util.UUID instanceID,
int dataElementID)
Retrieves the most recent (proxy of the) value of the designated data
element of user-defined type (UDT) for the specified process instance.
|
UDTValue |
ProcessAwareAccess.retrieveUDT(SessionToken session,
java.util.UUID instanceID,
int readingNodeID,
int readerIteration,
int dataElementID)
Retrieves (the proxy of) the value of the designated data element of user-defined type (UDT)
valid for the specified node of the process instance and its current iteration count.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UDFExecution.executeBooleanFunction(SessionToken session,
UDTValue proxy,
java.lang.String functionName)
Executes the designated user-defined function for the designated value of a
UDT and returns the resulting boolean value.
|
double |
UDFExecution.executeFloatFunction(SessionToken session,
UDTValue proxy,
java.lang.String functionName)
Executes the designated user-defined function for the designated value of a
UDT and returns the resulting double value.
|
long |
UDFExecution.executeIntegerFunction(SessionToken session,
UDTValue proxy,
java.lang.String functionName)
Executes the designated user-defined function for the designated value of a
UDT and returns the resulting long value.
|
java.lang.String |
UDFExecution.executeStringFunction(SessionToken session,
UDTValue proxy,
java.lang.String functionName)
Executes the designated user-defined function for the designated value of a
UDT and returns the resulting string.
|
UDTValue |
UDFExecution.executeUDTFunction(SessionToken session,
UDTValue proxy,
java.lang.String functionName)
Executes the designated user-defined function for the designated value of a
UDT and returns the resulting UDT-value.
|
ServerUDTInputStream |
UDFExecution.executeUDTFunctionIncrementally(SessionToken session,
UDTValue proxy,
java.lang.String functionName)
Executes the designated user-defined function for the designated value of a
UDT and returns the resulting UDT-value as
ServerUDTInputStream. |
java.net.URI |
UDFExecution.executeURIFunction(SessionToken session,
UDTValue proxy,
java.lang.String functionName)
Executes the designated user-defined function for the designated value of a
UDT and returns the resulting reference.
|
void |
UDFExecution.executeVoidFunction(SessionToken session,
UDTValue proxy,
java.lang.String functionName)
Executes the designated user-defined function for the designated value of a
UDT.
|
void |
ProcessAwareAccess.storeUDT(SessionToken session,
java.util.UUID instanceID,
int writingNodeID,
int writerIteration,
int dataElementID,
java.lang.String savepoint,
UDTValue value)
Stores an intermediate value of the designated data element of the process
instance and the corresponding metadata which is the writing node and its
current iteration.
|
void |
ProcessAwareAccess.storeUDT(SessionToken session,
java.util.UUID instanceID,
int writingNodeID,
int writerIteration,
int dataElementID,
UDTValue value)
Stores an intermediate value of the designated data element of the process
instance and the corresponding metadata which is the writing node and its
current iteration.
|
void |
ProcessUnawareAccess.storeUDTExternal(SessionToken session,
java.util.UUID instanceID,
int dataElementID,
UDTValue value)
Stores the value of the designated data element of the process instance as
external value.
|
| Modifier and Type | Method and Description |
|---|---|
protected static UDTValue |
MailTools.addressListToUDT(Parameter parameter,
javax.mail.Address[] addresses,
java.util.logging.Logger logger)
Creates a UDT value for the designated parameter with the designated
addresses.
|
protected static UDTValue |
MailTools.attachmentsToUDT(Parameter parameter,
MailEvent event,
java.io.File fileStore,
java.util.logging.Logger logger)
Creates a UDT value for the designated parameter with all attachments of
the message of the designated mail event.
|
protected static UDTValue |
MailTools.getMessageAsFileUDT(MailEvent event,
java.io.File fileStore,
java.util.logging.Logger logger)
Creates a file for the designated event and returns it as
UDTValue. |
| Modifier and Type | Method and Description |
|---|---|
UDTValue |
FileUDT.getAsXML() |
UDTValue |
AbstractXmlBasedUdt.saveToUdtValue()
Serialises the data of this UDT as XML and returns it as
UDTValue. |
UDTValue |
WJPContainer.saveToUDTValue()
Deprecated.
Serialises the data of this WJP container to a
UDTValue. |
UDTValue |
WJPSubtable.saveToUDTValue()
Deprecated.
Serialises the data of this WJP subtable to a
UDTValue. |
UDTValue |
WebFormContainer.saveToUDTValue()
Serialises the data of this WebForm container to a
UDTValue. |
UDTValue |
WebFormSubtable.saveToUDTValue()
Serialises the data of this WebForm subtable to a
UDTValue. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractXmlBasedUdt.loadFromUdtValue(UDTValue udtValue)
Loads the data from the designated
UDTValue by parsing the
corresponding XML. |
void |
WJPContainer.loadFromUDTValue(UDTValue udtValue)
Deprecated.
Loads the data of the WJP container from the given
UDTValue. |
void |
WJPSubtable.loadFromUDTValue(UDTValue udtValue)
Deprecated.
Loads the data of the WJP subtable from the given
UDTValue. |
void |
WebFormContainer.loadFromUDTValue(UDTValue udtValue)
Loads the data of the WebForm container from the given
UDTValue. |
void |
WebFormSubtable.loadFromUDTValue(UDTValue udtValue)
Loads the data of the WebForm subtable from the given
UDTValue. |
| Constructor and Description |
|---|
FileUDT(UDTValue xml) |
ListUdt(UDTValue value)
Creates a new list UDT for the designated
UDTValue. |
LocalisationUdt(UDTValue value)
Creates a new localisation UDT for the designated
UDTValue. |
| Modifier and Type | Class and Description |
|---|---|
class |
ADEPT2UDTValue
This class provides a lightweight implementation for a user-defined data type
(UDT).
|
class |
FileUDTValue
A
FileUDTValue extends a UDTValue by file
support. |
| Modifier and Type | Method and Description |
|---|---|
UDTValue |
InputDataContainer.retrieveUDT(SessionToken session,
java.lang.String parameterName)
Retrieves (the proxy of) the value of the designated input parameter of
user-defined type (UDT).
|
UDTValue |
IndexedAccessDataContainer.retrieveUDT(SessionToken session,
java.lang.String parameterName,
int index)
Retrieves (the proxy of) the value of the element of user-defined type
(UDT) at the designated index at the input parameter list of the designated
name.
|
UDTValue |
DataContainer.storedUDT(java.lang.String parameterName)
Retrieves (the proxy of) the value of the designated output parameter of
user-defined type (UDT) stored before.
|
UDTValue |
IndexedAccessDataContainer.storedUDT(java.lang.String parameterName,
int index)
Retrieves (the proxy of) the value of the element of user-defined type at
the designated index at the output parameter list of the designated name
stored before.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceDataContainer.setUDT(java.lang.String parameterName,
UDTValue value)
Sets the value of the designated instance input parameter of the process
instance and the corresponding metadata which is the writing node and its
current iteration.
|
void |
IndexedAccessDataContainer.storeUDT(SessionToken session,
java.lang.String parameterName,
int index,
UDTValue value)
Stores the value of user-defined type to the element at the designated
index at the output parameter list of the designated name.
|
void |
DataContainer.storeUDT(SessionToken session,
java.lang.String parameterName,
UDTValue value)
Stores the value of user-defined type of the designated parameter of the
process instance and the corresponding metadata which is the writing node
and its current iteration.
|
| Constructor and Description |
|---|
ServerUDTInputStream(UDTValue value)
Creates a new
ServerInputStream for the designated
UDTValue. |
| Modifier and Type | Method and Description |
|---|---|
UDTValue |
InputDataContext.retrieveUDTParameterValue(java.lang.String parameterName)
Reads from an input parameter.
|
| Modifier and Type | Field and Description |
|---|---|
protected UDTValue |
UDTAttachment.udt
The content represented as
UDTValue. |
| Constructor and Description |
|---|
UDTAttachment(java.lang.String name,
java.lang.String description,
java.lang.String contentType,
UDTValue udt)
Creates an attachment having the designated name, description, content type
(MIME) and content.
|
UDTAttachment(java.lang.String name,
java.lang.String description,
java.lang.String contentType,
UDTValue udt,
boolean inline)
Creates an attachment having the designated name, description, content type (MIME) and content.
|
UDTAttachment(java.lang.String name,
java.lang.String description,
java.lang.String contentType,
UDTValue udt,
java.lang.String inlineName)
Creates an attachment having the designated name, description, content type (MIME) and content.
|
UDTAttachment(java.lang.String name,
java.lang.String description,
UDTValue udt)
Creates an attachment having the designated name, description and content.
|
UDTAttachment(java.lang.String name,
java.lang.String description,
UDTValue udt,
boolean inline)
Creates an attachment having the designated name, description and content.
|
UDTAttachment(java.lang.String name,
java.lang.String description,
UDTValue udt,
java.lang.String inlineName)
Creates an attachment having the designated name, description and content.
|
| Modifier and Type | Method and Description |
|---|---|
UDTValue |
ActivityData.objectToUserdefined(java.lang.Object value,
ProcessModelParameter parameter,
boolean output)
Converts an object to an instance of
UDTValue by serialising
the object and encapsulating the corresponding stream in the returned
instance of UDTValue. |
UDTValue |
ActivityData.readInputUDT(java.lang.String parameterName)
Returns the value of the specified USERDEFINED input parameter or
null if no value is set or the parameter does not exist. |
UDTValue |
ActivityData.readOutputUDT(java.lang.String parameterName)
Returns the value stored for the specified USERDEFINED output parameter or
null if no value is set or the parameter does not exist. |
UDTValue |
ActivityData.requireInputUDT(java.lang.String parameterName)
Returns the value of the specified USERDEFINED input parameter or throws an
exception if the value is not available.
|
UDTValue |
SettableDataContext.retrieveUDTParameterValue(java.lang.String parameterName) |
UDTValue |
DataContext.storedUDTParameterValue(java.lang.String parameterName)
Reads the value of the designated output parameter of user-defined type.
|
UDTValue |
SettableDataContext.storedUDTParameterValue(java.lang.String parameterName) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataContext.storeUDTParameterValue(java.lang.String parameterName,
UDTValue value)
Writes an output parameter of an user defined type to the data container of
the process management system.
|
void |
SettableDataContext.storeUDTParameterValue(java.lang.String parameterName,
UDTValue value) |
java.lang.Object |
ActivityData.userdefinedToNativeTypedValue(UDTValue value,
ProcessModelParameter parameter,
boolean output)
Converts an instance of
UDTValue to an instance of the
corresponding native type. |
void |
ActivityData.writeOutputUDT(java.lang.String parameterName,
UDTValue value)
Stores the value for the specified USERDEFINED output parameter.
|
| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
SWTBrowserContext.deployForDownload(UDTValue content,
java.lang.String filePrefix,
java.lang.String fileSuffix)
Provides the contents of the designated UDT-value as a file for download
and returns the URL (including the filename) which allows to download the
file.
|