Uses of Interface
de.aristaflow.adept2.model.datamanagement.UDTValue
-
-
Uses of UDTValue in de.aristaflow.adept2.core.datamanager
Methods in de.aristaflow.adept2.core.datamanager that return UDTValue Modifier and Type Method Description UDTValueUDFExecution. executeUDTFunction(SessionToken session, UDTValue proxy, String functionName)Executes the designated user-defined function for the designated value of a UDT and returns the resulting UDT-value.UDTValueProcessUnawareAccess. retrieveExternalUDTValue(SessionToken session, 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.UDTValueProcessUnawareAccess. retrieveLatestUDTValue(SessionToken session, 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.UDTValueProcessAwareAccess. retrieveUDT(SessionToken session, 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.Methods in de.aristaflow.adept2.core.datamanager with parameters of type UDTValue Modifier and Type Method Description booleanUDFExecution. executeBooleanFunction(SessionToken session, UDTValue proxy, String functionName)Executes the designated user-defined function for the designated value of a UDT and returns the resulting boolean value.doubleUDFExecution. executeFloatFunction(SessionToken session, UDTValue proxy, String functionName)Executes the designated user-defined function for the designated value of a UDT and returns the resulting double value.longUDFExecution. executeIntegerFunction(SessionToken session, UDTValue proxy, String functionName)Executes the designated user-defined function for the designated value of a UDT and returns the resulting long value.StringUDFExecution. executeStringFunction(SessionToken session, UDTValue proxy, String functionName)Executes the designated user-defined function for the designated value of a UDT and returns the resulting string.UDTValueUDFExecution. executeUDTFunction(SessionToken session, UDTValue proxy, String functionName)Executes the designated user-defined function for the designated value of a UDT and returns the resulting UDT-value.ServerUDTInputStreamUDFExecution. executeUDTFunctionIncrementally(SessionToken session, UDTValue proxy, String functionName)Executes the designated user-defined function for the designated value of a UDT and returns the resulting UDT-value asServerUDTInputStream.URIUDFExecution. executeURIFunction(SessionToken session, UDTValue proxy, String functionName)Executes the designated user-defined function for the designated value of a UDT and returns the resulting reference.voidUDFExecution. executeVoidFunction(SessionToken session, UDTValue proxy, String functionName)Executes the designated user-defined function for the designated value of a UDT.voidProcessAwareAccess. storeUDT(SessionToken session, 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.voidProcessAwareAccess. storeUDT(SessionToken session, UUID instanceID, int writingNodeID, int writerIteration, int dataElementID, 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.voidProcessUnawareAccess. storeUDTExternal(SessionToken session, UUID instanceID, int dataElementID, UDTValue value)Stores the value of the designated data element of the process instance as external value. -
Uses of UDTValue in de.aristaflow.adept2.core.eventmanager.fileevents
Methods in de.aristaflow.adept2.core.eventmanager.fileevents that return UDTValue Modifier and Type Method Description static UDTValueFileEventImpl. getUdtValue(Path filePath, String udtName)Gets the UDT value with the designated type name for the designated file. -
Uses of UDTValue in de.aristaflow.adept2.core.eventmanager.mailevents
Methods in de.aristaflow.adept2.core.eventmanager.mailevents that return UDTValue Modifier and Type Method Description protected static UDTValueMailTools. addressListToUDT(Parameter parameter, javax.mail.Address[] addresses, Logger logger)Creates a UDT value for the designated parameter with the designated addresses.protected static UDTValueMailTools. attachmentsToUDT(Parameter parameter, MailEvent event, File fileStore, Logger logger)Creates a UDT value for the designated parameter with all attachments of the message of the designated mail event.protected static UDTValueMailTools. getMessageAsFileUDT(MailEvent event, File fileStore, Logger logger)Creates a file for the designated event and returns it asUDTValue.static UDTValueMailTools. getUdtValue(MailEvent event, String udtName, File fileStore, Logger logger)Gets the UDT value with the designated type name for the designated file. -
Uses of UDTValue in de.aristaflow.adept2.extensions.datatypes
Methods in de.aristaflow.adept2.extensions.datatypes that return UDTValue Modifier and Type Method Description static UDTValueListUdt. createListUdt(String udtName, Collection<? extends Serializable> coll)Creates a newUDTValuewith the designated user-defined type representing aListUdtfor the designated collection.static UDTValueListUdt. createListUdt(Collection<? extends Serializable> coll, ProcessConstants.AdeptDataType innerAdt, String innerUdtType)Creates a newUDTValuerepresenting aListUdtfor the designated collection having values of the designatedProcessConstants.AdeptDataTypeor (userdefined) type.UDTValueFileUDT. getAsXML()Deprecated, for removal: This API element is subject to removal in a future version.UseFileUDT.toUdtValue()instead.UDTValueAbstractXmlBasedUdt. saveToUdtValue()Serialises the data of this UDT as XML and returns it asUDTValue.UDTValueWebFormContainer. saveToUDTValue()Serialises the data of this WebForm container to aUDTValue.UDTValueWebFormSubtable. saveToUDTValue()Serialises the data of this WebForm subtable to aUDTValue.UDTValueWJPContainer. saveToUDTValue()Deprecated.Serialises the data of this WJP container to aUDTValue.UDTValueWJPSubtable. saveToUDTValue()Deprecated.Serialises the data of this WJP subtable to aUDTValue.UDTValueFileUDT. toUdtValue()Creates a newUDTValuewith the appropriate UDT name and value being an XML representation of the the meta information and the contents of thisFileUDT.static UDTValueLocalisationUdt. udtValueFromContentString(String contentString)Gets aUDTValuefor the designated string being the content of aUDTValuerepresenting aLocalisationUdt.static UDTValueLocalisationUdt. udtValueFromRawText(String localisationText)Deprecated, for removal: This API element is subject to removal in a future version.UseLocalisationUdt.udtValueFromContentString(String)instead.Methods in de.aristaflow.adept2.extensions.datatypes with parameters of type UDTValue Modifier and Type Method Description static StringLocalisationUdt. getContentString(UDTValue udtValue)Gets the string content of the designatedUDTValuebeing/providing aLocalisationUdt.static FileUDT.FileMetaDataFileUDT. getFileUdtMetaData(UDTValue udt)Gets theFileMetaDataof the designatedUDTValueif this is/containsFileUDT.protected voidAbstractXmlBasedUdt. loadFromUdtValue(UDTValue udtValue)Loads the data from the designatedUDTValueby parsing the corresponding XML.voidWebFormContainer. loadFromUDTValue(UDTValue udtValue)Loads the data of the WebForm container from the givenUDTValue.voidWebFormSubtable. loadFromUDTValue(UDTValue udtValue)Loads the data of the WebForm subtable from the givenUDTValue.voidWJPContainer. loadFromUDTValue(UDTValue udtValue)Deprecated.Loads the data of the WJP container from the givenUDTValue.voidWJPSubtable. loadFromUDTValue(UDTValue udtValue)Deprecated.Loads the data of the WJP subtable from the givenUDTValue.static StringLocalisationUdt. rawTextFromUDTValue(UDTValue udtValue)Deprecated, for removal: This API element is subject to removal in a future version.UseLocalisationUdt.getContentString(UDTValue)instead.protected static Pair<FileUDT.FileMetaData,InputStream>FileUDT. readFromUdtValue(UDTValue udt, boolean readContent)Reads aFileUDT(or rather the correspondingFileMetaDataand optionally the actual file content) from the designatedUDTValuewhich is expected to be a#UDT_NAME_FILEand contain the XML representation of aFileUDT.protected static Pair<FileUDT.FileMetaData,InputStream>FileUDT. readFromUdtValue(UDTValue udt, boolean readContent, String... acceptedTypes)Reads aFileUDT(or rather the correspondingFileMetaDataand optionally the actual file content) from the designatedUDTValuewhich is expected to be a#UDT_NAME_FILEand contain the XML representation of aFileUDT.Constructors in de.aristaflow.adept2.extensions.datatypes with parameters of type UDTValue Constructor Description FileUDT(UDTValue xml)Deprecated, for removal: This API element is subject to removal in a future version.UseFileUDT(UDTValue, boolean...)instead.FileUDT(UDTValue xml, boolean... dummy)Creates a newFileUDTby reading and interpreting the value from the designatedUDTValueas XML representation of aFileUDT.ListUdt(UDTValue value)Creates a new list UDT for the designatedUDTValue.LocalisationUdt(UDTValue value)Creates a new localisation UDT for the designatedUDTValue. -
Uses of UDTValue in de.aristaflow.adept2.model.datamanagement
Classes in de.aristaflow.adept2.model.datamanagement that implement UDTValue Modifier and Type Class Description classADEPT2UDTValueThis class provides a lightweight implementation for a user-defined data type (UDT).classFileUDTValueAFileUDTValueextends aUDTValueby file support.classJsonUdtValueA User Defined Type for JSON data.static classPlaceholderValue.PlaceholderUdtValueThis class implements thePlaceholderValuefor a value ofProcessConstants.AdeptDataType.USERDEFINEDtype.Fields in de.aristaflow.adept2.model.datamanagement declared as UDTValue Modifier and Type Field Description static UDTValuePlaceholderValue. UDT_VALUE_PLACEHOLDERThe singleton representing anUDTValuethat is not transferred since it is too big.Methods in de.aristaflow.adept2.model.datamanagement that return UDTValue Modifier and Type Method Description static UDTValueADEPT2UDTValue. clone(UDTValue udt, boolean forceRecreation)Clones or recreates the designatedUDTValuedepending on the designatedrecreateand whether ccloning is supported.default UDTValueUDTValue. clone()Clones thisUDTValuein case it isCloneable, otherwise aCloneNotSupportedExceptionwill be thrown (which is what this default implementation does).static UDTValueADEPT2UDTValue. cloneUnchecked(UDTValue udt, boolean forceRecreation)Clones or recreates the designatedUDTValuedepending on the designatedrecreateand whether ccloning is supported.UDTValueIndexedAccessDataContainer. retrieveUDT(SessionToken session, 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.UDTValueInputDataContainer. retrieveUDT(SessionToken session, String parameterName)Retrieves (the proxy of) the value of the designated input parameter of user-defined type (UDT).UDTValueDataContainer. storedUDT(String parameterName)Retrieves (the proxy of) the value of the designated output parameter of user-defined type (UDT) stored before.UDTValueIndexedAccessDataContainer. storedUDT(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.static UDTValueJsonUdtValue. udtValueFromRawText(String jsonText)Deprecated, for removal: This API element is subject to removal in a future version.UseJsonUdtValue(String)instead.Methods in de.aristaflow.adept2.model.datamanagement with parameters of type UDTValue Modifier and Type Method Description static UDTValueADEPT2UDTValue. clone(UDTValue udt, boolean forceRecreation)Clones or recreates the designatedUDTValuedepending on the designatedrecreateand whether ccloning is supported.static UDTValueADEPT2UDTValue. cloneUnchecked(UDTValue udt, boolean forceRecreation)Clones or recreates the designatedUDTValuedepending on the designatedrecreateand whether ccloning is supported.static org.json.JSONObjectJsonUdtValue. fromUdtValue(UDTValue udt)Gets theJSONObjectfrom the designated UDT ornullif there is no data.static org.json.JSONObjectJsonUdtValue. fromUDTValue(UDTValue udt)Deprecated, for removal: This API element is subject to removal in a future version.UseJsonUdtValue.fromUdtValue(UDTValue)instead.static StringJsonUdtValue. getJsonString(UDTValue udtValue)Gets the string content of the designatedUDTValue.static StringJsonUdtValue. rawTextFromUDTValue(UDTValue udtValue)Deprecated, for removal: This API element is subject to removal in a future version.UseJsonUdtValue.getJsonString(UDTValue)instead.voidInstanceDataContainer. setUDT(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.voidDataContainer. storeUDT(SessionToken session, 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.voidIndexedAccessDataContainer. storeUDT(SessionToken session, 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.Constructors in de.aristaflow.adept2.model.datamanagement with parameters of type UDTValue Constructor Description ADEPT2UDTValue(UDTValue udt)Creates a newUDTValuewith the properties and the content of the designatedUDTValue.ServerUDTInputStream(UDTValue value)Deprecated, for removal: This API element is subject to removal in a future version.UseServerUDTInputStream(UDTValue, long, long)instead.ServerUDTInputStream(UDTValue value, long initialAliveTime, long aliveTimeExtension)Creates a newServerInputStreamfor the designatedUDTValue. -
Uses of UDTValue in de.aristaflow.adept2.model.execution
Methods in de.aristaflow.adept2.model.execution that return UDTValue Modifier and Type Method Description UDTValueInputDataContext. retrieveUDTParameterValue(String parameterName)Reads from an input parameter. -
Uses of UDTValue in de.aristaflow.adept2.model.mail
Fields in de.aristaflow.adept2.model.mail declared as UDTValue Modifier and Type Field Description protected UDTValueUDTAttachment. udtThe content represented asUDTValue.Methods in de.aristaflow.adept2.model.mail with parameters of type UDTValue Modifier and Type Method Description EmailEmail. attachment(String fileName, UDTValue attData, boolean embed)Adds the content of the designated UDT value as attachment to this mail.EmailEmail. attachment(String fileName, String contentType, UDTValue attData, boolean embed)Adds the content of the designated UDT value as attachment to this mail.Constructors in de.aristaflow.adept2.model.mail with parameters of type UDTValue Constructor Description UDTAttachment(String name, String description, UDTValue udt)Creates an attachment having the designated name, description and content.UDTAttachment(String name, String description, UDTValue udt, boolean inline)Creates an attachment having the designated name, description and content.UDTAttachment(String name, String description, UDTValue udt, String inlineName)Creates an attachment having the designated name, description and content.UDTAttachment(String name, String description, String contentType, UDTValue udt)Creates an attachment having the designated name, description, content type (MIME) and content.UDTAttachment(String name, String description, String contentType, UDTValue udt, boolean inline)Creates an attachment having the designated name, description, content type (MIME) and content.UDTAttachment(String name, String description, String contentType, UDTValue udt, String inlineName)Creates an attachment having the designated name, description, content type (MIME) and content. -
Uses of UDTValue in de.aristaflow.adept2.model.runtimeenvironment
Methods in de.aristaflow.adept2.model.runtimeenvironment that return UDTValue Modifier and Type Method Description UDTValueActivityData. objectToUserdefined(Object value, ProcessModelParameter parameter, boolean output)Converts an object to an instance ofUDTValueby serialising the object and encapsulating the corresponding stream in the returned instance of UDTValue.UDTValueActivityData. readInputUDT(ProcessModelParameter parameter)Returns the value of the specified USERDEFINED input parameter ornullif no value is set or the parameter does not exist.UDTValueActivityData. readInputUDT(String parameterName)Returns the value of the specified USERDEFINED input parameter ornullif no value is set or the parameter does not exist.UDTValueActivityData. readOutputUDT(ProcessModelParameter parameter)Returns the value stored for the specified USERDEFINED output parameter ornullif no value is set or the parameter does not exist.UDTValueActivityData. readOutputUDT(String parameterName)Returns the value stored for the specified USERDEFINED output parameter ornullif no value is set or the parameter does not exist.UDTValueActivityData. requireInputUDT(String parameterName)Returns the value of the specified USERDEFINED input parameter or throws an exception if the value is not available.UDTValueSettableDataContext. retrieveUDTParameterValue(String parameterName)UDTValueDataContext. storedUDTParameterValue(String parameterName)Reads the value of the designated output parameter of user-defined type.UDTValueSettableDataContext. storedUDTParameterValue(String parameterName)Methods in de.aristaflow.adept2.model.runtimeenvironment with parameters of type UDTValue Modifier and Type Method Description protected <T extends Serializable>
List<T>ActivityData. readInputList(String pName, UDTValue value, String udtName)Gets the list of the designatedProcessConstants.AdeptDataType.USERDEFINEDinput parameter ornullif the designated value isnull.voidDataContext. storeUDTParameterValue(String parameterName, UDTValue value)Writes an output parameter of an user defined type to the data container of the process management system.voidSettableDataContext. storeUDTParameterValue(String parameterName, UDTValue value)ObjectActivityData. userdefinedToNativeTypedValue(UDTValue value, ProcessModelParameter parameter, boolean output)Converts an instance ofUDTValueto an instance of the corresponding native type.voidActivityData. writeOutputUDT(ProcessModelParameter parameter, UDTValue value)Stores the value for the specified USERDEFINED output parameter.voidActivityData. writeOutputUDT(String parameterName, UDTValue value)Stores the value for the specified USERDEFINED output parameter. -
Uses of UDTValue in de.aristaflow.adept2.ui.swtgui
Methods in de.aristaflow.adept2.ui.swtgui with parameters of type UDTValue Modifier and Type Method Description default URLSWTBrowserContext. deployForDownload(UDTValue content, String filePrefix, String fileSuffix)Deprecated, for removal: This API element is subject to removal in a future version.Use and implementSWTBrowserContext.deployForDownload(InputStream, String, String)instead. -
Uses of UDTValue in de.aristaflow.ilm.model.datamanagement
Methods in de.aristaflow.ilm.model.datamanagement that return UDTValue Modifier and Type Method Description static UDTValueTransformation. fromIlm(UdtValue udt) -
Uses of UDTValue in de.aristaflow.ilm.model.resourcemodel
Methods in de.aristaflow.ilm.model.resourcemodel with type parameters of type UDTValue Modifier and Type Method Description protected static <T extends UDTValue,I extends UdtValue>
ITransformation. fillUdt(T udt, I ret)Methods in de.aristaflow.ilm.model.resourcemodel that return UDTValue Modifier and Type Method Description static UDTValueTransformation. fromIlm(de.aristaflow.adept2.model.resourcemodel.builder.ResourceModelFactory rmf, UdtValue udt)Methods in de.aristaflow.ilm.model.resourcemodel with parameters of type UDTValue Modifier and Type Method Description static UdtValueTransformation. toIlm(UDTValue udt)
-