Uses of Class
de.aristaflow.adept2.model.datamanagement.NoSuchParameterException
Packages that use NoSuchParameterException
Package
Description
-
Uses of NoSuchParameterException in de.aristaflow.adept2.core.eventmanager.common
Methods in de.aristaflow.adept2.core.eventmanager.common that throw NoSuchParameterExceptionModifier and TypeMethodDescriptionprotected abstract voidAbstractInstanceStartEventHandler.checkInputParameter(TemplateReference templ, Collection<ProcessModelParameter> inParams) Checks for whether the designated template has the right input parameters.protected TemplateReferenceAbstractInstanceStartEventHandler.getAndCheckTemplate(SessionToken session) Retrieves the "latest" template of the configured process type and checks for whether it has the right input parameter.
This method is called by the constructor! Overriding subclasses must not access their own instance fields but the instance fields of this parent class.protected abstract List<Serializable>AbstractSharedEventSource.getSourceKeys(S source) Gets the data (key values) that identifies the designated sharing event source. -
Uses of NoSuchParameterException in de.aristaflow.adept2.core.eventmanager.fileevents
Methods in de.aristaflow.adept2.core.eventmanager.fileevents that throw NoSuchParameterExceptionModifier and TypeMethodDescriptionprotected voidInstanceStartEventHandler.checkInputParameter(TemplateReference templ, Collection<ProcessModelParameter> inParams) Checks for whether the designated template has the right input parameters.protected voidInstanceStartEventHandler.processEvent(FileEvent event, Collection<ProcessModelParameter> inParams, InstanceDataContainer dataContainer) protected voidMarkInstanceStartEventHandler.processFileEvent(FileEvent event, Collection<? extends Parameter> inParams, InstanceDataContainer dataContainer, File file, File lockFile) Processes the file of the designated event and sets the values of the input parameters in the designated data container. -
Uses of NoSuchParameterException in de.aristaflow.adept2.core.eventmanager.mailevents
Methods in de.aristaflow.adept2.core.eventmanager.mailevents that throw NoSuchParameterExceptionModifier and TypeMethodDescriptionprotected voidInstanceStartEventHandler.checkInputParameter(TemplateReference templ, Collection<ProcessModelParameter> inParams) -
Uses of NoSuchParameterException in de.aristaflow.adept2.model.datamanagement
Methods in de.aristaflow.adept2.model.datamanagement that throw NoSuchParameterExceptionModifier and TypeMethodDescriptionbooleanDataContainer.ignoredValue(String parameterName) Returns whether the value of the designated output parameter is or has not been set (ignored) by the application.booleanIndexedAccessDataContainer.ignoredValue(String parameterName, int index) Returns whether the value of the element at the designated index at the output parameter list of the designated name is or has not been set (ignored) by the application.voidDataContainer.ignoreValue(SessionToken session, String parameterName) Ignores the value of the designated parameter.voidIndexedAccessDataContainer.ignoreValue(SessionToken session, String parameterName, int index) Ignores the value of the element at the designated index at the output parameter list of the designated name.booleanIndexedAccessDataContainer.isNull(SessionToken session, String parameterName, int index) Returns whether the value of the element at the designated index at the input parameter list of the designated name is NULL.booleanInputDataContainer.isNull(SessionToken session, String parameterName) Returns whether the value of the designated input parameter is NULL which means the data element has not been written or has been consumed yet or has been explicitly set to NULL by a previous application.booleanIndexedAccessDataContainer.retrieveBoolean(SessionToken session, String parameterName, int index) Retrieves the boolean value of the element of type BOOLEAN at the designated index at the input parameter list of the designated name.booleanInputDataContainer.retrieveBoolean(SessionToken session, String parameterName) Retrieves the boolean value of the designated input parameter of type BOOLEAN.IndexedAccessDataContainer.retrieveDate(SessionToken session, String parameterName, int index) Retrieves the date value of the element of type DATE at the designated index at the input parameter list of the designated name.InputDataContainer.retrieveDate(SessionToken session, String parameterName) Retrieves the date value of the designated input parameter of type DATE.doubleIndexedAccessDataContainer.retrieveFloat(SessionToken session, String parameterName, int index) Retrieves the double value of the element of type FLOAT at the designated index at the input parameter list of the designated name.doubleInputDataContainer.retrieveFloat(SessionToken session, String parameterName) Retrieves the double value of the designated input parameter of type FLOAT.longIndexedAccessDataContainer.retrieveInteger(SessionToken session, String parameterName, int index) Retrieves the long value of the element of type INTEGER at the designated index at the input parameter list of the designated name.longInputDataContainer.retrieveInteger(SessionToken session, String parameterName) Retrieves the long value of the designated input parameter of type INTEGER.IndexedAccessDataContainer.retrieveString(SessionToken session, String parameterName, int index) Retrieves the String value of the element of type STRING at the designated index at the input parameter list of the designated name.InputDataContainer.retrieveString(SessionToken session, String parameterName) Retrieves the string value of the designated input parameter of type STRING.IndexedAccessDataContainer.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.InputDataContainer.retrieveUDT(SessionToken session, String parameterName) Retrieves (the proxy of) the value of the designated input parameter of user-defined type (UDT).IndexedAccessDataContainer.retrieveURI(SessionToken session, String parameterName, int index) Retrieves the URI value of the element of type URI at the designated index at the input parameter list of the designated name.InputDataContainer.retrieveURI(SessionToken session, String parameterName) Retrieves the URI value of the designated input parameter of type URI.voidInstanceDataContainer.setBoolean(String parameterName, boolean value) Sets the BOOLEAN value of the designated instance input parameter.voidSets the DATE value of the designated instance input parameter.voidSets the FLOAT value of the designated instance input parameter.voidInstanceDataContainer.setInteger(String parameterName, long value) Sets the INTEGER value of the designated instance input parameter.voidSets the value of the designated instance input parameter to NULL, which means the value is undefined.voidSets the string value of the designated instance input parameter.voidSets 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.voidSets the URI value of the designated instance input parameter.voidDataContainer.storeBoolean(SessionToken session, String parameterName, boolean value) Stores the BOOLEAN value of the designated parameter of the process instance and the corresponding metadata which is the writing node and its current iteration.voidIndexedAccessDataContainer.storeBoolean(SessionToken session, String parameterName, int index, boolean value) Stores the BOOLEAN value to the element at the designated index at the output parameter list of the designated name.voidDataContainer.storeDate(SessionToken session, String parameterName, Date value) Stores the DATE value of the designated parameter of the process instance and the corresponding metadata which is the writing node and its current iteration.voidIndexedAccessDataContainer.storeDate(SessionToken session, String parameterName, int index, Date value) Stores the DATE value to the element at the designated index at the output parameter list of the designated name.booleanDataContainer.storedBoolean(String parameterName) Retrieves the boolean value of the designated output parameter of type BOOLEAN stored before.booleanIndexedAccessDataContainer.storedBoolean(String parameterName, int index) Retrieves the boolean value of the element at the designated index at the output parameter list of the designated name stored before.DataContainer.storedDate(String parameterName) Retrieves the date value of the designated output parameter of type DATE stored before.IndexedAccessDataContainer.storedDate(String parameterName, int index) Retrieves the date value of the element at the designated index at the output parameter list of the designated name stored before.doubleDataContainer.storedFloat(String parameterName) Retrieves the double value of the designated output parameter of type FLOAT stored before.doubleIndexedAccessDataContainer.storedFloat(String parameterName, int index) Retrieves the double value of the element at the designated index at the output parameter list of the designated name stored before.longDataContainer.storedInteger(String parameterName) Retrieves the long value of the designated output parameter of type INTEGER stored before.longIndexedAccessDataContainer.storedInteger(String parameterName, int index) Retrieves the long value of the element at the designated index at the output parameter list of the designated name stored before.DataContainer.storedString(String parameterName) Retrieves the string value of the designated output parameter of type STRING stored before.IndexedAccessDataContainer.storedString(String parameterName, int index) Retrieves the String value of the element at the designated index at the output parameter list of the designated name stored before.Retrieves (the proxy of) the value of the designated output parameter of user-defined type (UDT) stored before.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.Retrieves the URI value of the designated output parameter of type URI stored before.Retrieves the URI value of the element at the designated index at the output parameter list of the designated name stored before.voidDataContainer.storeFloat(SessionToken session, String parameterName, double value) Stores the FLOAT value of the designated parameter of the process instance and the corresponding metadata which is the writing node and its current iteration.voidIndexedAccessDataContainer.storeFloat(SessionToken session, String parameterName, int index, double value) Stores the FLOAT value to the element at the designated index at the output parameter list of the designated name.voidDataContainer.storeInteger(SessionToken session, String parameterName, long value) Stores the INTEGER value of the designated parameter of the process instance and the corresponding metadata which is the writing node and its current iteration.voidIndexedAccessDataContainer.storeInteger(SessionToken session, String parameterName, int index, long value) Stores the INTEGER value to the element at the designated index at the output parameter list of the designated name.voidDataContainer.storeString(SessionToken session, String parameterName, String value) Stores the string value of the designated parameter of the process instance and the corresponding metadata which is the writing node and its current iteration.voidIndexedAccessDataContainer.storeString(SessionToken session, String parameterName, int index, String value) Stores the STRING value to the element at the designated index at the output parameter list of the designated name.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.voidDataContainer.storeURI(SessionToken session, String parameterName, URI value) Stores the URI value of the designated parameter of the process instance and the corresponding metadata which is the writing node and its current iteration.voidIndexedAccessDataContainer.storeURI(SessionToken session, String parameterName, int index, URI value) Stores the URI value to the element at the designated index at the output parameter list of the designated name. -
Uses of NoSuchParameterException in de.aristaflow.adept2.model.execution
Methods in de.aristaflow.adept2.model.execution that throw NoSuchParameterExceptionModifier and TypeMethodDescriptionbooleanReturns whether the value of the designated parameter is NULL which means the data element has not been written or has been consumed yet or has been explicitly set to NULL by a previous application.booleanInputDataContext.retrieveBooleanParameterValue(String parameterName) Reads from an input parameter.InputDataContext.retrieveDateParameterValue(String parameterName) Reads from an input parameter.doubleInputDataContext.retrieveFloatParameterValue(String parameterName) Reads from an input parameter.longInputDataContext.retrieveIntegerParameterValue(String parameterName) Reads from an input parameter.InputDataContext.retrieveStringParameterValue(String parameterName) Reads from an input parameter.InputDataContext.retrieveUDTParameterValue(String parameterName) Reads from an input parameter.InputDataContext.retrieveURIParameterValue(String parameterName) Reads from an input parameter. -
Uses of NoSuchParameterException in de.aristaflow.adept2.model.runtimeenvironment
Methods in de.aristaflow.adept2.model.runtimeenvironment that throw NoSuchParameterExceptionModifier and TypeMethodDescriptionprotected voidSettableDataContext.checkInputExistence(String parameterName) Checks whether the designated parameter is an input parameter (exists in the input parameter map).protected voidSettableDataContext.checkInputExistenceAndType(String parameterName, ProcessConstants.AdeptDataType expectedType) Checks whether the designated parameter is an input parameter (exists in the input parameter map) and whether it is of the Java-type corresponding to the designated expected ADEPT-data type.protected voidSettableDataContext.checkOutputExistence(String parameterName) Checks whether the designated parameter is an output parameter (exists in the output parameter map).protected voidSettableDataContext.checkOutputExistenceAndType(String parameterName, ProcessConstants.AdeptDataType expectedType) Checks whether the designated parameter is an output parameter (exists in the output parameter map) and whether it is of the Java-type corresponding to the designated expected ADEPT-data type.protected voidSettableDataContext.checkOutputIgnored(String parameterName) Check whether the actual output parameter isnull.RuntimeEnvironmentFactory.createSerialisableDataContext(SessionToken session, DataContainer container, ExecutableBusinessProcessInstance ebp) Deprecated, for removal: This API element is subject to removal in a future version.RuntimeEnvironmentFactory.createSerialisableDataContext(SessionToken session, DataContainer container, ExecutableBusinessProcessInstance ebp, Logger logger) Creates a new serialisable data context having the values of the designated data container.booleanDataContext.ignoredValue(String parameterName) Returns whether the value of the designated output parameter is not or has not been set (ignored) by the application.booleanSettableDataContext.ignoredValue(String parameterName) voidDataContext.ignoreValue(String parameterName) Ignores the value of the designated parameter that is the value has not been written.voidSettableDataContext.ignoreValue(String parameterName) booleanbooleanSettableDataContext.retrieveBooleanParameterValue(String parameterName) SettableDataContext.retrieveDateParameterValue(String parameterName) doubleSettableDataContext.retrieveFloatParameterValue(String parameterName) longSettableDataContext.retrieveIntegerParameterValue(String parameterName) SettableDataContext.retrieveStringParameterValue(String parameterName) SettableDataContext.retrieveUDTParameterValue(String parameterName) SettableDataContext.retrieveURIParameterValue(String parameterName) voidDataContext.storeBooleanParameterValue(String parameterName, boolean value) Writes an output parameter of the type boolean to the data container of the process management system.voidSettableDataContext.storeBooleanParameterValue(String parameterName, boolean value) voidDataContext.storeDateParameterValue(String parameterName, Date value) Writes an output parameter of the type date to the data context of the process management system.voidSettableDataContext.storeDateParameterValue(String parameterName, Date value) booleanDataContext.storedBooleanParameterValue(String parameterName) Reads the boolean value of the designated output parameter.booleanSettableDataContext.storedBooleanParameterValue(String parameterName) DataContext.storedDateParameterValue(String parameterName) Reads the date value of the designated output parameter.SettableDataContext.storedDateParameterValue(String parameterName) doubleDataContext.storedFloatParameterValue(String parameterName) Reads the double value of the designated output parameter.doubleSettableDataContext.storedFloatParameterValue(String parameterName) longDataContext.storedIntegerParameterValue(String parameterName) Reads the long value of the designated output parameter.longSettableDataContext.storedIntegerParameterValue(String parameterName) DataContext.storedStringParameterValue(String parameterName) Reads the string value of the designated output parameter.SettableDataContext.storedStringParameterValue(String parameterName) DataContext.storedUDTParameterValue(String parameterName) Reads the value of the designated output parameter of user-defined type.SettableDataContext.storedUDTParameterValue(String parameterName) DataContext.storedURIParameterValue(String parameterName) Reads the URI value of the designated output parameter.SettableDataContext.storedURIParameterValue(String parameterName) voidDataContext.storeFloatParameterValue(String parameterName, double value) Writes an output parameter of the type float to the data container of the process management system.voidSettableDataContext.storeFloatParameterValue(String parameterName, double value) voidDataContext.storeIntegerParameterValue(String parameterName, long value) Writes an output parameter of the type integer (in java: long) to the data context of the process management system.voidSettableDataContext.storeIntegerParameterValue(String parameterName, long value) voidDataContext.storeStringParameterValue(String parameterName, String value) Writes an output parameter of type String to the data container of the process management system.voidSettableDataContext.storeStringParameterValue(String parameterName, String value) 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) voidDataContext.storeURIParameterValue(String parameterName, URI value) Writes an output parameter of type URI to the data container of the process management system.voidSettableDataContext.storeURIParameterValue(String parameterName, URI value)
RuntimeEnvironmentFactory.createSerialisableDataContext(SessionToken, DataContainer, ExecutableBusinessProcessInstance, Logger)instead.